.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1 e3ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2 e3ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body .swasdmb-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    background: #333;
    height: 100%;
    width: 300px;
    min-width: 300px;
    z-index: 100000;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333 !important
}

body .swasdmb-wrapper .demos-panel-meta {
    display: flex;
    justify-content: space-between
}

body .swasdmb-wrapper .btn-panel {
    background-color: #82b440;
    box-shadow: 0 2px #6f9a37 !important;
    webkit-box-shadow: 0 2px 0 #6f9a37 !important;
    border: none !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    line-height: 1.5 !important;
    display: block;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    color: #fff !important
}

body .swasdmb-wrapper .btn-panel:hover {
    background-color: #6f9a37
}

body .swasdmb-wrapper .btn-panel:hover, body .swasdmb-wrapper .btn-panel:focus, body .swasdmb-wrapper .btn-panel:active {
    background-color: #82b440 !important;
    color: #fff !important
}

body .swasdmb-wrapper .btn-panel i {
    margin-right: 8px
}

body .swasdmb-wrapper.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14)
}

body .swasdmb-wrapper .swadmb-options {
    position: absolute;
    top: 150px;
    right: 100%;
    display: block;
    width: 150px;
    line-height: 60px;
    border-right: 0;
    text-align: center;
    font-size: 22px;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -khtml-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s
}

.swadmb-options.hideSpan, .swasdmb-wrapper.active .swadmb-options {
    width: 43px !important
}

.swadmb-options.hideSpan a span, .swasdmb-wrapper.active .swadmb-options a span {
    display: none
}

.swasdmb-wrapper.active .swadmb-options a:last-child i:before {
    content: "\f178"
}

.cmsi-long-arrow-left:before {
    content: "\e90d"
}

.zmdi-long-arrow-left:before {
    content: "\f301"
}

.swadmb-options.hideSpan a i, .swasdmb-wrapper.active .swadmb-options a i {
    border-right: 0 !important
}

body .swasdmb-wrapper .swadmb-options a:first-child {
    background: #82b440
}

body .swasdmb-wrapper .swadmb-options a:hover {
    background-color: #6f9a37
}

body .swasdmb-wrapper .swadmb-options a:last-child {
    background: #222
}

body .swasdmb-wrapper .swadmb-options a {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    outline: none;
    text-align: left;
    margin-bottom: 10px;
    color: #fff
}

body .swasdmb-wrapper .swadmb-options a i {
    border-right: 1px solid #fff;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px
}

body .swasdmb-wrapper .swadmb-options a span {
    font-size: 14px
}

body .swasdmb-wrapper .swadmb-demos-panel {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 0
}

body .swadmb-description {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.66
}

body .demos-panel-head {
    padding: 30px;
    width: 100%
}

body .demos-panel-description {
    padding: 30px 0 0;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    color: #999
}

body .demos-panel-description h3 {
    text-transform: uppercase !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 15px
}

body .demos-panel-footer {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    width: 100%
}

body .demos-panel-footer .btn-panel {
    width: 100%
}

body .demos-panel-footer .btn-panel + .btn-panel {
    margin-top: 20px
}

body .demos-panel-list {
    padding: 0 15px;
    width: 100%
}

body .demos-panel-list .demos-panel-list-item {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

body .demos-panel-list .demos-panel-list-item img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all 300ms linear 0 m;
    -webkit-transition: all 300ms linear 0 m
}

body .demos-panel-list .demos-panel-list-item:hover img {
    opacity: .8
}

@media screen and (max-width: 767px) {
    body .swasdmb-wrapper {
        width: 280px;
        min-width: 280px
    }

    body .demos-panel-head, body .demos-panel-footer {
        padding: 20px
    }
}

.heading-type {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 30px
}

.demos-panel-list-item a:last-child {
    margin-top: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1.3
}

.demos-panel-list-item a:last-child span {
    opacity: .5;
    margin-left: 10px
}

.sf-timetable-menu, .sf-timetable-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-timetable-menu {
    line-height: 1
}

.sf-timetable-menu ul {
    position: absolute;
    top: -999em !important;
    width: 10em
}

.sf-timetable-menu ul li {
    width: 100%
}

.sf-timetable-menu li:hover {
    visibility: inherit
}

.sf-timetable-menu li {
    float: left;
    position: relative
}

.sf-timetable-menu a {
    display: block;
    position: relative
}

.sf-timetable-menu li:hover ul, .sf-timetable-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99
}

ul.sf-timetable-menu li:hover li ul, ul.sf-timetable-menu li.sfHover li ul {
    top: -999em
}

ul.sf-timetable-menu li li:hover ul, ul.sf-timetable-menu li li.sfHover ul {
    left: 10em;
    top: 0
}

ul.sf-timetable-menu li li:hover li ul, ul.sf-timetable-menu li li.sfHover li ul {
    top: -999em
}

ul.sf-timetable-menu li li li:hover ul, ul.sf-timetable-menu li li li.sfHover ul {
    left: 10em;
    top: 0
}

.sf-timetable-menu {
    float: left;
    margin-bottom: 1em
}

.sf-timetable-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #cfdeff;
    padding: .75em 1em;
    text-decoration: none
}

.sf-timetable-menu a, .sf-timetable-menu a:visited {
    color: #13a
}

.sf-timetable-menu li {
    background: #bdd2ff
}

.sf-timetable-menu li li {
    background: #aabde6
}

.sf-timetable-menu li li li {
    background: #9aaedb
}

.sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover, .sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active {
    background: #cfdeff;
    outline: 0
}

.qtip {
    position: absolute;
    left: -28 e3px;
    top: -28 e3px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1 e3em;
    direction: ltr
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: no-repeat -100em -100em
}

.qtip-focus {
}

.qtip-hover {
}

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111
}

/*!Light tooltip style*/
.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}

/*!Dark tooltip style*/
.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
    background-color: #404040
}

.qtip-dark .qtip-icon {
    border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

/*!Cream tooltip style*/
.qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35
}

.qtip-cream .qtip-titlebar {
    background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}

/*!Red tooltip style*/
.qtip-red {
    background-color: #f78b83;
    border-color: #d95252;
    color: #912323
}

.qtip-red .qtip-titlebar {
    background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}

.qtip-red .qtip-icon {
    border-color: #d95252
}

.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252
}

/*!Green tooltip style*/
.qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219
}

.qtip-green .qtip-titlebar {
    background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}

/*!Blue tooltip style*/
.qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd
}

.qtip-blue .qtip-titlebar {
    background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border: 0 solid transparent;
    background: #4a4a4a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%)
}

.qtip-youtube .qtip-titlebar {
    background-color: #4a4a4a;
    background-color: initial
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
    border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
    background-color: initial;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}

.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
    background: 0 0;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
    border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    background-color: #d9d9c2;
    color: #111;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876a;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
    border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952
}

.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, .87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: lucida grande, sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: initial
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-tipped {
    border: 3px solid #959fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: 400;
    font-family: serif
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3a79b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #fbfbfb;
    color: #555
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
    background: 0 0
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden
}

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: 0 0;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible
}

#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#qtip-overlay.blurs {
    cursor: pointer
}

#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"
}

.qtipmodal-ie6fix {
    position: absolute !important
}

.timetable_clearfix:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

div.rtl {
    direction: rtl
}

.tt_hide {
    display: none !important
}

.tt_tabs_navigation, .tt_items_list {
    padding: 0;
    margin: 0;
    list-style: none
}

div.tt_tabs {
    border: none !important;
    position: static;
    padding: 0
}

.tt_tabs .ui-tabs-panel {
    padding: 0 !important;
    clear: both
}

table.tt_timetable {
    width: 100%;
    font-size: 11px;
    color: #666;
    border: none;
    letter-spacing: normal;
    font-size: 11px;
    line-height: normal;
    font-family: lato, Helvetica, Arial, sans-serif;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    background: #fff !important
}

table.tt_timetable * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tt_timetable th, .tt_timetable td {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #34495e;
    text-transform: none;
    border: none !important
}

.tt_timetable th, .tt_timetable td.tt_hours_column {
    text-align: center;
    vertical-align: middle
}

.tt_timetable th {
    width: 12.5%;
    padding: 10px 15px 12px;
    letter-spacing: normal
}

.tt_timetable .event_container {
    padding: 7px 10px;
    position: relative
}

body.rtl .tt_timetable .event_container {
    position: static
}

.tt_timetable td {
    width: 12.5%;
    vertical-align: top;
    height: 31px;
    border: none;
    padding: 0;
    position: relative
}

body.rtl .tt_timetable td {
    position: static
}

.tt_timetable td .event_hour_booking_wrapper, .tt_timetable td .event_hour_booking_wrapper *, .tt_event_hours .event_hour_booking_wrapper, .tt_event_hours .event_hour_booking_wrapper * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden
}

.tt_timetable td .event_hour_booking_wrapper.always {
    margin: 15px 0 3px
}

.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always {
    padding: 0 10px;
    margin: 9px 0 10px
}

.tt_timetable .event span.available_slots + .event_hour_booking_wrapper.always {
    margin: 16px 0 3px
}

.tt_timetable td .event_hour_booking_wrapper.on_hover {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px
}

body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover {
    right: auto;
    bottom: auto;
    left: auto;
    visibility: hidden;
    opacity: 0
}

body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover {
    visibility: visible;
    opacity: 1
}

.tt_timetable .hours {
    color: #fff;
    font-weight: 700
}

.tt_timetable .event {
    background-color: #00a27c;
    color: #fff;
    line-height: 140%;
    text-align: center;
    padding: 0 !important;
    vertical-align: top
}

.tt_timetable .event a, .tt_timetable .event .event_header {
    display: block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    text-decoration: none;
    outline: none;
    transition: none !important;
    border: none
}

.tt_timetable .event a:hover, .tt_timetable .event a.event_header:hover {
    text-decoration: underline
}

.tt_timetable .event span.available_slots {
    display: block;
    color: #ffd544;
    margin-top: 3px
}

.tt_event_hours .available_slots_wrapper {
    padding-bottom: 0
}

.tt_event_hours .available_slots_wrapper span.available_slots {
    display: block;
    color: #34495e
}

.tt_timetable .event a.event_hour_booking, .tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking, .tt_event_hours a.event_hour_booking {
    display: block;
    margin: 0;
    padding: 11px 5px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    height: auto;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: background-color .2s, bottom .2s, top .2s !important;
    -moz-transition: background-color .2s, bottom .2s, top .2s !important;
    -o-transition: background-color .2s, bottom .2s, top .2s !important;
    transition: background-color .2s, bottom .2s, top .2s !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center
}

.tt_event_hours .event_hour_booking_wrapper {
    margin-top: 1em
}

.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking {
    margin-top: 10px;
    float: none
}

.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking {
}

.tt_timetable .event a.event_hour_booking, .tt_items_list .value a.event_hour_booking {
    background-color: #05bb90
}

.tt_timetable .event a.event_hour_booking:hover, .tt_items_list .value a.event_hour_booking:hover {
    background-color: #07b38a
}

.tt_timetable .event a.event_hour_booking.unavailable, .tt_timetable .event:hover a.event_hour_booking.unavailable, .tt_timetable .event a.event_hour_booking.booked, .tt_timetable .event:hover a.event_hour_booking.booked, .tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.unavailable, .tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.unavailable, .tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.booked, .tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.booked {
    background-color: #eee;
    color: #aaa !important;
    cursor: default
}

.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    top: auto;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tt_timetable .event.tt_single_event:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking, .tt_timetable .event_container:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking {
    bottom: 0
}

.tt_timetable .event a.tt_inactive {
    opacity: .5
}

.tt_timetable .event span.event_hour_places {
    margin-left: 5px
}

.tt_timetable .event .before_hour_text, .tt_timetable .event .after_hour_text {
    font-size: 13px
}

.tt_timetable tr {
    background-color: #fff !important
}

.tt_timetable .row_gray {
    background-color: #f0f0f0 !important
}

.tt_timetable .event:hover, .tt_timetable .event .event_container.tt_tooltip:hover {
    background-color: #1f736a
}

.tt_timetable .event.tt_tooltip:hover .hours, .tt_timetable .event .event_container.tt_tooltip:hover .hours {
    color: #fff
}

.tt_timetable .event .hours_container {
    margin: 15px 0
}

.tt_timetable .event .top_hour {
    margin-top: 15px
}

.tt_timetable .event .bottom_hour, .event_layout_4 .tt_timetable .event .top_hour {
    margin-bottom: 15px
}

.tt_timetable .event hr {
    background: #fff;
    border: none;
    height: 1px;
    margin: 0;
    opacity: .4
}

.tt_timetable.small {
    display: none;
    font-size: 13px
}

.tt_timetable.small.desktop {
    display: block
}

.tt_responsive .tt_timetable.small .box_header {
    font-size: 16px !important;
    color: #34495e !important;
    font-family: lato
}

.rtl .tt_responsive .tt_timetable.small .box_header {
    text-align: right
}

.tt_responsive .tt_timetable.small .tt_items_list div.event_container {
    width: 302px;
    padding: 0
}

.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container {
    width: 282px
}

.tt_responsive .tt_timetable.small .tt_items_list div.value {
    width: 120px
}

.tt_responsive .tt_timetable.small .tt_items_list a, .tt_responsive .tt_timetable.small .tt_items_list span {
    font-family: lato;
    color: #34495e !important;
    text-decoration: none;
    outline: none
}

.tt_responsive .tt_timetable.small .tt_items_list div.value span {
    font-family: inherit
}

.tt_responsive .tt_timetable.small.use_colors .tt_items_list a, .tt_responsive .tt_timetable.small.use_colors .tt_items_list span {
    color: #fff !important
}

.rtl .tt_responsive .tt_timetable.small .tt_items_list a, .rtl .tt_responsive .tt_timetable.small .tt_items_list span {
    text-align: right
}

.tt_responsive .tt_timetable.small .tt_items_list span.event_description {
    color: #6e7a87 !important
}

.tt_responsive .tt_timetable.small.use_colors .tt_items_list span.event_description {
    color: #fff !important
}

.tt_responsive .tt_timetable.small .tt_items_list span.available_slots, .tt_responsive .tt_timetable.small .tt_items_list span.available_slots span.count {
    color: #ff8400 !important
}

.tt_responsive .tt_timetable.small .tt_items_list a:hover {
    text-decoration: underline
}

.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking {
    color: #fff !important;
    padding-left: 5px;
    padding-right: 5px;
    width: auto
}

.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking:hover {
    text-decoration: none
}

.tt_timetable.small .box_header {
    position: relative;
    cursor: pointer;
    margin: 30px 0 0
}

.tt_timetable.small.use_colors .box_header {
    margin-bottom: 30px
}

.tt_timetable.small .box_header:first-child {
    margin-top: 0
}

.tt_timetable.small .box_header:after {
    visibility: visible;
    position: absolute;
    right: 0;
    font-size: 20px;
    line-height: 1
}

.rtl .tt_timetable.small .box_header:after {
    visibility: visible;
    position: absolute;
    right: auto;
    left: 0;
    font-size: 20px;
    line-height: 1
}

.tt_timetable.small .plus.box_header:after {
    content: "+"
}

.tt_timetable.small .minus.box_header:after {
    content: "-"
}

h3.box_header.plus + ul.tt_items_list {
    display: none
}

.tt_tooltip {
    cursor: pointer
}

.tt_tooltip .tt_tooltip_text {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    left: -19px;
    bottom: 100%;
    line-height: 1;
    text-align: center;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.35, 0, .35, 1);
    -moz-transition-timing-function: cubic-bezier(.35, 0, .35, 1);
    -o-transition-timing-function: cubic-bezier(.35, 0, .35, 1);
    -ms-transition-timing-function: cubic-bezier(.35, 0, .35, 1);
    transition-timing-function: cubic-bezier(.35, 0, .35, 1);
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    -ms-transition-property: opacity, visibility;
    transition-property: opacity, visibility
}

.rtl .tt_tooltip .tt_tooltip_text {
    left: auto
}

.tt_tooltip .tt_tooltip_content {
    background: #1f736a;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px 10px;
    line-height: 150%;
    font-size: 11px;
    text-align: left
}

.rtl .tt_tooltip .tt_tooltip_content {
    text-align: right
}

.tt_tooltip:hover .tt_tooltip_text {
    visibility: visible;
    opacity: 1
}

.tt_tooltip .tt_tooltip_arrow {
    content: '';
    position: relative;
    border-color: #1f736a transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -6px;
    left: 0;
    display: inline
}

.rtl .tt_tooltip .tt_tooltip_arrow {
    left: auto;
    right: 0
}

.tt_navigation_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tt_navigation_cell {
    display: inline-block;
    max-width: 100%;
    margin: 0 30px 30px 0 !important
}

.tt_navigation_cell:nth-child(2) {
    margin-right: 0 !important
}

.rtl .tt_navigation_cell {
    margin: 0 0 30px 30px !important
}

.tt_navigation_cell:nth-child(2) {
    margin-left: 0 !important
}

.tabs_box_navigation.sf-timetable-menu {
    float: none;
    clear: both
}

.tabs_box_navigation li:after {
    content: none !important
}

.tabs_box_navigation.sf-timetable-menu * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    line-height: 1
}

.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after {
    background: 0 0
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    width: 256px;
    height: auto;
    padding: 13px 12px !important;
    background: #00a27c;
    color: #fff;
    cursor: pointer;
    margin: 0 !important
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover {
    background-color: #1f736a
}

.tabs_box_navigation.sf-timetable-menu li:hover ul, .tabs_box_navigation.sf-timetable-menu li.sfHover ul {
    top: 38px;
    border: 1px solid #1f736a
}

.sf-timetable-menu {
    padding: 0 !important;
    margin: 0 30px 0 0 !important;
    list-style: none !important
}

.rtl .sf-timetable-menu {
    margin: 0 0 0 30px !important
}

.sf-timetable-menu a {
    text-decoration: none !important
}

.sf-timetable-menu li, .sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover, .sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active {
    background: #fff
}

.sf-timetable-menu li:hover a, .sf-timetable-menu li.selected a, .sf-timetable-menu li.current-menu-item a, .sf-timetable-menu li.current-menu-ancestor a {
    color: #fff;
    background: #1f736a
}

.sf-timetable-menu li ul {
    display: block;
    width: 228px;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 0 0 5px !important;
    list-style: none !important;
    margin: 0 !important
}

.sf-timetable-menu li ul.tabs_box_navigation_hidden {
    display: none
}

.sf-timetable-menu li:hover ul, .sf-timetable-menu li.sfHover ul {
    top: 44px
}

.sf-timetable-menu li ul li {
    width: 218px;
    height: auto;
    background-color: #fff;
    padding: 0 5px !important;
    list-style: none !important;
    margin: 0 !important
}

.sf-timetable-menu li:hover {
    background: 0 0
}

.sf-timetable-menu li:hover ul a, .sf-timetable-menu li.submenu:hover ul a {
    display: block;
    width: auto;
    border: none;
    color: #34495e !important;
    background: #fff;
    padding: 12px 14px;
    font-size: 15px;
    font-family: lato, Helvetica, Arial, sans-serif;
    transition: none !important
}

.sf-timetable-menu li ul li a:hover, .sf-timetable-menu li ul li.selected a:hover {
    background-color: #00a27c;
    color: #fff !important;
    font-weight: 400
}

.sf-timetable-menu li ul li.selected a {
    background-color: #f0f0f0;
    color: #34495e;
    font-weight: 400
}

.tt_items_list {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.tt_items_list.margin_top {
    margin-top: 8px
}

.tt_items_list li {
    padding: 12px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #e0e0e0;
    background-position: 0;
    background-repeat: no-repeat;
    line-height: 120%
}

.use_colors .tt_items_list li {
    padding: 12px 10px !important;
    background-color: #00a27c
}

.rtl .tt_items_list li {
    background-position: 0
}

.tt_items_list li:first-child {
    padding-top: 0
}

.tt_items_list .event_container {
    float: left
}

.rtl .tt_items_list .event_container {
    float: right
}

.tt_items_list a, .tt_items_list span {
    outline: none
}

.tt_items_list.thin a, .tt_items_list.thin span {
    font-weight: 400
}

.tt_items_list.thin span.event_description {
    display: block;
    margin-top: 10px
}

.tt_items_list.thin span.available_slots {
    display: block;
    margin-top: 9px;
    float: none
}

.tt_items_list.thin a.event_hour_booking.tt_inactive {
    opacity: .5
}

.tt_items_list .value {
    float: right;
    text-align: right;
    color: #34495e
}

.use_colors .tt_items_list .value {
    color: #fff
}

.tt_items_list .value a.event_hour_booking {
    display: block;
    text-align: center
}

.rtl .tt_items_list .value {
    float: left
}

.tt_items_list.opening_hours li span, .tt_items_list.opening_hours .value {
    color: #fff
}

.tt_items_list.opening_hours li {
    border-color: #4468b2
}

.home_box .tt_items_list li:first-child {
    padding-top: 12px
}

.tt_items_list li a {
    border: none
}

.tt_items_list li a:hover {
    text-decoration: underline
}

.tt-ui-tabs-hide {
    display: none
}

.tt_tabs .ui-tabs-panel p {
    padding: 24px 0 25px
}

.tt_tabs_navigation, .ui-tabs .tt_tabs_navigation {
    float: left !important;
    clear: both;
    vertical-align: bottom;
    width: auto !important;
    padding: 0;
    margin: 0;
    list-style: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: 0 0 !important;
    border: none !important
}

.rtl .tt_tabs_navigation, .rtl .ui-tabs .tt_tabs_navigation {
    float: right !important
}

.tt_tabs_navigation li, .ui-tabs .tt_tabs_navigation li {
    float: left;
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    background: 0 0 !important;
    border: none !important;
    list-style: none !important
}

.rtl .tt_tabs_navigation li, .rtl .ui-tabs .tt_tabs_navigation li {
    float: right;
    margin: 0 0 0 20px !important
}

.tt_tabs_navigation li:last-child {
    margin-right: 0 !important
}

.rtl .tt_tabs_navigation li:last-child {
    margin-left: 0 !important
}

.tt_tabs_navigation li a {
    width: auto !important;
    display: block;
    text-align: center;
    color: #666 !important;
    padding: 8px 0 !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    line-height: normal;
    outline: none;
    text-decoration: none;
    font-size: 15px !important;
    font-family: lato, Helvetica, Arial, sans-serif;
    transition: none !important;
    margin-bottom: 1px
}

.tt_tabs_navigation li a:hover, .tt_tabs_navigation li a.selected, .tt_tabs_navigation li.ui-tabs-active a {
    border-bottom-width: 3px !important;
    padding-bottom: 7px !important;
    border-color: #00a27c !important;
    color: #000 !important;
    margin-bottom: 0
}

.sf-timetable-menu a:hover, .tt_tabs_navigation li a:hover, .tt_tabs_navigation li a:focus, .tt_tabs_navigation li a:active {
    text-decoration: none
}

.tabs_box_navigation.sf-timetable-menu {
    float: left;
    clear: none;
    font-family: lato, Helvetica, Arial, sans-serif;
    font-size: 18px
}

.rtl .tabs_box_navigation.sf-timetable-menu {
    float: right
}

.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after {
    background: 0 0
}

.tabs_box_navigation .tabs_box_navigation_icon {
    float: right;
    background: url(../../plugins/timetable/images/arrow_menu_expand.png) no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 3px
}

.rtl .tabs_box_navigation .tabs_box_navigation_icon {
    float: left
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    width: 190px;
    height: auto;
    padding: 15px 19px !important;
    margin: 0 !important;
    list-style: none !important;
    color: #fff;
    cursor: pointer;
    border: 1px solid #00a27c
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover {
    background-color: #fff;
    color: #34495e;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1)
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon {
    background-position: 0 -11px
}

.rtl .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon {
    background-position: 0 -11px
}

.tabs_box_navigation.sf-timetable-menu li:hover ul, .tabs_box_navigation.sf-timetable-menu li.sfHover ul {
    top: 48px !important;
    left: -1px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none
}

.rtl .tabs_box_navigation.sf-timetable-menu li:hover ul, .tabs_box_navigation.sf-timetable-menu li.sfHover ul {
    left: auto;
    right: -1px
}

.tabs_box_navigation label {
    display: inline !important;
    font-size: 18px !important;
    font-weight: 400 !important
}

.tabs_box_navigation_hidden {
    display: none
}

form.tt_generate_pdf {
    display: block;
    float: right
}

form.tt_generate_pdf textarea.tt_pdf_html {
    display: none
}

form.tt_generate_pdf input[type=submit] {
    background-image: none;
    background-color: #00a27c;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: lato, Helvetica, Arial, sans-serif;
    padding: 13px 20px;
    -webkit-transition: background-color .2s, bottom .2s !important;
    -moz-transition: background-color .2s, bottom .2s !important;
    -o-transition: background-color .2s, bottom .2s !important;
    transition: background-color .2s, bottom .2s !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none
}

form.tt_generate_pdf input[type=submit]:hover {
    background-color: #07b38a
}

.tt_booking_overlay {
    position: absolute;
    background-color: rgba(85, 85, 85, .2);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999998
}

.tt_booking {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 999999;
    width: 500px;
    background-color: #fff;
    margin: 0 50px;
    overflow: hidden;
    font-family: lato, Helvetica, Arial, sans-serif;
    text-align: center;
    -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 20px 30px -5px rgba(0, 0, 0, .15)
}

.tt_booking, .tt_booking * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.tt_booking .tt_booking_message {
    margin: 40px 20px 37px
}

.tt_center {
    text-align: center
}

.tt_booking .tt_booking_message h2 {
    font-family: lato, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #111;
    color: #333;
    margin: 0 0 25px;
    font-weight: 400
}

.tt_booking .tt_booking_message p {
    color: #34495e;
    color: #666;
    font-size: 16px;
    margin: 33px 10px 0;
    line-height: 24px;
    padding: 0;
    font-weight: 400
}

.tt_booking .tt_booking_message p.error-info {
    margin-top: 20px;
    margin-bottom: 0
}

.tt_booking p:empty {
    display: none
}

.tt_booking .event_details_wrapper {
    padding: 14px 13px 15px;
    border: 1px solid #e9e9e9;
    margin: 0 10px
}

.tt_booking p.event_details {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #333;
    font-weight: 400
}

.tt_booking p.event_details.bold {
    font-weight: 700
}

.tt_booking a {
    font-size: 16px;
    font-weight: 400;
    color: #27ae61;
    text-decoration: none
}

.tt_booking a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #27ae61
}

.tt_booking .tt_btn_wrapper {
    margin-top: 35px
}

.tt_booking a.tt_btn {
    display: inline-block;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    min-width: 160px;
    margin: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.tt_booking a.tt_btn.book, .tt_booking a.tt_btn.login, .tt_booking a.tt_btn.continue {
    background-color: #27ae61;
    color: #fff
}

.tt_booking a.tt_btn:hover {
    background-color: #239c57
}

.tt_booking a.tt_btn.cancel {
    background-color: #eee;
    color: #333
}

.tt_booking a.tt_btn.cancel:hover {
    background-color: #e5e5e5
}

.tt_booking form.tt_booking_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0 -15px
}

.tt_booking form.tt_booking_form .tt_field_wrapper {
    flex-grow: 1;
    flex-basis: 191px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    margin: 0 10px 15px
}

.tt_booking form.tt_booking_form .tt_field_wrapper.wide {
    flex-basis: 100%
}

.tt_booking form.tt_booking_form .tt_field_wrapper.terms_checkbox_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 0
}

.tt_booking form.tt_booking_form .tt_field_wrapper label {
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field {
    width: 100%;
    border: 0;
    outline: none;
    font-family: lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
    display: inline-block;
    padding: 8px 0 15px;
    margin: 0
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type=checkbox] {
    width: auto;
    cursor: pointer;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type=checkbox] + label {
    cursor: pointer;
    margin-left: 10px
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type=checkbox] + label a {
    font-size: 12px
}

.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field {
    resize: none;
    height: 83px
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper {
    width: 100%
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=number].tt_field {
    width: 138px;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=number].tt_field::-webkit-inner-spin-button, .tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=number].tt_field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper {
    float: right
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button] {
    float: right;
    border: none;
    display: inline-block;
    width: 25px;
    background-color: #e9e9e9;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 11px;
    padding: 0;
    color: #333;
    font-size: 17px;
    font-family: Arial;
    -webkit-appearance: none
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button]:focus {
    outline: none
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button].tt_slots_number_minus {
    margin-left: 0;
    padding-top: 11px;
    padding-bottom: 13px;
    line-height: 1px
}

.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button].tt_slots_number_plus {
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 7px
}

.tt_preloader {
    margin: 50px auto;
    width: 70px;
    text-align: center
}

.tt_preloader > div {
    width: 18px;
    height: 18px;
    background-color: #e5e5e5;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.tt_preloader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.tt_preloader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.qtip-default {
    background: 0 0;
    border-color: transparent
}

.qtip.tt-qtip2 {
    z-index: 9999999 !important
}

.qtip.tt-qtip2 .qtip-content {
    border: none;
    padding: 7px 10px 10px;
    line-height: 150%
}

.qtip.tt-qtip2.ui-tooltip-success .qtip-content {
    background-color: #00a27c
}

.qtip.tt-qtip2.ui-tooltip-error .qtip-content {
    background-color: #f0acb0
}

.qtip.tt-qtip2 .qtip-content h2, .qtip.tt-qtip2 .qtip-content p {
    color: #fff;
    margin: 0;
    padding: 0
}

.qtip.tt-qtip2 .qtip-content h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px
}

.qtip.tt-qtip2 .qtip-content p {
    font-size: 11px
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tt_event_padding_top_0 {
    padding-top: 0 !important
}

.tt_event_padding_bottom_0 {
    padding-bottom: 0 !important
}

.tt_event_padding_0 {
    padding: 0 !important
}

.tt_event_margin_top_13 {
    margin-top: 13px !important
}

.tt_event_margin_top_27 {
    margin-top: 27px !important
}

.tt_event_theme_page * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tt_event_theme_page {
    width: 930px;
    background: #fff;
    padding: 30px;
    margin: 0 auto 30px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tt_event_page_left {
    float: left;
    width: 630px
}

.rtl .tt_event_page_left {
    float: right
}

.tt_event_page_right {
    float: right;
    width: 270px
}

.rtl .tt_event_page_right {
    float: left
}

.tt_event_page_left .attachment-event-post-thumb {
    margin-bottom: 17px
}

.tt_event_theme_page h2, .tt_event_theme_page h3, .tt_event_theme_page h4, .tt_event_theme_page h5 {
    font-family: lato;
    line-height: 120%;
    color: #34495e;
    margin: 0;
    padding: 0
}

.tt_event_theme_page h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px
}

.tt_event_theme_page h3 {
    font-size: 29px;
    font-weight: 700
}

.tt_event_theme_page h4 {
    font-size: 24px;
    font-weight: 400
}

.tt_event_theme_page h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%
}

.tt_event_hours_count {
    color: #798795;
    margin-left: 5px;
    font-weight: 400
}

.rtl .tt_event_hours_count {
    margin-left: 0;
    margin-right: 5px
}

.tt_event_theme_page p {
    font-size: 15px;
    font-family: lato;
    font-weight: 400;
    color: #34495e;
    margin: 0;
    padding: 1em 0;
    line-height: 140%
}

.tt_event_theme_page .textwidget p:first-child {
    margin-top: 30px
}

.tt_event_theme_page .textwidget p {
    padding: 0
}

.tt_event_items_list {
    list-style: none;
    padding: 20px 0;
    margin: 0
}

.tt_event_items_list li {
    background: url(../../plugins/timetable/images/bullet.png) 0 no-repeat;
    padding-left: 20px;
    font-size: 15px;
    font-family: lato;
    font-weight: 400;
    color: #34495e;
    line-height: 160%
}

.rtl .tt_event_items_list li {
    background-position: 100%;
    padding-left: 0;
    padding-right: 20px
}

.tt_event_items_list li.type_info {
    background: 0 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    padding: 8px 0
}

.tt_event_items_list li label {
    float: left;
    width: 115px;
    font-weight: 700 !important;
    font-size: 15px !important
}

.rtl .tt_event_items_list li label {
    float: right
}

.tt_event_items_list li .tt_event_text {
    float: left;
    width: 185px
}

.rtl .tt_event_items_list li .tt_event_text {
    float: right
}

.tt_event_columns {
}

.tt_event_column_left, .tt_event_column_right {
    width: 300px
}

.tt_event_column_left {
    float: left;
    margin-right: 30px
}

.rtl .tt_event_column_left {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

.tt_event_column_right {
    float: right
}

.rtl .tt_event_column_right {
    float: left
}

.tt_event_hours {
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none
}

.tt_event_hours li {
    float: left;
    width: 246px;
    border: 1px solid #efefef;
    border-left: 3px solid #00a27c;
    margin: 0 30px 30px 0;
    padding: 15px 25px
}

.rtl .tt_event_hours li {
    float: right;
    margin: 0 0 30px 30px;
    border-left: 1px solid #efefef;
    border-right: 3px solid #00a27c
}

.tt_event_hours li.event_hours_right {
    margin-right: 0
}

.rtl .tt_event_hours li.event_hours_right {
    margin-left: 0
}

.tt_event_url {
    font-size: 14px;
    text-decoration: none;
    border: none;
    display: inline-block;
    background: #f0f0f0;
    padding: 12px 25px 13px;
    margin: 0 10px 10px 0;
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-transition: background-color .2s, color .2s;
    -moz-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

a.tt_event_url:hover, .tt_event_url.active {
    background: #353c40;
    color: #fff
}

.tt_event_theme_page .tt_event_url {
    margin: 0
}

.tt_upcoming_events_wrapper {
    clear: both;
    float: left;
    width: 100%
}

.rtl .tt_upcoming_events_wrapper {
    float: right
}

.tt_upcoming_events_wrapper .caroufredsel_wrapper {
    margin: 0 !important;
    overflow: hidden;
    width: 100% !important
}

.tt_upcoming_events_wrapper * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.tt_upcoming_events_wrapper p.message {
    padding: 0
}

.tt_upcoming_events {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important
}

.tt_upcoming_events li {
    width: 270px;
    padding: 0 0 10px !important;
    margin: 0 !important;
    border: none !important;
    list-style: none !important;
    background: 0 0 !important
}

.tt_upcoming_events li:before, .tt_upcoming_events li:after {
    content: none !important;
    background: 0 0 !important;
    border: none !important
}

.tt_upcoming_events li .tt_upcoming_events_event_container {
    display: block !important;
    border: 1px solid #efefef;
    border-left: 3px solid #00a27c;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    color: #34495e;
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    height: 40px;
    overflow: hidden;
    outline: none;
    transition: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.rtl .tt_upcoming_events li .tt_upcoming_events_event_container {
    border-left: 1px solid #efefef;
    border-right: 3px solid #00a27c;
    text-align: right
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover {
    background: #00a27c;
    color: #fff;
    height: auto;
    overflow: visible;
    border-top: 1px solid #00a27c;
    border-bottom: 1px solid #00a27c;
    border-right: 1px solid #00a27c
}

.rtl .tt_upcoming_events li .tt_upcoming_events_event_container:hover {
    border-right: 0 solid #00a27c;
    border-left: 1px solid #00a27c
}

.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow {
    display: block;
    float: right;
    width: 11px;
    height: 11px;
    background: url(https://www.test.mayacure.com/assets/wp-content/plugins/timetable/style/../images/arrow_widget_expand.png) no-repeat;
    margin-top: 13px
}

.rtl .tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow {
    float: left
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_upcoming_events_arrow {
    background-position: 0 -11px
}

.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_hours {
    display: block;
    font-weight: 400;
    font-size: 13px
}

.tt_upcoming_events li .tt_upcoming_events_event_container img.wp-post-image {
    max-width: 100%;
    height: auto;
    margin-top: 10px
}

.tt_calendar_icon {
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    background: url(https://www.test.mayacure.com/assets/wp-content/plugins/timetable/style/../images/calendar.png) no-repeat;
    margin-right: 8px;
    margin-top: 5px
}

.rtl .tt_calendar_icon {
    float: right;
    margin-right: 0;
    margin-left: 8px
}

.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_calendar_icon {
    background-position: 0 -11px
}

.tt_upcoming_events li .tt_upcoming_events_event_container .tt_event_hours_description {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400
}

.tt_upcoming_event_controls a {
    border: 1px solid #efefef;
    display: block;
    float: left;
    padding: 6px;
    outline: none
}

.rtl .tt_upcoming_event_controls a {
    float: right
}

.tt_upcoming_event_controls a#upcoming_event_prev {
    margin-right: 2px
}

.rtl .tt_upcoming_event_controls a#upcoming_event_prev {
    margin-right: 0;
    margin-left: 2px
}

.tt_upcoming_event_controls span {
    display: block;
    width: 11px;
    height: 11px
}

.tt_upcoming_event_controls .tt_upcoming_event_prev_arrow {
    background: url(https://www.test.mayacure.com/assets/wp-content/plugins/timetable/style/../images/arrow_scroll_up.png) no-repeat
}

.tt_upcoming_event_controls .tt_upcoming_event_next_arrow {
    background: url(https://www.test.mayacure.com/assets/wp-content/plugins/timetable/style/../images/arrow_scroll_down.png) no-repeat
}

.tt_upcoming_event_controls a:hover {
    border-color: #00a27c;
    background-color: #00a27c
}

.tt_upcoming_event_controls a:hover span {
    background-position: 0 -11px
}

.timetable_sidebar_box {
    clear: both;
    margin-top: 50px
}

.timetable_sidebar_box:first-child {
    margin-top: 0
}

.page_margin_top {
    margin-top: 30px
}

.tt_event_responsive_image, .tt_event_page_left .attachment-event-post-thumb {
    width: 100%;
    height: auto
}

@media screen and (max-width: 1009px) {
    .tt_event_theme_page .textwidget p:first-child {
        margin-top: 23px
    }

    .tt_event_theme_page h2 {
        font-size: 30px
    }

    .tt_event_theme_page h3 {
        font-size: 22px
    }

    .tt_event_theme_page h4 {
        font-size: 18px
    }

    .tt_event_theme_page h5 {
        font-size: 16px
    }

    .tt_event_theme_page p, .tt_event_items_list li {
        font-size: 14px
    }

    .tt_event_theme_page {
        padding: 20px;
        width: 710px
    }

    .tt_event_page_left {
        width: 480px
    }

    .tt_event_page_right {
        width: 210px
    }

    .tt_event_column_left {
        margin-right: 10px
    }

    .rtl .tt_event_column_left {
        margin-right: 0;
        margin-left: 10px
    }

    .tt_event_column_left, .tt_event_column_right {
        width: 235px
    }

    .tt_event_hours li {
        width: 184px;
        margin: 0 23px 23px 0;
        padding: 15px 20px
    }

    .rtl .tt_event_hours li {
        margin: 0 0 23px 23px
    }

    .tt_upcoming_events li {
        width: 210px
    }

    .tt_upcoming_events li a {
        padding: 10px
    }

    .tt_event_items_list li.type_info {
        padding: 5px 0
    }

    .tt_event_margin_top_27 {
        margin-top: 20px !important
    }

    .tt_event_theme_page h3 {
        margin-top: 15px
    }

    .tt_responsive .tt_timetable th, .tt_responsive .tt_timetable .event_container, .tt_responsive .tt_tooltip .tt_tooltip_content {
        padding: 4px 4px 5px
    }

    .tt_responsive .tt_timetable td {
        height: 18px
    }

    .tt_timetable .event span.available_slots + .event_hour_booking_wrapper.always {
        margin-bottom: 0
    }

    .tt_timetable td .event_hour_booking_wrapper.always {
        margin-bottom: 0
    }

    .tt_timetable td.tt_single_event .event_hour_booking_wrapper.always {
        padding: 0 4px;
        margin-bottom: 5px
    }

    .timetable_sidebar_box {
        margin-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .tt_event_theme_page, .tt_event_page_left, .tt_event_page_right, .tt_upcoming_events li {
        width: 422px
    }

    .tt_event_page_right {
        margin-top: 50px
    }

    .tt_event_column_left, .tt_event_column_right {
        width: 206px
    }

    .tt_event_hours li {
        width: 368px;
        margin: 0 0 23px;
        padding: 15px 25px
    }

    .tt_event_hours li:last-child {
        margin-bottom: 0
    }

    .tt_upcoming_events li a {
        padding: 10px 20px
    }

    .tt_responsive .tt_timetable {
        display: none
    }

    .tt_responsive .tt_timetable.small {
        display: block
    }

    .tt_double_buttons .tt_navigation_cell:first-child {
        margin: 0 0 10px !important;
        width: 100%
    }

    .tt_double_buttons .tt_navigation_cell:last-child {
        margin: 0 0 30px !important
    }

    .tt_tabs .tt_navigation_cell:first-child {
        margin: 0 0 30px !important
    }

    .tt_double_buttons .sf-timetable-menu:first-of-type {
        margin-right: 10px !important
    }

    .tt_double_buttons .sf-timetable-menu:last-of-type {
        margin-right: 0 !important
    }

    .rtl .tt_double_buttons .sf-timetable-menu:first-of-type {
        margin-left: 10px !important;
        margin-right: 0 !important
    }

    .rtl .tt_double_buttons .sf-timetable-menu:last-of-type {
        margin-left: 0 !important
    }

    .tt_double_buttons .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
        padding: 15px !important;
        width: 174px
    }

    .tt_double_buttons .sf-timetable-menu li ul {
        width: 204px
    }

    .tt_double_buttons .sf-timetable-menu li ul li {
        width: 194px
    }

    .tt_double_buttons .tabs_box_navigation label {
        font-size: 16px !important
    }

    .tt_booking .tt_booking_message_wrapper {
        width: auto
    }

    .tt_booking .tt_booking_message {
        margin: 10px 10px 15px
    }

    .tt_booking .tt_booking_message h2 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 12px
    }

    .tt_booking .tt_booking_message p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px
    }

    .tt_booking .event_details_wrapper {
        padding: 9px 13px 10px
    }

    .tt_booking p.event_details {
        margin-top: 0;
        margin-bottom: 0
    }

    .tt_booking a {
        font-size: 14px;
        line-height: 21px
    }

    .tt_booking .tt_btn_wrapper {
        margin-top: 15px
    }

    .tt_booking a.tt_btn {
        min-width: 150px
    }

    .tt_event_url {
        padding: 12px;
        font-size: 13px
    }

    .tt_booking form.tt_booking_form {
        margin-top: 15px
    }

    .tt_booking form.tt_booking_form .tt_field_wrapper .tt_field {
        font-size: 14px;
        line-height: 21px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field {
        height: 64px
    }

    .tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type=button] {
        margin-top: 0
    }
}

@media screen and (max-width: 479px) {
    .tt_event_theme_page, .tt_event_page_left, .tt_event_page_right, .tt_upcoming_events li, .tt_event_column_left, .tt_event_column_right {
        width: 280px
    }

    .tt_event_hours li {
        width: 236px;
        padding: 15px 20px
    }

    .tt_event_theme_page {
        padding: 10px
    }

    .tt_event_column_left {
        margin-right: 0
    }

    .rtl .tt_event_column_left {
        margin-left: 0
    }

    .tt_event_column_right {
        margin-top: 23px
    }

    .tt_event_column_left .tt_event_items_list {
        padding-bottom: 0
    }

    .tt_responsive .tt_timetable.small .tt_items_list div.event_container {
        width: 148px
    }

    .tt_responsive .tt_timetable.small .tt_items_list div.value {
        width: 112px
    }

    .tt_responsive .tt_timetable.small.use_colors .tt_items_list li {
        padding: 12px 5px !important
    }

    .tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container {
        width: 138px
    }

    .tt_responsive .tt_timetable.small .box_header {
        font-size: 14px !important
    }

    .tt_navigation_cell {
        margin-right: 0 !important
    }

    .tt_navigation_cell:first-child {
        margin-bottom: 10px !important;
        width: 100%
    }

    .tt_navigation_cell:last-child {
        margin-bottom: 30px !important
    }

    .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
        width: 220px
    }

    .tt_responsive.tabs_box_navigation.sf-timetable-menu li ul {
        width: 258px
    }

    .sf-timetable-menu li ul li {
        width: 248px
    }

    .tt_double_buttons .tabs_box_navigation, .tt_double_buttons .sf-timetable-menu:first-of-type {
        margin-right: 0 !important
    }

    .rtl .tt_double_buttons .tabs_box_navigation, .rtl .tt_double_buttons .sf-timetable-menu:first-of-type {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .tt_double_buttons .sf-timetable-menu:first-of-type {
        margin-bottom: 10px !important
    }

    .tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
        width: 220px;
        padding: 15px 19px !important
    }

    .tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu li ul {
        width: 258px
    }

    .tt_double_buttons .sf-timetable-menu li ul li {
        width: 248px
    }

    .tt_double_buttons .tabs_box_navigation label {
        font-size: 18px !important
    }

    .tt_booking .tt_booking_message h2 {
        font-size: 20px;
        line-height: 30px
    }

    .tt_booking p.event_details {
        font-size: 14px;
        line-height: 22px
    }

    .tt_booking p {
        margin-top: 0;
        margin-bottom: 0
    }

    .tt_booking .tt_btn_wrapper {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .tt_booking a.tt_btn {
        font-size: 14px;
        min-width: 110px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px 5px 0
    }
}

@media screen and (max-height: 479px) {
    .tt_booking .tt_booking_message_wrapper {
        margin-top: 0;
        margin-bottom: 0
    }
}

.onsale {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    background: #f00;
    padding: 0 15px
}

[dir="rtl"] .onsale {
    right: auto;
    left: 0
}

.woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-accent)
}

del .woocommerce-Price-amount {
    font-size: 80%;
    color: #f00
}

.woocommerce-oembed {
    position: relative
}

@media (max-width: 1024px) {
    table.shop_table_responsive {
        display: block
    }

    table.shop_table_responsive thead {
        display: none
    }

    table.shop_table_responsive tbody {
        display: block
    }

    table.shop_table_responsive tbody th {
        display: none
    }

    table.shop_table_responsive tr {
        display: block
    }

    table.shop_table_responsive tr td {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: end !important;
        border-right: 0px solid #ddd
    }

    table.shop_table_responsive tr td.order-actions {
        text-align: start !important
    }

    table.shop_table_responsive tr td::before {
        content: attr(data-title) ': ';
        font-weight: 700;
        color: var(--heading-font-color)
    }

    table.shop_table_responsive tr td.product-name > div {
        width: 100%;
        padding-top: 10px
    }

    table.shop_table_responsive tr td.product-remove::before, table.shop_table_responsive tr td.actions::before {
        display: none
    }

    table.shop_table_responsive tr td.actions {
        display: block
    }

    table.shop_table_responsive tr:nth-child( 2n) td {
        background-color: rgba(0, 0, 0, 0.025)
    }

    table.cart .product-thumbnail {
        display: none
    }
}

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
    font-size: 19px;
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: 600;
    background: #f0f5fd;
    margin-bottom: 40px;
    padding: 25px
}

.woocommerce-notices-wrapper:empty, .woocommerce-form-coupon-toggle:empty {
    display: none
}

.woocommerce-notices-wrapper > .woocommerce-error, .woocommerce-form-coupon-toggle > .woocommerce-error {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    color: red
}

.woocommerce-message, .woocommerce-Message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.woocommerce-message .button, .woocommerce-Message .button {
    flex: 0 0 auto;
    order: 9;
    min-width: 170px;
    padding: 21.5px;
    text-align: center;
    background: var(--color-accent);
    color: white
}

.woocommerce-message .button:hover, .woocommerce-Message .button:hover {
    background: var(--color-primary)
}

.woocommerce-error {
    background: #f00;
    color: #fff;
    padding: 25px;
    margin: 0 0 35px
}

.woocommerce-notice {
    padding: 20px
}

.woocommerce-notice--info {
    background-color: orange;
    color: #fff
}

select.orderby {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e6e8eb inset
}

.woocommerce-cart-form__contents .product-name {
    font-size: 17px;
    font-weight: 600;
    font-family: var(--heading-font-family)
}

.woocommerce-cart-form__contents .remove {
    width: 19px;
    height: 19px;
    line-height: 17px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--color-secondary)
}

.woocommerce-cart-form__contents .remove:hover {
    background: #f00
}

.woocommerce-cart-form__contents .woocommerce-Price-amount {
    font-size: 16px
}

.woocommerce-cart-form__contents .input-text.qty {
    max-width: 76px;
    text-align: center
}

@media (min-width: 1025px) {
    .woocommerce-cart-form__contents td, .woocommerce-cart-form__contents th {
        padding: 20px
    }

    .woocommerce-cart-form__contents td.actions, .woocommerce-cart-form__contents th.actions {
        padding: 30px
    }

    .woocommerce-cart-form__contents .product-thumbnail, .woocommerce-cart-form__contents .product-remove {
        border-right: 0
    }

    .woocommerce-cart-form__contents .product-remove {
        width: 60px
    }

    .woocommerce-cart-form__contents .product-remove .remove {
        margin: 0 auto
    }

    .woocommerce-cart-form__contents .product-thumbnail {
        width: 70px;
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce-cart-form__contents .product-thumbnail img {
        max-width: 70px
    }

    .woocommerce-cart-form__contents .product-price, .woocommerce-cart-form__contents .product-quantity, .woocommerce-cart-form__contents .product-subtotal {
        width: 180px;
        text-align: center
    }

    .woocommerce-cart-form__contents .cms-cart-update-checkout {
        padding-top: 0 !important;
        float: right;
        min-width: 302px
    }

    [dir="rtl"] .woocommerce-cart-form__contents .cms-cart-update-checkout {
        float: left
    }
}

.woocommerce-cart-form__contents .coupon {
    display: flex;
    flex-wrap: wrap;
    width: 404px;
    margin: -5px;
    float: left
}

[dir="rtl"] .woocommerce-cart-form__contents .coupon {
    float: right
}

@media (max-width: 767px) {
    .woocommerce-cart-form__contents .coupon {
        float: none;
        width: unset
    }
}

.woocommerce-cart-form__contents .coupon input, .woocommerce-cart-form__contents .coupon button {
    margin: 5px
}

.woocommerce-cart-form__contents .coupon label {
    display: none
}

.woocommerce-cart-form__contents .coupon input[name="coupon_code"] {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 42px !important;
    line-height: 42px !important
}

.woocommerce-cart-form__contents .coupon button[name="apply_coupon"] {
    flex: 0 0 134px
}

.woocommerce-cart-form__contents .coupon + [name="update_cart"] {
    display: none !important
}

.woocommerce-cart-form__contents .cms-cart-update-checkout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    margin: -5px
}

.woocommerce-cart-form__contents .cms-cart-update-checkout > * {
    margin: 5px;
    text-align: center;
    flex: 0 0 auto;
    max-width: calc(50% - 10px)
}

@media (max-width: 767px) {
    .woocommerce-cart-form__contents .cms-cart-update-checkout > * {
        flex: 0 0 calc(50% - 10px);
        padding-top: 5px
    }
}

.woocommerce-cart-form__contents button, .woocommerce-cart-form__contents .button, .woocommerce-cart-form__contents .btn, .woocommerce-cart-form__contents .cms-btn-text {
    padding: 0 10px !important;
    height: 42px !important;
    line-height: 42px !important;
    min-width: 134px;
    text-align: center
}

.cart_totals {
    margin-top: 50px
}

.cart_totals > h2 {
    font-size: 21px
}

.cart_totals table {
    border: 0;
    table-layout: fixed
}

.cart_totals table th, .cart_totals table td {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0
}

.cart_totals table th {
    color: var(--heading-font-color);
    font-family: var(--body-font-family);
    font-size: 17px;
    min-width: 190px;
    max-width: 190px;
    width: 190px
}

.cart_totals table .woocommerce-Price-amount {
    color: var(--body-font-color);
    font-family: var(--body-font-family);
    font-size: 17px
}

.cart_totals table .cart-subtotal .woocommerce-Price-amount {
    font-weight: 400
}

.cart_totals .wc-proceed-to-checkout {
    margin-top: 0;
    padding-top: 40px;
    border-top: 1px solid #eaeaea
}

.cart_totals .cart-total-checkout-button {
    min-width: 270px;
    height: 61px;
    line-height: 61px;
    background: var(--color-accent);
    color: #fff;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    font-weight: 700
}

.cart_totals .cart-total-checkout-button:hover {
    background: var(--color-secondary)
}

.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0
}

.col2-set {
    display: flex;
    flex-wrap: wrap;
    margin: -20px
}

.col2-set > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px
}

@media (min-width: 1025px) {
    .col2-set > div {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3 {
    margin: 0 0 20px
}

.woocommerce-billing-fields > h3 label, .woocommerce-shipping-fields > h3 label {
    font-size: 100%
}

#ship-to-different-address-checkbox {
    transform: translateY(10px)
}

#order_review_heading {
    margin-top: 30px
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    border-top: 1px solid #eaeaea
}

.wc_payment_methods {
    list-style: none
}

.wc_payment_methods .payment_box {
    padding: 1rem;
    background: #eee;
    margin-bottom: 20px
}

.wc_payment_methods .payment_box ul:last-of-type, .wc_payment_methods .payment_box ol:last-of-type {
    margin-bottom: 0
}

.wc_payment_methods .payment_box fieldset {
    padding: 1.5rem;
    padding-bottom: 0;
    border: 0;
    background: #f6f6f6
}

.wc_payment_methods .payment_box li {
    list-style: none
}

.wc_payment_methods .payment_box p:first-child {
    margin-top: 0
}

.wc_payment_methods .payment_box p:last-child {
    margin-bottom: 0
}

.wc_payment_methods > label:first-of-type {
    display: block;
    margin: 1rem 0
}

.wc_payment_methods > label:first-of-type img {
    max-height: 24px;
    max-width: 200px;
    float: right
}

.wc_payment_methods label {
    cursor: pointer
}

.wc_payment_methods input.input-radio[name="payment_method"] {
    display: none
}

.wc_payment_methods input.input-radio[name="payment_method"] + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #6d6d6d;
    background: #fff;
    margin-left: 4px;
    margin-right: 1.2rem;
    border-radius: 100%;
    transform: translateY(2px)
}

.wc_payment_methods input.input-radio[name="payment_method"]:checked + label::before {
    background: #555
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding-bottom: 35px;
    justify-content: center;
    list-style: none
}

.woocommerce-MyAccount-navigation ul > li {
    flex: 0 0 auto;
    margin: 10px
}

.woocommerce-MyAccount-navigation ul a {
    display: block;
    padding: 15px 25px;
    background: var(--color-primary);
    color: #fff
}

.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul a.active, .woocommerce-MyAccount-navigation ul a.is-active {
    background: var(--color-accent)
}

.woocommerce-MyAccount-navigation ul .is-active a {
    background: var(--color-accent)
}

#ppc-button, #ppcp-messages {
    position: relative;
    z-index: 0
}

.cart-total-checkout-button-wrap + #ppc-button {
    margin-top: 30px
}

.woocommerce-form-login__submit {
    margin-top: 25px
}

ul.products {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

ul.products > li.product {
    margin: 0 20px;
    padding: 0 0 17px;
    position: relative
}

ul.products > li.product:hover .cms-products-thumb img, ul.products > li.product:hover .cms-products-thumb .cms-overlay-content {
    transform: translateY(-68px)
}

ul.products.colomns-1 > li.product {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px)
}

ul.products.columns-2 > li.product {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px)
}

ul.products.columns-3 > li.product {
    max-width: calc(33.3333% - 40px);
    width: calc(33.3333% - 40px);
    flex: 0 0 calc(33.3333% - 40px)
}

ul.products.columns-4 > li.product {
    max-width: calc(25% - 40px);
    width: calc(25% - 40px);
    flex: 0 0 calc(25% - 40px)
}

ul.products.columns-5 > li.product {
    max-width: calc(20% - 40px);
    width: calc(20% - 40px);
    flex: 0 0 calc(20% - 40px)
}

ul.products.columns-6 > li.product {
    max-width: calc(16.6666% - 40px);
    width: calc(16.6666% - 40px);
    flex: 0 0 calc(16.6666% - 40px)
}

@media (max-width: 1279px) {
    ul.products.columns-5 > li.product {
        max-width: calc(33.3333% - 40px);
        width: calc(33.3333% - 40px);
        flex: 0 0 calc(33.3333% - 40px)
    }

    ul.products.columns-6 > li.product {
        max-width: calc(33.3333% - 40px);
        width: calc(33.3333% - 40px);
        flex: 0 0 calc(33.3333% - 40px)
    }
}

@media (max-width: 1024px) {
    ul.products.columns-3 > li.product {
        max-width: calc(50% - 40px);
        width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px)
    }

    ul.products.columns-4 > li.product {
        max-width: calc(50% - 40px);
        width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px)
    }

    ul.products.columns-5 > li.product {
        max-width: calc(50% - 40px);
        width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px)
    }

    ul.products.columns-6 > li.product {
        max-width: calc(50% - 40px);
        width: calc(50% - 40px);
        flex: 0 0 calc(50% - 40px)
    }
}

@media (max-width: 767px) {
    ul.products.columns-2 > li.product, ul.products.columns-3 > li.product, ul.products.columns-4 > li.product, ul.products.columns-5 > li.product, ul.products.columns-6 > li.product {
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px)
    }
}

ul.products .star-rating {
    display: none !important
}

@media (min-width: 1025px) {
    .cms-loop-products-wrap:hover .cms-loop-product-addtocart .cms-addtocart-btn {
        transform: scale(1)
    }
}

.cms-loop-product-thumb {
    overflow: hidden
}

.cms-loop-product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    border: 0 solid #fff;
    transition: all 300ms ease-in-out;
    z-index: 1
}

.cms-loop-product-thumb .cms-loop-product-addtocart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
    margin: -10px
}

.cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn {
    padding: 20px 40px
}

.cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn.loading .cms-addtocart-icon:before {
    font-family: "cmsi";
    content: '\e95b';
    animation: cms-spin 2s infinite;
    display: inline-block
}

.cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn.added + .cms_added_to_cart {
    display: block
}

@media (min-width: 1025px) {
    .cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn {
        transform: scale(0)
    }
}

.cms-loop-product-thumb .cms-loop-product-addtocart .cms_added_to_cart {
    display: none
}

.cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn, .cms-loop-product-thumb .cms-loop-product-addtocart .cms_added_to_cart {
    margin: 10px
}

.cms-loop-product-thumb img {
    width: 100%
}

.cms-loop-product-price {
    padding-top: 5px
}

.single-product div.product.type-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px
}

.single-product div.product.type-product > * {
    flex: 0 0 100%;
    width: 100%;
    padding: 20px
}

@media (min-width: 1025px) {
    .single-product div.product.type-product > .woocommerce-product-gallery, .single-product div.product.type-product > .summary {
        flex: 0 0 50%;
        width: 50%
    }

    .single-product div.product.type-product > .woocommerce-product-gallery {
        padding-right: 40px
    }

    [dir="rtl"] .single-product div.product.type-product > .woocommerce-product-gallery {
        padding-left: 40px;
        padding-right: 20px
    }
}

@media (min-width: 1280px) {
    .single-product div.product.type-product > .woocommerce-tabs {
        flex: 0 0 83%;
        width: 83%
    }
}

.single-product #cms-main {
    margin-bottom: 60px !important
}

.cms-single-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cms-single-product-price del {
    order: 2;
    margin-left: 20px;
    font-size: 70%
}

[dir="rtl"] .cms-single-product-price del {
    margin-left: 0;
    margin-right: 20
}

.woocommerce-product-details__short-description {
    margin-bottom: 35px
}

form.cart, .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap
}

form.cart .quantity, .woocommerce-variation-add-to-cart .quantity {
    margin-right: 15px
}

[dir="rtl"] form.cart .quantity, [dir="rtl"] .woocommerce-variation-add-to-cart .quantity {
    margin-left: 15px;
    margin-right: 0
}

.cms-quantity {
    max-width: 76px;
    position: relative;
    margin: 0 auto
}

.cms-quantity input.qty, .cms-quantity .quantity-button {
    box-shadow: 0 0 0 2px #e6e8eb inset !important;
    background: white !important
}

.cms-quantity input.qty {
    font-size: 20px !important;
    color: var(--color-primary) !important;
    font-weight: 700;
    height: 50px !important;
    line-height: 50px !important
}

.cms-quantity .quantity-button {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    line-height: 30px;
    text-align: center;
    color: var(--color-primary);
    font-size: 7px;
    z-index: 2;
    cursor: pointer
}

.cms-quantity .quantity-down {
    top: 0
}

.cms-quantity .quantity-down:before {
    font-family: "cmsi";
    content: '\e900'
}

.cms-quantity .quantity-up {
    bottom: 0;
    cursor: copy
}

.cms-quantity .quantity-up:before {
    font-family: "cmsi";
    content: '\e93a'
}

.single_add_to_cart_button {
    min-width: 170px;
    padding: 15px 30px !important
}

.single_add_to_cart_button.disabled {
    cursor: not-allowed;
    visibility: hidden;
    opacity: 0
}

.single_add_to_cart_button.disabled:hover {
    opacity: 0
}

table.variations {
    border: none;
    border-spacing: 0
}

table.variations td {
    border: none;
    padding: 0 0 20px
}

table.variations td.label {
    display: none;
    font-family: var(--heading-font-family);
    color: var(--heading-font-color)
}

table.variations .reset_variations:not(style), table.variations .reset_variations[style="visibility: hidden;"] {
    display: none
}

table.variations .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
    padding-top: 15px;
    font-weight: 700;
    color: #f00;
    text-align: end
}

.woocommerce-variation-description:not(empty), .woocommerce-variation-price:not(empty), .woocommerce-variation-availability:not(empty) {
    margin-bottom: 30px
}

table.woocommerce-grouped-product-list {
    border: none;
    margin: -8px -8px 32px
}

table.woocommerce-grouped-product-list td {
    border: none
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity, table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
    flex: 0 0 auto;
    width: auto
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media (max-width: 767px) {
    table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
        flex: 0 0 100%;
        width: 100%;
        order: -1
    }
}

.cms-single-product-meta {
    margin-top: 40px
}

.cms-single-product-meta .cms-single-product-meta-item {
    display: flex;
    flex-wrap: wrap
}

.cms-single-product-meta .cms-single-product-meta-item:not(:last-child) {
    margin-bottom: 15px
}

.cms-single-product-meta .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-font-color);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

@media (min-width: 768px) {
    .cms-single-product-meta .title {
        min-width: 120px
    }
}

.cms-single-product-meta .content {
    text-transform: capitalize;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.cms-single-product-meta .content a {
    color: var(--color-body)
}

.cms-single-product-meta .content a:hover {
    color: var(--color-accent)
}

.wc-tabs {
    padding: 0;
    margin: 30px -15px 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.wc-tabs li {
    padding: 0 15px
}

@media (max-width: 320px) {
    .wc-tabs li {
        flex: 0 0 100%
    }
}

.wc-tabs a {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 15px 0;
    display: block;
    z-index: 1
}

.wc-tabs a:after {
    left: 0;
    right: 0
}

.wc-tabs li.active a {
    color: var(--color-accent)
}

.wc-tabs li.active a:after, .wc-tabs a:hover:after {
    color: var(--color-accent);
    background: var(--color-accent)
}

.wc-tabs:after, .wc-tabs a:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #eaeaea;
    transition: all 300ms ease-in-out
}

.wc-tabs:after {
    left: 15px;
    right: 15px
}

.upsells.products.products, .related.products, .cross-sells {
    margin-top: 35px
}

.upsells.products.products > h2, .related.products > h2, .cross-sells > h2 {
    font-size: 24px;
    margin: 0px 0 30px
}

.upsells + .related.products {
    margin-top: -20px
}

.woocommerce-product-gallery {
    position: relative
}

.woocommerce-product-gallery__trigger {
    font-size: 0;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: var(--color-primary);
    z-index: 1;
    border-radius: 50%
}

.woocommerce-product-gallery__trigger:before {
    font-family: "cmsi";
    content: '\e93f';
    font-size: 18px
}

.woocommerce-product-gallery__trigger:hover {
    background: var(--color-accent);
    color: #fff
}

.woocommerce-product-gallery__wrapper {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative
}

.flex-control-thumbs {
    list-style: none;
    padding: 0;
    margin: 25px -5px -5px;
    display: flex;
    flex-wrap: wrap
}

.flex-control-thumbs li {
    padding: 5px;
    flex: 0 0 20%
}

.flex-control-thumbs li img {
    width: 100%
}

p.stars {
    margin: 0
}

.remove_from_cart_button {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    z-index: 1;
    border-radius: 50%
}

.remove_from_cart_button:hover {
    background: #f00;
    color: #fff
}

[dir="rtl"] .remove_from_cart_button {
    right: auto;
    left: 10px
}

.woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px
}

.woocommerce-mini-cart__total > *, .woocommerce-mini-cart__buttons > * {
    margin: 10px
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: var(--color-accent);
    text-align: end
}

.woocommerce-mini-cart__total > * {
    flex: 0 0 calc(50% - 20px)
}

.woocommerce-mini-cart__buttons {
    text-align: center
}

.woocommerce-mini-cart__buttons > * {
    flex: 0 0 calc(100% - 20px)
}

.woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    margin: 0;
    align-items: center;
    margin-bottom: 20px
}

.star-rating {
    font-family: "cmsi";
    color: var(--color-body);
    font-size: 14px;
    letter-spacing: 6px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    width: 105px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    vertical-align: top
}

.star-rating:before, .star-rating > span:before, .star-rating .cms-star-rated:before {
    content: "\e949 \e949 \e949 \e949 \e949";
    display: block;
    overflow: hidden
}

.star-rating > span:before, .star-rating .cms-star-rated:before, .star-rating[aria-label="Rated 0 out of 5"]:before {
    color: var(--color-rating)
}

.star-rating .cms-star-rated, .star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 23px
}

[dir="rtl"] .star-rating .cms-star-rated, [dir="rtl"] .star-rating > span {
    left: auto;
    right: 0
}

.star-rating + .woocommerce-review-link {
    margin-left: 30px;
    font-size: 13px
}

[dir="rtl"] .star-rating + .woocommerce-review-link {
    margin-left: 0;
    margin-right: 30px
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "cmsi";
    content: "\e948";
    text-indent: 0
}

p.stars a:hover ~ a::before {
    content: "\e948"
}

p.stars:hover a::before {
    content: "\e949"
}

p.stars.selected a.active::before {
    content: "\e949"
}

p.stars.selected a.active ~ a::before {
    content: "\e948"
}

p.stars.selected a:not(.active)::before {
    content: "\e949"
}

.product_list_widget, .product_list_widget li {
    padding: 0;
    margin: 0;
    list-style: none
}

.cms-product-list-item:not(:first-child) {
    margin-top: 30px
}

.cms-product-list-thumbs {
    max-width: 60px
}

.cms-product-list-price .woocommerce-Price-amount {
    font-size: 14px
}

.cms-widget .wc-layered-nav-term .count {
    display: none
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    font-size: 14px
}

.widget_price_filter .price_slider_amount button {
    background: none;
    color: var(--color-primary);
    font-weight: 500;
    padding: 5px 0 0;
    margin: 0;
    float: right;
    border: none;
    font-size: 14px;
    line-height: normal
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: start
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: var(--color-accent);
    border-radius: 0;
    cursor: ew-resize;
    outline: none;
    top: -3px
}

.widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -10px
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    border-radius: 0;
    background-color: var(--color-accent)
}

.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgba(235, 240, 243, 1)
}

.widget_price_filter .ui-slider-horizontal {
    height: 4px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: 0px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: 0px
}

.wc-layered-nav-rating > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.product-categories {
    margin: -7px 0 !important
}

.product-categories li {
    padding: 7px 0
}

.product-categories .title {
    font-weight: 700
}

.cms-ac-content {
    display: none
}

.cms-ac-title [class*="cms-ac-title-icon-"] {
    font-size: 20px
}

.cms-ac-title .cms-ac-title-icon-close {
    font-size: 14px
}

.cms-accordion-item, .cms-ac-title, .cms-ac-content {
    background: none !important;
    outline: none !important
}

.cms-accordion-item:hover, .cms-ac-title:hover, .cms-ac-content:hover, .cms-accordion-item:active, .cms-ac-title:active, .cms-ac-content:active, .cms-accordion-item:focus, .cms-ac-title:focus, .cms-ac-content:focus, .cms-accordion-item:visited, .cms-ac-title:visited, .cms-ac-content:visited {
    background: none !important;
    outline: none !important
}

.cms-accordion-layout-1 .cms-accordion-item {
    padding: 21px 0;
    border-bottom: 2px solid #eaeaea;
    cursor: pointer
}

.cms-accordion-layout-1 .cms-accordion-item:first-child {
    border-top: 4px solid var(--color-accent)
}

.cms-accordion-layout-1 .cms-accordion-item:last-child {
    margin-bottom: 0
}

.cms-accordion-layout-1 .cms-accordion-item .cms-ac-title-icon {
    padding-top: 2px
}

.cms-accordion-layout-1 .cms-accordion-item .cms-ac-title--icon:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    text-align: center;
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    margin-top: 2px
}

.cms-accordion-layout-1 .cms-accordion-item .cms-ac-title--icon.cms-ac-title-icon-open:before {
    line-height: 24px
}

.cms-accordion-layout-1 .cms-accordion-item:hover .cms-ac-title-text, .cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-text {
    color: var(--color-accent)
}

.cms-accordion-layout-1 .cms-accordion-item:hover .cms-ac-title--icon:before, .cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title--icon:before {
    background-color: var(--color-accent)
}

.cms-accordion-layout-1 .cms-accordion-item .cms-ac-title-icon-open {
    display: none
}

.cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-icon-close {
    display: none
}

.cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-icon-open {
    display: inline-block
}

.cms-accordion-layout-1 .cms-ac-content {
    padding: 15px 0 0 43px
}

[dir="rtl"] .cms-accordion-layout-1 .cms-ac-content {
    padding: 15px 43px 0 0
}

.cms-accordion-layout-99 .cms-accordion-item {
    padding: 22px 30px;
    border: 2px solid #cdd6e0;
    margin-bottom: 30px;
    cursor: pointer
}

.cms-accordion-layout-99 .cms-accordion-item:last-child {
    margin-bottom: 0
}

.cms-accordion-layout-99 .cms-accordion-item:hover, .cms-accordion-layout-99 .cms-accordion-item.active {
    border-color: var(--color-accent)
}

.cms-accordion-layout-99 .cms-accordion-item:hover .cms-ac-title-text, .cms-accordion-layout-99 .cms-accordion-item.active .cms-ac-title-text, .cms-accordion-layout-99 .cms-accordion-item:hover .cms-ac-title-icon, .cms-accordion-layout-99 .cms-accordion-item.active .cms-ac-title-icon {
    color: var(--color-accent)
}

.cms-accordion-layout-99 .cms-accordion-item .cms-ac-title-icon-open {
    display: none
}

.cms-accordion-layout-99 .cms-accordion-item.active .cms-ac-title-icon-close {
    display: none
}

.cms-accordion-layout-99 .cms-accordion-item.active .cms-ac-title-icon-open {
    display: inline-block
}

.cms-accordion-layout-99 .cms-ac-content {
    padding: 10px 0 0
}

.cms-anchor {
    width: 100px;
    height: 100px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 20px 5px
}

.cms-anchor:hover {
    color: #fff;
    background-color: var(--color-accent)
}

.cms-anchor-icon {
    font-size: 20px;
    padding-bottom: 5px;
    position: relative;
    animation: vibrate 2s linear 0s infinite
}

.cms-clients-layout-1 a {
    opacity: 0.5
}

.cms-clients-layout-1 a:hover {
    opacity: 1 !important
}

.cms-cmm-type {
    text-align: center
}

.cms-cmm-icon {
    font-size: 10px
}

table.cms-commitment {
    border: 0
}

table.cms-commitment th, table.cms-commitment td {
    border-right: 0;
    border-spacing: 0;
    padding: 0 10px
}

table.cms-commitment th:last-child, table.cms-commitment td:last-child {
    padding-right: 0
}

table.cms-commitment th.cms-cmm-label, table.cms-commitment td.cms-cmm-label {
    padding: 0;
    font-size: 16px
}

table.cms-commitment th span, table.cms-commitment td span {
    padding: 12px 0
}

table.cms-commitment th.cms-cmm-label, table.cms-commitment th.cms-cmm-type {
    color: #616161;
    font-size: 16px;
    font-family: var(--body-font-family)
}

table.cms-commitment td.cms-cmm-type > span.cms-cmm-icon:before {
    padding: 16px 0;
    display: block
}

table.cms-commitment span {
    display: block
}

table.cms-commitment span.cmm-text {
    padding: 21px 0
}

table.cms-commitment .cms-cmm-type {
    min-width: 140px
}

table.cms-commitment .cms-cmm-type > span {
    background-color: #f4f4f4
}

table.cms-commitment .cms-cmm-label span {
    padding-left: 0;
    padding-right: 0
}

.commitment-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.commitment-item > .row {
    padding-top: 10px
}

.cms-company-history .content-item {
    display: flex
}

.cms-company-history .content-item .left-content {
    padding-right: 42px;
    position: relative
}

[dir="rtl"] .cms-company-history .content-item .left-content {
    padding-left: 42px;
    padding-right: 0
}

.cms-company-history .content-item .left-content span.dot {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid #dcdee2;
    position: absolute;
    top: 3px;
    right: -11px
}

.cms-company-history .content-item .left-content span.dot:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid var(--color-accent);
    background-color: var(--color-accent)
}

[dir='rtl'] .cms-company-history .content-item .left-content span.dot {
    right: auto;
    left: -11px
}

.cms-company-history .content-item .left-content:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #dcdee2;
    position: absolute;
    top: 26px;
    right: 0;
    bottom: -3px
}

[dir="rtl"] .cms-company-history .content-item .left-content:after {
    right: auto;
    left: 0
}

.cms-company-history .content-item .left-content .timeline-year {
    width: 75px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 0;
    background-color: var(--color-accent);
    color: #fff;
    text-align: center;
    position: relative
}

.cms-company-history .content-item .left-content .timeline-year:before {
    position: absolute;
    content: "";
    display: block;
    height: 21px;
    width: 21px;
    top: 50%;
    right: -11px;
    background-color: var(--color-accent);
    transform: translateY(-50%) rotate(45deg)
}

[dir="rtl"] .cms-company-history .content-item .left-content .timeline-year:before {
    right: auto;
    left: -11px
}

.cms-company-history .content-item .right-content {
    padding-left: 40px
}

[dir="rtl"] .cms-company-history .content-item .right-content {
    padding-right: 40px;
    padding-left: 0
}

.cms-company-history .content-item .right-content .timeline-title {
    margin-bottom: 13px
}

.cms-company-history .content-item .right-content .timeline-text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px
}

.cms-company-history .content-item:last-child .right-content .timeline-text {
    margin-bottom: 0
}

.cms-company-history .content-item:last-child .left-content:after {
    bottom: 7px
}

@media (max-width: 767px) {
    .cms-company-history .content-item {
        flex-direction: column
    }

    .cms-company-history .content-item span.dot, .cms-company-history .content-item .left-content:after {
        display: none !important
    }

    .cms-company-history .content-item .right-content {
        padding-left: 0;
        margin-top: 15px
    }
}

.cms-cta-layout-1 .cms--link .cms-btn-text {
    font-weight: 400
}

.elementor-widget-cms_download .cms-download-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

.elementor-widget-cms_download .cms-download-item .cms-download-icon {
    flex: 0 0 62px;
    width: 62px;
    max-width: 62px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25)
}

.elementor-widget-cms_download .cms-download-item .cms-download-icon img {
    vertical-align: middle
}

.elementor-widget-cms_download .cms-download-item .cms-download-text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 22px 30px
}

.elementor-widget-cms_download .cms-download-item.bg-primary .cms-download-icon {
    background: #032259
}

.elementor-widget-cms_download .cms-download-item.bg-secondary .cms-download-icon {
    background: #53c5f8
}

.elementor-widget-cms_download .cms-download-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px
}

.cms-download-layout-1 .cms-downloads {
    background: #f0f5fd
}

.cms-download-layout-1 .cms-downloads:before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    height: 6px;
    bottom: 0;
    background: var(--color-primary)
}

.cms-download-layout-2 .cms-download-item .cms-download-icon {
    flex: 0 0 92px;
    max-width: 92px;
    width: 92px;
    height: 92px
}

.cms-fancybox:hover .cms-fancy-icon-wrap {
    transform: translateY(-15px)
}

.cms-fancybox-layout-1 .cms-heading-features {
    padding-bottom: 2px
}

.cms-fancybox-layout-1 .cms-fancy-feature-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 9px 0
}

.cms-fancybox-layout-1 .cms-fancy-feature-item:first-child {
    padding-top: 0
}

.cms-fancybox-layout-1 .fancy-icon-mask {
    position: absolute;
    bottom: 10px;
    right: -64px;
    font-size: 128px;
    color: #fff;
    opacity: 0.2
}

[dir="rtl"] .cms-fancybox-layout-1 .fancy-icon-mask {
    right: auto;
    left: -64px
}

.cms-fancybox-layout-1 .cms-link a[href*="tel:"] {
    font-size: 24px;
    font-family: var(--heading-font-family);
    font-weight: 400 !important;
    margin-top: -5px;
    margin-bottom: -7px;
    display: block !important
}

.cms-fancybox-layout-1 .cms-link a[href*="tel:"] .cms-icon {
    font-size: 18px !important
}

.cms-fancybox-layout-1 .cms-link a:not([href*="tel:"]) .cms-btn-text {
    border-bottom: 2px solid var(--color-secondary)
}

.cms-fancybox-layout-1 .cms-fancybox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 6px
}

.cms-fancybox-layout-2 .cms--link {
    line-height: 30px;
    background: var(--color-secondary);
    color: #fff;
    padding: 0 11px
}

.cms-fancybox-layout-2 .cms--link .cms-icon {
    line-height: 30px
}

@media (min-width: 1280px) {
    .cms-fancybox-layout-2 .cms-fancybox-link {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 90px;
        padding-top: 17px
    }

    .cms-fancybox-layout-2 .cms-fancybox-link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        transition: all 300ms ease-in-out
    }

    .cms-fancybox-layout-2:hover .cms--link {
        box-shadow: 0 0 0 5px var(--color-primary)
    }

    .cms-fancybox-layout-2:hover .cms--link .cms-btn-icon {
        transform: scaleY(-1)
    }

    .cms-fancybox-layout-2:hover .cms-fancybox-link {
        padding-top: 74px
    }

    .cms-fancybox-layout-2:hover .cms-fancybox-link:before {
        top: 100%
    }
}

.cms-fancybox-layout-8 .cms-fancybox-wrap:before {
    content: '';
    position: absolute;
    left: 40px;
    width: 0;
    height: 6px;
    background: var(--color-accent);
    transition: all 300ms ease-in-out
}

[dir='rtl'] .cms-fancybox-layout-8 .cms-fancybox-wrap:before {
    left: auto;
    right: 40px
}

.cms-fancybox-layout-8 .cms-fancybox-wrap:hover:before {
    width: calc(100% - 80px)
}

.cms-features-section {
    padding: 19px 50px
}

@media (max-width: 767px) {
    .cms-features-section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.cms-feature-item:not(:last-child) {
    padding-bottom: 13px
}

.cms-feature-item .cms-icon-wrap {
    padding-right: 5px
}

.cms-gallery-item {
    display: none
}

.cms-gal-popup-icon:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--color-accent);
    background-color: #fff;
    display: block;
    font-size: 12px
}

.cms-gallery-load .cms-btn-content .cms-btn-text {
    min-width: 170px
}

@media (max-width: 1024px) {
    .cms-galleries-light-box {
        transform: scale(1) !important
    }
}

.cms-heading-layout-1 .cms-desc {
    position: relative
}

.cms-hiw-download-icon {
    display: block;
    width: 68px;
    height: 68px;
    line-height: 68px
}

.cms-howitwork-layout-1 .step-number {
    color: #e6e8eb;
    right: 40px
}

[dir="rtl"] .cms-howitwork-layout-1 .step-number {
    right: auto;
    left: 40px
}

.cms-howitwork-layout-1 .cms-hiw-slider .cms-swiper-container, .cms-howitwork-layout-1 .cms-howitwork-item {
    border: 1px solid #eaeaea
}

.cms-howitwork-layout-1 .cms-howitwork-item-inner:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 0;
    height: 6px;
    background: var(--color-secondary);
    transition: all 300ms ease-in-out
}

.cms-howitwork-layout-1 .cms-hiw-grid {
    margin: 0 0 1px -1px
}

.cms-howitwork-layout-1 .cms-hiw-grid .cms-howitwork-item {
    margin-right: -1px;
    margin-bottom: -1px
}

.cms-howitwork-layout-1 .cms-hiw-slider .cms-swiper-container .cms-howitwork-item {
    border-left: 0;
    border-top: 0;
    border-bottom: 0
}

.cms-howitwork-layout-1 .cms-hiw-slider .cms-swiper-container .cms-howitwork-item:last-child {
    border-right: 0
}

.cms-howitwork-layout-1 .cms-howitwork-item:hover .cms-howitwork-item-inner:before {
    width: calc(100% - 80px)
}

.cms-howitwork-layout-2 .cms-hiw-grid .cms-howitwork-item:nth-child(odd) .cms-hiw-img {
    order: 2
}

@media (min-width: 1025px) {
    .cms-howitwork-layout-2 .cms-hiw-slider .cms-howitwork-item:nth-child(even) .cms-hiw-img {
        order: 2
    }
}

@media (min-width: 768px) {
    .cms-howitwork-layout-2[class*="cms-swiper-nav-top-"] .cms-hiw-heading {
        margin-bottom: -55px
    }
}

@media (min-width: 1025px) {
    .cms-howitwork-layout-2[class*="cms-swiper-nav-top-"] .cms-hiw-heading {
        margin-bottom: -105px
    }
}

.cms-howitwork-layout-2[class*="cms-swiper-nav-top-"] .cms-swiper-arrows {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .cms-howitwork-layout-2[class*="cms-swiper-nav-top-"] .cms-swiper-arrows {
        margin-bottom: 100px
    }
}

.cms-howitwork-layout-3 .cms-hiw-img a {
    background-color: #f3f3f3
}

.cms-howitwork-layout-3 .cms-howitwork-item:hover .cms-hiw-img a {
    background-color: var(--color-accent)
}

.cms-howitwork-layout-x .cms-howitwork-item-inner .cms-heading {
    position: relative
}

.cms-howitwork-layout-x .cms-howitwork-item-inner .cms-heading:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent var(--color-accent) transparent;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 15px
}

@media (min-width: 1280px) {
    .cms-howitwork-layout-x .cms-howitwork-item-inner .cms-heading:after {
        transform: scale(0)
    }
}

.cms-howitwork-layout-x .cms-howitwork-item-inner:hover .main-icon, .cms-howitwork-layout-x .cms-howitwork-item-inner:hover .cms-heading {
    color: var(--color-accent)
}

.cms-howitwork-layout-x .cms-howitwork-item-inner:hover .cms-heading:after {
    transform: scale(1)
}

.cms-howitwork-layout-x .cms-howitwork-item:last-child .box-icon:after {
    display: none
}

.cms-howitwork-layout-x .cms-howitwork-item-inner .box-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #eaeaea;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 300ms ease-in-out
}

@media (min-width: 1280px) {
    .cms-howitwork-layout-x .cms-howitwork-item-inner .box-icon:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 6px;
        left: 6px;
        background: var(--color-accent);
        border-radius: 50%
    }

    .cms-howitwork-layout-x .cms-howitwork-item-inner .box-icon:after {
        content: '';
        display: block;
        width: 330px;
        height: 2px;
        position: absolute;
        left: 100%;
        top: calc(50% - 1px);
        background: #eaeaea
    }
}

.cms-howitwork-layout-x .cms-howitwork-item-inner .cms-icon-step {
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 2;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) scale(1)
}

.cms-howitwork-layout-x .cms-howitwork-item-inner .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%)
}

@media (min-width: 1280px) {
    .cms-howitwork-layout-x .cms-howitwork-item-inner .btn {
        visibility: hidden;
        opacity: 0;
        left: -100%
    }

    .cms-howitwork-layout-x .cms-howitwork-item-inner .cms-icon-step {
        transform: translate(-50%, -50%) scale(0)
    }

    .cms-howitwork-layout-x .cms-howitwork-item-inner:hover .box-icon:after {
        background-image: -webkit-linear-gradient(0deg, #0857de 0%, #e6eaef 77%);
        background-image: -moz-linear-gradient(0deg, #0857de 0%, #e6eaef 77%);
        background-image: -ms-linear-gradient(0deg, #0857de 0%, #e6eaef 77%)
    }

    .cms-howitwork-layout-x .cms-howitwork-item-inner:hover .cms-icon-step {
        transform: translate(-50%, -50%) scale(1)
    }

    .cms-howitwork-layout-x .cms-howitwork-item-inner:hover .btn {
        visibility: visible;
        opacity: 1;
        left: 50%
    }
}

@media (max-width: 1024px) {
    .cms-howitwork-layout-x .cms-howitwork-item-inner {
        background: #fff;
        margin-bottom: 40px
    }
}

.cms-lists-layout-1 .cms-list-item {
    border-bottom: 2px solid #eaeaea
}

.cms-lists-layout-1 .cms-list-item:hover {
    border-color: var(--color-accent)
}

.cms-lists-layout-1 .cms-list-item:hover .cms-link-icon-after {
    color: var(--color-accent)
}

.cms-lists-layout-1 .cms-list-item:first-child .cms-list-item-inner {
    padding-top: 0
}

.cms-lists-layout-1 .cms-list-item:last-child {
    border-bottom: 0
}

.cms-lists-layout-1 .cms-list-item:last-child .cms-list-item-inner {
    padding-bottom: 0
}

.cms-lists-layout-1 .cms-list-item-inner {
    margin: 0 -14px;
    padding: 30px 0
}

.cms-lists-layout-1 .cms-list-item-inner > span {
    padding: 0 14px
}

.cms-locate-pointer-layout-1 .inner-content {
    position: relative
}

.cms-locate-pointer-layout-1 .img-bg {
    text-align: center
}

.cms-locate-pointer-layout-1 .item-pointer {
    position: absolute
}

.cms-locate-pointer-layout-1 .item-pointer .item--inner {
    width: 32px;
    height: 32px;
    position: relative
}

.cms-locate-pointer-layout-1 .item-pointer .item--image {
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 300ms linear 0ms;
    padding: 0;
    border-radius: 50%
}

.cms-locate-pointer-layout-1 .item-pointer .item--image img {
    border-radius: 50%
}

.cms-locate-pointer-layout-1 .item-pointer .item--image .line-video-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.cms-locate-pointer-layout-1 .item-pointer .item-holder {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: calc(50% + 5px);
    z-index: 999;
    transition: all 300ms linear 0ms
}

.cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder {
    width: 170px;
    max-width: 170px;
    min-height: 100px;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
    position: relative;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder:after {
    content: "";
    bottom: -10px;
    left: 0px;
    position: absolute;
    display: block;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff
}

.cms-locate-pointer-layout-1 .item-pointer:nth-child(1) {
    top: 16%;
    left: 8%
}

.cms-locate-pointer-layout-1 .item-pointer:nth-child(2) {
    top: 27%;
    left: 23%
}

.cms-locate-pointer-layout-1 .item-pointer:nth-child(3) {
    top: 50%;
    left: 51%
}

.cms-locate-pointer-layout-1 .item-pointer:nth-child(4) {
    top: 9%;
    left: 70%
}

.cms-locate-pointer-layout-1 .item-pointer:nth-child(5) {
    top: 37%;
    left: 74%
}

.cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder {
    right: calc(50% + 5px);
    left: auto
}

.cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder .inner-holder:after {
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #fff;
    border-left: 0;
    left: auto;
    right: 0
}

.cms-locate-pointer-layout-1 .item-pointer:hover {
    overflow: visible
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item--image {
    border-color: transparent
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item--image .line-video-animation {
    animation: squares 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item--image .line-video-animation.line-video-2 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item--image .line-video-animation.line-video-3 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    -o-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.cms-locate-pointer-layout-1 .item-pointer:hover .item-holder {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
    clip: inherit
}

.cms-locate-pointer-layout-1 .item-pointer.elementor-repeater-item-f1a8510 .item-holder {
    right: calc(50% + 5px);
    left: auto
}

.cms-locate-pointer-layout-1 .item-pointer.elementor-repeater-item-f1a8510 .item-holder .inner-holder:before {
    left: auto;
    right: 0
}

.cms-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.cms-menu li {
    position: relative;
    padding: 5px 0
}

.cms-menu-separator li {
    position: relative
}

.cms-menu-separator li:after {
    content: '';
    width: 4px;
    height: 1px;
    background-color: #222;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -2px
}

[dir="rtl"] .cms-menu-separator li:after {
    right: auto;
    left: -2px
}

.cms-menu-separator li:last-child:after {
    display: none
}

.cms-menu-horz {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.cms-menu-horz li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 10px
}

.cms-menu-vert li {
    padding: 4px 0
}

.cms-menu-layout-3 .cms-menu-wraps {
    background: #ebf0f8
}

.cms-menu-layout-3 .cms-menu-wraps:before {
    content: '';
    height: 6px;
    background: var(--color-accent);
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px
}

.cms-menu-layout-3 .cms-menu > li {
    padding-top: 5px;
    padding-bottom: 5px
}

.cms-menu-layout-3 .cms-menu > li > div > a {
    padding: 19px 80px 19px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

[dir="rtl"] .cms-menu-layout-3 .cms-menu > li > div > a {
    padding: 19px 30px 19px 80px
}

.cms-menu-layout-3 .cms-menu > li > div > a > .menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 61px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background: var(--color-darken-primary)
}

[dir='rtl'] .cms-menu-layout-3 .cms-menu > li > div > a > .menu-icon {
    right: auto;
    left: 0
}

.cms-menu-layout-3 .cms-menu > li:hover > div, .cms-menu-layout-3 .cms-menu > li.current-menu-item > div {
    background: var(--color-accent)
}

.cms-menu-layout-3 .cms-menu > li:hover > div > a > .menu-icon, .cms-menu-layout-3 .cms-menu > li.current-menu-item > div > a > .menu-icon {
    transition: all 300ms ease-in-out;
    background: var(--color-darken-accent)
}

.cms-menu-layout-3 .menu-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cms-page-title-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center
}

.cms-page-title-wrapper > .container {
    position: relative;
    z-index: 1
}

.cms-page-title-wrapper > .container:before, .cms-page-title-wrapper > .container:after {
    content: '';
    display: block
}

.cms-page-title-layout-1 .cms-breadcrumbs-wrap, .cms-page-title-layout-2 .cms-breadcrumbs-wrap {
    border-bottom: 1px solid var(--border-color)
}

[class*="cms-post-layout-"] .cms-item-content .post-image {
    overflow: hidden
}

[class*="cms-post-layout-"] .cms-item-content:hover .post-image img {
    transform: scale(1.1)
}

.cms-post-layout-1 .cms-post-meta {
    right: 20px
}

[dir="rtl"] .cms-post-layout-1 .cms-post-meta {
    right: auto;
    left: 20px
}

.cms-post-layout-2 .cms-post-cat {
    bottom: 0
}

.cms-post-layout-2 .cms-readmore-arrow {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 0 0 1px #eaeaea
}

[dir="rtl"] .cms-post-layout-2 .cms-readmore-arrow {
    right: auto;
    left: -1px
}

@media (min-width: 1025px) {
    .cms-post-layout-2 .cms-item--content {
        margin-bottom: -40px
    }

    .cms-post-layout-2 .cms-post-item-readmore {
        transform: translateY(10px)
    }

    .cms-post-layout-2 .cms-item-content:hover .cms-item--content {
        transform: translateY(-40px)
    }

    .cms-post-layout-2 .cms-item-content:hover .cms-post-item-readmore {
        transform: translateY(0px)
    }
}

.cms-post-layout-4 .cms-item-content-media-conner {
    top: 0;
    right: 0
}

[dir="rtl"] .cms-post-layout-4 .cms-item-content-media-conner {
    right: auto;
    left: 0;
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-post-layout-4 .cms-item-content-media-conner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('https://www.test.mayacure.com/assets/images/roll-conner.png') 0 0 no-repeat;
    z-index: 1
}

.cms-post-layout-4 .cms-item-content-media {
    opacity: 0;
    transform: translateX(100%)
}

.cms-post-layout-4 .cms-item-content-media:before, .cms-post-layout-4 .cms-item-content-media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-post-layout-4 .cms-item-content-media:before {
    background: var(--color-accent);
    opacity: 0.9;
    z-index: 1
}

.cms-post-layout-4 .cms-item-content-media:after {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(8, 87, 222, 0) 0%, #0857de 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(8, 87, 222, 0) 0%, #0857de 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(8, 87, 222, 0) 0%, #0857de 80%)
}

.cms-post-layout-4 .cms-item-content {
    height: 100%
}

.cms-post-layout-4 .cms-post-icon .cms-post--icon, .cms-post-layout-4 .cms-post-icon svg {
    color: var(--color-primary);
    fill: var(--color-primary)
}

.cms-post-layout-4 .cms-item-content:hover .cms-item-content-media-conner {
    transform: translate(135px, -135px)
}

[dir="rtl"] .cms-post-layout-4 .cms-item-content:hover .cms-item-content-media-conner {
    transform: translate(-135px, -135px) scaleX(-1)
}

.cms-post-layout-4 .cms-item-content:hover .cms-item-content-media {
    opacity: 1;
    transform: translateX(0)
}

.cms-post-layout-4 .cms-item-content:hover .cms-post-icon .cms-post--icon, .cms-post-layout-4 .cms-item-content:hover .cms-post-icon svg {
    color: #fff;
    fill: #fff
}

.cms-post-layout-4 .cms-item-content:hover .cms-list.cms-list-3 .cms-list-item {
    color: #fff
}

.cms-post-layout-4 .cms-item-content:hover .cms-list.cms-list-3 .cms-list-item:after {
    opacity: 0.3
}

.cms-post-layout-4 .cms-item-content:hover .btn .cms-btn-icon {
    background: #e6e8eb;
    color: var(--color-primary)
}

.cms-post-layout-4 .cms-item-content:hover .btn .cms-btn-text {
    background: #fff;
    color: var(--color-primary)
}

.cms-post-layout-4 .cms-item-content:hover .btn:hover .cms-btn-icon {
    background: #099ee2;
    color: #fff
}

.cms-post-layout-4 .cms-item-content:hover .btn:hover .cms-btn-text {
    background: var(--color-secondary);
    color: #fff
}

.cms-post-layout-5 .cms-readmore .cms-btn-icon:before {
    color: #fff;
    background: var(--color-accent)
}

.cms-post-layout-5 .cms-item-content:hover .cms-readmore .cms-btn-icon:before {
    color: #fff;
    background: var(--color-accent)
}

.cms-post-layout-5 .cms-item-content:hover .cms-readmore .cms-btn-icon:after {
    background-color: var(--color-accent)
}

@media (min-width: 768px) {
    .cms-post-layout-5 .cms-grid-item:nth-child(3n+1) .cms-item-content-info, .cms-post-layout-5 .cms-grid-item:nth-child(4n+1) .cms-item-content-info {
        order: 2
    }
}

.cms-post-layout-6.cms-swiper-dots-out .cms-swiper-dots {
    margin-top: 5px
}

@media (min-width: 1280px) {
    .cms-post-layout-7 .cms-item-content .cms-item-content-title {
        max-width: 75%
    }
}

.cms-post-layout-7 .cms-item-content .cms-readmore .cms-btn-icon:before {
    color: #fff;
    background: var(--color-accent)
}

.cms-post-layout-7 .cms-item-content:hover .cms-readmore .cms-btn-icon:before {
    color: #fff;
    background: var(--color-accent)
}

.cms-post-layout-7 .cms-item-content:hover .cms-readmore .cms-btn-icon:after {
    background-color: var(--color-accent)
}

.cms-post-layout-3 .cms-item-content .post-image a, .cms-post-layout-7 .cms-item-content .post-image a {
    position: relative;
    overflow: hidden;
    display: block
}

.cms-post-layout-3 .cms-item-content .post-image a:before, .cms-post-layout-7 .cms-item-content .post-image a:before, .cms-post-layout-3 .cms-item-content .post-image a:after, .cms-post-layout-7 .cms-item-content .post-image a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 300ms ease-in-out;
    transform: translateY(100%)
}

.cms-post-layout-3 .cms-item-content:hover .post-image a:before, .cms-post-layout-7 .cms-item-content:hover .post-image a:before, .cms-post-layout-3 .cms-item-content:hover .post-image a:after, .cms-post-layout-7 .cms-item-content:hover .post-image a:after {
    opacity: 1;
    transform: translateY(0)
}

.cms-post-layout-3 .cms-item-content:hover .post-image a:before, .cms-post-layout-7 .cms-item-content:hover .post-image a:before {
    background-color: var(--color-accent);
    opacity: 0.75
}

.cms-post-layout-3 .cms-item-content:hover .post-image a:after, .cms-post-layout-7 .cms-item-content:hover .post-image a:after {
    background-image: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(101, 181, 48, 0) 0%, #65b530 79%);
    background-image: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(101, 181, 48, 0) 0%, #65b530 79%);
    background-image: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(101, 181, 48, 0) 0%, #65b530 79%)
}

.cms-post-layout-4 .cms-readmore .cms-btn-icon, .cms-post-layout-5 .cms-readmore .cms-btn-icon, .cms-post-layout-7 .cms-readmore .cms-btn-icon {
    position: relative
}

.cms-post-layout-4 .cms-readmore .cms-btn-icon:before, .cms-post-layout-5 .cms-readmore .cms-btn-icon:before, .cms-post-layout-7 .cms-readmore .cms-btn-icon:before, .cms-post-layout-4 .cms-readmore .cms-btn-icon:after, .cms-post-layout-5 .cms-readmore .cms-btn-icon:after, .cms-post-layout-7 .cms-readmore .cms-btn-icon:after {
    display: block;
    text-align: center;
    border-radius: 50%
}

.cms-post-layout-4 .cms-readmore .cms-btn-icon:before, .cms-post-layout-5 .cms-readmore .cms-btn-icon:before, .cms-post-layout-7 .cms-readmore .cms-btn-icon:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    position: relative;
    z-index: 2
}

.cms-post-layout-4 .cms-readmore .cms-btn-icon:after, .cms-post-layout-5 .cms-readmore .cms-btn-icon:after, .cms-post-layout-7 .cms-readmore .cms-btn-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all 300ms ease-in-out;
    transform: scale(0)
}

.cms-post-layout-4 .cms-item-content:hover .cms-readmore .cms-btn-icon:after, .cms-post-layout-5 .cms-item-content:hover .cms-readmore .cms-btn-icon:after, .cms-post-layout-7 .cms-item-content:hover .cms-readmore .cms-btn-icon:after {
    transform: scale(1)
}

.cms-post-layout-8 .cms-item-content:before, .cms-post-layout-10 .cms-item-content:before, .cms-post-layout-12 .cms-item-content:before, .cms-post-layout-13 .cms-item-content:before, .cms-post-layout-14 .cms-item-content:before, .cms-post-layout-8 .cms-item-content:after, .cms-post-layout-10 .cms-item-content:after, .cms-post-layout-12 .cms-item-content:after, .cms-post-layout-13 .cms-item-content:after, .cms-post-layout-14 .cms-item-content:after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 6px;
    z-index: 3;
    transition: all 300ms ease-in-out
}

.cms-post-layout-8 .cms-item-content:before, .cms-post-layout-10 .cms-item-content:before, .cms-post-layout-12 .cms-item-content:before, .cms-post-layout-13 .cms-item-content:before, .cms-post-layout-14 .cms-item-content:before {
    right: 40px
}

.cms-post-layout-8 .cms-item-content:after, .cms-post-layout-10 .cms-item-content:after, .cms-post-layout-12 .cms-item-content:after, .cms-post-layout-13 .cms-item-content:after, .cms-post-layout-14 .cms-item-content:after {
    width: 0;
    background: var(--color-accent)
}

.cms-post-layout-8 .cms-item-content:hover:after, .cms-post-layout-10 .cms-item-content:hover:after, .cms-post-layout-12 .cms-item-content:hover:after, .cms-post-layout-13 .cms-item-content:hover:after, .cms-post-layout-14 .cms-item-content:hover:after {
    right: 40px;
    width: calc(100% - 80px)
}

@media (min-width: 1280px) {
    .cms-post-layout-8 .cms-item-content-inner {
        transform: translateY(150px)
    }

    .cms-post-layout-8 .cms-item-content-inner .cms-list {
        opacity: 0
    }
}

.cms-post-layout-8 .cms-item-content:before {
    background: #eaeaea
}

@media (min-width: 1280px) {
    .cms-post-layout-8 .cms-item-content:hover .cms-item-content-inner {
        transform: translateY(0)
    }

    .cms-post-layout-8 .cms-item-content:hover .cms-item-content-inner .cms-list {
        opacity: 1
    }
}

.cms-post-layout-8 .cms-list .cms-list-item {
    padding-bottom: 13px
}

.cms-post-layout-8 .cms-list .cms-list-item:last-child {
    padding-bottom: 0
}

.cms-post-layout-8 .cms-list .cms-list-icon {
    color: #021a42;
    font-size: 16px
}

.cms-post-layout-9 .cms-post--icon {
    width: 104px;
    height: 104px;
    line-height: 104px;
    display: block
}

.cms-post-layout-9 .cms-post--icon:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--color-accent);
    transition: all 300ms ease-in-out
}

.cms-post-layout-9 .cms-post--icon:before {
    position: relative;
    z-index: 1
}

.cms-post-layout-9 .cms-item-content-inner:before, .cms-post-layout-9 .cms-item-content-inner:after {
    content: '';
    position: absolute;
    height: 6px;
    left: 40px;
    top: 0;
    transition: all 300ms ease-in-out
}

.cms-post-layout-9 .cms-item-content-inner:before {
    width: 100%;
    background: var(--color-primary)
}

.cms-post-layout-9 .cms-item-content-inner:after {
    width: 0;
    background: var(--color-accent)
}

.cms-post-layout-9 .cms-item-content:hover .cms-post--icon:after {
    width: calc(100% - 40px)
}

.cms-post-layout-9 .cms-item-content:hover .cms-item-content-inner:after {
    width: 100%
}

@media (min-width: 1280px) {
    .cms-post-layout-10 .cms-post-media > .absolute, .cms-post-layout-11 .cms-post-media > .absolute {
        top: 100%
    }

    .cms-post-layout-10 .cms-item-content:hover .cms-post-media > .absolute, .cms-post-layout-11 .cms-item-content:hover .cms-post-media > .absolute {
        top: calc(100% - 41px)
    }
}

.cms-post-layout-12 .cms-item-content:hover .cms-item-content-title a {
    color: var(--color-accent)
}

.cms-post-layout-12 .cms-item-content:hover .btn-primary {
    background: var(--color-accent)
}

.cms-post-layout-12 .cms-item-content:hover .btn-primary .cms-btn-icon {
    background: var(--color-darken-accent)
}

.cms-post-layout-13 .cms-item-content:before {
    background: #eaeaea
}

.cms-post-layout-13 .cms-item-content .cms-item--content, .cms-post-layout-13 .cms-item-content .cms-item--content > div {
    min-height: 370px
}

@media (min-width: 1600px) {
    .cms-post-layout-13 .cms-item-content .cms-item--content, .cms-post-layout-13 .cms-item-content .cms-item--content > div {
        min-height: 400px
    }
}

@media (min-width: 1280px) {
    .cms-post-layout-13 .cms-item-content .cms-item--content {
        transform: translateY(100%)
    }

    .cms-post-layout-13 .cms-item-content:hover .cms-item--content {
        transform: translateY(0)
    }
}

.cms-post-layout-13 .cms-socials-layout-2 .social-item {
    border: 2px solid #fff;
    color: #fff
}

.cms-post-layout-13 .cms-socials-layout-2 .social-item:hover {
    background: #fff;
    color: var(--color-accent)
}

.cms-post-layout-14 .cms-item-content:before, .cms-post-layout-14 .cms-item-content:after {
    height: 3px
}

.cms-pricing-badge {
    position: absolute;
    top: -1px;
    right: -20px;
    transform-origin: 0 0;
    transform: rotate(90deg)
}

[dir="rtl"] .cms-pricing-badge {
    right: auto;
    left: -20px;
    transform-origin: 100% 0;
    transform: rotate(270deg)
}

.cms-price-feature-item {
    padding-bottom: 17px
}

.cms-price-feature-item:last-child {
    padding-bottom: 0
}

.cms-price-feature-item .cms-icon.cmsi-check:before {
    width: 26px;
    height: 26px;
    line-height: 28px;
    font-size: 10px;
    text-align: center;
    display: block;
    box-shadow: 0 0 0 2px #9b9b9b inset;
    border-radius: 50%
}

.cms-pricing-layout-1 .cms-pricing-large-heading {
    border-bottom: 2px solid var(--heading-font-color)
}

.cms-pricing-layout-1 .cms-pricing-wraps {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.cms-pricing-layout-1 .cms-pricing-wraps > * {
    flex: 0 0 100%
}

.cms-pricing-layout-2 .cms-pricing-icon-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 128px;
    opacity: 0.1
}

.cms-pricing-layout-2 .cms-pricing-feature-item {
    padding: 23px 40px
}

.cms-pricing-layout-2 .cms-pricing-feature-item:nth-child(even) {
    background: #f0f5fd
}

.cms-pricing-layout-3 .cms-pricing-feature-item, .cms-pricing-layout-4 .cms-pricing-feature-item {
    padding: 12px 0;
    border-bottom: 1px solid #dcdee2
}

.cms-pricing-layout-3 .cms-pricing-feature-item:first-child, .cms-pricing-layout-4 .cms-pricing-feature-item:first-child {
    padding-top: 0
}

.cms-pricing-layout-3 .cms-pricing-feature-item:last-child, .cms-pricing-layout-4 .cms-pricing-feature-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.cms-pricing-layout-3 .cms-pricing-feature-price, .cms-pricing-layout-4 .cms-pricing-feature-price {
    padding: 0 10px;
    line-height: 27px;
    display: block
}

.cms-pricing-layout-5 .cms-pricing-wraps {
    padding: 30px 40px 48px;
    border: 2px solid #eaeaea
}

@media (max-width: 767px) {
    .cms-pricing-layout-5 .cms-pricing-wraps {
        padding-left: 20px;
        padding-right: 20px
    }
}

.cms-pricing-layout-5 .cms-price-features {
    padding: 33px 40px
}

@media (max-width: 767px) {
    .cms-pricing-layout-5 .cms-price-features {
        padding-left: 10px;
        padding-right: 10px
    }
}

.cms-pricing-layout-5 .cms-price-feature-item {
    padding-top: 7px;
    padding-bottom: 7px
}

.cms-progress-wrapper {
    margin-bottom: 25px
}

.cms-progress-bar {
    width: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    transition: width 1s ease-in-out;
    white-space: nowrap
}

.cms-progressbar-layout-1 .cms-progress-wrapper {
    padding-bottom: 3px;
    border-bottom: 2px solid #dcdee2
}

.cms-progressbar-layout-1 .cms-progress-bar-number {
    height: 7px
}

.cms-progressbar-layout-2 .cms-progress-wrapper {
    height: 30px;
    line-height: 30px;
    background: #eee
}

.cms-quick-contact-layout-1 .cms-qc-inner > .row {
    margin-top: -5px;
    margin-bottom: -5px
}

.cms-quick-contact-layout-1 .cms-qc-inner > .row > .cms-qc-list {
    padding-top: 5px;
    padding-bottom: 5px
}

.cms-quick-contact-layout-2 .cms-qc-scroll-top {
    width: 60px;
    display: block
}

.cms-quick-contact-layout-2 .cms-qc-scroll-top .cms-scroll-top-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: block;
    box-shadow: 0 0 0 2px var(--color-secondary) inset
}

.cms-quick-contact-layout-2 .cms-qc-scroll-top .cms-scroll-top-arrow:hover {
    background: var(--color-secondary)
}

@media (max-width: 1025px) {
    .cms-quick-contact-layout-2 .cms-qc-scroll {
        display: none
    }
}

.cms-quick-contact-layout-2 .cms-scroll-top-icon > span {
    position: relative;
    animation: vibrate 2s linear 0s infinite
}

.cms-quick-contact-layout-2 .cms-scroll-top-text {
    color: #fff
}

.cms-quick-contact-layout-3 .cms-qc-wrap {
    background-color: var(--color-primary);
    background-position: center;
    background-attachment: fixed;
    background-size: contain
}

.cms-quick-contact-layout-3 .cms-qc-wrap:before, .cms-quick-contact-layout-3 .cms-qc-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.cms-quick-contact-layout-3 .cms-qc-wrap:before {
    background-color: rgba(var(--color-accent-rgb), 0.9)
}

.cms-quick-contact-layout-3 .cms-qc-wrap:after {
    background-image: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(101, 181, 48, 0) 0%, #65b530 79%);
    background-image: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(101, 181, 48, 0) 0%, #65b530 79%);
    background-image: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(101, 181, 48, 0) 0%, #65b530 79%);
    opacity: 0.9
}

.cms-single-posts .cms-post-info:after {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    content: '';
    height: 6px;
    background: var(--color-accent)
}

.cms-single-posts .cms-post-contact {
    border-top: 2px solid #eaeaea
}

.cms-slide-static-layer {
    z-index: 0 !important
}

.cms-slide-img {
    background-position-x: center;
    background-size: cover
}

.cms-slide-img-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: -o-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: -ms-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: -moz-linear-gradient(top, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    background: linear-gradient(to bottom, #02110e 0%, #051c33 12%, rgba(17, 27, 37, 0.1) 89%, rgba(27, 26, 26, 0) 100%);
    opacity: 0.5
}

.cms-swiper-dots-in .cms-sliders-wrap .cms-dots-main {
    bottom: 35px
}

.cms-socials .cms-icon {
    display: block;
    text-align: center
}

.socials-bg-colored .social-icon {
    color: #fff;
    min-width: 52px;
    line-height: 30px;
    text-align: center;
    display: block
}

.socials-bg-colored .social-icon:hover {
    color: #fff;
    background-color: var(--color-accent)
}

.socials-bg-colored a[href*="facebook"] {
    background-color: #0857de;
    color: white
}

.socials-bg-colored a[href*="facebook"]:hover {
    color: white;
    background-color: #04307c
}

.socials-bg-colored a[href*="twitter"] {
    background-color: #28b6f6;
    color: white
}

.socials-bg-colored a[href*="twitter"]:hover {
    color: white;
    background-color: #077cb1
}

.socials-bg-colored a[href*="youtube"] {
    background-color: #df2926;
    color: white
}

.socials-bg-colored a[href*="youtube"]:hover {
    color: white;
    background-color: #8b1614
}

.socials-bg-colored a[href*="google"] {
    background-color: #dd4b39;
    color: white
}

.socials-bg-colored a[href*="google"]:hover {
    color: white;
    background-color: #96271a
}

.socials-bg-colored a[href*="rss"] {
    background-color: #ffa500;
    color: white
}

.socials-bg-colored a[href*="rss"]:hover {
    color: white;
    background-color: #996300
}

.socials-bg-colored a[href*="skype"] {
    background-color: #0ebaee;
    color: white
}

.socials-bg-colored a[href*="skype"]:hover {
    color: white;
    background-color: #086f8e
}

.socials-bg-colored a[href*="yahoo"] {
    background-color: #690a7b;
    color: white
}

.socials-bg-colored a[href*="yahoo"]:hover {
    color: white;
    background-color: #18021d
}

.socials-bg-colored a[href*="dribbble"] {
    background-color: #ff70b7;
    color: white
}

.socials-bg-colored a[href*="dribbble"]:hover {
    color: white;
    background-color: #ff0a84
}

.socials-bg-colored a[href*="flickr"] {
    background-color: #ff0084;
    color: white
}

.socials-bg-colored a[href*="flickr"]:hover {
    color: white;
    background-color: #99004f
}

.socials-bg-colored a[href*="linkedin"] {
    background-color: #087ec0;
    color: white
}

.socials-bg-colored a[href*="linkedin"]:hover {
    color: white;
    background-color: #043e5e
}

.socials-bg-colored a[href*="vimeo"] {
    background-color: #27bcf1;
    color: white
}

.socials-bg-colored a[href*="vimeo"]:hover {
    color: white;
    background-color: #0b7ea7
}

.socials-bg-colored a[href*="pinterest"] {
    background-color: #ca1f27;
    color: white
}

.socials-bg-colored a[href*="pinterest"]:hover {
    color: white;
    background-color: #721116
}

.socials-bg-colored a[href*="github"] {
    background-color: #3f91cb;
    color: white
}

.socials-bg-colored a[href*="github"]:hover {
    color: white;
    background-color: #235a81
}

.socials-bg-colored a[href*="instagram"] {
    background-color: #0092ff;
    color: white
}

.socials-bg-colored a[href*="instagram"]:hover {
    color: white;
    background-color: #005899
}

.socials-bg-colored a[href*="tumblr"] {
    background-color: #426d9b;
    color: white
}

.socials-bg-colored a[href*="tumblr"]:hover {
    color: white;
    background-color: #243b53
}

.socials-bg-colored a[href*="behance"] {
    background-color: #1879fd;
    color: white
}

.socials-bg-colored a[href*="behance"]:hover {
    color: white;
    background-color: #024aad
}

.socials-bg-colored a[href*="stumbleupon"] {
    background-color: #eb4924;
    color: white
}

.socials-bg-colored a[href*="stumbleupon"]:hover {
    color: white;
    background-color: #9b280e
}

.socials-bg-colored a[href*="dropbox"] {
    background-color: #17a3eb;
    color: white
}

.socials-bg-colored a[href*="dropbox"]:hover {
    color: white;
    background-color: #0c6390
}

.socials-bg-colored a[href*="soundcloud"] {
    background-color: #ff7e30;
    color: white
}

.socials-bg-colored a[href*="soundcloud"]:hover {
    color: white;
    background-color: #c94c00
}

.socials-bg-colored a[href*="lastfm"] {
    background-color: #d6063e;
    color: white
}

.socials-bg-colored a[href*="lastfm"]:hover {
    color: white;
    background-color: #730321
}

.socials-bg-colored a[href*="deviantart"] {
    background-color: #6a8a7b;
    color: white
}

.socials-bg-colored a[href*="deviantart"]:hover {
    color: white;
    background-color: #3e5048
}

.socials-bg-colored a[href*="digg"] {
    background-color: #75788d;
    color: white
}

.socials-bg-colored a[href*="digg"]:hover {
    color: white;
    background-color: #474855
}

.socials-bg-colored a[href*="xing"] {
    background-color: #1a8e8c;
    color: white
}

.socials-bg-colored a[href*="xing"]:hover {
    color: white;
    background-color: #0a3837
}

.socials-bg-colored a[href*="sharethis"] {
    background-color: #25a774;
    color: white
}

.socials-bg-colored a[href*="sharethis"]:hover {
    color: white;
    background-color: #13543a
}

.socials-bg-colored a[href*="wordpress"] {
    background-color: #2187b5;
    color: white
}

.socials-bg-colored a[href*="wordpress"]:hover {
    color: white;
    background-color: #11475f
}

.socials-bg-colored a[href*="delicious"] {
    background-color: #ff9233;
    color: white
}

.socials-bg-colored a[href*="delicious"]:hover {
    color: white;
    background-color: #cc5f00
}

.socials-bg-colored a[href*="reddit"] {
    background-color: #377bda;
    color: white
}

.socials-bg-colored a[href*="reddit"]:hover {
    color: white;
    background-color: #1b4c90
}

.socials-bg-colored a[href*="apple"] {
    background-color: #3dd0f5;
    color: white
}

.socials-bg-colored a[href*="apple"]:hover {
    color: white;
    background-color: #0a9dc2
}

.socials-bg-colored a[href*="vk"] {
    background-color: #4778ac;
    color: white
}

.socials-bg-colored a[href*="vk"]:hover {
    color: white;
    background-color: #294664
}

.socials-bg-colored a[href*="android"] {
    background-color: #a3c537;
    color: white
}

.socials-bg-colored a[href*="android"]:hover {
    color: white;
    background-color: #617521
}

.socials-bg-colored a[href*="amazon"] {
    background-color: #fc9a06;
    color: white
}

.socials-bg-colored a[href*="amazon"]:hover {
    color: white;
    background-color: #9a5d02
}

.socials-bg-colored a[href*="edge"] {
    background-color: #327ec9;
    color: white
}

.socials-bg-colored a[href*="edge"]:hover {
    color: white;
    background-color: #1e4b77
}

.socials-bg-colored a[href*="vine"] {
    background-color: #16cc91;
    color: white
}

.socials-bg-colored a[href*="vine"]:hover {
    color: white;
    background-color: #0c7050
}

.socials-bg-colored a[href*="whatsapp"] {
    background-color: #2fc631;
    color: white
}

.socials-bg-colored a[href*="whatsapp"]:hover {
    color: white;
    background-color: #1b741d
}

.socials-bg-colored a[href*="renren"] {
    background-color: #0663b7;
    color: white
}

.socials-bg-colored a[href*="renren"]:hover {
    color: white;
    background-color: #032e54
}

.socials-bg-colored a[href*="windows"] {
    background-color: #07b0f1;
    color: white
}

.socials-bg-colored a[href*="windows"]:hover {
    color: white;
    background-color: #04688e
}

.socials-bg-colored a[href*="modx"] {
    background-color: #7ac343;
    color: white
}

.socials-bg-colored a[href*="modx"]:hover {
    color: white;
    background-color: #4a7927
}

.socials-bg-colored a[href*="tel"] {
    background-color: #042b6f;
    color: white
}

.socials-bg-colored a[href*="tel"]:hover {
    color: white;
    background-color: #00050d
}

.socials-bg-colored a[href*="mail"] {
    background-color: #ffa500;
    color: white
}

.socials-bg-colored a[href*="mail"]:hover {
    color: white;
    background-color: #996300
}

.cms-socials-layout-1 .cms-icon {
    padding-left: 10px;
    padding-right: 10px
}

.cms-socials-layout-2 {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.cms-socials-layout-2 .social-item {
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    line-height: 45px;
    text-align: center;
    margin: 5px
}

.cms-socials-layout-2.gutters-0 {
    margin: 0
}

.cms-socials-layout-2.gutters-0 .social-item {
    margin: 0
}

.cms-social-layout-6.social-bg-colored .social-icon {
    line-height: 40px
}

.cms-tabs .cms-tabs-title.cms-tabs-title-desktop {
    display: flex;
    flex-wrap: wrap
}

.cms-tabs .cms-tabs-title.cms-tabs-title-mobile .cms-tab-title {
    border-bottom: 0;
    border-right: 0
}

.cms-tabs .cms-tabs-title.cms-tabs-title-mobile:not(first-child) .cms-tab-title {
    border-top: 2px solid #eaeaea
}

.cms-tabs .cms-tabs-title .cms-tab-title {
    cursor: pointer;
    border-right: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea
}

.cms-tabs .cms-tabs-title .cms-tab-title:last-child {
    border-right: 0
}

.cms-tabs .cms-tabs-title .cms-tab-title.active, .cms-tabs .cms-tabs-title .cms-tab-title:hover {
    background-color: var(--color-accent)
}

.cms-tabs .cms-tabs-title .cms-tab-title.active .cms-tab-title-text, .cms-tabs .cms-tabs-title .cms-tab-title:hover .cms-tab-title-text {
    color: #fff
}

.cms-tabs .cms-tabs-title .cms-tab-title.active .cms-tab-title-count, .cms-tabs .cms-tabs-title .cms-tab-title:hover .cms-tab-title-count {
    background-color: #fff;
    box-shadow: 0 0 0 2px #fff inset;
    color: var(--heading-font-color)
}

.cms-tabs .cms-tabs-title .cms-tab-title-text {
    color: var(--heading-font-color);
    padding: 35px 30px
}

.cms-tabs .cms-tabs-title .cms-tab-title-count {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #eaeaea inset
}

[dir="rtl"] .cms-tabs .cms-tabs-title .cms-tab-title-count {
    margin-right: 0;
    margin-left: 20px
}

@media (min-width: 1025px) {
    .cms-tabs-view-vertical .cms-tabs-wrap {
        display: flex
    }

    .cms-tabs-view-vertical .cms-tabs-wrap > .cms-tabs-navigation .cms-tab-title {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important
    }

    .cms-tabs-view-vertical .cms-tabs-wrap > .cms-tabs-content {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
}

.cms-team-social {
    display: flex;
    flex-wrap: wrap
}

.cms-team-social a {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 5px
}

.cms-team-social a span {
    width: 20px;
    height: 20px;
    line-height: 21px;
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

.cms-teams-layout-1 .cms-team-social {
    background-color: var(--color-accent);
    left: 0;
    bottom: 0;
    padding: 10px 15px
}

[dir="rtl"] .cms-teams-layout-1 .cms-team-social {
    left: auto;
    right: 0
}

.cms-teams-layout-1 .cms-team-social span {
    background-color: #fff;
    color: var(--color-accent)
}

.cms-teams-layout-1 .cms-team-social span:hover {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

@media (min-width: 1025px) {
    .cms-teams-layout-1 .cms-team-social {
        bottom: -50px
    }

    .cms-teams-layout-1 .cms-team-item:hover .cms-team-social {
        bottom: 0
    }
}

.cms-teams-layout-2 .cms-team-social span {
    background-color: var(--color-accent);
    color: var(--color-white)
}

.cms-teams-layout-2 .cms-team-social span:hover {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.cms-testimonial-layout-1 .cms-ttmn-wrapper {
    border-top: 6px solid var(--color-secondary);
    padding-top: 35px;
    margin-left: 10px
}

[dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-wrapper {
    margin-left: 0;
    margin-right: 10px
}

@media (min-width: 768px) {
    .cms-testimonial-layout-1 .cms-ttmn-wrapper {
        margin-left: 40px
    }

    [dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-wrapper {
        margin-left: 0;
        margin-right: 40px
    }
}

.cms-testimonial-layout-1 .cms-swiper-dots {
    margin-top: 17px
}

.cms-testimonial-layout-1 .ttmn-icon.medsky-icon-health-insurance {
    margin-left: -7px
}

[dir="rtl"] .cms-testimonial-layout-1 .ttmn-icon.medsky-icon-health-insurance {
    margin-left: 0;
    margin-right: -7px
}

.cms-testimonial-layout-2 .cms-ttmn-avatar-wrap {
    border: 5px solid transparent;
    box-shadow: 0px 0px 0px 2px #fff
}

.cms-testimonial-layout-2 .cms-ttmn-qoute-icon-mask {
    top: 0;
    right: 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1064f4;
    font-size: 400px
}

[dir="rtl"] .cms-testimonial-layout-2 .cms-ttmn-qoute-icon-mask {
    right: auto;
    left: 0
}

.cms-testimonial-layout-x .cms-ttmn-quote-icon {
    font-size: 115px;
    top: 12px;
    right: 30px
}

[dir="rtl"] .cms-testimonial-layout-x .cms-ttmn-quote-icon {
    right: auto;
    left: 30px
}

.cms-testimonial-layout-x .cms-ttmn-content {
    bottom: 0;
    right: 0;
    transform: translateY(90px);
    width: 100%;
    max-width: 690px
}

[dir="rtl"] .cms-testimonial-layout-x .cms-ttmn-content {
    right: auto;
    left: 0
}

.cms-testimonial-layout-x .cms-ttmn-avatar-wrap {
    border: 2px solid #e6eaef;
    padding: 5px
}

.cms-testimonial-layout-x.cms-swiper-nav-bottom-right .cms-swiper-arrows {
    margin-top: -45px
}

.cms-video-player {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn-video-wrap .cms-btn-text {
    line-height: 1.4
}

.cms-video-play-btn-top-left .btn-video-wrap, .cms-video-play-btn-top-right .btn-video-wrap, .cms-video-play-btn-top-center .btn-video-wrap, .cms-video-play-btn-center-left .btn-video-wrap, .cms-video-play-btn-center-right .btn-video-wrap, .cms-video-play-btn-center-center .btn-video-wrap, .cms-video-play-btn-bottom-left .btn-video-wrap, .cms-video-play-btn-bottom-right .btn-video-wrap, .cms-video-play-btn-bottom-center .btn-video-wrap {
    position: absolute
}

.cms-video-play-btn-top-left .btn-video-wrap, .cms-video-play-btn-top-center .btn-video-wrap, .cms-video-play-btn-top-right .btn-video-wrap {
    top: 40px
}

.cms-video-play-btn-bottom-left .btn-video-wrap, .cms-video-play-btn-bottom-center .btn-video-wrap, .cms-video-play-btn-bottom-right .btn-video-wrap {
    bottom: 40px
}

.cms-video-play-btn-top-left .btn-video-wrap, .cms-video-play-btn-center-left .btn-video-wrap, .cms-video-play-btn-bottom-left .btn-video-wrap {
    left: 40px
}

[dir="rtl"] .cms-video-play-btn-top-left .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-center-left .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-bottom-left .btn-video-wrap {
    left: auto;
    right: 40px
}

.cms-video-play-btn-top-right .btn-video-wrap, .cms-video-play-btn-center-right .btn-video-wrap, .cms-video-play-btn-bottom-right .btn-video-wrap {
    right: 40px
}

[dir="rtl"] .cms-video-play-btn-top-right .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-center-right .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-bottom-right .btn-video-wrap {
    right: auto;
    left: 40px
}

.cms-video-play-btn-top-center .btn-video-wrap, .cms-video-play-btn-bottom-center .btn-video-wrap {
    left: 50%;
    transform: translateX(-50%)
}

.cms-video-play-btn-center-left .btn-video-wrap, .cms-video-play-btn-center-right .btn-video-wrap {
    top: 50%;
    transform: translateY(-50%)
}

.cms-video-play-btn-center-center .btn-video-wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-section.cms-justify-content-start > .elementor-container {
    justify-content: flex-start
}

.elementor-section.cms-justify-content-end > .elementor-container {
    justify-content: flex-end
}

.elementor-section.cms-justify-content-center > .elementor-container {
    justify-content: center
}

.elementor-section.cms-justify-content-between > .elementor-container {
    justify-content: space-between
}

.elementor-section.cms-justify-content-around > .elementor-container {
    justify-content: space-around
}

[dir="rtl"] .elementor-background-overlay {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-boxed-bg-true > .cms-section-boxed-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-accent);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

@media (min-width: 1600px) {
    .cms-boxed-bg-true > .cms-section-boxed-bg {
        left: 80px;
        right: 80px
    }
}

@media (max-width: 1599px) {
    .cms-boxed-bg-true > .cms-section-boxed-bg {
        border-radius: 0 !important
    }
}

.cms-boxed-bg-true > .cms-section-boxed-bg:before, .cms-boxed-bg-true > .cms-section-boxed-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-boxed-bg-true:before, .cms-boxed-bg-true:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none
}

@media (min-width: 1600px) {
    .cms-boxed-bg-true:before, .cms-boxed-bg-true:after {
        width: 50%;
        display: block
    }

    .cms-boxed-bg-true:before {
        right: calc(100% - 80px)
    }

    .cms-boxed-bg-true:after {
        left: calc(100% - 80px)
    }
}

.cms-section-boxed-divider-false .cms-section-boxed-divider {
    display: none !important
}

.cms-section-boxed-divider-true .cms-section-boxed-divider {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: var(--color-accent)
}

@media (min-width: 1366px) {
    .cms-section-boxed-divider-true.cms-section-boxed-divider-width-boxed .cms-section-boxed-divider {
        left: 40px;
        right: 40px
    }
}

@media (min-width: 1440px) {
    .cms-section-boxed-divider-true.cms-section-boxed-divider-width-boxed .cms-section-boxed-divider {
        left: 80px;
        right: 80px
    }
}

.cms-section-boxed-divider-true.cms-section-boxed-divider-width-elementor-container .cms-section-boxed-divider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px
}

.cms-section-boxed-divider-true.cms-section-boxed-divider-bottom .cms-section-boxed-divider {
    top: auto;
    bottom: 0
}

.cms-section-boxed-divider-true .elementor-container {
    z-index: 2
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-accent > .cms-section-boxed-divider {
    background-color: var(--color-accent)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-darken-accent > .cms-section-boxed-divider {
    background-color: var(--color-darken-accent)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-lighten-accent > .cms-section-boxed-divider {
    background-color: var(--color-lighten-accent)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-primary > .cms-section-boxed-divider {
    background-color: var(--color-primary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-darken-primary > .cms-section-boxed-divider {
    background-color: var(--color-darken-primary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-lighten-primary > .cms-section-boxed-divider {
    background-color: var(--color-lighten-primary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-secondary > .cms-section-boxed-divider {
    background-color: var(--color-secondary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-darken-secondary > .cms-section-boxed-divider {
    background-color: var(--color-darken-secondary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-lighten-secondary > .cms-section-boxed-divider {
    background-color: var(--color-lighten-secondary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-thirdary > .cms-section-boxed-divider {
    background-color: var(--color-thirdary)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-rating > .cms-section-boxed-divider {
    background-color: var(--color-rating)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-heading > .cms-section-boxed-divider {
    background-color: var(--color-heading)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-body > .cms-section-boxed-divider {
    background-color: var(--color-body)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-white > .cms-section-boxed-divider {
    background-color: var(--color-white)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-transparent > .cms-section-boxed-divider {
    background-color: var(--color-transparent)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-1 > .cms-section-boxed-divider {
    background-color: var(--color-custom-1)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-2 > .cms-section-boxed-divider {
    background-color: var(--color-custom-2)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-3 > .cms-section-boxed-divider {
    background-color: var(--color-custom-3)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-4 > .cms-section-boxed-divider {
    background-color: var(--color-custom-4)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-5 > .cms-section-boxed-divider {
    background-color: var(--color-custom-5)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-6 > .cms-section-boxed-divider {
    background-color: var(--color-custom-6)
}

.cms-section-boxed-divider-true.cms-boxed-divider-color-custom-7 > .cms-section-boxed-divider {
    background-color: var(--color-custom-7)
}

.cms-gradient {
    position: relative
}

.cms-gradient:before, .cms-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit
}

.cms-gradient > * {
    position: relative;
    z-index: 1
}

.elementor-element.elementor-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.elementor-element.elementor-section.bg-att-scroll {
    background-attachment: scroll
}

.elementor-element.elementor-section .elementor-container {
    flex-wrap: wrap;
    justify-content: center
}

.elementor-element.elementor-section.cms-justify-content-between > .elementor-container {
    justify-content: space-between
}

#cms-main .elementor-section:not(.elementor-inner-section) {
    padding-top: 90px;
    padding-bottom: 90px
}

#cms-main .elementor-section.cms-section-no-padding-yes {
    padding: 0 !important
}

#cms-header-top .elementor-section:not([class*="pt-"]):not([class*="pb-"]), #cms-footer .elementor-section:not([class*="pt-"]):not([class*="pb-"]) {
    padding-top: 0;
    padding-bottom: 0
}

.elementor-section .cms-overlay-gradient, .elementor-section .cms-overlay-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.elementor-section.cms-overlay-gradient-1 > .cms-overlay-gradient {
    background: rgba(var(--color-primary-rgb), 0.95)
}

.elementor-section.cms-overlay-gradient-1 > .cms-overlay-gradient:before {
    background-image: -moz-linear-gradient(-90deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 80%);
    opacity: 0.95
}

.elementor-section.cms-overlay-gradient-2 > .cms-overlay-gradient {
    background-color: rgba(var(--color-accent-rgb), 0.85)
}

.elementor-section.cms-overlay-gradient-2 > .cms-overlay-gradient:before {
    background-image: -moz-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%)
}

.elementor-section.cms-overlay-gradient-2-2 > .cms-overlay-gradient {
    background-color: rgba(var(--color-accent-rgb), 0.95)
}

.elementor-section.cms-overlay-gradient-2-2 > .cms-overlay-gradient:before {
    background-image: -moz-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0646b2 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0646b2 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0646b2 80%)
}

.elementor-section.cms-overlay-gradient-3 > .cms-overlay-gradient {
    background-color: rgba(8, 87, 222, 0.95)
}

.elementor-section.cms-overlay-gradient-3 > .cms-overlay-gradient:before {
    background-image: -moz-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -webkit-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -ms-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%)
}

.elementor-section.cms-overlay-gradient-4 > .cms-overlay-gradient {
    background-color: rgba(var(--color-secondary-rgb), 0.9)
}

.elementor-section.cms-overlay-gradient-4 > .cms-overlay-gradient:before {
    background-image: -moz-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%)
}

.elementor-section.cms-overlay-gradient-5 > .cms-overlay-gradient {
    background-color: rgba(var(--color-secondary-rgb), 0.9)
}

.elementor-section.cms-overlay-gradient-5 > .cms-overlay-gradient:before {
    background-image: -moz-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%);
    background-image: -webkit-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%);
    background-image: -ms-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%)
}

.elementor-section.cms-boxed-overlay-gradient-1 > .cms-section-boxed-bg:before {
    background: rgba(var(--color-primary-rgb), 0.95)
}

.elementor-section.cms-boxed-overlay-gradient-1 > .cms-section-boxed-bg:after {
    background-image: -moz-linear-gradient(-90deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #042b6f 80%);
    opacity: 0.95
}

.elementor-section.cms-boxed-overlay-gradient-2 > .cms-section-boxed-bg:before {
    background-color: rgba(var(--color-accent-rgb), 0.85)
}

.elementor-section.cms-boxed-overlay-gradient-2 > .cms-section-boxed-bg:after {
    background-image: -moz-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%)
}

.elementor-section.cms-boxed-overlay-gradient-2-2 > .cms-section-boxed-bg:before {
    background-color: rgba(var(--color-accent-rgb), 0.85)
}

.elementor-section.cms-boxed-overlay-gradient-2-2 > .cms-section-boxed-bg:after {
    background-image: -moz-linear-gradient(90deg, rgba(33, 205, 192, 0) 0%, rgba(161, 85, 71, 0) 0%, #0857de 53%);
    background-image: -webkit-linear-gradient(90deg, rgba(33, 205, 192, 0) 0%, rgba(161, 85, 71, 0) 0%, #0857de 53%);
    background-image: -ms-linear-gradient(90deg, rgba(33, 205, 192, 0) 0%, rgba(161, 85, 71, 0) 0%, #0857de 53%)
}

.elementor-section.cms-boxed-overlay-gradient-3 > .cms-section-boxed-bg:before {
    background-color: rgba(8, 87, 222, 0.95)
}

.elementor-section.cms-boxed-overlay-gradient-3 > .cms-section-boxed-bg:after {
    background-image: -moz-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -webkit-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%);
    background-image: -ms-linear-gradient(90deg, rgba(4, 43, 111, 0) 0%, rgba(6, 70, 178, 0) 0%, #0857de 80%)
}

.elementor-section.cms-boxed-overlay-gradient-4 > .cms-section-boxed-bg:before {
    background-color: rgba(var(--color-secondary-rgb), 0.9)
}

.elementor-section.cms-boxed-overlay-gradient-4 > .cms-section-boxed-bg:after {
    background-image: -moz-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%);
    background-image: -ms-linear-gradient(-90deg, rgba(4, 43, 111, 0) 0%, rgba(40, 182, 246, 0) 0%, #28b6f6 80%)
}

.cms-section-overvlay-with-space-start .elementor-background-overlay, .cms-section-overvlay-with-space-end .elementor-background-overlay, .cms-section-overvlay-with-space-between .elementor-background-overlay {
    width: unset !important;
    right: 0
}

.cms-remove-row-no .cms-elementor-section-remove {
    display: none
}

.cms-remove-row-yes .cms-elementor-section-remove {
    width: 59px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    transition: all 300ms ease-in-out
}

.cms-remove-row-yes .cms-elementor-section-remove:hover {
    color: red
}

.cms-remove-row-yes .cms-elementor-section-remove:before {
    font-family: "cmsi";
    content: '\e93e'
}

.cms-elementor-section-corner {
    position: absolute;
    background: var(--color-accent)
}

.cms-row-corner-yes.cms-elementor-section-corner-accent .cms-elementor-section-corner {
    background-color: var(--color-accent)
}

.cms-row-corner-yes.cms-elementor-section-corner-darken-accent .cms-elementor-section-corner {
    background-color: var(--color-darken-accent)
}

.cms-row-corner-yes.cms-elementor-section-corner-lighten-accent .cms-elementor-section-corner {
    background-color: var(--color-lighten-accent)
}

.cms-row-corner-yes.cms-elementor-section-corner-primary .cms-elementor-section-corner {
    background-color: var(--color-primary)
}

.cms-row-corner-yes.cms-elementor-section-corner-darken-primary .cms-elementor-section-corner {
    background-color: var(--color-darken-primary)
}

.cms-row-corner-yes.cms-elementor-section-corner-lighten-primary .cms-elementor-section-corner {
    background-color: var(--color-lighten-primary)
}

.cms-row-corner-yes.cms-elementor-section-corner-secondary .cms-elementor-section-corner {
    background-color: var(--color-secondary)
}

.cms-row-corner-yes.cms-elementor-section-corner-darken-secondary .cms-elementor-section-corner {
    background-color: var(--color-darken-secondary)
}

.cms-row-corner-yes.cms-elementor-section-corner-lighten-secondary .cms-elementor-section-corner {
    background-color: var(--color-lighten-secondary)
}

.cms-row-corner-yes.cms-elementor-section-corner-thirdary .cms-elementor-section-corner {
    background-color: var(--color-thirdary)
}

.cms-row-corner-yes.cms-elementor-section-corner-rating .cms-elementor-section-corner {
    background-color: var(--color-rating)
}

.cms-row-corner-yes.cms-elementor-section-corner-heading .cms-elementor-section-corner {
    background-color: var(--color-heading)
}

.cms-row-corner-yes.cms-elementor-section-corner-body .cms-elementor-section-corner {
    background-color: var(--color-body)
}

.cms-row-corner-yes.cms-elementor-section-corner-white .cms-elementor-section-corner {
    background-color: var(--color-white)
}

.cms-row-corner-yes.cms-elementor-section-corner-transparent .cms-elementor-section-corner {
    background-color: var(--color-transparent)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-1 .cms-elementor-section-corner {
    background-color: var(--color-custom-1)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-2 .cms-elementor-section-corner {
    background-color: var(--color-custom-2)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-3 .cms-elementor-section-corner {
    background-color: var(--color-custom-3)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-4 .cms-elementor-section-corner {
    background-color: var(--color-custom-4)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-5 .cms-elementor-section-corner {
    background-color: var(--color-custom-5)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-6 .cms-elementor-section-corner {
    background-color: var(--color-custom-6)
}

.cms-row-corner-yes.cms-elementor-section-corner-custom-7 .cms-elementor-section-corner {
    background-color: var(--color-custom-7)
}

@media (min-width: 1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
        max-width: 1320px
    }
}

@media (max-width: 1365px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
        max-width: 1180px
    }
}

@media (min-width: 1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no, .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-custom {
        max-width: 1280px
    }
}

@media (max-width: 1365px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no, .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-custom {
        max-width: 1140px
    }
}

@media (min-width: 1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
        max-width: 1300px
    }
}

@media (max-width: 1365px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
        max-width: 1160px
    }
}

@media (min-width: 1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
        max-width: 1340px
    }
}

@media (max-width: 1365px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
        max-width: 1200px
    }
}

@media (min-width: 1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
        max-width: 1360px
    }
}

@media (max-width: 1365px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
        max-width: 1220px
    }
}

@media (min-width: 1366px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
        max-width: 1400px
    }
}

@media (max-width: 1365px) {
    .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
        max-width: 1260px
    }
}

.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 20px
}

.elementor-section .elementor-column-gap-default .elementor-inner-section {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

.elementor-section .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 20px
}

@media (min-width: 1200px) {
    .elementor-section .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
        padding: 10px
    }
}

.elementor-section .elementor-column-gap-narrow .elementor-inner-section {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
}

.elementor-section .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 20px
}

@media (min-width: 1200px) {
    .elementor-section .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
        padding: 30px
    }
}

.elementor-section .elementor-column-gap-extended .elementor-inner-section {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px
}

.elementor-section .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px
}

@media (min-width: 1200px) {
    .elementor-section .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
        padding: 40px
    }
}

.elementor-section .elementor-column-gap-wide .elementor-inner-section {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px
}

.elementor-section .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 20px
}

@media (min-width: 1200px) {
    .elementor-section .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
        padding: 60px
    }
}

.elementor-section .elementor-column-gap-wider .elementor-inner-section {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width: 1200px) {
    .elementor-section .elementor-column-gap-wider .elementor-inner-section {
        width: calc(100% + 120px);
        margin-left: -60px;
        margin-right: -60px
    }
}

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

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

.cms-column-element-horizontal .elementor-widget-wrap {
    margin: 0 -20px;
    width: calc(100% + 40px)
}

.cms-column-element-horizontal .elementor-widget-wrap > .elementor-element {
    width: auto;
    min-width: unset !important;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 20px;
    margin: 0
}

.cms-column-element-horizontal .elementor-widget-wrap > .elementor-element.flex-basic {
    flex-basis: 0;
    flex-grow: 1
}

.cms-same-height .elementor-widget-wrap, .cms-same-height .elementor-widget-wrap > .elementor-element, .cms-same-height .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
    height: 100%
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-17, .elementor-column[data-col="17"] {
        width: 17%
    }

    .elementor-column.elementor-col-24, .elementor-column[data-col="24"] {
        width: 24%
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-160 .elementor-element.elementor-element-8554daa {
        width: 50%
    }

    .elementor-160 .elementor-element.elementor-element-cafb418 {
        width: 50%
    }

    .elementor-160 .elementor-element.elementor-element-53df730 {
        width: 33%
    }

    .elementor-160 .elementor-element.elementor-element-82eda2a {
        width: 33%
    }

    .elementor-160 .elementor-element.elementor-element-8b0662b {
        width: 33%
    }

    .elementor-160 .elementor-element.elementor-element-91c0171 {
        width: 100%
    }

    .elementor-160 .elementor-element.elementor-element-2c1fc0b {
        width: 100%
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-160 .elementor-element.elementor-element-91c0171 {
        width: 100%
    }

    .elementor-160 .elementor-element.elementor-element-2c1fc0b {
        width: 100%
    }
}

[data-widget_type="cms_ctf7.default"] .cms-banner {
    background-position: center;
    background-size: cover
}

[data-widget_type="cms_ctf7.default"] .row [class^="col-"]:not(:last-child) {
    padding-bottom: 25px
}

[data-widget_type="cms_ctf7.default"] .cms-personal-info {
    border-top: 2px solid #eaeaea
}

.cms-cf7-layout-2 .cms-cf7 {
    padding-bottom: 0 !important
}

.cms-cf7-layout-2 .cms-cf7-inner {
    margin-top: -40px;
    transform: translateY(40px)
}

.cms-language-switcher .trp-language-switcher {
    vertical-align: top
}

.cms-language-switcher .trp-language-switcher > div {
    border: none;
    background: transparent;
    border-radius: 0;
    transition: all 300ms ease-in-out;
    padding: 15px;
    vertical-align: top;
    width: auto !important
}

.cms-language-switcher .trp-language-switcher > div > a {
    padding: 0;
    border-radius: 0;
    color: inherit;
    display: flex;
    align-items: center;
    color: var(--color-primary);
    white-space: nowrap
}

.cms-language-switcher .trp-language-switcher > div > a > img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0
}

[dir="rtl"] .cms-language-switcher .trp-language-switcher > div > a > img {
    margin: 0 0 0 10px
}

.cms-language-switcher .trp-language-switcher > div > a:hover {
    background: transparent;
    color: var(--color-accent)
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language {
    display: block !important;
    position: absolute;
    top: 25px;
    height: unset;
    z-index: 9;
    border-radius: 6px;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    visibility: hidden;
    opacity: 0;
    overflow: visible;
    transition: all 300ms ease-in-out
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a {
    margin-bottom: 15px
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a:last-child {
    margin-bottom: 0
}

.cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a:hover {
    color: var(--color-accent)
}

.cms-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden;
    opacity: 0
}

.cms-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    background: #fff;
    visibility: visible;
    opacity: 1
}

.cms-language-switcher.cms-hidden-text a {
    font-size: 0
}

.cms-language-switcher.cms-hidden-text a img {
    margin: 0 !important
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher {
    padding-right: 15px;
    position: relative
}

[dir="rtl"] .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher {
    padding-right: 0;
    padding-left: 15px
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:after {
    font-family: "cmsi";
    content: "\e91d";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff
}

[dir="rtl"] .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:after {
    left: 0;
    right: auto
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher {
    color: var(--body-font-color);
    font-size: 13px
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div {
    padding: 15px;
    margin: -15px
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div > a {
    color: #fff
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div > a:hover {
    color: var(--color-accent)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover {
    color: var(--color-primary)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover > div > a {
    color: var(--color-primary)
}

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover > div > a:hover {
    color: var(--color-accent)
}

.cms-header .cms-language-switcher {
    margin: -10px
}

.cms-header .cms-language-switcher .trp-language-switcher > div {
    padding: 10px
}

.cms-header .cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language {
    top: 0
}

.cms-newsletter-layout-1 .cms-newsletter-form .tnp-email {
    height: 68px !important;
    line-height: 68px !important;
    padding: 0 40px !important;
    font-weight: 700;
    color: var(--body-font-color);
    background-color: #fff !important;
    box-shadow: 0 0 0 2px #fff inset !important
}

.cms-newsletter-layout-1 .cms-newsletter-form .tnp-email:hover, .cms-newsletter-layout-1 .cms-newsletter-form .tnp-email:focus, .cms-newsletter-layout-1 .cms-newsletter-form .tnp-email:active {
    box-shadow: 0 0 0 2px #fff inset !important
}

.cms-newsletter-layout-1 .cms-newsletter-form .tnp-email::-webkit-input-placeholder {
    color: var(--body-font-color);
    font-weight: 700
}

@media (min-width: 450px) {
    .cms-newsletter-layout-1 .cms-newsletter-form .tnp-email {
        padding-right: 200px !important
    }

    .cms-newsletter-layout-1 .cms-newsletter-form .tnp-field-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }
}

.cms-newsletter-layout-1 .cms-newsletter-form .tnp-button {
    padding: 26.5px 40px !important
}

.cms-newsletter-layout-1 .cms-newsletter-form .tnp-button:hover {
    background-color: var(--color-secondary);
    color: var(--color-accent)
}

@media (max-width: 449px) {
    .cms-newsletter-layout-1 .cms-newsletter-form .tnp-button {
        margin-top: 20px
    }
}

.elementor-widget-spacer {
    margin-bottom: 0 !important
}

.elementor-shortcode .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    background-color: #fff;
    border-color: #eaeaea
}

.elementor-shortcode .tabs_box_navigation .tabs_box_navigation_icon {
    background-position: 0 -11px;
    transform: rotate(180deg)
}

.elementor-shortcode .sf-timetable-menu li ul li a:hover, .elementor-shortcode .sf-timetable-menu li ul li.selected a:hover {
    background-color: var(--color-accent)
}

body {
    color: var(--body-font-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    text-align: start;
    background: var(--body-bg)
}

html {
    line-height: var(--body-line-height);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden
}

@media screen and (max-width: 782px) {
    html[lang] {
        margin-top: 0 !important
    }

    html[lang] body.logged-in {
        padding-top: 56px
    }
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    word-break: break-word;
    position: relative
}

@media (max-width: 1199px) {
    body {
        overflow-x: hidden
    }
}

main {
    display: block
}

h1 {
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: scroll
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: 700
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top
}

label {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 110%;
    color: var(--heading-font-color)
}

input + label {
    display: inline-block;
    font-weight: 400;
    font-size: 100%
}

input[type="radio"] + label {
    transform: translateY(-6px)
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: none
}

fieldset {
    padding: 10px;
    margin: 0
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    max-width: 100%
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    line-height: normal;
    width: auto;
    margin-right: 10px
}

[dir="rtl"] [type="checkbox"], [dir="rtl"] [type="radio"] {
    margin-right: 0;
    margin-left: 10px
}

label > [type="checkbox"], label > [type="radio"] {
    transform: translateY(7px)
}

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

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

input[type=number] {
    -moz-appearance: textfield
}

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

embed, iframe, object {
    max-width: 100%
}

figure {
    margin: 0
}

p {
    margin: 0 0 25px
}

p:last-child {
    margin-bottom: 0;
    clear: both
}

* {
    text-decoration: none
}

*:hover {
    outline: none !important;
    text-decoration: none
}

.disabled, [aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.5
}

dl dt {
    font-weight: 500;
    color: var(--heading-font-color)
}

del {
    color: red;
    text-decoration: line-through
}

svg {
    max-width: 100%;
    max-height: 100%;
    transition: all 300ms ease-in-out
}

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

.font-100i {
    font-weight: 100 !important;
    font-style: italic
}

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

.font-200i {
    font-weight: 200 !important;
    font-style: italic
}

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

.font-300i {
    font-weight: 300 !important;
    font-style: italic
}

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

.font-400i {
    font-weight: 400 !important;
    font-style: italic
}

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

.font-500i {
    font-weight: 500 !important;
    font-style: italic
}

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

.font-600i {
    font-weight: 600 !important;
    font-style: italic
}

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

.font-700i {
    font-weight: 700 !important;
    font-style: italic
}

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

.font-800i {
    font-weight: 800 !important;
    font-style: italic
}

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

.font-900i {
    font-weight: 900 !important;
    font-style: italic
}

.lh-1\/56 {
    line-height: 1.56 !important
}

.lh-1\/2 {
    line-height: 1.2 !important
}

.lh-1\/25 {
    line-height: 1.25 !important
}

.lh-1\/6875 {
    line-height: 1.6875 !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cms-heading, .heading {
    clear: both;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight)
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 *, .cms-heading *, .heading * {
    color: inherit
}

.heading2 {
    font-family: var(--heading2-font-family)
}

.cms-heading {
    line-height: var(--heading-line-height)
}

.font-heading {
    font-family: var(--heading-font-family)
}

.text-heading {
    color: var(--heading-font-color)
}

.cms-heading, .heading {
    margin: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cms-heading, .heading {
    color: var(--heading-font-color)
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 15px
}

ul, ol {
    list-style-position: inside;
    padding-left: 0;
    padding-right: 0
}

ul li, ol li {
    padding: 2px 0
}

ul ul, ol ul, ul ol, ol ol {
    padding-left: 15px
}

[dir="rtl"] ul ul, [dir="rtl"] ol ul, [dir="rtl"] ul ol, [dir="rtl"] ol ol {
    padding-left: 0;
    padding-right: 15px
}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.unstyled ul, ol.unstyled ul, ul.unstyled ol, ol.unstyled ol {
    list-style: none
}

ul.horizontal, ol.horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

ul.horizontal > li, ol.horizontal > li {
    padding: 5px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.cms-list.cms-list-1.icon-default .cms-list-title {
    padding-left: 55px !important;
    position: relative
}

[dir="rtl"] .cms-list.cms-list-1.icon-default .cms-list-title {
    padding-left: 0 !important;
    padding-right: 55px !important
}

.cms-list.cms-list-1.icon-default .cms-list-title:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--color-accent), 0 0 0 9px #eaeaea;
    position: absolute;
    left: 19px;
    top: 9px
}

[dir="rtl"] .cms-list.cms-list-1.icon-default .cms-list-title:before {
    right: 19px;
    left: auto
}

.cms-list.cms-list-1 .cms-list-item {
    padding: 4px 0
}

.cms-list.cms-list-1 .cms-list-item:first-child {
    padding-top: 0
}

.cms-list.cms-list-1 .cms-list-item:last-child {
    padding-bottom: 0
}

.cms-list.cms-list-2.icon-default .cms-list-title, .cms-list.cms-list-3.icon-default .cms-list-title {
    padding-left: 22px !important;
    position: relative
}

[dir="rtl"] .cms-list.cms-list-2.icon-default .cms-list-title, [dir="rtl"] .cms-list.cms-list-3.icon-default .cms-list-title {
    padding-left: 0 !important;
    padding-right: 22px !important
}

.cms-list.cms-list-2.icon-default .cms-list-title:before, .cms-list.cms-list-3.icon-default .cms-list-title:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    font-family: "cmsi";
    content: '\e915';
    font-size: 10px;
    color: var(--color-accent)
}

[dir="rtl"] .cms-list.cms-list-2.icon-default .cms-list-title:before, [dir="rtl"] .cms-list.cms-list-3.icon-default .cms-list-title:before {
    right: 0;
    left: auto
}

.cms-list.cms-list-2.icon-default .cms-list-title:before {
    top: 7px
}

.cms-list.cms-list-3.icon-default .cms-list-title:before {
    top: 2px
}

.cms-list.cms-list-3 .cms-list-item {
    padding: 10px 0;
    position: relative;
    font-weight: 700;
    color: #68738e
}

.cms-list.cms-list-3 .cms-list-item:after {
    content: '';
    position: absolute;
    left: 27px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e6e8eb
}

.cms-list.cms-list-3 .cms-list-item:after [dir="rtl"] {
    left: auto;
    right: 27px
}

.cms-list.cms-list-3 .cms-list-item:first-child {
    padding-top: 0
}

.cms-list.cms-list-3 .cms-list-item:last-child {
    padding-bottom: 0
}

.cms-list.cms-list-3 .cms-list-item:last-child:after {
    display: none
}

.cms-list.cms-list-4 .cms-list-item {
    padding: 20px 0;
    border-top: 1px solid #eaeaea
}

.cms-list.cms-list-4 .cms-icon:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    background-color: var(--color-accent);
    color: #fff
}

.cms-list.cms-list-4 .cms-list-item:hover {
    padding-left: 15px
}

.cms-list.cms-list-4 .cms-list-item:hover .cms-icon:before {
    background-color: #fff;
    color: var(--color-accent)
}

[dir="rtl"] .cms-list.cms-list-4 .cms-list-item:hover {
    padding-left: 0;
    padding-right: 15px
}

.cms-list.cms-list-5 .cms-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea
}

.cms-list.cms-list-5 .cms-list-item:last-child {
    border-bottom: 0
}

.cms-list.cms-list-5 .cms-list-item .cms-list-icon:before {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 10px;
    text-align: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50%
}

.cms-list.cms-list-5 .cms-list-item:hover {
    padding-left: 20px
}

[dir="rtl"] .cms-list.cms-list-5 .cms-list-item:hover {
    padding-left: 0;
    padding-right: 20px
}

.cms-list.cms-list-8 .cms-list-item {
    padding-bottom: 13px
}

.cms-list.cms-list-8 .cms-list-item:last-child {
    padding-bottom: 0
}

.cms-list.cms-list-8 .cms-list-icon {
    color: #021a42;
    font-size: 12px
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #eaeaea;
    border-spacing: 0
}

table th, table td {
    padding: 8px;
    border: 1px solid #eaeaea;
    border-top: 0;
    border-left: 0;
    text-align: start;
    vertical-align: middle
}

table th:last-child, table td:last-child {
    border-right: 0
}

table th {
    font-family: var(--heading-font-family)
}

table + * {
    margin-top: 20px
}

table tbody tr:last-child th, table tbody tr:last-child td {
    border-bottom: 0
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #68738e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #68738e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit
}

input::-o-placeholder, textarea::-o-placeholder {
    color: #68738e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit
}

input::-ms-placeholder, textarea::-ms-placeholder {
    color: #68738e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    text-overflow: ellipsis;
    line-height: inherit
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    opacity: 0;
    height: 30px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px
}

.cms-input-number-spin {
    width: 19px;
    height: 25px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 20px
}

[dir="rtl"] .cms-input-number-spin {
    left: 20px;
    right: auto
}

.cms-input-number-spin-inner {
    cursor: pointer;
    width: 19px;
    height: 12.5px;
    position: relative;
    display: block
}

.cms-input-number-spin-inner:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    transform: translate(-50%, -50%)
}

.cms-input-number-spin-inner.cms-input-number-spin-up:before {
    border-width: 0 3.5px 4px 3.5px;
    border-color: transparent transparent var(--color-primary) transparent
}

.cms-input-number-spin-inner.cms-input-number-spin-down:before {
    border-width: 4px 3.5px 0 3.5px;
    border-color: var(--color-primary) transparent transparent transparent
}

input::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    text-align: start;
    padding: 0;
    margin: 0
}

input::-webkit-datetime-edit {
    text-align: start;
    width: 100%
}

input[type="search" i]::-webkit-search-cancel-button {
    opacity: 0
}

.cms-label-active {
    position: relative;
    padding-top: 23px
}

.cms-label-active > label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    padding: 0 10px;
    border-radius: 8px 8px 0 0;
    transition: all 300ms ease-in-out;
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden
}

.cms-label-active:hover > label, .cms-label-active:active > label, .cms-label-active:focus > label {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px)
}

.cms-form-style-1 > div:not(:last-child) {
    margin-bottom: 12px
}

.cms-form-style-1 select, .cms-form-style-1 textarea, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    color: var(--color-primary);
    font-size: 14px;
    border: 2px solid var(--color-e6f8fb);
    background-color: var(--color-e6f8fb);
    border-radius: 0 8px 8px 8px
}

.cms-form-style-1 select:hover, .cms-form-style-1 textarea:hover, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):hover, .cms-form-style-1 select:active, .cms-form-style-1 textarea:active, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):active, .cms-form-style-1 select:focus, .cms-form-style-1 textarea:focus, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
    border-color: var(--color-accent);
    background-color: #fff
}

.cms-form-style-1 select, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    line-height: 56px;
    height: 60px
}

.cms-form-style-1 input[type="submit"], .cms-form-style-1 input[type="button"] {
    line-height: 70px
}

.cms-form-space-30 > div:not(:last-child) {
    margin-bottom: 7px
}

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]), textarea, select, .select2-container.select2-container--default .select2-selection--single {
    background-color: #f0f1f3;
    border: none;
    color: #68738e;
    padding: 0 20px;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    text-align: start;
    outline: none;
    width: 100%;
    box-shadow: 0 0 0 0 #eaeaea inset;
    border-radius: 0px;
    transition: all 300ms ease-in-out
}

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):hover, textarea:hover, select:hover, .select2-container.select2-container--default .select2-selection--single:hover, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus, textarea:focus, select:focus, .select2-container.select2-container--default .select2-selection--single:focus, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):active, textarea:active, select:active, .select2-container.select2-container--default .select2-selection--single:active {
    background-color: #f0f1f3;
    color: var(--color-primary);
    box-shadow: 0 0 15px 0 transparent, 0 0 0 2px var(--color-accent) inset
}

[dir="rtl"] input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]), [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
    border-radius: 0px
}

select {
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://www.test.mayacure.com/assets/images/select-arrow.png);
    background-color: #f0f1f3;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    padding-right: 40px
}

[dir="rtl"] select {
    background-position: 10px 50%;
    padding-right: 22px;
    padding-left: 40px
}

textarea {
    padding-top: 15px;
    line-height: normal;
    min-height: 110px
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    transition: all 300ms ease-in-out
}

input[type="text"] + button, input[type="email"] + button, input[type="url"] + button, input[type="password"] + button, input[type="search"] + button, input[type="number"] + button, input[type="tel"] + button, input[type="range"] + button, input[type="date"] + button, input[type="month"] + button, input[type="week"] + button, input[type="time"] + button, input[type="datetime"] + button, input[type="datetime-local"] + button, input[type="color"] + button, input[type="text"] + input[type="button"], input[type="email"] + input[type="button"], input[type="url"] + input[type="button"], input[type="password"] + input[type="button"], input[type="search"] + input[type="button"], input[type="number"] + input[type="button"], input[type="tel"] + input[type="button"], input[type="range"] + input[type="button"], input[type="date"] + input[type="button"], input[type="month"] + input[type="button"], input[type="week"] + input[type="button"], input[type="time"] + input[type="button"], input[type="datetime"] + input[type="button"], input[type="datetime-local"] + input[type="button"], input[type="color"] + input[type="button"], input[type="text"] + input[type="submit"], input[type="email"] + input[type="submit"], input[type="url"] + input[type="submit"], input[type="password"] + input[type="submit"], input[type="search"] + input[type="submit"], input[type="number"] + input[type="submit"], input[type="tel"] + input[type="submit"], input[type="range"] + input[type="submit"], input[type="date"] + input[type="submit"], input[type="month"] + input[type="submit"], input[type="week"] + input[type="submit"], input[type="time"] + input[type="submit"], input[type="datetime"] + input[type="submit"], input[type="datetime-local"] + input[type="submit"], input[type="color"] + input[type="submit"] {
    padding-top: 20px;
    padding-bottom: 20px
}

input, select, textarea {
    vertical-align: top;
    position: relative;
    transition: all 300ms ease-in-out
}

fieldset {
    padding: 0 20px;
    border: 2px solid #eaeaea;
    transition: all 300ms ease-in-out;
    overflow: hidden
}

fieldset:hover {
    border-color: var(--color-accent)
}

fieldset > legend {
    font-weight: 700;
    font-size: 14px;
    color: var(--heading-font-color);
    display: flex
}

fieldset > legend:before, fieldset > legend:after {
    content: '';
    width: 10px
}

fieldset select {
    border: 0;
    margin: -8px -20px -3px;
    box-shadow: none;
    width: calc(100% + 40px);
    padding: 0 50px 0 30px;
    background-position: calc(100% - 30px) 50%
}

fieldset select:hover, fieldset select:focus, fieldset select:active {
    box-shadow: none
}

.cms-select form {
    position: relative;
    background-color: #fff;
    border-radius: 4px
}

.cms-select select {
    height: 60px;
    line-height: 37px;
    font-size: 15px;
    background-color: transparent;
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cms-select i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0px, -50%)
}

.cms-custom-checkbox, .cms-custom-radio {
    position: relative;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    display: inline-block
}

[dir="rtl"] .cms-custom-checkbox, [dir="rtl"] .cms-custom-radio {
    margin-right: 0;
    margin-left: 5px
}

.cms-custom-checkbox input[type="checkbox"], .cms-custom-radio input[type="checkbox"], .cms-custom-checkbox .cms-checkmark, .cms-custom-radio .cms-checkmark {
    width: 17px;
    height: 17px;
    display: inline-block;
    padding: 0;
    margin: 0
}

.cms-custom-checkbox input, .cms-custom-radio input {
    opacity: 0
}

.cms-custom-checkbox input:checked + .cms-checkmark:after, .cms-custom-radio input:checked + .cms-checkmark:after {
    opacity: 1
}

.cms-custom-checkbox .cms-checkmark, .cms-custom-radio .cms-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #eaeaea;
    border-radius: 4px
}

.cms-custom-checkbox .cms-checkmark:after, .cms-custom-radio .cms-checkmark:after {
    content: "";
    background-color: var(--color-accent);
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    opacity: 0
}

.cms-custom-checkbox + label, .cms-custom-radio + label {
    display: inline-block
}

.cms-custom-radio input:checked + .cms-checkmark {
    border-color: var(--color-accent)
}

.cms-custom-radio input:checked + .cms-checkmark:after {
    background-color: var(--color-accent)
}

.cms-custom-radio .cms-checkmark {
    margin-top: 3px;
    border-radius: 50%
}

.cms-custom-radio .cms-checkmark:after {
    background-color: #eaeaea;
    border-radius: 50%;
    opacity: 1
}

.cms-custom-checkbox {
    transform: translate(0, 3px)
}

#ui-datepicker-div {
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -9999px;
    min-width: 300px;
    z-index: 10001 !important
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
    display: none
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%
}

#ui-datepicker-div .ui-datepicker-calendar th {
    text-align: center
}

#ui-datepicker-div .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
    color: rgba(0, 0, 0, 0.2)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
    right: 15px !important
}

[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto !important;
    left: 15px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px !important
}

a {
    color: var(--link-regular-color)
}

a:hover {
    color: var(--link-hover-color)
}

a:focus {
    color: var(--link-active-color)
}

.text-uppercase {
    text-transform: uppercase
}

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

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%
}

.text-underline {
    text-decoration: underline
}

.text-border-bottom {
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 3px
}

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

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

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

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

@media (max-width: 479.98px) {
    .text-max-center {
        text-align: center !important
    }

    .text-max-start {
        text-align: start !important
    }

    .text-max-end {
        text-align: end !important
    }

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

@media (min-width: 480px) {
    .text-xs-center {
        text-align: center !important
    }

    .text-xs-start {
        text-align: start !important
    }

    .text-xs-end {
        text-align: end !important
    }

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

@media (max-width: 575.98px) {
    .text-max-xs-center {
        text-align: center !important
    }

    .text-max-xs-start {
        text-align: start !important
    }

    .text-max-xs-end {
        text-align: end !important
    }

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

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

    .text-sm-start {
        text-align: start !important
    }

    .text-sm-end {
        text-align: end !important
    }

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

@media (max-width: 767.98px) {
    .text-max-sm-center {
        text-align: center !important
    }

    .text-max-sm-start {
        text-align: start !important
    }

    .text-max-sm-end {
        text-align: end !important
    }

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

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

    .text-md-start {
        text-align: start !important
    }

    .text-md-end {
        text-align: end !important
    }

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

@media (max-width: 1024.98px) {
    .text-max-md-center {
        text-align: center !important
    }

    .text-max-md-start {
        text-align: start !important
    }

    .text-max-md-end {
        text-align: end !important
    }

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

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

    .text-lg-start {
        text-align: start !important
    }

    .text-lg-end {
        text-align: end !important
    }

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

@media (max-width: 1279.98px) {
    .text-max-lg-center {
        text-align: center !important
    }

    .text-max-lg-start {
        text-align: start !important
    }

    .text-max-lg-end {
        text-align: end !important
    }

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

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

    .text-xl-start {
        text-align: start !important
    }

    .text-xl-end {
        text-align: end !important
    }

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

@media (max-width: 1365.98px) {
    .text-max-xl-center {
        text-align: center !important
    }

    .text-max-xl-start {
        text-align: start !important
    }

    .text-max-xl-end {
        text-align: end !important
    }

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

@media (min-width: 1366px) {
    .text-xxl-center {
        text-align: center !important
    }

    .text-xxl-start {
        text-align: start !important
    }

    .text-xxl-end {
        text-align: end !important
    }

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

@media (max-width: 1439.98px) {
    .text-max-xxl-center {
        text-align: center !important
    }

    .text-max-xxl-start {
        text-align: start !important
    }

    .text-max-xxl-end {
        text-align: end !important
    }

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

@media (min-width: 1440px) {
    .text-3xl-center {
        text-align: center !important
    }

    .text-3xl-start {
        text-align: start !important
    }

    .text-3xl-end {
        text-align: end !important
    }

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

@media (max-width: 1599.98px) {
    .text-max-3xl-center {
        text-align: center !important
    }

    .text-max-3xl-start {
        text-align: start !important
    }

    .text-max-3xl-end {
        text-align: end !important
    }

    .text-max-3xl-justify {
        text-align: justify !important
    }
}

@media (min-width: 1600px) {
    .text-4xl-center {
        text-align: center !important
    }

    .text-4xl-start {
        text-align: start !important
    }

    .text-4xl-end {
        text-align: end !important
    }

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

.text-max-4xl-center {
    text-align: center !important
}

.text-max-4xl-start {
    text-align: start !important
}

.text-max-4xl-end {
    text-align: end !important
}

.text-max-4xl-justify {
    text-align: justify !important
}

.bypostauthor, .sticky {
    visibility: visible
}

.screen-reader-text {
    display: none
}

.alignleft, .alignright, .aligncenter {
    margin-top: 6px;
    margin-bottom: 45px !important
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px !important
}

[dir="rtl"] .alignleft {
    float: right;
    margin-right: 0 !important;
    margin-left: 35px !important
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

[dir="rtl"] .alignright {
    float: left;
    margin-left: 0;
    margin-right: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cms-single-page p:last-child {
    clear: both
}

.cms-single-page p:last-child img[class*="align"] {
    margin-bottom: 0
}

blockquote {
    padding: 0 0 0 1rem;
    border-left: 5px solid var(--color-accent)
}

[dir="rtl"] blockquote {
    padding: 0 1rem 0 0;
    border-left: 0;
    border-right: 5px solid var(--color-accent)
}

blockquote.has-text-align-right {
    padding: 0 1rem 0 0;
    border-left: 0;
    border-right: 5px solid var(--color-accent)
}

[dir="rtl"] blockquote.has-text-align-right {
    padding: 0 0 0 1rem;
    border-right: 0;
    border-left: 5px solid var(--color-accent);
    text-align: left
}

.post-password-form p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end
}

.post-password-form label[for*="pwbox-"] {
    flex: 0 0 calc(100% - 115px)
}

.post-password-form input[name="post_password"] {
    width: 100%
}

.post-password-form input[type="submit"] {
    flex: 0 0 95px
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

@media (min-width: 480px) {
    .container, .container-xs {
        max-width: 100%
    }
}

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

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

@media (min-width: 1025px) {
    .container, .container-lg {
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .container, .container-xl {
        max-width: 100%
    }
}

@media (min-width: 1366px) {
    .container, .container-xxl {
        max-width: 1320px
    }
}

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

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

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

.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, .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .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, .col-sm-auto, .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, .col-md-auto, .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, .col-lg-auto, .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, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto, .col-3xl-1, .col-3xl-2, .col-3xl-3, .col-3xl-4, .col-3xl-5, .col-3xl-6, .col-3xl-7, .col-3xl-8, .col-3xl-9, .col-3xl-10, .col-3xl-11, .col-3xl-12, .col-3xl, .col-3xl-auto, .col-4xl-1, .col-4xl-2, .col-4xl-3, .col-4xl-4, .col-4xl-5, .col-4xl-6, .col-4xl-7, .col-4xl-8, .col-4xl-9, .col-4xl-10, .col-4xl-11, .col-4xl-12, .col-4xl, .col-4xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

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

.row-cols-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.row-cols-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.row-cols-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%
}

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

.row-cols-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%
}

.row-cols-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.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: 480px) {
    .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

    .row-cols-xs-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .row-cols-xs-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-cols-xs-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .row-cols-xs-10 > * {
        flex: 0 0 10%;
        max-width: 10%
    }

    .row-cols-xs-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .row-cols-xs-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xs-first {
        order: -1
    }

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .row-cols-sm-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-cols-sm-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .row-cols-sm-10 > * {
        flex: 0 0 10%;
        max-width: 10%
    }

    .row-cols-sm-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .row-cols-sm-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

    .row-cols-md-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .row-cols-md-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-cols-md-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .row-cols-md-10 > * {
        flex: 0 0 10%;
        max-width: 10%
    }

    .row-cols-md-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .row-cols-md-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .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: 1025px) {
    .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%
    }

    .row-cols-lg-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .row-cols-lg-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-cols-lg-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .row-cols-lg-10 > * {
        flex: 0 0 10%;
        max-width: 10%
    }

    .row-cols-lg-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .row-cols-lg-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .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: 1280px) {
    .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%
    }

    .row-cols-xl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .row-cols-xl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-cols-xl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .row-cols-xl-10 > * {
        flex: 0 0 10%;
        max-width: 10%
    }

    .row-cols-xl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .row-cols-xl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

@media (min-width: 1366px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

    .row-cols-xxl-7 > * {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .row-cols-xxl-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-cols-xxl-9 > * {
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }

    .row-cols-xxl-10 > * {
        flex: 0 0 10%;
        max-width: 10%
    }

    .row-cols-xxl-11 > * {
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }

    .row-cols-xxl-12 > * {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .col-3xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-3xl-first {
        order: -1
    }

    .order-3xl-last {
        order: 13
    }

    .order-3xl-0 {
        order: 0
    }

    .order-3xl-1 {
        order: 1
    }

    .order-3xl-2 {
        order: 2
    }

    .order-3xl-3 {
        order: 3
    }

    .order-3xl-4 {
        order: 4
    }

    .order-3xl-5 {
        order: 5
    }

    .order-3xl-6 {
        order: 6
    }

    .order-3xl-7 {
        order: 7
    }

    .order-3xl-8 {
        order: 8
    }

    .order-3xl-9 {
        order: 9
    }

    .order-3xl-10 {
        order: 10
    }

    .order-3xl-11 {
        order: 11
    }

    .order-3xl-12 {
        order: 12
    }

    .offset-3xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
    .col-4xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-4xl-first {
        order: -1
    }

    .order-4xl-last {
        order: 13
    }

    .order-4xl-0 {
        order: 0
    }

    .order-4xl-1 {
        order: 1
    }

    .order-4xl-2 {
        order: 2
    }

    .order-4xl-3 {
        order: 3
    }

    .order-4xl-4 {
        order: 4
    }

    .order-4xl-5 {
        order: 5
    }

    .order-4xl-6 {
        order: 6
    }

    .order-4xl-7 {
        order: 7
    }

    .order-4xl-8 {
        order: 8
    }

    .order-4xl-9 {
        order: 9
    }

    .order-4xl-10 {
        order: 10
    }

    .order-4xl-11 {
        order: 11
    }

    .order-4xl-12 {
        order: 12
    }

    .offset-4xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

.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: 480px) {
    .d-xs-none {
        display: none !important
    }

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

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

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

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

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

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

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

    .d-xs-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: 1025px) {
    .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: 1280px) {
    .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 (min-width: 1366px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .d-3xl-none {
        display: none !important
    }

    .d-3xl-inline {
        display: inline !important
    }

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

    .d-3xl-block {
        display: block !important
    }

    .d-3xl-table {
        display: table !important
    }

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

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

    .d-3xl-flex {
        display: flex !important
    }

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

@media (min-width: 1600px) {
    .d-4xl-none {
        display: none !important
    }

    .d-4xl-inline {
        display: inline !important
    }

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

    .d-4xl-block {
        display: block !important
    }

    .d-4xl-table {
        display: table !important
    }

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

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

    .d-4xl-flex {
        display: flex !important
    }

    .d-4xl-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
    }
}

.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: 480px) {
    .flex-xs-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xs-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: 1025px) {
    .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: 1280px) {
    .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
    }
}

@media (min-width: 1366px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .flex-3xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
    .flex-4xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
    .container.container-wide {
        max-width: 84%
    }
}

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

.row.gutters-grid {
    margin-top: -20px;
    margin-bottom: -20px
}

.row.gutters-grid > [class*='col'] {
    padding: 20px
}

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

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

.row.gutters-0.gutters-grid {
    margin: 0
}

.row.gutters-0.gutters-grid > [class*='col'] {
    padding: 0
}

.row.gutters-5 {
    margin-left: -2.5px;
    margin-right: -2.5px
}

.row.gutters-5 > [class*='col'] {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.row.gutters-5.gutters-grid {
    margin: -2.5px
}

.row.gutters-5.gutters-grid > [class*='col'] {
    padding: 2.5px
}

.row.gutters-10 {
    margin-left: -5px;
    margin-right: -5px
}

.row.gutters-10 > [class*='col'] {
    padding-left: 5px;
    padding-right: 5px
}

.row.gutters-10.gutters-grid {
    margin: -5px
}

.row.gutters-10.gutters-grid > [class*='col'] {
    padding: 5px
}

.row.gutters-15 {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row.gutters-15 > [class*='col'] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.row.gutters-15.gutters-grid {
    margin: -7.5px
}

.row.gutters-15.gutters-grid > [class*='col'] {
    padding: 7.5px
}

.row.gutters-20 {
    margin-left: -10px;
    margin-right: -10px
}

.row.gutters-20 > [class*='col'] {
    padding-left: 10px;
    padding-right: 10px
}

.row.gutters-20.gutters-grid {
    margin: -10px
}

.row.gutters-20.gutters-grid > [class*='col'] {
    padding: 10px
}

.row.gutters-25 {
    margin-left: -12.5px;
    margin-right: -12.5px
}

.row.gutters-25 > [class*='col'] {
    padding-left: 12.5px;
    padding-right: 12.5px
}

.row.gutters-25.gutters-grid {
    margin: -12.5px
}

.row.gutters-25.gutters-grid > [class*='col'] {
    padding: 12.5px
}

.row.gutters-30 {
    margin-left: -15px;
    margin-right: -15px
}

.row.gutters-30 > [class*='col'] {
    padding-left: 15px;
    padding-right: 15px
}

.row.gutters-30.gutters-grid {
    margin: -15px
}

.row.gutters-30.gutters-grid > [class*='col'] {
    padding: 15px
}

.row.gutters-40 {
    margin-left: -20px;
    margin-right: -20px
}

.row.gutters-40 > [class*='col'] {
    padding-left: 20px;
    padding-right: 20px
}

.row.gutters-40.gutters-grid {
    margin: -20px
}

.row.gutters-40.gutters-grid > [class*='col'] {
    padding: 20px
}

.row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px
}

.row.gutters-50 > [class*='col'] {
    padding-left: 25px;
    padding-right: 25px
}

.row.gutters-50.gutters-grid {
    margin: -25px
}

.row.gutters-50.gutters-grid > [class*='col'] {
    padding: 25px
}

.row.gutters-60 {
    margin-left: -30px;
    margin-right: -30px
}

.row.gutters-60 > [class*='col'] {
    padding-left: 30px;
    padding-right: 30px
}

.row.gutters-60.gutters-grid {
    margin: -30px
}

.row.gutters-60.gutters-grid > [class*='col'] {
    padding: 30px
}

.row.gutters-70 {
    margin-left: -35px;
    margin-right: -35px
}

.row.gutters-70 > [class*='col'] {
    padding-left: 35px;
    padding-right: 35px
}

.row.gutters-70.gutters-grid {
    margin: -35px
}

.row.gutters-70.gutters-grid > [class*='col'] {
    padding: 35px
}

.row.gutters-80 {
    margin-left: -40px;
    margin-right: -40px
}

.row.gutters-80 > [class*='col'] {
    padding-left: 40px;
    padding-right: 40px
}

.row.gutters-80.gutters-grid {
    margin: -40px
}

.row.gutters-80.gutters-grid > [class*='col'] {
    padding: 40px
}

.row.gutters-90 {
    margin-left: -45px;
    margin-right: -45px
}

.row.gutters-90 > [class*='col'] {
    padding-left: 45px;
    padding-right: 45px
}

.row.gutters-90.gutters-grid {
    margin: -45px
}

.row.gutters-90.gutters-grid > [class*='col'] {
    padding: 45px
}

.row.gutters-100 {
    margin-left: -50px;
    margin-right: -50px
}

.row.gutters-100 > [class*='col'] {
    padding-left: 50px;
    padding-right: 50px
}

.row.gutters-100.gutters-grid {
    margin: -50px
}

.row.gutters-100.gutters-grid > [class*='col'] {
    padding: 50px
}

.row.gutters-120 {
    margin-left: -60px;
    margin-right: -60px
}

.row.gutters-120 > [class*='col'] {
    padding-left: 60px;
    padding-right: 60px
}

.row.gutters-120.gutters-grid {
    margin: -60px
}

.row.gutters-120.gutters-grid > [class*='col'] {
    padding: 60px
}

@media (min-width: 480px) {
    .row.gutters-xs-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-xs-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-xs-0.gutters-grid {
        margin: 0
    }

    .row.gutters-xs-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-xs-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-xs-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-xs-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-xs-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-xs-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-xs-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-xs-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-xs-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-xs-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-xs-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-xs-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-xs-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-xs-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-xs-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-xs-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-xs-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-xs-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-xs-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-xs-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-xs-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-xs-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-xs-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-xs-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-xs-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-xs-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-xs-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-xs-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-xs-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-xs-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-xs-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-xs-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-xs-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-xs-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-xs-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-xs-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-xs-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-xs-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-xs-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-xs-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-xs-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-xs-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-xs-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-xs-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-xs-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-xs-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-xs-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-xs-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-xs-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-xs-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-xs-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-xs-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-xs-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-xs-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-xs-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-xs-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-xs-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 576px) {
    .row.gutters-sm-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-sm-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-sm-0.gutters-grid {
        margin: 0
    }

    .row.gutters-sm-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-sm-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-sm-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-sm-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-sm-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-sm-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-sm-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-sm-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-sm-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-sm-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-sm-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-sm-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-sm-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-sm-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-sm-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-sm-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-sm-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-sm-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-sm-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-sm-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-sm-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-sm-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-sm-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-sm-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-sm-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-sm-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-sm-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-sm-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-sm-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-sm-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-sm-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-sm-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-sm-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-sm-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-sm-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-sm-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-sm-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-sm-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-sm-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-sm-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-sm-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-sm-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-sm-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-sm-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-sm-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-sm-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-sm-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-sm-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-sm-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-sm-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-sm-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-sm-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-sm-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-sm-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-sm-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-sm-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-sm-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 768px) {
    .row.gutters-md-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-md-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-md-0.gutters-grid {
        margin: 0
    }

    .row.gutters-md-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-md-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-md-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-md-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-md-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-md-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-md-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-md-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-md-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-md-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-md-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-md-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-md-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-md-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-md-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-md-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-md-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-md-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-md-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-md-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-md-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-md-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-md-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-md-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-md-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-md-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-md-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-md-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-md-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-md-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-md-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-md-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-md-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-md-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-md-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-md-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-md-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-md-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-md-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-md-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-md-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-md-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-md-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-md-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-md-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-md-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-md-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-md-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-md-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-md-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-md-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-md-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-md-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-md-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-md-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-md-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-md-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 1025px) {
    .row.gutters-lg-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-lg-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-lg-0.gutters-grid {
        margin: 0
    }

    .row.gutters-lg-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-lg-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-lg-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-lg-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-lg-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-lg-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-lg-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-lg-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-lg-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-lg-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-lg-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-lg-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-lg-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-lg-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-lg-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-lg-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-lg-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-lg-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-lg-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-lg-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-lg-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-lg-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-lg-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-lg-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-lg-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-lg-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-lg-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-lg-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-lg-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-lg-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-lg-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-lg-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-lg-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-lg-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-lg-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-lg-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-lg-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-lg-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-lg-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-lg-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-lg-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-lg-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-lg-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-lg-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-lg-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-lg-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-lg-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-lg-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-lg-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-lg-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-lg-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-lg-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-lg-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-lg-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-lg-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-lg-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-lg-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 1280px) {
    .row.gutters-xl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-xl-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-xl-0.gutters-grid {
        margin: 0
    }

    .row.gutters-xl-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-xl-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-xl-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-xl-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-xl-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-xl-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-xl-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-xl-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-xl-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-xl-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-xl-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-xl-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-xl-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-xl-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-xl-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-xl-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-xl-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-xl-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-xl-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-xl-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-xl-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-xl-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-xl-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-xl-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-xl-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-xl-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-xl-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-xl-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-xl-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-xl-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-xl-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-xl-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-xl-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-xl-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-xl-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-xl-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-xl-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-xl-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-xl-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-xl-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-xl-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-xl-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-xl-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-xl-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-xl-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-xl-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-xl-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-xl-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-xl-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-xl-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-xl-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-xl-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-xl-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-xl-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-xl-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-xl-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-xl-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 1366px) {
    .row.gutters-xxl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-xxl-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-xxl-0.gutters-grid {
        margin: 0
    }

    .row.gutters-xxl-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-xxl-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-xxl-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-xxl-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-xxl-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-xxl-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-xxl-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-xxl-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-xxl-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-xxl-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-xxl-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-xxl-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-xxl-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-xxl-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-xxl-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-xxl-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-xxl-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-xxl-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-xxl-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-xxl-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-xxl-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-xxl-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-xxl-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-xxl-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-xxl-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-xxl-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-xxl-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-xxl-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-xxl-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-xxl-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-xxl-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-xxl-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-xxl-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-xxl-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-xxl-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-xxl-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-xxl-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-xxl-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-xxl-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-xxl-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-xxl-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-xxl-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-xxl-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-xxl-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-xxl-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-xxl-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-xxl-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-xxl-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-xxl-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-xxl-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-xxl-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-xxl-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-xxl-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-xxl-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-xxl-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-xxl-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-xxl-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 1440px) {
    .row.gutters-3xl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-3xl-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-3xl-0.gutters-grid {
        margin: 0
    }

    .row.gutters-3xl-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-3xl-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-3xl-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-3xl-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-3xl-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-3xl-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-3xl-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-3xl-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-3xl-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-3xl-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-3xl-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-3xl-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-3xl-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-3xl-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-3xl-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-3xl-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-3xl-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-3xl-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-3xl-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-3xl-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-3xl-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-3xl-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-3xl-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-3xl-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-3xl-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-3xl-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-3xl-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-3xl-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-3xl-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-3xl-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-3xl-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-3xl-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-3xl-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-3xl-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-3xl-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-3xl-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-3xl-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-3xl-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-3xl-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-3xl-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-3xl-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-3xl-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-3xl-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-3xl-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-3xl-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-3xl-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-3xl-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-3xl-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-3xl-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-3xl-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-3xl-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-3xl-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-3xl-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-3xl-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-3xl-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-3xl-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-3xl-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (min-width: 1600px) {
    .row.gutters-4xl-0 {
        margin-left: 0;
        margin-right: 0
    }

    .row.gutters-4xl-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0
    }

    .row.gutters-4xl-0.gutters-grid {
        margin: 0
    }

    .row.gutters-4xl-0.gutters-grid > [class*='col'] {
        padding: 0
    }

    .row.gutters-4xl-5 {
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .row.gutters-4xl-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .row.gutters-4xl-5.gutters-grid {
        margin: -2.5px
    }

    .row.gutters-4xl-5.gutters-grid > [class*='col'] {
        padding: 2.5px
    }

    .row.gutters-4xl-10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.gutters-4xl-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .row.gutters-4xl-10.gutters-grid {
        margin: -5px
    }

    .row.gutters-4xl-10.gutters-grid > [class*='col'] {
        padding: 5px
    }

    .row.gutters-4xl-15 {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .row.gutters-4xl-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .row.gutters-4xl-15.gutters-grid {
        margin: -7.5px
    }

    .row.gutters-4xl-15.gutters-grid > [class*='col'] {
        padding: 7.5px
    }

    .row.gutters-4xl-20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .row.gutters-4xl-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }

    .row.gutters-4xl-20.gutters-grid {
        margin: -10px
    }

    .row.gutters-4xl-20.gutters-grid > [class*='col'] {
        padding: 10px
    }

    .row.gutters-4xl-25 {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .row.gutters-4xl-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row.gutters-4xl-25.gutters-grid {
        margin: -12.5px
    }

    .row.gutters-4xl-25.gutters-grid > [class*='col'] {
        padding: 12.5px
    }

    .row.gutters-4xl-30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.gutters-4xl-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px
    }

    .row.gutters-4xl-30.gutters-grid {
        margin: -15px
    }

    .row.gutters-4xl-30.gutters-grid > [class*='col'] {
        padding: 15px
    }

    .row.gutters-4xl-40 {
        margin-left: -20px;
        margin-right: -20px
    }

    .row.gutters-4xl-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px
    }

    .row.gutters-4xl-40.gutters-grid {
        margin: -20px
    }

    .row.gutters-4xl-40.gutters-grid > [class*='col'] {
        padding: 20px
    }

    .row.gutters-4xl-50 {
        margin-left: -25px;
        margin-right: -25px
    }

    .row.gutters-4xl-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px
    }

    .row.gutters-4xl-50.gutters-grid {
        margin: -25px
    }

    .row.gutters-4xl-50.gutters-grid > [class*='col'] {
        padding: 25px
    }

    .row.gutters-4xl-60 {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.gutters-4xl-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px
    }

    .row.gutters-4xl-60.gutters-grid {
        margin: -30px
    }

    .row.gutters-4xl-60.gutters-grid > [class*='col'] {
        padding: 30px
    }

    .row.gutters-4xl-70 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row.gutters-4xl-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row.gutters-4xl-70.gutters-grid {
        margin: -35px
    }

    .row.gutters-4xl-70.gutters-grid > [class*='col'] {
        padding: 35px
    }

    .row.gutters-4xl-80 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row.gutters-4xl-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row.gutters-4xl-80.gutters-grid {
        margin: -40px
    }

    .row.gutters-4xl-80.gutters-grid > [class*='col'] {
        padding: 40px
    }

    .row.gutters-4xl-90 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row.gutters-4xl-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px
    }

    .row.gutters-4xl-90.gutters-grid {
        margin: -45px
    }

    .row.gutters-4xl-90.gutters-grid > [class*='col'] {
        padding: 45px
    }

    .row.gutters-4xl-100 {
        margin-left: -50px;
        margin-right: -50px
    }

    .row.gutters-4xl-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px
    }

    .row.gutters-4xl-100.gutters-grid {
        margin: -50px
    }

    .row.gutters-4xl-100.gutters-grid > [class*='col'] {
        padding: 50px
    }

    .row.gutters-4xl-120 {
        margin-left: -60px;
        margin-right: -60px
    }

    .row.gutters-4xl-120 > [class*='col'] {
        padding-left: 60px;
        padding-right: 60px
    }

    .row.gutters-4xl-120.gutters-grid {
        margin: -60px
    }

    .row.gutters-4xl-120.gutters-grid > [class*='col'] {
        padding: 60px
    }
}

@media (max-width: 479.98px) {
    .cms-hidden {
        display: none !important
    }
}

.cms-hidden-n {
    display: none !important
}

@media (max-width: 575.98px) {
    .cms-hidden-xs {
        display: none !important
    }
}

@media (min-width: 480px) {
    .cms-hidden-n-xs {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .cms-hidden-sm {
        display: none !important
    }
}

@media (min-width: 576px) {
    .cms-hidden-n-sm {
        display: none !important
    }
}

@media (max-width: 1024.98px) {
    .cms-hidden-md {
        display: none !important
    }
}

@media (min-width: 768px) {
    .cms-hidden-n-md {
        display: none !important
    }
}

@media (max-width: 1279.98px) {
    .cms-hidden-lg {
        display: none !important
    }
}

@media (min-width: 1025px) {
    .cms-hidden-n-lg {
        display: none !important
    }
}

@media (max-width: 1365.98px) {
    .cms-hidden-xl {
        display: none !important
    }
}

@media (min-width: 1280px) {
    .cms-hidden-n-xl {
        display: none !important
    }
}

@media (max-width: 1439.98px) {
    .cms-hidden-xxl {
        display: none !important
    }
}

@media (min-width: 1366px) {
    .cms-hidden-n-xxl {
        display: none !important
    }
}

@media (max-width: 1599.98px) {
    .cms-hidden-3xl {
        display: none !important
    }
}

@media (min-width: 1440px) {
    .cms-hidden-n-3xl {
        display: none !important
    }
}

.cms-hidden-4xl {
    display: none !important
}

@media (min-width: 1600px) {
    .cms-hidden-n-4xl {
        display: none !important
    }
}

.m-0 {
    margin: 0px
}

.mt-0 {
    margin-top: 0px
}

.mr-0 {
    margin-right: 0px
}

[dir="rtl"] .mr-0 {
    margin-right: 0;
    margin-left: 0px
}

.mb-0 {
    margin-bottom: 0px
}

.ml-0 {
    margin-left: 0px
}

[dir="rtl"] .ml-0 {
    margin-left: 0;
    margin-right: 0px
}

.m-lr-0 {
    margin-left: 0px;
    margin-right: 0px
}

.m-tb-0 {
    margin-top: 0px;
    margin-bottom: 0px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-1 {
    margin: 1px
}

.mt-1 {
    margin-top: 1px
}

.mr-1 {
    margin-right: 1px
}

[dir="rtl"] .mr-1 {
    margin-right: 0;
    margin-left: 1px
}

.mb-1 {
    margin-bottom: 1px
}

.ml-1 {
    margin-left: 1px
}

[dir="rtl"] .ml-1 {
    margin-left: 0;
    margin-right: 1px
}

.m-lr-1 {
    margin-left: 1px;
    margin-right: 1px
}

.m-tb-1 {
    margin-top: 1px;
    margin-bottom: 1px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-2 {
    margin: 2px
}

.mt-2 {
    margin-top: 2px
}

.mr-2 {
    margin-right: 2px
}

[dir="rtl"] .mr-2 {
    margin-right: 0;
    margin-left: 2px
}

.mb-2 {
    margin-bottom: 2px
}

.ml-2 {
    margin-left: 2px
}

[dir="rtl"] .ml-2 {
    margin-left: 0;
    margin-right: 2px
}

.m-lr-2 {
    margin-left: 2px;
    margin-right: 2px
}

.m-tb-2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-3 {
    margin: 3px
}

.mt-3 {
    margin-top: 3px
}

.mr-3 {
    margin-right: 3px
}

[dir="rtl"] .mr-3 {
    margin-right: 0;
    margin-left: 3px
}

.mb-3 {
    margin-bottom: 3px
}

.ml-3 {
    margin-left: 3px
}

[dir="rtl"] .ml-3 {
    margin-left: 0;
    margin-right: 3px
}

.m-lr-3 {
    margin-left: 3px;
    margin-right: 3px
}

.m-tb-3 {
    margin-top: 3px;
    margin-bottom: 3px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-4 {
    margin: 4px
}

.mt-4 {
    margin-top: 4px
}

.mr-4 {
    margin-right: 4px
}

[dir="rtl"] .mr-4 {
    margin-right: 0;
    margin-left: 4px
}

.mb-4 {
    margin-bottom: 4px
}

.ml-4 {
    margin-left: 4px
}

[dir="rtl"] .ml-4 {
    margin-left: 0;
    margin-right: 4px
}

.m-lr-4 {
    margin-left: 4px;
    margin-right: 4px
}

.m-tb-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-5 {
    margin: 5px
}

.mt-5 {
    margin-top: 5px
}

.mr-5 {
    margin-right: 5px
}

[dir="rtl"] .mr-5 {
    margin-right: 0;
    margin-left: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

[dir="rtl"] .ml-5 {
    margin-left: 0;
    margin-right: 5px
}

.m-lr-5 {
    margin-left: 5px;
    margin-right: 5px
}

.m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-6 {
    margin: 6px
}

.mt-6 {
    margin-top: 6px
}

.mr-6 {
    margin-right: 6px
}

[dir="rtl"] .mr-6 {
    margin-right: 0;
    margin-left: 6px
}

.mb-6 {
    margin-bottom: 6px
}

.ml-6 {
    margin-left: 6px
}

[dir="rtl"] .ml-6 {
    margin-left: 0;
    margin-right: 6px
}

.m-lr-6 {
    margin-left: 6px;
    margin-right: 6px
}

.m-tb-6 {
    margin-top: 6px;
    margin-bottom: 6px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-7 {
    margin: 7px
}

.mt-7 {
    margin-top: 7px
}

.mr-7 {
    margin-right: 7px
}

[dir="rtl"] .mr-7 {
    margin-right: 0;
    margin-left: 7px
}

.mb-7 {
    margin-bottom: 7px
}

.ml-7 {
    margin-left: 7px
}

[dir="rtl"] .ml-7 {
    margin-left: 0;
    margin-right: 7px
}

.m-lr-7 {
    margin-left: 7px;
    margin-right: 7px
}

.m-tb-7 {
    margin-top: 7px;
    margin-bottom: 7px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-8 {
    margin: 8px
}

.mt-8 {
    margin-top: 8px
}

.mr-8 {
    margin-right: 8px
}

[dir="rtl"] .mr-8 {
    margin-right: 0;
    margin-left: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-8 {
    margin-left: 8px
}

[dir="rtl"] .ml-8 {
    margin-left: 0;
    margin-right: 8px
}

.m-lr-8 {
    margin-left: 8px;
    margin-right: 8px
}

.m-tb-8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-9 {
    margin: 9px
}

.mt-9 {
    margin-top: 9px
}

.mr-9 {
    margin-right: 9px
}

[dir="rtl"] .mr-9 {
    margin-right: 0;
    margin-left: 9px
}

.mb-9 {
    margin-bottom: 9px
}

.ml-9 {
    margin-left: 9px
}

[dir="rtl"] .ml-9 {
    margin-left: 0;
    margin-right: 9px
}

.m-lr-9 {
    margin-left: 9px;
    margin-right: 9px
}

.m-tb-9 {
    margin-top: 9px;
    margin-bottom: 9px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-10 {
    margin: 10px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

[dir="rtl"] .mr-10 {
    margin-right: 0;
    margin-left: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

[dir="rtl"] .ml-10 {
    margin-left: 0;
    margin-right: 10px
}

.m-lr-10 {
    margin-left: 10px;
    margin-right: 10px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-11 {
    margin: 11px
}

.mt-11 {
    margin-top: 11px
}

.mr-11 {
    margin-right: 11px
}

[dir="rtl"] .mr-11 {
    margin-right: 0;
    margin-left: 11px
}

.mb-11 {
    margin-bottom: 11px
}

.ml-11 {
    margin-left: 11px
}

[dir="rtl"] .ml-11 {
    margin-left: 0;
    margin-right: 11px
}

.m-lr-11 {
    margin-left: 11px;
    margin-right: 11px
}

.m-tb-11 {
    margin-top: 11px;
    margin-bottom: 11px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-12 {
    margin: 12px
}

.mt-12 {
    margin-top: 12px
}

.mr-12 {
    margin-right: 12px
}

[dir="rtl"] .mr-12 {
    margin-right: 0;
    margin-left: 12px
}

.mb-12 {
    margin-bottom: 12px
}

.ml-12 {
    margin-left: 12px
}

[dir="rtl"] .ml-12 {
    margin-left: 0;
    margin-right: 12px
}

.m-lr-12 {
    margin-left: 12px;
    margin-right: 12px
}

.m-tb-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-13 {
    margin: 13px
}

.mt-13 {
    margin-top: 13px
}

.mr-13 {
    margin-right: 13px
}

[dir="rtl"] .mr-13 {
    margin-right: 0;
    margin-left: 13px
}

.mb-13 {
    margin-bottom: 13px
}

.ml-13 {
    margin-left: 13px
}

[dir="rtl"] .ml-13 {
    margin-left: 0;
    margin-right: 13px
}

.m-lr-13 {
    margin-left: 13px;
    margin-right: 13px
}

.m-tb-13 {
    margin-top: 13px;
    margin-bottom: 13px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-14 {
    margin: 14px
}

.mt-14 {
    margin-top: 14px
}

.mr-14 {
    margin-right: 14px
}

[dir="rtl"] .mr-14 {
    margin-right: 0;
    margin-left: 14px
}

.mb-14 {
    margin-bottom: 14px
}

.ml-14 {
    margin-left: 14px
}

[dir="rtl"] .ml-14 {
    margin-left: 0;
    margin-right: 14px
}

.m-lr-14 {
    margin-left: 14px;
    margin-right: 14px
}

.m-tb-14 {
    margin-top: 14px;
    margin-bottom: 14px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-15 {
    margin: 15px
}

.mt-15 {
    margin-top: 15px
}

.mr-15 {
    margin-right: 15px
}

[dir="rtl"] .mr-15 {
    margin-right: 0;
    margin-left: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

[dir="rtl"] .ml-15 {
    margin-left: 0;
    margin-right: 15px
}

.m-lr-15 {
    margin-left: 15px;
    margin-right: 15px
}

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-16 {
    margin: 16px
}

.mt-16 {
    margin-top: 16px
}

.mr-16 {
    margin-right: 16px
}

[dir="rtl"] .mr-16 {
    margin-right: 0;
    margin-left: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

[dir="rtl"] .ml-16 {
    margin-left: 0;
    margin-right: 16px
}

.m-lr-16 {
    margin-left: 16px;
    margin-right: 16px
}

.m-tb-16 {
    margin-top: 16px;
    margin-bottom: 16px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-17 {
    margin: 17px
}

.mt-17 {
    margin-top: 17px
}

.mr-17 {
    margin-right: 17px
}

[dir="rtl"] .mr-17 {
    margin-right: 0;
    margin-left: 17px
}

.mb-17 {
    margin-bottom: 17px
}

.ml-17 {
    margin-left: 17px
}

[dir="rtl"] .ml-17 {
    margin-left: 0;
    margin-right: 17px
}

.m-lr-17 {
    margin-left: 17px;
    margin-right: 17px
}

.m-tb-17 {
    margin-top: 17px;
    margin-bottom: 17px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-18 {
    margin: 18px
}

.mt-18 {
    margin-top: 18px
}

.mr-18 {
    margin-right: 18px
}

[dir="rtl"] .mr-18 {
    margin-right: 0;
    margin-left: 18px
}

.mb-18 {
    margin-bottom: 18px
}

.ml-18 {
    margin-left: 18px
}

[dir="rtl"] .ml-18 {
    margin-left: 0;
    margin-right: 18px
}

.m-lr-18 {
    margin-left: 18px;
    margin-right: 18px
}

.m-tb-18 {
    margin-top: 18px;
    margin-bottom: 18px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-19 {
    margin: 19px
}

.mt-19 {
    margin-top: 19px
}

.mr-19 {
    margin-right: 19px
}

[dir="rtl"] .mr-19 {
    margin-right: 0;
    margin-left: 19px
}

.mb-19 {
    margin-bottom: 19px
}

.ml-19 {
    margin-left: 19px
}

[dir="rtl"] .ml-19 {
    margin-left: 0;
    margin-right: 19px
}

.m-lr-19 {
    margin-left: 19px;
    margin-right: 19px
}

.m-tb-19 {
    margin-top: 19px;
    margin-bottom: 19px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-20 {
    margin: 20px
}

.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

[dir="rtl"] .mr-20 {
    margin-right: 0;
    margin-left: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

[dir="rtl"] .ml-20 {
    margin-left: 0;
    margin-right: 20px
}

.m-lr-20 {
    margin-left: 20px;
    margin-right: 20px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-21 {
    margin: 21px
}

.mt-21 {
    margin-top: 21px
}

.mr-21 {
    margin-right: 21px
}

[dir="rtl"] .mr-21 {
    margin-right: 0;
    margin-left: 21px
}

.mb-21 {
    margin-bottom: 21px
}

.ml-21 {
    margin-left: 21px
}

[dir="rtl"] .ml-21 {
    margin-left: 0;
    margin-right: 21px
}

.m-lr-21 {
    margin-left: 21px;
    margin-right: 21px
}

.m-tb-21 {
    margin-top: 21px;
    margin-bottom: 21px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-22 {
    margin: 22px
}

.mt-22 {
    margin-top: 22px
}

.mr-22 {
    margin-right: 22px
}

[dir="rtl"] .mr-22 {
    margin-right: 0;
    margin-left: 22px
}

.mb-22 {
    margin-bottom: 22px
}

.ml-22 {
    margin-left: 22px
}

[dir="rtl"] .ml-22 {
    margin-left: 0;
    margin-right: 22px
}

.m-lr-22 {
    margin-left: 22px;
    margin-right: 22px
}

.m-tb-22 {
    margin-top: 22px;
    margin-bottom: 22px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-23 {
    margin: 23px
}

.mt-23 {
    margin-top: 23px
}

.mr-23 {
    margin-right: 23px
}

[dir="rtl"] .mr-23 {
    margin-right: 0;
    margin-left: 23px
}

.mb-23 {
    margin-bottom: 23px
}

.ml-23 {
    margin-left: 23px
}

[dir="rtl"] .ml-23 {
    margin-left: 0;
    margin-right: 23px
}

.m-lr-23 {
    margin-left: 23px;
    margin-right: 23px
}

.m-tb-23 {
    margin-top: 23px;
    margin-bottom: 23px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-24 {
    margin: 24px
}

.mt-24 {
    margin-top: 24px
}

.mr-24 {
    margin-right: 24px
}

[dir="rtl"] .mr-24 {
    margin-right: 0;
    margin-left: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.ml-24 {
    margin-left: 24px
}

[dir="rtl"] .ml-24 {
    margin-left: 0;
    margin-right: 24px
}

.m-lr-24 {
    margin-left: 24px;
    margin-right: 24px
}

.m-tb-24 {
    margin-top: 24px;
    margin-bottom: 24px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-25 {
    margin: 25px
}

.mt-25 {
    margin-top: 25px
}

.mr-25 {
    margin-right: 25px
}

[dir="rtl"] .mr-25 {
    margin-right: 0;
    margin-left: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

[dir="rtl"] .ml-25 {
    margin-left: 0;
    margin-right: 25px
}

.m-lr-25 {
    margin-left: 25px;
    margin-right: 25px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-26 {
    margin: 26px
}

.mt-26 {
    margin-top: 26px
}

.mr-26 {
    margin-right: 26px
}

[dir="rtl"] .mr-26 {
    margin-right: 0;
    margin-left: 26px
}

.mb-26 {
    margin-bottom: 26px
}

.ml-26 {
    margin-left: 26px
}

[dir="rtl"] .ml-26 {
    margin-left: 0;
    margin-right: 26px
}

.m-lr-26 {
    margin-left: 26px;
    margin-right: 26px
}

.m-tb-26 {
    margin-top: 26px;
    margin-bottom: 26px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-27 {
    margin: 27px
}

.mt-27 {
    margin-top: 27px
}

.mr-27 {
    margin-right: 27px
}

[dir="rtl"] .mr-27 {
    margin-right: 0;
    margin-left: 27px
}

.mb-27 {
    margin-bottom: 27px
}

.ml-27 {
    margin-left: 27px
}

[dir="rtl"] .ml-27 {
    margin-left: 0;
    margin-right: 27px
}

.m-lr-27 {
    margin-left: 27px;
    margin-right: 27px
}

.m-tb-27 {
    margin-top: 27px;
    margin-bottom: 27px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-28 {
    margin: 28px
}

.mt-28 {
    margin-top: 28px
}

.mr-28 {
    margin-right: 28px
}

[dir="rtl"] .mr-28 {
    margin-right: 0;
    margin-left: 28px
}

.mb-28 {
    margin-bottom: 28px
}

.ml-28 {
    margin-left: 28px
}

[dir="rtl"] .ml-28 {
    margin-left: 0;
    margin-right: 28px
}

.m-lr-28 {
    margin-left: 28px;
    margin-right: 28px
}

.m-tb-28 {
    margin-top: 28px;
    margin-bottom: 28px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-29 {
    margin: 29px
}

.mt-29 {
    margin-top: 29px
}

.mr-29 {
    margin-right: 29px
}

[dir="rtl"] .mr-29 {
    margin-right: 0;
    margin-left: 29px
}

.mb-29 {
    margin-bottom: 29px
}

.ml-29 {
    margin-left: 29px
}

[dir="rtl"] .ml-29 {
    margin-left: 0;
    margin-right: 29px
}

.m-lr-29 {
    margin-left: 29px;
    margin-right: 29px
}

.m-tb-29 {
    margin-top: 29px;
    margin-bottom: 29px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-30 {
    margin: 30px
}

.mt-30 {
    margin-top: 30px
}

.mr-30 {
    margin-right: 30px
}

[dir="rtl"] .mr-30 {
    margin-right: 0;
    margin-left: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

[dir="rtl"] .ml-30 {
    margin-left: 0;
    margin-right: 30px
}

.m-lr-30 {
    margin-left: 30px;
    margin-right: 30px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-31 {
    margin: 31px
}

.mt-31 {
    margin-top: 31px
}

.mr-31 {
    margin-right: 31px
}

[dir="rtl"] .mr-31 {
    margin-right: 0;
    margin-left: 31px
}

.mb-31 {
    margin-bottom: 31px
}

.ml-31 {
    margin-left: 31px
}

[dir="rtl"] .ml-31 {
    margin-left: 0;
    margin-right: 31px
}

.m-lr-31 {
    margin-left: 31px;
    margin-right: 31px
}

.m-tb-31 {
    margin-top: 31px;
    margin-bottom: 31px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-32 {
    margin: 32px
}

.mt-32 {
    margin-top: 32px
}

.mr-32 {
    margin-right: 32px
}

[dir="rtl"] .mr-32 {
    margin-right: 0;
    margin-left: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-32 {
    margin-left: 32px
}

[dir="rtl"] .ml-32 {
    margin-left: 0;
    margin-right: 32px
}

.m-lr-32 {
    margin-left: 32px;
    margin-right: 32px
}

.m-tb-32 {
    margin-top: 32px;
    margin-bottom: 32px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-33 {
    margin: 33px
}

.mt-33 {
    margin-top: 33px
}

.mr-33 {
    margin-right: 33px
}

[dir="rtl"] .mr-33 {
    margin-right: 0;
    margin-left: 33px
}

.mb-33 {
    margin-bottom: 33px
}

.ml-33 {
    margin-left: 33px
}

[dir="rtl"] .ml-33 {
    margin-left: 0;
    margin-right: 33px
}

.m-lr-33 {
    margin-left: 33px;
    margin-right: 33px
}

.m-tb-33 {
    margin-top: 33px;
    margin-bottom: 33px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-35 {
    margin: 35px
}

.mt-35 {
    margin-top: 35px
}

.mr-35 {
    margin-right: 35px
}

[dir="rtl"] .mr-35 {
    margin-right: 0;
    margin-left: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

[dir="rtl"] .ml-35 {
    margin-left: 0;
    margin-right: 35px
}

.m-lr-35 {
    margin-left: 35px;
    margin-right: 35px
}

.m-tb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

[dir="rtl"] .mr-40 {
    margin-right: 0;
    margin-left: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

[dir="rtl"] .ml-40 {
    margin-left: 0;
    margin-right: 40px
}

.m-lr-40 {
    margin-left: 40px;
    margin-right: 40px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-45 {
    margin: 45px
}

.mt-45 {
    margin-top: 45px
}

.mr-45 {
    margin-right: 45px
}

[dir="rtl"] .mr-45 {
    margin-right: 0;
    margin-left: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

[dir="rtl"] .ml-45 {
    margin-left: 0;
    margin-right: 45px
}

.m-lr-45 {
    margin-left: 45px;
    margin-right: 45px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-50 {
    margin: 50px
}

.mt-50 {
    margin-top: 50px
}

.mr-50 {
    margin-right: 50px
}

[dir="rtl"] .mr-50 {
    margin-right: 0;
    margin-left: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

[dir="rtl"] .ml-50 {
    margin-left: 0;
    margin-right: 50px
}

.m-lr-50 {
    margin-left: 50px;
    margin-right: 50px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-60 {
    margin: 60px
}

.mt-60 {
    margin-top: 60px
}

.mr-60 {
    margin-right: 60px
}

[dir="rtl"] .mr-60 {
    margin-right: 0;
    margin-left: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.ml-60 {
    margin-left: 60px
}

[dir="rtl"] .ml-60 {
    margin-left: 0;
    margin-right: 60px
}

.m-lr-60 {
    margin-left: 60px;
    margin-right: 60px
}

.m-tb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-70 {
    margin: 70px
}

.mt-70 {
    margin-top: 70px
}

.mr-70 {
    margin-right: 70px
}

[dir="rtl"] .mr-70 {
    margin-right: 0;
    margin-left: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.ml-70 {
    margin-left: 70px
}

[dir="rtl"] .ml-70 {
    margin-left: 0;
    margin-right: 70px
}

.m-lr-70 {
    margin-left: 70px;
    margin-right: 70px
}

.m-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-80 {
    margin: 80px
}

.mt-80 {
    margin-top: 80px
}

.mr-80 {
    margin-right: 80px
}

[dir="rtl"] .mr-80 {
    margin-right: 0;
    margin-left: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.ml-80 {
    margin-left: 80px
}

[dir="rtl"] .ml-80 {
    margin-left: 0;
    margin-right: 80px
}

.m-lr-80 {
    margin-left: 80px;
    margin-right: 80px
}

.m-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-90 {
    margin: 90px
}

.mt-90 {
    margin-top: 90px
}

.mr-90 {
    margin-right: 90px
}

[dir="rtl"] .mr-90 {
    margin-right: 0;
    margin-left: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.ml-90 {
    margin-left: 90px
}

[dir="rtl"] .ml-90 {
    margin-left: 0;
    margin-right: 90px
}

.m-lr-90 {
    margin-left: 90px;
    margin-right: 90px
}

.m-tb-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-100 {
    margin: 100px
}

.mt-100 {
    margin-top: 100px
}

.mr-100 {
    margin-right: 100px
}

[dir="rtl"] .mr-100 {
    margin-right: 0;
    margin-left: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

[dir="rtl"] .ml-100 {
    margin-left: 0;
    margin-right: 100px
}

.m-lr-100 {
    margin-left: 100px;
    margin-right: 100px
}

.m-tb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-110 {
    margin: 110px
}

.mt-110 {
    margin-top: 110px
}

.mr-110 {
    margin-right: 110px
}

[dir="rtl"] .mr-110 {
    margin-right: 0;
    margin-left: 110px
}

.mb-110 {
    margin-bottom: 110px
}

.ml-110 {
    margin-left: 110px
}

[dir="rtl"] .ml-110 {
    margin-left: 0;
    margin-right: 110px
}

.m-lr-110 {
    margin-left: 110px;
    margin-right: 110px
}

.m-tb-110 {
    margin-top: 110px;
    margin-bottom: 110px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-115 {
    margin: 115px
}

.mt-115 {
    margin-top: 115px
}

.mr-115 {
    margin-right: 115px
}

[dir="rtl"] .mr-115 {
    margin-right: 0;
    margin-left: 115px
}

.mb-115 {
    margin-bottom: 115px
}

.ml-115 {
    margin-left: 115px
}

[dir="rtl"] .ml-115 {
    margin-left: 0;
    margin-right: 115px
}

.m-lr-115 {
    margin-left: 115px;
    margin-right: 115px
}

.m-tb-115 {
    margin-top: 115px;
    margin-bottom: 115px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-120 {
    margin: 120px
}

.mt-120 {
    margin-top: 120px
}

.mr-120 {
    margin-right: 120px
}

[dir="rtl"] .mr-120 {
    margin-right: 0;
    margin-left: 120px
}

.mb-120 {
    margin-bottom: 120px
}

.ml-120 {
    margin-left: 120px
}

[dir="rtl"] .ml-120 {
    margin-left: 0;
    margin-right: 120px
}

.m-lr-120 {
    margin-left: 120px;
    margin-right: 120px
}

.m-tb-120 {
    margin-top: 120px;
    margin-bottom: 120px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-130 {
    margin: 130px
}

.mt-130 {
    margin-top: 130px
}

.mr-130 {
    margin-right: 130px
}

[dir="rtl"] .mr-130 {
    margin-right: 0;
    margin-left: 130px
}

.mb-130 {
    margin-bottom: 130px
}

.ml-130 {
    margin-left: 130px
}

[dir="rtl"] .ml-130 {
    margin-left: 0;
    margin-right: 130px
}

.m-lr-130 {
    margin-left: 130px;
    margin-right: 130px
}

.m-tb-130 {
    margin-top: 130px;
    margin-bottom: 130px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-140 {
    margin: 140px
}

.mt-140 {
    margin-top: 140px
}

.mr-140 {
    margin-right: 140px
}

[dir="rtl"] .mr-140 {
    margin-right: 0;
    margin-left: 140px
}

.mb-140 {
    margin-bottom: 140px
}

.ml-140 {
    margin-left: 140px
}

[dir="rtl"] .ml-140 {
    margin-left: 0;
    margin-right: 140px
}

.m-lr-140 {
    margin-left: 140px;
    margin-right: 140px
}

.m-tb-140 {
    margin-top: 140px;
    margin-bottom: 140px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-150 {
    margin: 150px
}

.mt-150 {
    margin-top: 150px
}

.mr-150 {
    margin-right: 150px
}

[dir="rtl"] .mr-150 {
    margin-right: 0;
    margin-left: 150px
}

.mb-150 {
    margin-bottom: 150px
}

.ml-150 {
    margin-left: 150px
}

[dir="rtl"] .ml-150 {
    margin-left: 0;
    margin-right: 150px
}

.m-lr-150 {
    margin-left: 150px;
    margin-right: 150px
}

.m-tb-150 {
    margin-top: 150px;
    margin-bottom: 150px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-160 {
    margin: 160px
}

.mt-160 {
    margin-top: 160px
}

.mr-160 {
    margin-right: 160px
}

[dir="rtl"] .mr-160 {
    margin-right: 0;
    margin-left: 160px
}

.mb-160 {
    margin-bottom: 160px
}

.ml-160 {
    margin-left: 160px
}

[dir="rtl"] .ml-160 {
    margin-left: 0;
    margin-right: 160px
}

.m-lr-160 {
    margin-left: 160px;
    margin-right: 160px
}

.m-tb-160 {
    margin-top: 160px;
    margin-bottom: 160px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-170 {
    margin: 170px
}

.mt-170 {
    margin-top: 170px
}

.mr-170 {
    margin-right: 170px
}

[dir="rtl"] .mr-170 {
    margin-right: 0;
    margin-left: 170px
}

.mb-170 {
    margin-bottom: 170px
}

.ml-170 {
    margin-left: 170px
}

[dir="rtl"] .ml-170 {
    margin-left: 0;
    margin-right: 170px
}

.m-lr-170 {
    margin-left: 170px;
    margin-right: 170px
}

.m-tb-170 {
    margin-top: 170px;
    margin-bottom: 170px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-180 {
    margin: 180px
}

.mt-180 {
    margin-top: 180px
}

.mr-180 {
    margin-right: 180px
}

[dir="rtl"] .mr-180 {
    margin-right: 0;
    margin-left: 180px
}

.mb-180 {
    margin-bottom: 180px
}

.ml-180 {
    margin-left: 180px
}

[dir="rtl"] .ml-180 {
    margin-left: 0;
    margin-right: 180px
}

.m-lr-180 {
    margin-left: 180px;
    margin-right: 180px
}

.m-tb-180 {
    margin-top: 180px;
    margin-bottom: 180px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-190 {
    margin: 190px
}

.mt-190 {
    margin-top: 190px
}

.mr-190 {
    margin-right: 190px
}

[dir="rtl"] .mr-190 {
    margin-right: 0;
    margin-left: 190px
}

.mb-190 {
    margin-bottom: 190px
}

.ml-190 {
    margin-left: 190px
}

[dir="rtl"] .ml-190 {
    margin-left: 0;
    margin-right: 190px
}

.m-lr-190 {
    margin-left: 190px;
    margin-right: 190px
}

.m-tb-190 {
    margin-top: 190px;
    margin-bottom: 190px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.m-200 {
    margin: 200px
}

.mt-200 {
    margin-top: 200px
}

.mr-200 {
    margin-right: 200px
}

[dir="rtl"] .mr-200 {
    margin-right: 0;
    margin-left: 200px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-200 {
    margin-left: 200px
}

[dir="rtl"] .ml-200 {
    margin-left: 0;
    margin-right: 200px
}

.m-lr-200 {
    margin-left: 200px;
    margin-right: 200px
}

.m-tb-200 {
    margin-top: 200px;
    margin-bottom: 200px
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto
}

.p-0 {
    padding: 0px
}

.pt-0 {
    padding-top: 0px
}

.pr-0 {
    padding-right: 0px
}

[dir="rtl"] .pr-0 {
    padding-right: 0;
    padding-left: 0px
}

.pb-0 {
    padding-bottom: 0px
}

.pl-0 {
    padding-left: 0px
}

[dir="rtl"] .pl-0 {
    padding-left: 0;
    padding-right: 0px
}

.p-lr-0 {
    padding-left: 0px;
    padding-right: 0px
}

.p-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-1 {
    padding: 1px
}

.pt-1 {
    padding-top: 1px
}

.pr-1 {
    padding-right: 1px
}

[dir="rtl"] .pr-1 {
    padding-right: 0;
    padding-left: 1px
}

.pb-1 {
    padding-bottom: 1px
}

.pl-1 {
    padding-left: 1px
}

[dir="rtl"] .pl-1 {
    padding-left: 0;
    padding-right: 1px
}

.p-lr-1 {
    padding-left: 1px;
    padding-right: 1px
}

.p-tb-1 {
    padding-top: 1px;
    padding-bottom: 1px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-2 {
    padding: 2px
}

.pt-2 {
    padding-top: 2px
}

.pr-2 {
    padding-right: 2px
}

[dir="rtl"] .pr-2 {
    padding-right: 0;
    padding-left: 2px
}

.pb-2 {
    padding-bottom: 2px
}

.pl-2 {
    padding-left: 2px
}

[dir="rtl"] .pl-2 {
    padding-left: 0;
    padding-right: 2px
}

.p-lr-2 {
    padding-left: 2px;
    padding-right: 2px
}

.p-tb-2 {
    padding-top: 2px;
    padding-bottom: 2px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-3 {
    padding: 3px
}

.pt-3 {
    padding-top: 3px
}

.pr-3 {
    padding-right: 3px
}

[dir="rtl"] .pr-3 {
    padding-right: 0;
    padding-left: 3px
}

.pb-3 {
    padding-bottom: 3px
}

.pl-3 {
    padding-left: 3px
}

[dir="rtl"] .pl-3 {
    padding-left: 0;
    padding-right: 3px
}

.p-lr-3 {
    padding-left: 3px;
    padding-right: 3px
}

.p-tb-3 {
    padding-top: 3px;
    padding-bottom: 3px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-4 {
    padding: 4px
}

.pt-4 {
    padding-top: 4px
}

.pr-4 {
    padding-right: 4px
}

[dir="rtl"] .pr-4 {
    padding-right: 0;
    padding-left: 4px
}

.pb-4 {
    padding-bottom: 4px
}

.pl-4 {
    padding-left: 4px
}

[dir="rtl"] .pl-4 {
    padding-left: 0;
    padding-right: 4px
}

.p-lr-4 {
    padding-left: 4px;
    padding-right: 4px
}

.p-tb-4 {
    padding-top: 4px;
    padding-bottom: 4px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-5 {
    padding: 5px
}

.pt-5 {
    padding-top: 5px
}

.pr-5 {
    padding-right: 5px
}

[dir="rtl"] .pr-5 {
    padding-right: 0;
    padding-left: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.pl-5 {
    padding-left: 5px
}

[dir="rtl"] .pl-5 {
    padding-left: 0;
    padding-right: 5px
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px
}

.p-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-6 {
    padding: 6px
}

.pt-6 {
    padding-top: 6px
}

.pr-6 {
    padding-right: 6px
}

[dir="rtl"] .pr-6 {
    padding-right: 0;
    padding-left: 6px
}

.pb-6 {
    padding-bottom: 6px
}

.pl-6 {
    padding-left: 6px
}

[dir="rtl"] .pl-6 {
    padding-left: 0;
    padding-right: 6px
}

.p-lr-6 {
    padding-left: 6px;
    padding-right: 6px
}

.p-tb-6 {
    padding-top: 6px;
    padding-bottom: 6px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-7 {
    padding: 7px
}

.pt-7 {
    padding-top: 7px
}

.pr-7 {
    padding-right: 7px
}

[dir="rtl"] .pr-7 {
    padding-right: 0;
    padding-left: 7px
}

.pb-7 {
    padding-bottom: 7px
}

.pl-7 {
    padding-left: 7px
}

[dir="rtl"] .pl-7 {
    padding-left: 0;
    padding-right: 7px
}

.p-lr-7 {
    padding-left: 7px;
    padding-right: 7px
}

.p-tb-7 {
    padding-top: 7px;
    padding-bottom: 7px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

[dir="rtl"] .pr-8 {
    padding-right: 0;
    padding-left: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

[dir="rtl"] .pl-8 {
    padding-left: 0;
    padding-right: 8px
}

.p-lr-8 {
    padding-left: 8px;
    padding-right: 8px
}

.p-tb-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-9 {
    padding: 9px
}

.pt-9 {
    padding-top: 9px
}

.pr-9 {
    padding-right: 9px
}

[dir="rtl"] .pr-9 {
    padding-right: 0;
    padding-left: 9px
}

.pb-9 {
    padding-bottom: 9px
}

.pl-9 {
    padding-left: 9px
}

[dir="rtl"] .pl-9 {
    padding-left: 0;
    padding-right: 9px
}

.p-lr-9 {
    padding-left: 9px;
    padding-right: 9px
}

.p-tb-9 {
    padding-top: 9px;
    padding-bottom: 9px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-10 {
    padding: 10px
}

.pt-10 {
    padding-top: 10px
}

.pr-10 {
    padding-right: 10px
}

[dir="rtl"] .pr-10 {
    padding-right: 0;
    padding-left: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

[dir="rtl"] .pl-10 {
    padding-left: 0;
    padding-right: 10px
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-11 {
    padding: 11px
}

.pt-11 {
    padding-top: 11px
}

.pr-11 {
    padding-right: 11px
}

[dir="rtl"] .pr-11 {
    padding-right: 0;
    padding-left: 11px
}

.pb-11 {
    padding-bottom: 11px
}

.pl-11 {
    padding-left: 11px
}

[dir="rtl"] .pl-11 {
    padding-left: 0;
    padding-right: 11px
}

.p-lr-11 {
    padding-left: 11px;
    padding-right: 11px
}

.p-tb-11 {
    padding-top: 11px;
    padding-bottom: 11px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-12 {
    padding: 12px
}

.pt-12 {
    padding-top: 12px
}

.pr-12 {
    padding-right: 12px
}

[dir="rtl"] .pr-12 {
    padding-right: 0;
    padding-left: 12px
}

.pb-12 {
    padding-bottom: 12px
}

.pl-12 {
    padding-left: 12px
}

[dir="rtl"] .pl-12 {
    padding-left: 0;
    padding-right: 12px
}

.p-lr-12 {
    padding-left: 12px;
    padding-right: 12px
}

.p-tb-12 {
    padding-top: 12px;
    padding-bottom: 12px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-13 {
    padding: 13px
}

.pt-13 {
    padding-top: 13px
}

.pr-13 {
    padding-right: 13px
}

[dir="rtl"] .pr-13 {
    padding-right: 0;
    padding-left: 13px
}

.pb-13 {
    padding-bottom: 13px
}

.pl-13 {
    padding-left: 13px
}

[dir="rtl"] .pl-13 {
    padding-left: 0;
    padding-right: 13px
}

.p-lr-13 {
    padding-left: 13px;
    padding-right: 13px
}

.p-tb-13 {
    padding-top: 13px;
    padding-bottom: 13px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-14 {
    padding: 14px
}

.pt-14 {
    padding-top: 14px
}

.pr-14 {
    padding-right: 14px
}

[dir="rtl"] .pr-14 {
    padding-right: 0;
    padding-left: 14px
}

.pb-14 {
    padding-bottom: 14px
}

.pl-14 {
    padding-left: 14px
}

[dir="rtl"] .pl-14 {
    padding-left: 0;
    padding-right: 14px
}

.p-lr-14 {
    padding-left: 14px;
    padding-right: 14px
}

.p-tb-14 {
    padding-top: 14px;
    padding-bottom: 14px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-15 {
    padding: 15px
}

.pt-15 {
    padding-top: 15px
}

.pr-15 {
    padding-right: 15px
}

[dir="rtl"] .pr-15 {
    padding-right: 0;
    padding-left: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.pl-15 {
    padding-left: 15px
}

[dir="rtl"] .pl-15 {
    padding-left: 0;
    padding-right: 15px
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-16 {
    padding: 16px
}

.pt-16 {
    padding-top: 16px
}

.pr-16 {
    padding-right: 16px
}

[dir="rtl"] .pr-16 {
    padding-right: 0;
    padding-left: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pl-16 {
    padding-left: 16px
}

[dir="rtl"] .pl-16 {
    padding-left: 0;
    padding-right: 16px
}

.p-lr-16 {
    padding-left: 16px;
    padding-right: 16px
}

.p-tb-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-17 {
    padding: 17px
}

.pt-17 {
    padding-top: 17px
}

.pr-17 {
    padding-right: 17px
}

[dir="rtl"] .pr-17 {
    padding-right: 0;
    padding-left: 17px
}

.pb-17 {
    padding-bottom: 17px
}

.pl-17 {
    padding-left: 17px
}

[dir="rtl"] .pl-17 {
    padding-left: 0;
    padding-right: 17px
}

.p-lr-17 {
    padding-left: 17px;
    padding-right: 17px
}

.p-tb-17 {
    padding-top: 17px;
    padding-bottom: 17px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-18 {
    padding: 18px
}

.pt-18 {
    padding-top: 18px
}

.pr-18 {
    padding-right: 18px
}

[dir="rtl"] .pr-18 {
    padding-right: 0;
    padding-left: 18px
}

.pb-18 {
    padding-bottom: 18px
}

.pl-18 {
    padding-left: 18px
}

[dir="rtl"] .pl-18 {
    padding-left: 0;
    padding-right: 18px
}

.p-lr-18 {
    padding-left: 18px;
    padding-right: 18px
}

.p-tb-18 {
    padding-top: 18px;
    padding-bottom: 18px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-19 {
    padding: 19px
}

.pt-19 {
    padding-top: 19px
}

.pr-19 {
    padding-right: 19px
}

[dir="rtl"] .pr-19 {
    padding-right: 0;
    padding-left: 19px
}

.pb-19 {
    padding-bottom: 19px
}

.pl-19 {
    padding-left: 19px
}

[dir="rtl"] .pl-19 {
    padding-left: 0;
    padding-right: 19px
}

.p-lr-19 {
    padding-left: 19px;
    padding-right: 19px
}

.p-tb-19 {
    padding-top: 19px;
    padding-bottom: 19px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-20 {
    padding: 20px
}

.pt-20 {
    padding-top: 20px
}

.pr-20 {
    padding-right: 20px
}

[dir="rtl"] .pr-20 {
    padding-right: 0;
    padding-left: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px
}

[dir="rtl"] .pl-20 {
    padding-left: 0;
    padding-right: 20px
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-21 {
    padding: 21px
}

.pt-21 {
    padding-top: 21px
}

.pr-21 {
    padding-right: 21px
}

[dir="rtl"] .pr-21 {
    padding-right: 0;
    padding-left: 21px
}

.pb-21 {
    padding-bottom: 21px
}

.pl-21 {
    padding-left: 21px
}

[dir="rtl"] .pl-21 {
    padding-left: 0;
    padding-right: 21px
}

.p-lr-21 {
    padding-left: 21px;
    padding-right: 21px
}

.p-tb-21 {
    padding-top: 21px;
    padding-bottom: 21px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-22 {
    padding: 22px
}

.pt-22 {
    padding-top: 22px
}

.pr-22 {
    padding-right: 22px
}

[dir="rtl"] .pr-22 {
    padding-right: 0;
    padding-left: 22px
}

.pb-22 {
    padding-bottom: 22px
}

.pl-22 {
    padding-left: 22px
}

[dir="rtl"] .pl-22 {
    padding-left: 0;
    padding-right: 22px
}

.p-lr-22 {
    padding-left: 22px;
    padding-right: 22px
}

.p-tb-22 {
    padding-top: 22px;
    padding-bottom: 22px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-23 {
    padding: 23px
}

.pt-23 {
    padding-top: 23px
}

.pr-23 {
    padding-right: 23px
}

[dir="rtl"] .pr-23 {
    padding-right: 0;
    padding-left: 23px
}

.pb-23 {
    padding-bottom: 23px
}

.pl-23 {
    padding-left: 23px
}

[dir="rtl"] .pl-23 {
    padding-left: 0;
    padding-right: 23px
}

.p-lr-23 {
    padding-left: 23px;
    padding-right: 23px
}

.p-tb-23 {
    padding-top: 23px;
    padding-bottom: 23px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-24 {
    padding: 24px
}

.pt-24 {
    padding-top: 24px
}

.pr-24 {
    padding-right: 24px
}

[dir="rtl"] .pr-24 {
    padding-right: 0;
    padding-left: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.pl-24 {
    padding-left: 24px
}

[dir="rtl"] .pl-24 {
    padding-left: 0;
    padding-right: 24px
}

.p-lr-24 {
    padding-left: 24px;
    padding-right: 24px
}

.p-tb-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-25 {
    padding: 25px
}

.pt-25 {
    padding-top: 25px
}

.pr-25 {
    padding-right: 25px
}

[dir="rtl"] .pr-25 {
    padding-right: 0;
    padding-left: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.pl-25 {
    padding-left: 25px
}

[dir="rtl"] .pl-25 {
    padding-left: 0;
    padding-right: 25px
}

.p-lr-25 {
    padding-left: 25px;
    padding-right: 25px
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-26 {
    padding: 26px
}

.pt-26 {
    padding-top: 26px
}

.pr-26 {
    padding-right: 26px
}

[dir="rtl"] .pr-26 {
    padding-right: 0;
    padding-left: 26px
}

.pb-26 {
    padding-bottom: 26px
}

.pl-26 {
    padding-left: 26px
}

[dir="rtl"] .pl-26 {
    padding-left: 0;
    padding-right: 26px
}

.p-lr-26 {
    padding-left: 26px;
    padding-right: 26px
}

.p-tb-26 {
    padding-top: 26px;
    padding-bottom: 26px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-27 {
    padding: 27px
}

.pt-27 {
    padding-top: 27px
}

.pr-27 {
    padding-right: 27px
}

[dir="rtl"] .pr-27 {
    padding-right: 0;
    padding-left: 27px
}

.pb-27 {
    padding-bottom: 27px
}

.pl-27 {
    padding-left: 27px
}

[dir="rtl"] .pl-27 {
    padding-left: 0;
    padding-right: 27px
}

.p-lr-27 {
    padding-left: 27px;
    padding-right: 27px
}

.p-tb-27 {
    padding-top: 27px;
    padding-bottom: 27px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-28 {
    padding: 28px
}

.pt-28 {
    padding-top: 28px
}

.pr-28 {
    padding-right: 28px
}

[dir="rtl"] .pr-28 {
    padding-right: 0;
    padding-left: 28px
}

.pb-28 {
    padding-bottom: 28px
}

.pl-28 {
    padding-left: 28px
}

[dir="rtl"] .pl-28 {
    padding-left: 0;
    padding-right: 28px
}

.p-lr-28 {
    padding-left: 28px;
    padding-right: 28px
}

.p-tb-28 {
    padding-top: 28px;
    padding-bottom: 28px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-29 {
    padding: 29px
}

.pt-29 {
    padding-top: 29px
}

.pr-29 {
    padding-right: 29px
}

[dir="rtl"] .pr-29 {
    padding-right: 0;
    padding-left: 29px
}

.pb-29 {
    padding-bottom: 29px
}

.pl-29 {
    padding-left: 29px
}

[dir="rtl"] .pl-29 {
    padding-left: 0;
    padding-right: 29px
}

.p-lr-29 {
    padding-left: 29px;
    padding-right: 29px
}

.p-tb-29 {
    padding-top: 29px;
    padding-bottom: 29px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-30 {
    padding: 30px
}

.pt-30 {
    padding-top: 30px
}

.pr-30 {
    padding-right: 30px
}

[dir="rtl"] .pr-30 {
    padding-right: 0;
    padding-left: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-30 {
    padding-left: 30px
}

[dir="rtl"] .pl-30 {
    padding-left: 0;
    padding-right: 30px
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-31 {
    padding: 31px
}

.pt-31 {
    padding-top: 31px
}

.pr-31 {
    padding-right: 31px
}

[dir="rtl"] .pr-31 {
    padding-right: 0;
    padding-left: 31px
}

.pb-31 {
    padding-bottom: 31px
}

.pl-31 {
    padding-left: 31px
}

[dir="rtl"] .pl-31 {
    padding-left: 0;
    padding-right: 31px
}

.p-lr-31 {
    padding-left: 31px;
    padding-right: 31px
}

.p-tb-31 {
    padding-top: 31px;
    padding-bottom: 31px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

[dir="rtl"] .pr-32 {
    padding-right: 0;
    padding-left: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.pl-32 {
    padding-left: 32px
}

[dir="rtl"] .pl-32 {
    padding-left: 0;
    padding-right: 32px
}

.p-lr-32 {
    padding-left: 32px;
    padding-right: 32px
}

.p-tb-32 {
    padding-top: 32px;
    padding-bottom: 32px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-33 {
    padding: 33px
}

.pt-33 {
    padding-top: 33px
}

.pr-33 {
    padding-right: 33px
}

[dir="rtl"] .pr-33 {
    padding-right: 0;
    padding-left: 33px
}

.pb-33 {
    padding-bottom: 33px
}

.pl-33 {
    padding-left: 33px
}

[dir="rtl"] .pl-33 {
    padding-left: 0;
    padding-right: 33px
}

.p-lr-33 {
    padding-left: 33px;
    padding-right: 33px
}

.p-tb-33 {
    padding-top: 33px;
    padding-bottom: 33px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-35 {
    padding: 35px
}

.pt-35 {
    padding-top: 35px
}

.pr-35 {
    padding-right: 35px
}

[dir="rtl"] .pr-35 {
    padding-right: 0;
    padding-left: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.pl-35 {
    padding-left: 35px
}

[dir="rtl"] .pl-35 {
    padding-left: 0;
    padding-right: 35px
}

.p-lr-35 {
    padding-left: 35px;
    padding-right: 35px
}

.p-tb-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

[dir="rtl"] .pr-40 {
    padding-right: 0;
    padding-left: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

[dir="rtl"] .pl-40 {
    padding-left: 0;
    padding-right: 40px
}

.p-lr-40 {
    padding-left: 40px;
    padding-right: 40px
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-45 {
    padding: 45px
}

.pt-45 {
    padding-top: 45px
}

.pr-45 {
    padding-right: 45px
}

[dir="rtl"] .pr-45 {
    padding-right: 0;
    padding-left: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.pl-45 {
    padding-left: 45px
}

[dir="rtl"] .pl-45 {
    padding-left: 0;
    padding-right: 45px
}

.p-lr-45 {
    padding-left: 45px;
    padding-right: 45px
}

.p-tb-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-50 {
    padding: 50px
}

.pt-50 {
    padding-top: 50px
}

.pr-50 {
    padding-right: 50px
}

[dir="rtl"] .pr-50 {
    padding-right: 0;
    padding-left: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-50 {
    padding-left: 50px
}

[dir="rtl"] .pl-50 {
    padding-left: 0;
    padding-right: 50px
}

.p-lr-50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-60 {
    padding: 60px
}

.pt-60 {
    padding-top: 60px
}

.pr-60 {
    padding-right: 60px
}

[dir="rtl"] .pr-60 {
    padding-right: 0;
    padding-left: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-60 {
    padding-left: 60px
}

[dir="rtl"] .pl-60 {
    padding-left: 0;
    padding-right: 60px
}

.p-lr-60 {
    padding-left: 60px;
    padding-right: 60px
}

.p-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-70 {
    padding: 70px
}

.pt-70 {
    padding-top: 70px
}

.pr-70 {
    padding-right: 70px
}

[dir="rtl"] .pr-70 {
    padding-right: 0;
    padding-left: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pl-70 {
    padding-left: 70px
}

[dir="rtl"] .pl-70 {
    padding-left: 0;
    padding-right: 70px
}

.p-lr-70 {
    padding-left: 70px;
    padding-right: 70px
}

.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-80 {
    padding: 80px
}

.pt-80 {
    padding-top: 80px
}

.pr-80 {
    padding-right: 80px
}

[dir="rtl"] .pr-80 {
    padding-right: 0;
    padding-left: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pl-80 {
    padding-left: 80px
}

[dir="rtl"] .pl-80 {
    padding-left: 0;
    padding-right: 80px
}

.p-lr-80 {
    padding-left: 80px;
    padding-right: 80px
}

.p-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-90 {
    padding: 90px
}

.pt-90 {
    padding-top: 90px
}

.pr-90 {
    padding-right: 90px
}

[dir="rtl"] .pr-90 {
    padding-right: 0;
    padding-left: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pl-90 {
    padding-left: 90px
}

[dir="rtl"] .pl-90 {
    padding-left: 0;
    padding-right: 90px
}

.p-lr-90 {
    padding-left: 90px;
    padding-right: 90px
}

.p-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-100 {
    padding: 100px
}

.pt-100 {
    padding-top: 100px
}

.pr-100 {
    padding-right: 100px
}

[dir="rtl"] .pr-100 {
    padding-right: 0;
    padding-left: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-100 {
    padding-left: 100px
}

[dir="rtl"] .pl-100 {
    padding-left: 0;
    padding-right: 100px
}

.p-lr-100 {
    padding-left: 100px;
    padding-right: 100px
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-110 {
    padding: 110px
}

.pt-110 {
    padding-top: 110px
}

.pr-110 {
    padding-right: 110px
}

[dir="rtl"] .pr-110 {
    padding-right: 0;
    padding-left: 110px
}

.pb-110 {
    padding-bottom: 110px
}

.pl-110 {
    padding-left: 110px
}

[dir="rtl"] .pl-110 {
    padding-left: 0;
    padding-right: 110px
}

.p-lr-110 {
    padding-left: 110px;
    padding-right: 110px
}

.p-tb-110 {
    padding-top: 110px;
    padding-bottom: 110px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-115 {
    padding: 115px
}

.pt-115 {
    padding-top: 115px
}

.pr-115 {
    padding-right: 115px
}

[dir="rtl"] .pr-115 {
    padding-right: 0;
    padding-left: 115px
}

.pb-115 {
    padding-bottom: 115px
}

.pl-115 {
    padding-left: 115px
}

[dir="rtl"] .pl-115 {
    padding-left: 0;
    padding-right: 115px
}

.p-lr-115 {
    padding-left: 115px;
    padding-right: 115px
}

.p-tb-115 {
    padding-top: 115px;
    padding-bottom: 115px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-120 {
    padding: 120px
}

.pt-120 {
    padding-top: 120px
}

.pr-120 {
    padding-right: 120px
}

[dir="rtl"] .pr-120 {
    padding-right: 0;
    padding-left: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pl-120 {
    padding-left: 120px
}

[dir="rtl"] .pl-120 {
    padding-left: 0;
    padding-right: 120px
}

.p-lr-120 {
    padding-left: 120px;
    padding-right: 120px
}

.p-tb-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-130 {
    padding: 130px
}

.pt-130 {
    padding-top: 130px
}

.pr-130 {
    padding-right: 130px
}

[dir="rtl"] .pr-130 {
    padding-right: 0;
    padding-left: 130px
}

.pb-130 {
    padding-bottom: 130px
}

.pl-130 {
    padding-left: 130px
}

[dir="rtl"] .pl-130 {
    padding-left: 0;
    padding-right: 130px
}

.p-lr-130 {
    padding-left: 130px;
    padding-right: 130px
}

.p-tb-130 {
    padding-top: 130px;
    padding-bottom: 130px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-140 {
    padding: 140px
}

.pt-140 {
    padding-top: 140px
}

.pr-140 {
    padding-right: 140px
}

[dir="rtl"] .pr-140 {
    padding-right: 0;
    padding-left: 140px
}

.pb-140 {
    padding-bottom: 140px
}

.pl-140 {
    padding-left: 140px
}

[dir="rtl"] .pl-140 {
    padding-left: 0;
    padding-right: 140px
}

.p-lr-140 {
    padding-left: 140px;
    padding-right: 140px
}

.p-tb-140 {
    padding-top: 140px;
    padding-bottom: 140px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-150 {
    padding: 150px
}

.pt-150 {
    padding-top: 150px
}

.pr-150 {
    padding-right: 150px
}

[dir="rtl"] .pr-150 {
    padding-right: 0;
    padding-left: 150px
}

.pb-150 {
    padding-bottom: 150px
}

.pl-150 {
    padding-left: 150px
}

[dir="rtl"] .pl-150 {
    padding-left: 0;
    padding-right: 150px
}

.p-lr-150 {
    padding-left: 150px;
    padding-right: 150px
}

.p-tb-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-160 {
    padding: 160px
}

.pt-160 {
    padding-top: 160px
}

.pr-160 {
    padding-right: 160px
}

[dir="rtl"] .pr-160 {
    padding-right: 0;
    padding-left: 160px
}

.pb-160 {
    padding-bottom: 160px
}

.pl-160 {
    padding-left: 160px
}

[dir="rtl"] .pl-160 {
    padding-left: 0;
    padding-right: 160px
}

.p-lr-160 {
    padding-left: 160px;
    padding-right: 160px
}

.p-tb-160 {
    padding-top: 160px;
    padding-bottom: 160px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-170 {
    padding: 170px
}

.pt-170 {
    padding-top: 170px
}

.pr-170 {
    padding-right: 170px
}

[dir="rtl"] .pr-170 {
    padding-right: 0;
    padding-left: 170px
}

.pb-170 {
    padding-bottom: 170px
}

.pl-170 {
    padding-left: 170px
}

[dir="rtl"] .pl-170 {
    padding-left: 0;
    padding-right: 170px
}

.p-lr-170 {
    padding-left: 170px;
    padding-right: 170px
}

.p-tb-170 {
    padding-top: 170px;
    padding-bottom: 170px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-180 {
    padding: 180px
}

.pt-180 {
    padding-top: 180px
}

.pr-180 {
    padding-right: 180px
}

[dir="rtl"] .pr-180 {
    padding-right: 0;
    padding-left: 180px
}

.pb-180 {
    padding-bottom: 180px
}

.pl-180 {
    padding-left: 180px
}

[dir="rtl"] .pl-180 {
    padding-left: 0;
    padding-right: 180px
}

.p-lr-180 {
    padding-left: 180px;
    padding-right: 180px
}

.p-tb-180 {
    padding-top: 180px;
    padding-bottom: 180px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-190 {
    padding: 190px
}

.pt-190 {
    padding-top: 190px
}

.pr-190 {
    padding-right: 190px
}

[dir="rtl"] .pr-190 {
    padding-right: 0;
    padding-left: 190px
}

.pb-190 {
    padding-bottom: 190px
}

.pl-190 {
    padding-left: 190px
}

[dir="rtl"] .pl-190 {
    padding-left: 0;
    padding-right: 190px
}

.p-lr-190 {
    padding-left: 190px;
    padding-right: 190px
}

.p-tb-190 {
    padding-top: 190px;
    padding-bottom: 190px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.p-200 {
    padding: 200px
}

.pt-200 {
    padding-top: 200px
}

.pr-200 {
    padding-right: 200px
}

[dir="rtl"] .pr-200 {
    padding-right: 0;
    padding-left: 200px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-200 {
    padding-left: 200px
}

[dir="rtl"] .pl-200 {
    padding-left: 0;
    padding-right: 200px
}

.p-lr-200 {
    padding-left: 200px;
    padding-right: 200px
}

.p-tb-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

.p-lr-auto {
    padding-left: auto;
    padding-right: auto
}

.m-n0 {
    margin: -0px
}

.mt-n0 {
    margin-top: -0px
}

.mr-n0 {
    margin-right: -0px
}

[dir="rtl"] .mr-n0 {
    margin-left: -0px
}

.mb-n0 {
    margin-bottom: -0px
}

.ml-n0 {
    margin-left: -0px
}

[dir="rtl"] .ml-n0 {
    margin-right: -0px
}

.m-n1 {
    margin: -1px
}

.mt-n1 {
    margin-top: -1px
}

.mr-n1 {
    margin-right: -1px
}

[dir="rtl"] .mr-n1 {
    margin-left: -1px
}

.mb-n1 {
    margin-bottom: -1px
}

.ml-n1 {
    margin-left: -1px
}

[dir="rtl"] .ml-n1 {
    margin-right: -1px
}

.m-n2 {
    margin: -2px
}

.mt-n2 {
    margin-top: -2px
}

.mr-n2 {
    margin-right: -2px
}

[dir="rtl"] .mr-n2 {
    margin-left: -2px
}

.mb-n2 {
    margin-bottom: -2px
}

.ml-n2 {
    margin-left: -2px
}

[dir="rtl"] .ml-n2 {
    margin-right: -2px
}

.m-n3 {
    margin: -3px
}

.mt-n3 {
    margin-top: -3px
}

.mr-n3 {
    margin-right: -3px
}

[dir="rtl"] .mr-n3 {
    margin-left: -3px
}

.mb-n3 {
    margin-bottom: -3px
}

.ml-n3 {
    margin-left: -3px
}

[dir="rtl"] .ml-n3 {
    margin-right: -3px
}

.m-n4 {
    margin: -4px
}

.mt-n4 {
    margin-top: -4px
}

.mr-n4 {
    margin-right: -4px
}

[dir="rtl"] .mr-n4 {
    margin-left: -4px
}

.mb-n4 {
    margin-bottom: -4px
}

.ml-n4 {
    margin-left: -4px
}

[dir="rtl"] .ml-n4 {
    margin-right: -4px
}

.m-n5 {
    margin: -5px
}

.mt-n5 {
    margin-top: -5px
}

.mr-n5 {
    margin-right: -5px
}

[dir="rtl"] .mr-n5 {
    margin-left: -5px
}

.mb-n5 {
    margin-bottom: -5px
}

.ml-n5 {
    margin-left: -5px
}

[dir="rtl"] .ml-n5 {
    margin-right: -5px
}

.m-n6 {
    margin: -6px
}

.mt-n6 {
    margin-top: -6px
}

.mr-n6 {
    margin-right: -6px
}

[dir="rtl"] .mr-n6 {
    margin-left: -6px
}

.mb-n6 {
    margin-bottom: -6px
}

.ml-n6 {
    margin-left: -6px
}

[dir="rtl"] .ml-n6 {
    margin-right: -6px
}

.m-n7 {
    margin: -7px
}

.mt-n7 {
    margin-top: -7px
}

.mr-n7 {
    margin-right: -7px
}

[dir="rtl"] .mr-n7 {
    margin-left: -7px
}

.mb-n7 {
    margin-bottom: -7px
}

.ml-n7 {
    margin-left: -7px
}

[dir="rtl"] .ml-n7 {
    margin-right: -7px
}

.m-n8 {
    margin: -8px
}

.mt-n8 {
    margin-top: -8px
}

.mr-n8 {
    margin-right: -8px
}

[dir="rtl"] .mr-n8 {
    margin-left: -8px
}

.mb-n8 {
    margin-bottom: -8px
}

.ml-n8 {
    margin-left: -8px
}

[dir="rtl"] .ml-n8 {
    margin-right: -8px
}

.m-n9 {
    margin: -9px
}

.mt-n9 {
    margin-top: -9px
}

.mr-n9 {
    margin-right: -9px
}

[dir="rtl"] .mr-n9 {
    margin-left: -9px
}

.mb-n9 {
    margin-bottom: -9px
}

.ml-n9 {
    margin-left: -9px
}

[dir="rtl"] .ml-n9 {
    margin-right: -9px
}

.m-n10 {
    margin: -10px
}

.mt-n10 {
    margin-top: -10px
}

.mr-n10 {
    margin-right: -10px
}

[dir="rtl"] .mr-n10 {
    margin-left: -10px
}

.mb-n10 {
    margin-bottom: -10px
}

.ml-n10 {
    margin-left: -10px
}

[dir="rtl"] .ml-n10 {
    margin-right: -10px
}

.m-n11 {
    margin: -11px
}

.mt-n11 {
    margin-top: -11px
}

.mr-n11 {
    margin-right: -11px
}

[dir="rtl"] .mr-n11 {
    margin-left: -11px
}

.mb-n11 {
    margin-bottom: -11px
}

.ml-n11 {
    margin-left: -11px
}

[dir="rtl"] .ml-n11 {
    margin-right: -11px
}

.m-n12 {
    margin: -12px
}

.mt-n12 {
    margin-top: -12px
}

.mr-n12 {
    margin-right: -12px
}

[dir="rtl"] .mr-n12 {
    margin-left: -12px
}

.mb-n12 {
    margin-bottom: -12px
}

.ml-n12 {
    margin-left: -12px
}

[dir="rtl"] .ml-n12 {
    margin-right: -12px
}

.m-n13 {
    margin: -13px
}

.mt-n13 {
    margin-top: -13px
}

.mr-n13 {
    margin-right: -13px
}

[dir="rtl"] .mr-n13 {
    margin-left: -13px
}

.mb-n13 {
    margin-bottom: -13px
}

.ml-n13 {
    margin-left: -13px
}

[dir="rtl"] .ml-n13 {
    margin-right: -13px
}

.m-n14 {
    margin: -14px
}

.mt-n14 {
    margin-top: -14px
}

.mr-n14 {
    margin-right: -14px
}

[dir="rtl"] .mr-n14 {
    margin-left: -14px
}

.mb-n14 {
    margin-bottom: -14px
}

.ml-n14 {
    margin-left: -14px
}

[dir="rtl"] .ml-n14 {
    margin-right: -14px
}

.m-n15 {
    margin: -15px
}

.mt-n15 {
    margin-top: -15px
}

.mr-n15 {
    margin-right: -15px
}

[dir="rtl"] .mr-n15 {
    margin-left: -15px
}

.mb-n15 {
    margin-bottom: -15px
}

.ml-n15 {
    margin-left: -15px
}

[dir="rtl"] .ml-n15 {
    margin-right: -15px
}

.m-n16 {
    margin: -16px
}

.mt-n16 {
    margin-top: -16px
}

.mr-n16 {
    margin-right: -16px
}

[dir="rtl"] .mr-n16 {
    margin-left: -16px
}

.mb-n16 {
    margin-bottom: -16px
}

.ml-n16 {
    margin-left: -16px
}

[dir="rtl"] .ml-n16 {
    margin-right: -16px
}

.m-n17 {
    margin: -17px
}

.mt-n17 {
    margin-top: -17px
}

.mr-n17 {
    margin-right: -17px
}

[dir="rtl"] .mr-n17 {
    margin-left: -17px
}

.mb-n17 {
    margin-bottom: -17px
}

.ml-n17 {
    margin-left: -17px
}

[dir="rtl"] .ml-n17 {
    margin-right: -17px
}

.m-n18 {
    margin: -18px
}

.mt-n18 {
    margin-top: -18px
}

.mr-n18 {
    margin-right: -18px
}

[dir="rtl"] .mr-n18 {
    margin-left: -18px
}

.mb-n18 {
    margin-bottom: -18px
}

.ml-n18 {
    margin-left: -18px
}

[dir="rtl"] .ml-n18 {
    margin-right: -18px
}

.m-n19 {
    margin: -19px
}

.mt-n19 {
    margin-top: -19px
}

.mr-n19 {
    margin-right: -19px
}

[dir="rtl"] .mr-n19 {
    margin-left: -19px
}

.mb-n19 {
    margin-bottom: -19px
}

.ml-n19 {
    margin-left: -19px
}

[dir="rtl"] .ml-n19 {
    margin-right: -19px
}

.m-n20 {
    margin: -20px
}

.mt-n20 {
    margin-top: -20px
}

.mr-n20 {
    margin-right: -20px
}

[dir="rtl"] .mr-n20 {
    margin-left: -20px
}

.mb-n20 {
    margin-bottom: -20px
}

.ml-n20 {
    margin-left: -20px
}

[dir="rtl"] .ml-n20 {
    margin-right: -20px
}

.m-n21 {
    margin: -21px
}

.mt-n21 {
    margin-top: -21px
}

.mr-n21 {
    margin-right: -21px
}

[dir="rtl"] .mr-n21 {
    margin-left: -21px
}

.mb-n21 {
    margin-bottom: -21px
}

.ml-n21 {
    margin-left: -21px
}

[dir="rtl"] .ml-n21 {
    margin-right: -21px
}

.m-n22 {
    margin: -22px
}

.mt-n22 {
    margin-top: -22px
}

.mr-n22 {
    margin-right: -22px
}

[dir="rtl"] .mr-n22 {
    margin-left: -22px
}

.mb-n22 {
    margin-bottom: -22px
}

.ml-n22 {
    margin-left: -22px
}

[dir="rtl"] .ml-n22 {
    margin-right: -22px
}

.m-n23 {
    margin: -23px
}

.mt-n23 {
    margin-top: -23px
}

.mr-n23 {
    margin-right: -23px
}

[dir="rtl"] .mr-n23 {
    margin-left: -23px
}

.mb-n23 {
    margin-bottom: -23px
}

.ml-n23 {
    margin-left: -23px
}

[dir="rtl"] .ml-n23 {
    margin-right: -23px
}

.m-n24 {
    margin: -24px
}

.mt-n24 {
    margin-top: -24px
}

.mr-n24 {
    margin-right: -24px
}

[dir="rtl"] .mr-n24 {
    margin-left: -24px
}

.mb-n24 {
    margin-bottom: -24px
}

.ml-n24 {
    margin-left: -24px
}

[dir="rtl"] .ml-n24 {
    margin-right: -24px
}

.m-n25 {
    margin: -25px
}

.mt-n25 {
    margin-top: -25px
}

.mr-n25 {
    margin-right: -25px
}

[dir="rtl"] .mr-n25 {
    margin-left: -25px
}

.mb-n25 {
    margin-bottom: -25px
}

.ml-n25 {
    margin-left: -25px
}

[dir="rtl"] .ml-n25 {
    margin-right: -25px
}

.m-n26 {
    margin: -26px
}

.mt-n26 {
    margin-top: -26px
}

.mr-n26 {
    margin-right: -26px
}

[dir="rtl"] .mr-n26 {
    margin-left: -26px
}

.mb-n26 {
    margin-bottom: -26px
}

.ml-n26 {
    margin-left: -26px
}

[dir="rtl"] .ml-n26 {
    margin-right: -26px
}

.m-n27 {
    margin: -27px
}

.mt-n27 {
    margin-top: -27px
}

.mr-n27 {
    margin-right: -27px
}

[dir="rtl"] .mr-n27 {
    margin-left: -27px
}

.mb-n27 {
    margin-bottom: -27px
}

.ml-n27 {
    margin-left: -27px
}

[dir="rtl"] .ml-n27 {
    margin-right: -27px
}

.m-n28 {
    margin: -28px
}

.mt-n28 {
    margin-top: -28px
}

.mr-n28 {
    margin-right: -28px
}

[dir="rtl"] .mr-n28 {
    margin-left: -28px
}

.mb-n28 {
    margin-bottom: -28px
}

.ml-n28 {
    margin-left: -28px
}

[dir="rtl"] .ml-n28 {
    margin-right: -28px
}

.m-n29 {
    margin: -29px
}

.mt-n29 {
    margin-top: -29px
}

.mr-n29 {
    margin-right: -29px
}

[dir="rtl"] .mr-n29 {
    margin-left: -29px
}

.mb-n29 {
    margin-bottom: -29px
}

.ml-n29 {
    margin-left: -29px
}

[dir="rtl"] .ml-n29 {
    margin-right: -29px
}

.m-n30 {
    margin: -30px
}

.mt-n30 {
    margin-top: -30px
}

.mr-n30 {
    margin-right: -30px
}

[dir="rtl"] .mr-n30 {
    margin-left: -30px
}

.mb-n30 {
    margin-bottom: -30px
}

.ml-n30 {
    margin-left: -30px
}

[dir="rtl"] .ml-n30 {
    margin-right: -30px
}

.m-n31 {
    margin: -31px
}

.mt-n31 {
    margin-top: -31px
}

.mr-n31 {
    margin-right: -31px
}

[dir="rtl"] .mr-n31 {
    margin-left: -31px
}

.mb-n31 {
    margin-bottom: -31px
}

.ml-n31 {
    margin-left: -31px
}

[dir="rtl"] .ml-n31 {
    margin-right: -31px
}

.m-n32 {
    margin: -32px
}

.mt-n32 {
    margin-top: -32px
}

.mr-n32 {
    margin-right: -32px
}

[dir="rtl"] .mr-n32 {
    margin-left: -32px
}

.mb-n32 {
    margin-bottom: -32px
}

.ml-n32 {
    margin-left: -32px
}

[dir="rtl"] .ml-n32 {
    margin-right: -32px
}

.m-n33 {
    margin: -33px
}

.mt-n33 {
    margin-top: -33px
}

.mr-n33 {
    margin-right: -33px
}

[dir="rtl"] .mr-n33 {
    margin-left: -33px
}

.mb-n33 {
    margin-bottom: -33px
}

.ml-n33 {
    margin-left: -33px
}

[dir="rtl"] .ml-n33 {
    margin-right: -33px
}

.m-n35 {
    margin: -35px
}

.mt-n35 {
    margin-top: -35px
}

.mr-n35 {
    margin-right: -35px
}

[dir="rtl"] .mr-n35 {
    margin-left: -35px
}

.mb-n35 {
    margin-bottom: -35px
}

.ml-n35 {
    margin-left: -35px
}

[dir="rtl"] .ml-n35 {
    margin-right: -35px
}

.m-n40 {
    margin: -40px
}

.mt-n40 {
    margin-top: -40px
}

.mr-n40 {
    margin-right: -40px
}

[dir="rtl"] .mr-n40 {
    margin-left: -40px
}

.mb-n40 {
    margin-bottom: -40px
}

.ml-n40 {
    margin-left: -40px
}

[dir="rtl"] .ml-n40 {
    margin-right: -40px
}

.m-n45 {
    margin: -45px
}

.mt-n45 {
    margin-top: -45px
}

.mr-n45 {
    margin-right: -45px
}

[dir="rtl"] .mr-n45 {
    margin-left: -45px
}

.mb-n45 {
    margin-bottom: -45px
}

.ml-n45 {
    margin-left: -45px
}

[dir="rtl"] .ml-n45 {
    margin-right: -45px
}

.m-n50 {
    margin: -50px
}

.mt-n50 {
    margin-top: -50px
}

.mr-n50 {
    margin-right: -50px
}

[dir="rtl"] .mr-n50 {
    margin-left: -50px
}

.mb-n50 {
    margin-bottom: -50px
}

.ml-n50 {
    margin-left: -50px
}

[dir="rtl"] .ml-n50 {
    margin-right: -50px
}

.m-n60 {
    margin: -60px
}

.mt-n60 {
    margin-top: -60px
}

.mr-n60 {
    margin-right: -60px
}

[dir="rtl"] .mr-n60 {
    margin-left: -60px
}

.mb-n60 {
    margin-bottom: -60px
}

.ml-n60 {
    margin-left: -60px
}

[dir="rtl"] .ml-n60 {
    margin-right: -60px
}

.m-n70 {
    margin: -70px
}

.mt-n70 {
    margin-top: -70px
}

.mr-n70 {
    margin-right: -70px
}

[dir="rtl"] .mr-n70 {
    margin-left: -70px
}

.mb-n70 {
    margin-bottom: -70px
}

.ml-n70 {
    margin-left: -70px
}

[dir="rtl"] .ml-n70 {
    margin-right: -70px
}

.m-n80 {
    margin: -80px
}

.mt-n80 {
    margin-top: -80px
}

.mr-n80 {
    margin-right: -80px
}

[dir="rtl"] .mr-n80 {
    margin-left: -80px
}

.mb-n80 {
    margin-bottom: -80px
}

.ml-n80 {
    margin-left: -80px
}

[dir="rtl"] .ml-n80 {
    margin-right: -80px
}

.m-n90 {
    margin: -90px
}

.mt-n90 {
    margin-top: -90px
}

.mr-n90 {
    margin-right: -90px
}

[dir="rtl"] .mr-n90 {
    margin-left: -90px
}

.mb-n90 {
    margin-bottom: -90px
}

.ml-n90 {
    margin-left: -90px
}

[dir="rtl"] .ml-n90 {
    margin-right: -90px
}

.m-n100 {
    margin: -100px
}

.mt-n100 {
    margin-top: -100px
}

.mr-n100 {
    margin-right: -100px
}

[dir="rtl"] .mr-n100 {
    margin-left: -100px
}

.mb-n100 {
    margin-bottom: -100px
}

.ml-n100 {
    margin-left: -100px
}

[dir="rtl"] .ml-n100 {
    margin-right: -100px
}

.m-n110 {
    margin: -110px
}

.mt-n110 {
    margin-top: -110px
}

.mr-n110 {
    margin-right: -110px
}

[dir="rtl"] .mr-n110 {
    margin-left: -110px
}

.mb-n110 {
    margin-bottom: -110px
}

.ml-n110 {
    margin-left: -110px
}

[dir="rtl"] .ml-n110 {
    margin-right: -110px
}

.m-n115 {
    margin: -115px
}

.mt-n115 {
    margin-top: -115px
}

.mr-n115 {
    margin-right: -115px
}

[dir="rtl"] .mr-n115 {
    margin-left: -115px
}

.mb-n115 {
    margin-bottom: -115px
}

.ml-n115 {
    margin-left: -115px
}

[dir="rtl"] .ml-n115 {
    margin-right: -115px
}

.m-n120 {
    margin: -120px
}

.mt-n120 {
    margin-top: -120px
}

.mr-n120 {
    margin-right: -120px
}

[dir="rtl"] .mr-n120 {
    margin-left: -120px
}

.mb-n120 {
    margin-bottom: -120px
}

.ml-n120 {
    margin-left: -120px
}

[dir="rtl"] .ml-n120 {
    margin-right: -120px
}

.m-n130 {
    margin: -130px
}

.mt-n130 {
    margin-top: -130px
}

.mr-n130 {
    margin-right: -130px
}

[dir="rtl"] .mr-n130 {
    margin-left: -130px
}

.mb-n130 {
    margin-bottom: -130px
}

.ml-n130 {
    margin-left: -130px
}

[dir="rtl"] .ml-n130 {
    margin-right: -130px
}

.m-n140 {
    margin: -140px
}

.mt-n140 {
    margin-top: -140px
}

.mr-n140 {
    margin-right: -140px
}

[dir="rtl"] .mr-n140 {
    margin-left: -140px
}

.mb-n140 {
    margin-bottom: -140px
}

.ml-n140 {
    margin-left: -140px
}

[dir="rtl"] .ml-n140 {
    margin-right: -140px
}

.m-n150 {
    margin: -150px
}

.mt-n150 {
    margin-top: -150px
}

.mr-n150 {
    margin-right: -150px
}

[dir="rtl"] .mr-n150 {
    margin-left: -150px
}

.mb-n150 {
    margin-bottom: -150px
}

.ml-n150 {
    margin-left: -150px
}

[dir="rtl"] .ml-n150 {
    margin-right: -150px
}

.m-n160 {
    margin: -160px
}

.mt-n160 {
    margin-top: -160px
}

.mr-n160 {
    margin-right: -160px
}

[dir="rtl"] .mr-n160 {
    margin-left: -160px
}

.mb-n160 {
    margin-bottom: -160px
}

.ml-n160 {
    margin-left: -160px
}

[dir="rtl"] .ml-n160 {
    margin-right: -160px
}

.m-n170 {
    margin: -170px
}

.mt-n170 {
    margin-top: -170px
}

.mr-n170 {
    margin-right: -170px
}

[dir="rtl"] .mr-n170 {
    margin-left: -170px
}

.mb-n170 {
    margin-bottom: -170px
}

.ml-n170 {
    margin-left: -170px
}

[dir="rtl"] .ml-n170 {
    margin-right: -170px
}

.m-n180 {
    margin: -180px
}

.mt-n180 {
    margin-top: -180px
}

.mr-n180 {
    margin-right: -180px
}

[dir="rtl"] .mr-n180 {
    margin-left: -180px
}

.mb-n180 {
    margin-bottom: -180px
}

.ml-n180 {
    margin-left: -180px
}

[dir="rtl"] .ml-n180 {
    margin-right: -180px
}

.m-n190 {
    margin: -190px
}

.mt-n190 {
    margin-top: -190px
}

.mr-n190 {
    margin-right: -190px
}

[dir="rtl"] .mr-n190 {
    margin-left: -190px
}

.mb-n190 {
    margin-bottom: -190px
}

.ml-n190 {
    margin-left: -190px
}

[dir="rtl"] .ml-n190 {
    margin-right: -190px
}

.m-n200 {
    margin: -200px
}

.mt-n200 {
    margin-top: -200px
}

.mr-n200 {
    margin-right: -200px
}

[dir="rtl"] .mr-n200 {
    margin-left: -200px
}

.mb-n200 {
    margin-bottom: -200px
}

.ml-n200 {
    margin-left: -200px
}

[dir="rtl"] .ml-n200 {
    margin-right: -200px
}

.m-auto {
    margin: auto
}

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

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

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

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

@media (min-width: 480px) {
    .m-xs-0 {
        margin: 0px
    }

    .mt-xs-0 {
        margin-top: 0px
    }

    .mr-xs-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-xs-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-xs-0 {
        margin-bottom: 0px
    }

    .ml-xs-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-xs-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-xs-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-1 {
        margin: 1px
    }

    .mt-xs-1 {
        margin-top: 1px
    }

    .mr-xs-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-xs-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-xs-1 {
        margin-bottom: 1px
    }

    .ml-xs-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-xs-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-xs-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-xs-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-2 {
        margin: 2px
    }

    .mt-xs-2 {
        margin-top: 2px
    }

    .mr-xs-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-xs-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-xs-2 {
        margin-bottom: 2px
    }

    .ml-xs-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-xs-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-xs-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-xs-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-3 {
        margin: 3px
    }

    .mt-xs-3 {
        margin-top: 3px
    }

    .mr-xs-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-xs-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-xs-3 {
        margin-bottom: 3px
    }

    .ml-xs-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-xs-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-xs-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-xs-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-4 {
        margin: 4px
    }

    .mt-xs-4 {
        margin-top: 4px
    }

    .mr-xs-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-xs-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-xs-4 {
        margin-bottom: 4px
    }

    .ml-xs-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-xs-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-xs-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-xs-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-5 {
        margin: 5px
    }

    .mt-xs-5 {
        margin-top: 5px
    }

    .mr-xs-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-xs-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-xs-5 {
        margin-bottom: 5px
    }

    .ml-xs-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-xs-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-xs-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-xs-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-6 {
        margin: 6px
    }

    .mt-xs-6 {
        margin-top: 6px
    }

    .mr-xs-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-xs-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-xs-6 {
        margin-bottom: 6px
    }

    .ml-xs-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-xs-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-xs-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-xs-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-7 {
        margin: 7px
    }

    .mt-xs-7 {
        margin-top: 7px
    }

    .mr-xs-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-xs-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-xs-7 {
        margin-bottom: 7px
    }

    .ml-xs-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-xs-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-xs-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-xs-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-8 {
        margin: 8px
    }

    .mt-xs-8 {
        margin-top: 8px
    }

    .mr-xs-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-xs-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-xs-8 {
        margin-bottom: 8px
    }

    .ml-xs-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-xs-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-xs-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-xs-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-9 {
        margin: 9px
    }

    .mt-xs-9 {
        margin-top: 9px
    }

    .mr-xs-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-xs-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-xs-9 {
        margin-bottom: 9px
    }

    .ml-xs-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-xs-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-xs-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-xs-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-10 {
        margin: 10px
    }

    .mt-xs-10 {
        margin-top: 10px
    }

    .mr-xs-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-xs-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .ml-xs-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-xs-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-xs-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-xs-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-11 {
        margin: 11px
    }

    .mt-xs-11 {
        margin-top: 11px
    }

    .mr-xs-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-xs-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-xs-11 {
        margin-bottom: 11px
    }

    .ml-xs-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-xs-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-xs-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-xs-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-12 {
        margin: 12px
    }

    .mt-xs-12 {
        margin-top: 12px
    }

    .mr-xs-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-xs-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-xs-12 {
        margin-bottom: 12px
    }

    .ml-xs-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-xs-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-xs-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-xs-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-13 {
        margin: 13px
    }

    .mt-xs-13 {
        margin-top: 13px
    }

    .mr-xs-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-xs-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-xs-13 {
        margin-bottom: 13px
    }

    .ml-xs-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-xs-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-xs-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-xs-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-14 {
        margin: 14px
    }

    .mt-xs-14 {
        margin-top: 14px
    }

    .mr-xs-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-xs-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-xs-14 {
        margin-bottom: 14px
    }

    .ml-xs-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-xs-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-xs-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-xs-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-15 {
        margin: 15px
    }

    .mt-xs-15 {
        margin-top: 15px
    }

    .mr-xs-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-xs-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-xs-15 {
        margin-bottom: 15px
    }

    .ml-xs-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-xs-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-xs-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-16 {
        margin: 16px
    }

    .mt-xs-16 {
        margin-top: 16px
    }

    .mr-xs-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-xs-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-xs-16 {
        margin-bottom: 16px
    }

    .ml-xs-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-xs-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-xs-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-xs-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-17 {
        margin: 17px
    }

    .mt-xs-17 {
        margin-top: 17px
    }

    .mr-xs-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-xs-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-xs-17 {
        margin-bottom: 17px
    }

    .ml-xs-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-xs-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-xs-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-xs-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-18 {
        margin: 18px
    }

    .mt-xs-18 {
        margin-top: 18px
    }

    .mr-xs-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-xs-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-xs-18 {
        margin-bottom: 18px
    }

    .ml-xs-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-xs-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-xs-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-xs-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-19 {
        margin: 19px
    }

    .mt-xs-19 {
        margin-top: 19px
    }

    .mr-xs-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-xs-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-xs-19 {
        margin-bottom: 19px
    }

    .ml-xs-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-xs-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-xs-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-xs-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-20 {
        margin: 20px
    }

    .mt-xs-20 {
        margin-top: 20px
    }

    .mr-xs-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-xs-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-xs-20 {
        margin-bottom: 20px
    }

    .ml-xs-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-xs-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-xs-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-xs-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-21 {
        margin: 21px
    }

    .mt-xs-21 {
        margin-top: 21px
    }

    .mr-xs-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-xs-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-xs-21 {
        margin-bottom: 21px
    }

    .ml-xs-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-xs-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-xs-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-xs-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-22 {
        margin: 22px
    }

    .mt-xs-22 {
        margin-top: 22px
    }

    .mr-xs-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-xs-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-xs-22 {
        margin-bottom: 22px
    }

    .ml-xs-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-xs-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-xs-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-xs-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-23 {
        margin: 23px
    }

    .mt-xs-23 {
        margin-top: 23px
    }

    .mr-xs-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-xs-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-xs-23 {
        margin-bottom: 23px
    }

    .ml-xs-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-xs-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-xs-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-xs-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-24 {
        margin: 24px
    }

    .mt-xs-24 {
        margin-top: 24px
    }

    .mr-xs-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-xs-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-xs-24 {
        margin-bottom: 24px
    }

    .ml-xs-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-xs-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-xs-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-xs-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-25 {
        margin: 25px
    }

    .mt-xs-25 {
        margin-top: 25px
    }

    .mr-xs-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-xs-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-xs-25 {
        margin-bottom: 25px
    }

    .ml-xs-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-xs-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-xs-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-xs-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-26 {
        margin: 26px
    }

    .mt-xs-26 {
        margin-top: 26px
    }

    .mr-xs-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-xs-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-xs-26 {
        margin-bottom: 26px
    }

    .ml-xs-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-xs-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-xs-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-xs-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-27 {
        margin: 27px
    }

    .mt-xs-27 {
        margin-top: 27px
    }

    .mr-xs-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-xs-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-xs-27 {
        margin-bottom: 27px
    }

    .ml-xs-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-xs-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-xs-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-xs-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-28 {
        margin: 28px
    }

    .mt-xs-28 {
        margin-top: 28px
    }

    .mr-xs-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-xs-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-xs-28 {
        margin-bottom: 28px
    }

    .ml-xs-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-xs-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-xs-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-xs-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-29 {
        margin: 29px
    }

    .mt-xs-29 {
        margin-top: 29px
    }

    .mr-xs-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-xs-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-xs-29 {
        margin-bottom: 29px
    }

    .ml-xs-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-xs-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-xs-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-xs-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-30 {
        margin: 30px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mr-xs-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-xs-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .ml-xs-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-xs-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-xs-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-31 {
        margin: 31px
    }

    .mt-xs-31 {
        margin-top: 31px
    }

    .mr-xs-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-xs-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-xs-31 {
        margin-bottom: 31px
    }

    .ml-xs-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-xs-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-xs-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-xs-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-32 {
        margin: 32px
    }

    .mt-xs-32 {
        margin-top: 32px
    }

    .mr-xs-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-xs-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-xs-32 {
        margin-bottom: 32px
    }

    .ml-xs-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-xs-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-xs-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-xs-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-33 {
        margin: 33px
    }

    .mt-xs-33 {
        margin-top: 33px
    }

    .mr-xs-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-xs-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-xs-33 {
        margin-bottom: 33px
    }

    .ml-xs-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-xs-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-xs-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-xs-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-35 {
        margin: 35px
    }

    .mt-xs-35 {
        margin-top: 35px
    }

    .mr-xs-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-xs-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-xs-35 {
        margin-bottom: 35px
    }

    .ml-xs-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-xs-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-xs-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-xs-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-40 {
        margin: 40px
    }

    .mt-xs-40 {
        margin-top: 40px
    }

    .mr-xs-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-xs-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-xs-40 {
        margin-bottom: 40px
    }

    .ml-xs-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-xs-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-xs-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-45 {
        margin: 45px
    }

    .mt-xs-45 {
        margin-top: 45px
    }

    .mr-xs-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-xs-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-xs-45 {
        margin-bottom: 45px
    }

    .ml-xs-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-xs-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-xs-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-xs-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-50 {
        margin: 50px
    }

    .mt-xs-50 {
        margin-top: 50px
    }

    .mr-xs-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-xs-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-xs-50 {
        margin-bottom: 50px
    }

    .ml-xs-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-xs-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-xs-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-xs-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-60 {
        margin: 60px
    }

    .mt-xs-60 {
        margin-top: 60px
    }

    .mr-xs-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-xs-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-xs-60 {
        margin-bottom: 60px
    }

    .ml-xs-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-xs-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-xs-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-70 {
        margin: 70px
    }

    .mt-xs-70 {
        margin-top: 70px
    }

    .mr-xs-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-xs-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-xs-70 {
        margin-bottom: 70px
    }

    .ml-xs-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-xs-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-xs-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-xs-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-80 {
        margin: 80px
    }

    .mt-xs-80 {
        margin-top: 80px
    }

    .mr-xs-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-xs-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-xs-80 {
        margin-bottom: 80px
    }

    .ml-xs-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-xs-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-xs-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-xs-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-90 {
        margin: 90px
    }

    .mt-xs-90 {
        margin-top: 90px
    }

    .mr-xs-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-xs-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-xs-90 {
        margin-bottom: 90px
    }

    .ml-xs-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-xs-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-xs-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-xs-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-100 {
        margin: 100px
    }

    .mt-xs-100 {
        margin-top: 100px
    }

    .mr-xs-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-xs-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-xs-100 {
        margin-bottom: 100px
    }

    .ml-xs-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-xs-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-xs-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-xs-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-110 {
        margin: 110px
    }

    .mt-xs-110 {
        margin-top: 110px
    }

    .mr-xs-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-xs-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-xs-110 {
        margin-bottom: 110px
    }

    .ml-xs-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-xs-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-xs-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-xs-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-115 {
        margin: 115px
    }

    .mt-xs-115 {
        margin-top: 115px
    }

    .mr-xs-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-xs-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-xs-115 {
        margin-bottom: 115px
    }

    .ml-xs-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-xs-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-xs-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-xs-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-120 {
        margin: 120px
    }

    .mt-xs-120 {
        margin-top: 120px
    }

    .mr-xs-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-xs-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-xs-120 {
        margin-bottom: 120px
    }

    .ml-xs-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-xs-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-xs-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-xs-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-130 {
        margin: 130px
    }

    .mt-xs-130 {
        margin-top: 130px
    }

    .mr-xs-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-xs-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-xs-130 {
        margin-bottom: 130px
    }

    .ml-xs-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-xs-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-xs-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-xs-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-140 {
        margin: 140px
    }

    .mt-xs-140 {
        margin-top: 140px
    }

    .mr-xs-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-xs-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-xs-140 {
        margin-bottom: 140px
    }

    .ml-xs-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-xs-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-xs-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-xs-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-150 {
        margin: 150px
    }

    .mt-xs-150 {
        margin-top: 150px
    }

    .mr-xs-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-xs-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-xs-150 {
        margin-bottom: 150px
    }

    .ml-xs-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-xs-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-xs-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-xs-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-160 {
        margin: 160px
    }

    .mt-xs-160 {
        margin-top: 160px
    }

    .mr-xs-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-xs-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-xs-160 {
        margin-bottom: 160px
    }

    .ml-xs-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-xs-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-xs-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-xs-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-170 {
        margin: 170px
    }

    .mt-xs-170 {
        margin-top: 170px
    }

    .mr-xs-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-xs-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-xs-170 {
        margin-bottom: 170px
    }

    .ml-xs-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-xs-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-xs-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-xs-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-180 {
        margin: 180px
    }

    .mt-xs-180 {
        margin-top: 180px
    }

    .mr-xs-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-xs-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-xs-180 {
        margin-bottom: 180px
    }

    .ml-xs-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-xs-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-xs-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-xs-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-190 {
        margin: 190px
    }

    .mt-xs-190 {
        margin-top: 190px
    }

    .mr-xs-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-xs-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-xs-190 {
        margin-bottom: 190px
    }

    .ml-xs-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-xs-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-xs-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-xs-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xs-200 {
        margin: 200px
    }

    .mt-xs-200 {
        margin-top: 200px
    }

    .mr-xs-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-xs-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-xs-200 {
        margin-bottom: 200px
    }

    .ml-xs-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-xs-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-xs-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-xs-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-xs-0 {
        padding: 0px
    }

    .pt-xs-0 {
        padding-top: 0px
    }

    .pr-xs-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-xs-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-xs-0 {
        padding-bottom: 0px
    }

    .pl-xs-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-xs-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-xs-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-1 {
        padding: 1px
    }

    .pt-xs-1 {
        padding-top: 1px
    }

    .pr-xs-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-xs-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-xs-1 {
        padding-bottom: 1px
    }

    .pl-xs-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-xs-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-xs-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-xs-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-2 {
        padding: 2px
    }

    .pt-xs-2 {
        padding-top: 2px
    }

    .pr-xs-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-xs-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-xs-2 {
        padding-bottom: 2px
    }

    .pl-xs-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-xs-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-xs-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-xs-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-3 {
        padding: 3px
    }

    .pt-xs-3 {
        padding-top: 3px
    }

    .pr-xs-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-xs-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-xs-3 {
        padding-bottom: 3px
    }

    .pl-xs-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-xs-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-xs-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-xs-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-4 {
        padding: 4px
    }

    .pt-xs-4 {
        padding-top: 4px
    }

    .pr-xs-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-xs-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-xs-4 {
        padding-bottom: 4px
    }

    .pl-xs-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-xs-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-xs-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-xs-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-5 {
        padding: 5px
    }

    .pt-xs-5 {
        padding-top: 5px
    }

    .pr-xs-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-xs-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-xs-5 {
        padding-bottom: 5px
    }

    .pl-xs-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-xs-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-xs-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-xs-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-6 {
        padding: 6px
    }

    .pt-xs-6 {
        padding-top: 6px
    }

    .pr-xs-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-xs-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-xs-6 {
        padding-bottom: 6px
    }

    .pl-xs-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-xs-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-xs-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-xs-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-7 {
        padding: 7px
    }

    .pt-xs-7 {
        padding-top: 7px
    }

    .pr-xs-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-xs-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-xs-7 {
        padding-bottom: 7px
    }

    .pl-xs-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-xs-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-xs-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-xs-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-8 {
        padding: 8px
    }

    .pt-xs-8 {
        padding-top: 8px
    }

    .pr-xs-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-xs-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-xs-8 {
        padding-bottom: 8px
    }

    .pl-xs-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-xs-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-xs-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-xs-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-9 {
        padding: 9px
    }

    .pt-xs-9 {
        padding-top: 9px
    }

    .pr-xs-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-xs-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-xs-9 {
        padding-bottom: 9px
    }

    .pl-xs-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-xs-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-xs-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-xs-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-10 {
        padding: 10px
    }

    .pt-xs-10 {
        padding-top: 10px
    }

    .pr-xs-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-xs-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-xs-10 {
        padding-bottom: 10px
    }

    .pl-xs-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-xs-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-xs-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-xs-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-11 {
        padding: 11px
    }

    .pt-xs-11 {
        padding-top: 11px
    }

    .pr-xs-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-xs-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-xs-11 {
        padding-bottom: 11px
    }

    .pl-xs-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-xs-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-xs-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-xs-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-12 {
        padding: 12px
    }

    .pt-xs-12 {
        padding-top: 12px
    }

    .pr-xs-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-xs-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-xs-12 {
        padding-bottom: 12px
    }

    .pl-xs-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-xs-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-xs-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-xs-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-13 {
        padding: 13px
    }

    .pt-xs-13 {
        padding-top: 13px
    }

    .pr-xs-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-xs-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-xs-13 {
        padding-bottom: 13px
    }

    .pl-xs-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-xs-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-xs-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-xs-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-14 {
        padding: 14px
    }

    .pt-xs-14 {
        padding-top: 14px
    }

    .pr-xs-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-xs-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-xs-14 {
        padding-bottom: 14px
    }

    .pl-xs-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-xs-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-xs-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-xs-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-15 {
        padding: 15px
    }

    .pt-xs-15 {
        padding-top: 15px
    }

    .pr-xs-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-xs-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-xs-15 {
        padding-bottom: 15px
    }

    .pl-xs-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-xs-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-xs-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-xs-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-16 {
        padding: 16px
    }

    .pt-xs-16 {
        padding-top: 16px
    }

    .pr-xs-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-xs-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-xs-16 {
        padding-bottom: 16px
    }

    .pl-xs-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-xs-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-xs-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-xs-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-17 {
        padding: 17px
    }

    .pt-xs-17 {
        padding-top: 17px
    }

    .pr-xs-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-xs-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-xs-17 {
        padding-bottom: 17px
    }

    .pl-xs-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-xs-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-xs-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-xs-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-18 {
        padding: 18px
    }

    .pt-xs-18 {
        padding-top: 18px
    }

    .pr-xs-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-xs-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-xs-18 {
        padding-bottom: 18px
    }

    .pl-xs-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-xs-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-xs-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-xs-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-19 {
        padding: 19px
    }

    .pt-xs-19 {
        padding-top: 19px
    }

    .pr-xs-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-xs-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-xs-19 {
        padding-bottom: 19px
    }

    .pl-xs-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-xs-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-xs-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-xs-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-20 {
        padding: 20px
    }

    .pt-xs-20 {
        padding-top: 20px
    }

    .pr-xs-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-xs-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-xs-20 {
        padding-bottom: 20px
    }

    .pl-xs-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-xs-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-xs-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-xs-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-21 {
        padding: 21px
    }

    .pt-xs-21 {
        padding-top: 21px
    }

    .pr-xs-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-xs-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-xs-21 {
        padding-bottom: 21px
    }

    .pl-xs-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-xs-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-xs-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-xs-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-22 {
        padding: 22px
    }

    .pt-xs-22 {
        padding-top: 22px
    }

    .pr-xs-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-xs-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-xs-22 {
        padding-bottom: 22px
    }

    .pl-xs-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-xs-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-xs-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-xs-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-23 {
        padding: 23px
    }

    .pt-xs-23 {
        padding-top: 23px
    }

    .pr-xs-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-xs-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-xs-23 {
        padding-bottom: 23px
    }

    .pl-xs-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-xs-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-xs-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-xs-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-24 {
        padding: 24px
    }

    .pt-xs-24 {
        padding-top: 24px
    }

    .pr-xs-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-xs-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-xs-24 {
        padding-bottom: 24px
    }

    .pl-xs-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-xs-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-xs-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-xs-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-25 {
        padding: 25px
    }

    .pt-xs-25 {
        padding-top: 25px
    }

    .pr-xs-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-xs-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-xs-25 {
        padding-bottom: 25px
    }

    .pl-xs-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-xs-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-xs-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-xs-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-26 {
        padding: 26px
    }

    .pt-xs-26 {
        padding-top: 26px
    }

    .pr-xs-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-xs-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-xs-26 {
        padding-bottom: 26px
    }

    .pl-xs-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-xs-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-xs-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-xs-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-27 {
        padding: 27px
    }

    .pt-xs-27 {
        padding-top: 27px
    }

    .pr-xs-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-xs-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-xs-27 {
        padding-bottom: 27px
    }

    .pl-xs-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-xs-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-xs-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-xs-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-28 {
        padding: 28px
    }

    .pt-xs-28 {
        padding-top: 28px
    }

    .pr-xs-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-xs-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-xs-28 {
        padding-bottom: 28px
    }

    .pl-xs-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-xs-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-xs-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-xs-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-29 {
        padding: 29px
    }

    .pt-xs-29 {
        padding-top: 29px
    }

    .pr-xs-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-xs-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-xs-29 {
        padding-bottom: 29px
    }

    .pl-xs-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-xs-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-xs-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-xs-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-30 {
        padding: 30px
    }

    .pt-xs-30 {
        padding-top: 30px
    }

    .pr-xs-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-xs-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-xs-30 {
        padding-bottom: 30px
    }

    .pl-xs-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-xs-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-xs-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-31 {
        padding: 31px
    }

    .pt-xs-31 {
        padding-top: 31px
    }

    .pr-xs-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-xs-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-xs-31 {
        padding-bottom: 31px
    }

    .pl-xs-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-xs-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-xs-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-xs-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-32 {
        padding: 32px
    }

    .pt-xs-32 {
        padding-top: 32px
    }

    .pr-xs-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-xs-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-xs-32 {
        padding-bottom: 32px
    }

    .pl-xs-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-xs-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-xs-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-xs-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-33 {
        padding: 33px
    }

    .pt-xs-33 {
        padding-top: 33px
    }

    .pr-xs-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-xs-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-xs-33 {
        padding-bottom: 33px
    }

    .pl-xs-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-xs-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-xs-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-xs-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-35 {
        padding: 35px
    }

    .pt-xs-35 {
        padding-top: 35px
    }

    .pr-xs-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-xs-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-xs-35 {
        padding-bottom: 35px
    }

    .pl-xs-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-xs-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-xs-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-xs-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-40 {
        padding: 40px
    }

    .pt-xs-40 {
        padding-top: 40px
    }

    .pr-xs-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-xs-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-xs-40 {
        padding-bottom: 40px
    }

    .pl-xs-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-xs-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-xs-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-45 {
        padding: 45px
    }

    .pt-xs-45 {
        padding-top: 45px
    }

    .pr-xs-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-xs-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-xs-45 {
        padding-bottom: 45px
    }

    .pl-xs-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-xs-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-xs-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-xs-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-50 {
        padding: 50px
    }

    .pt-xs-50 {
        padding-top: 50px
    }

    .pr-xs-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-xs-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-xs-50 {
        padding-bottom: 50px
    }

    .pl-xs-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-xs-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-xs-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-xs-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-60 {
        padding: 60px
    }

    .pt-xs-60 {
        padding-top: 60px
    }

    .pr-xs-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-xs-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-xs-60 {
        padding-bottom: 60px
    }

    .pl-xs-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-xs-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-xs-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-70 {
        padding: 70px
    }

    .pt-xs-70 {
        padding-top: 70px
    }

    .pr-xs-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-xs-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-xs-70 {
        padding-bottom: 70px
    }

    .pl-xs-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-xs-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-xs-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-xs-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-80 {
        padding: 80px
    }

    .pt-xs-80 {
        padding-top: 80px
    }

    .pr-xs-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-xs-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-xs-80 {
        padding-bottom: 80px
    }

    .pl-xs-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-xs-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-xs-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-xs-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-90 {
        padding: 90px
    }

    .pt-xs-90 {
        padding-top: 90px
    }

    .pr-xs-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-xs-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-xs-90 {
        padding-bottom: 90px
    }

    .pl-xs-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-xs-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-xs-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-xs-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-100 {
        padding: 100px
    }

    .pt-xs-100 {
        padding-top: 100px
    }

    .pr-xs-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-xs-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-xs-100 {
        padding-bottom: 100px
    }

    .pl-xs-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-xs-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-xs-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-xs-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-110 {
        padding: 110px
    }

    .pt-xs-110 {
        padding-top: 110px
    }

    .pr-xs-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-xs-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-xs-110 {
        padding-bottom: 110px
    }

    .pl-xs-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-xs-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-xs-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-xs-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-115 {
        padding: 115px
    }

    .pt-xs-115 {
        padding-top: 115px
    }

    .pr-xs-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-xs-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-xs-115 {
        padding-bottom: 115px
    }

    .pl-xs-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-xs-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-xs-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-xs-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-120 {
        padding: 120px
    }

    .pt-xs-120 {
        padding-top: 120px
    }

    .pr-xs-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-xs-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-xs-120 {
        padding-bottom: 120px
    }

    .pl-xs-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-xs-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-xs-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-xs-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-130 {
        padding: 130px
    }

    .pt-xs-130 {
        padding-top: 130px
    }

    .pr-xs-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-xs-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-xs-130 {
        padding-bottom: 130px
    }

    .pl-xs-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-xs-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-xs-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-xs-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-140 {
        padding: 140px
    }

    .pt-xs-140 {
        padding-top: 140px
    }

    .pr-xs-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-xs-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-xs-140 {
        padding-bottom: 140px
    }

    .pl-xs-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-xs-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-xs-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-xs-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-150 {
        padding: 150px
    }

    .pt-xs-150 {
        padding-top: 150px
    }

    .pr-xs-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-xs-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-xs-150 {
        padding-bottom: 150px
    }

    .pl-xs-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-xs-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-xs-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-xs-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-160 {
        padding: 160px
    }

    .pt-xs-160 {
        padding-top: 160px
    }

    .pr-xs-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-xs-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-xs-160 {
        padding-bottom: 160px
    }

    .pl-xs-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-xs-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-xs-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-xs-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-170 {
        padding: 170px
    }

    .pt-xs-170 {
        padding-top: 170px
    }

    .pr-xs-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-xs-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-xs-170 {
        padding-bottom: 170px
    }

    .pl-xs-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-xs-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-xs-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-xs-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-180 {
        padding: 180px
    }

    .pt-xs-180 {
        padding-top: 180px
    }

    .pr-xs-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-xs-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-xs-180 {
        padding-bottom: 180px
    }

    .pl-xs-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-xs-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-xs-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-xs-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-190 {
        padding: 190px
    }

    .pt-xs-190 {
        padding-top: 190px
    }

    .pr-xs-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-xs-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-xs-190 {
        padding-bottom: 190px
    }

    .pl-xs-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-xs-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-xs-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-xs-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xs-200 {
        padding: 200px
    }

    .pt-xs-200 {
        padding-top: 200px
    }

    .pr-xs-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-xs-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-xs-200 {
        padding-bottom: 200px
    }

    .pl-xs-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-xs-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-xs-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-xs-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-xs-n0 {
        margin: -0px
    }

    .mt-xs-n0 {
        margin-top: -0px
    }

    .mr-xs-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-xs-n0 {
        margin-left: -0px
    }

    .mb-xs-n0 {
        margin-bottom: -0px
    }

    .ml-xs-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-xs-n0 {
        margin-right: -0px
    }

    .m-xs-n1 {
        margin: -1px
    }

    .mt-xs-n1 {
        margin-top: -1px
    }

    .mr-xs-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-xs-n1 {
        margin-left: -1px
    }

    .mb-xs-n1 {
        margin-bottom: -1px
    }

    .ml-xs-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-xs-n1 {
        margin-right: -1px
    }

    .m-xs-n2 {
        margin: -2px
    }

    .mt-xs-n2 {
        margin-top: -2px
    }

    .mr-xs-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-xs-n2 {
        margin-left: -2px
    }

    .mb-xs-n2 {
        margin-bottom: -2px
    }

    .ml-xs-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-xs-n2 {
        margin-right: -2px
    }

    .m-xs-n3 {
        margin: -3px
    }

    .mt-xs-n3 {
        margin-top: -3px
    }

    .mr-xs-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-xs-n3 {
        margin-left: -3px
    }

    .mb-xs-n3 {
        margin-bottom: -3px
    }

    .ml-xs-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-xs-n3 {
        margin-right: -3px
    }

    .m-xs-n4 {
        margin: -4px
    }

    .mt-xs-n4 {
        margin-top: -4px
    }

    .mr-xs-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-xs-n4 {
        margin-left: -4px
    }

    .mb-xs-n4 {
        margin-bottom: -4px
    }

    .ml-xs-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-xs-n4 {
        margin-right: -4px
    }

    .m-xs-n5 {
        margin: -5px
    }

    .mt-xs-n5 {
        margin-top: -5px
    }

    .mr-xs-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-xs-n5 {
        margin-left: -5px
    }

    .mb-xs-n5 {
        margin-bottom: -5px
    }

    .ml-xs-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-xs-n5 {
        margin-right: -5px
    }

    .m-xs-n6 {
        margin: -6px
    }

    .mt-xs-n6 {
        margin-top: -6px
    }

    .mr-xs-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-xs-n6 {
        margin-left: -6px
    }

    .mb-xs-n6 {
        margin-bottom: -6px
    }

    .ml-xs-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-xs-n6 {
        margin-right: -6px
    }

    .m-xs-n7 {
        margin: -7px
    }

    .mt-xs-n7 {
        margin-top: -7px
    }

    .mr-xs-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-xs-n7 {
        margin-left: -7px
    }

    .mb-xs-n7 {
        margin-bottom: -7px
    }

    .ml-xs-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-xs-n7 {
        margin-right: -7px
    }

    .m-xs-n8 {
        margin: -8px
    }

    .mt-xs-n8 {
        margin-top: -8px
    }

    .mr-xs-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-xs-n8 {
        margin-left: -8px
    }

    .mb-xs-n8 {
        margin-bottom: -8px
    }

    .ml-xs-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-xs-n8 {
        margin-right: -8px
    }

    .m-xs-n9 {
        margin: -9px
    }

    .mt-xs-n9 {
        margin-top: -9px
    }

    .mr-xs-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-xs-n9 {
        margin-left: -9px
    }

    .mb-xs-n9 {
        margin-bottom: -9px
    }

    .ml-xs-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-xs-n9 {
        margin-right: -9px
    }

    .m-xs-n10 {
        margin: -10px
    }

    .mt-xs-n10 {
        margin-top: -10px
    }

    .mr-xs-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-xs-n10 {
        margin-left: -10px
    }

    .mb-xs-n10 {
        margin-bottom: -10px
    }

    .ml-xs-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-xs-n10 {
        margin-right: -10px
    }

    .m-xs-n11 {
        margin: -11px
    }

    .mt-xs-n11 {
        margin-top: -11px
    }

    .mr-xs-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-xs-n11 {
        margin-left: -11px
    }

    .mb-xs-n11 {
        margin-bottom: -11px
    }

    .ml-xs-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-xs-n11 {
        margin-right: -11px
    }

    .m-xs-n12 {
        margin: -12px
    }

    .mt-xs-n12 {
        margin-top: -12px
    }

    .mr-xs-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-xs-n12 {
        margin-left: -12px
    }

    .mb-xs-n12 {
        margin-bottom: -12px
    }

    .ml-xs-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-xs-n12 {
        margin-right: -12px
    }

    .m-xs-n13 {
        margin: -13px
    }

    .mt-xs-n13 {
        margin-top: -13px
    }

    .mr-xs-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-xs-n13 {
        margin-left: -13px
    }

    .mb-xs-n13 {
        margin-bottom: -13px
    }

    .ml-xs-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-xs-n13 {
        margin-right: -13px
    }

    .m-xs-n14 {
        margin: -14px
    }

    .mt-xs-n14 {
        margin-top: -14px
    }

    .mr-xs-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-xs-n14 {
        margin-left: -14px
    }

    .mb-xs-n14 {
        margin-bottom: -14px
    }

    .ml-xs-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-xs-n14 {
        margin-right: -14px
    }

    .m-xs-n15 {
        margin: -15px
    }

    .mt-xs-n15 {
        margin-top: -15px
    }

    .mr-xs-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-xs-n15 {
        margin-left: -15px
    }

    .mb-xs-n15 {
        margin-bottom: -15px
    }

    .ml-xs-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-xs-n15 {
        margin-right: -15px
    }

    .m-xs-n16 {
        margin: -16px
    }

    .mt-xs-n16 {
        margin-top: -16px
    }

    .mr-xs-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-xs-n16 {
        margin-left: -16px
    }

    .mb-xs-n16 {
        margin-bottom: -16px
    }

    .ml-xs-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-xs-n16 {
        margin-right: -16px
    }

    .m-xs-n17 {
        margin: -17px
    }

    .mt-xs-n17 {
        margin-top: -17px
    }

    .mr-xs-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-xs-n17 {
        margin-left: -17px
    }

    .mb-xs-n17 {
        margin-bottom: -17px
    }

    .ml-xs-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-xs-n17 {
        margin-right: -17px
    }

    .m-xs-n18 {
        margin: -18px
    }

    .mt-xs-n18 {
        margin-top: -18px
    }

    .mr-xs-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-xs-n18 {
        margin-left: -18px
    }

    .mb-xs-n18 {
        margin-bottom: -18px
    }

    .ml-xs-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-xs-n18 {
        margin-right: -18px
    }

    .m-xs-n19 {
        margin: -19px
    }

    .mt-xs-n19 {
        margin-top: -19px
    }

    .mr-xs-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-xs-n19 {
        margin-left: -19px
    }

    .mb-xs-n19 {
        margin-bottom: -19px
    }

    .ml-xs-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-xs-n19 {
        margin-right: -19px
    }

    .m-xs-n20 {
        margin: -20px
    }

    .mt-xs-n20 {
        margin-top: -20px
    }

    .mr-xs-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-xs-n20 {
        margin-left: -20px
    }

    .mb-xs-n20 {
        margin-bottom: -20px
    }

    .ml-xs-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-xs-n20 {
        margin-right: -20px
    }

    .m-xs-n21 {
        margin: -21px
    }

    .mt-xs-n21 {
        margin-top: -21px
    }

    .mr-xs-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-xs-n21 {
        margin-left: -21px
    }

    .mb-xs-n21 {
        margin-bottom: -21px
    }

    .ml-xs-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-xs-n21 {
        margin-right: -21px
    }

    .m-xs-n22 {
        margin: -22px
    }

    .mt-xs-n22 {
        margin-top: -22px
    }

    .mr-xs-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-xs-n22 {
        margin-left: -22px
    }

    .mb-xs-n22 {
        margin-bottom: -22px
    }

    .ml-xs-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-xs-n22 {
        margin-right: -22px
    }

    .m-xs-n23 {
        margin: -23px
    }

    .mt-xs-n23 {
        margin-top: -23px
    }

    .mr-xs-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-xs-n23 {
        margin-left: -23px
    }

    .mb-xs-n23 {
        margin-bottom: -23px
    }

    .ml-xs-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-xs-n23 {
        margin-right: -23px
    }

    .m-xs-n24 {
        margin: -24px
    }

    .mt-xs-n24 {
        margin-top: -24px
    }

    .mr-xs-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-xs-n24 {
        margin-left: -24px
    }

    .mb-xs-n24 {
        margin-bottom: -24px
    }

    .ml-xs-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-xs-n24 {
        margin-right: -24px
    }

    .m-xs-n25 {
        margin: -25px
    }

    .mt-xs-n25 {
        margin-top: -25px
    }

    .mr-xs-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-xs-n25 {
        margin-left: -25px
    }

    .mb-xs-n25 {
        margin-bottom: -25px
    }

    .ml-xs-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-xs-n25 {
        margin-right: -25px
    }

    .m-xs-n26 {
        margin: -26px
    }

    .mt-xs-n26 {
        margin-top: -26px
    }

    .mr-xs-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-xs-n26 {
        margin-left: -26px
    }

    .mb-xs-n26 {
        margin-bottom: -26px
    }

    .ml-xs-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-xs-n26 {
        margin-right: -26px
    }

    .m-xs-n27 {
        margin: -27px
    }

    .mt-xs-n27 {
        margin-top: -27px
    }

    .mr-xs-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-xs-n27 {
        margin-left: -27px
    }

    .mb-xs-n27 {
        margin-bottom: -27px
    }

    .ml-xs-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-xs-n27 {
        margin-right: -27px
    }

    .m-xs-n28 {
        margin: -28px
    }

    .mt-xs-n28 {
        margin-top: -28px
    }

    .mr-xs-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-xs-n28 {
        margin-left: -28px
    }

    .mb-xs-n28 {
        margin-bottom: -28px
    }

    .ml-xs-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-xs-n28 {
        margin-right: -28px
    }

    .m-xs-n29 {
        margin: -29px
    }

    .mt-xs-n29 {
        margin-top: -29px
    }

    .mr-xs-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-xs-n29 {
        margin-left: -29px
    }

    .mb-xs-n29 {
        margin-bottom: -29px
    }

    .ml-xs-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-xs-n29 {
        margin-right: -29px
    }

    .m-xs-n30 {
        margin: -30px
    }

    .mt-xs-n30 {
        margin-top: -30px
    }

    .mr-xs-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-xs-n30 {
        margin-left: -30px
    }

    .mb-xs-n30 {
        margin-bottom: -30px
    }

    .ml-xs-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-xs-n30 {
        margin-right: -30px
    }

    .m-xs-n31 {
        margin: -31px
    }

    .mt-xs-n31 {
        margin-top: -31px
    }

    .mr-xs-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-xs-n31 {
        margin-left: -31px
    }

    .mb-xs-n31 {
        margin-bottom: -31px
    }

    .ml-xs-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-xs-n31 {
        margin-right: -31px
    }

    .m-xs-n32 {
        margin: -32px
    }

    .mt-xs-n32 {
        margin-top: -32px
    }

    .mr-xs-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-xs-n32 {
        margin-left: -32px
    }

    .mb-xs-n32 {
        margin-bottom: -32px
    }

    .ml-xs-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-xs-n32 {
        margin-right: -32px
    }

    .m-xs-n33 {
        margin: -33px
    }

    .mt-xs-n33 {
        margin-top: -33px
    }

    .mr-xs-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-xs-n33 {
        margin-left: -33px
    }

    .mb-xs-n33 {
        margin-bottom: -33px
    }

    .ml-xs-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-xs-n33 {
        margin-right: -33px
    }

    .m-xs-n35 {
        margin: -35px
    }

    .mt-xs-n35 {
        margin-top: -35px
    }

    .mr-xs-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-xs-n35 {
        margin-left: -35px
    }

    .mb-xs-n35 {
        margin-bottom: -35px
    }

    .ml-xs-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-xs-n35 {
        margin-right: -35px
    }

    .m-xs-n40 {
        margin: -40px
    }

    .mt-xs-n40 {
        margin-top: -40px
    }

    .mr-xs-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-xs-n40 {
        margin-left: -40px
    }

    .mb-xs-n40 {
        margin-bottom: -40px
    }

    .ml-xs-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-xs-n40 {
        margin-right: -40px
    }

    .m-xs-n45 {
        margin: -45px
    }

    .mt-xs-n45 {
        margin-top: -45px
    }

    .mr-xs-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-xs-n45 {
        margin-left: -45px
    }

    .mb-xs-n45 {
        margin-bottom: -45px
    }

    .ml-xs-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-xs-n45 {
        margin-right: -45px
    }

    .m-xs-n50 {
        margin: -50px
    }

    .mt-xs-n50 {
        margin-top: -50px
    }

    .mr-xs-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-xs-n50 {
        margin-left: -50px
    }

    .mb-xs-n50 {
        margin-bottom: -50px
    }

    .ml-xs-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-xs-n50 {
        margin-right: -50px
    }

    .m-xs-n60 {
        margin: -60px
    }

    .mt-xs-n60 {
        margin-top: -60px
    }

    .mr-xs-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-xs-n60 {
        margin-left: -60px
    }

    .mb-xs-n60 {
        margin-bottom: -60px
    }

    .ml-xs-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-xs-n60 {
        margin-right: -60px
    }

    .m-xs-n70 {
        margin: -70px
    }

    .mt-xs-n70 {
        margin-top: -70px
    }

    .mr-xs-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-xs-n70 {
        margin-left: -70px
    }

    .mb-xs-n70 {
        margin-bottom: -70px
    }

    .ml-xs-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-xs-n70 {
        margin-right: -70px
    }

    .m-xs-n80 {
        margin: -80px
    }

    .mt-xs-n80 {
        margin-top: -80px
    }

    .mr-xs-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-xs-n80 {
        margin-left: -80px
    }

    .mb-xs-n80 {
        margin-bottom: -80px
    }

    .ml-xs-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-xs-n80 {
        margin-right: -80px
    }

    .m-xs-n90 {
        margin: -90px
    }

    .mt-xs-n90 {
        margin-top: -90px
    }

    .mr-xs-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-xs-n90 {
        margin-left: -90px
    }

    .mb-xs-n90 {
        margin-bottom: -90px
    }

    .ml-xs-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-xs-n90 {
        margin-right: -90px
    }

    .m-xs-n100 {
        margin: -100px
    }

    .mt-xs-n100 {
        margin-top: -100px
    }

    .mr-xs-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-xs-n100 {
        margin-left: -100px
    }

    .mb-xs-n100 {
        margin-bottom: -100px
    }

    .ml-xs-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-xs-n100 {
        margin-right: -100px
    }

    .m-xs-n110 {
        margin: -110px
    }

    .mt-xs-n110 {
        margin-top: -110px
    }

    .mr-xs-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-xs-n110 {
        margin-left: -110px
    }

    .mb-xs-n110 {
        margin-bottom: -110px
    }

    .ml-xs-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-xs-n110 {
        margin-right: -110px
    }

    .m-xs-n115 {
        margin: -115px
    }

    .mt-xs-n115 {
        margin-top: -115px
    }

    .mr-xs-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-xs-n115 {
        margin-left: -115px
    }

    .mb-xs-n115 {
        margin-bottom: -115px
    }

    .ml-xs-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-xs-n115 {
        margin-right: -115px
    }

    .m-xs-n120 {
        margin: -120px
    }

    .mt-xs-n120 {
        margin-top: -120px
    }

    .mr-xs-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-xs-n120 {
        margin-left: -120px
    }

    .mb-xs-n120 {
        margin-bottom: -120px
    }

    .ml-xs-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-xs-n120 {
        margin-right: -120px
    }

    .m-xs-n130 {
        margin: -130px
    }

    .mt-xs-n130 {
        margin-top: -130px
    }

    .mr-xs-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-xs-n130 {
        margin-left: -130px
    }

    .mb-xs-n130 {
        margin-bottom: -130px
    }

    .ml-xs-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-xs-n130 {
        margin-right: -130px
    }

    .m-xs-n140 {
        margin: -140px
    }

    .mt-xs-n140 {
        margin-top: -140px
    }

    .mr-xs-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-xs-n140 {
        margin-left: -140px
    }

    .mb-xs-n140 {
        margin-bottom: -140px
    }

    .ml-xs-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-xs-n140 {
        margin-right: -140px
    }

    .m-xs-n150 {
        margin: -150px
    }

    .mt-xs-n150 {
        margin-top: -150px
    }

    .mr-xs-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-xs-n150 {
        margin-left: -150px
    }

    .mb-xs-n150 {
        margin-bottom: -150px
    }

    .ml-xs-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-xs-n150 {
        margin-right: -150px
    }

    .m-xs-n160 {
        margin: -160px
    }

    .mt-xs-n160 {
        margin-top: -160px
    }

    .mr-xs-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-xs-n160 {
        margin-left: -160px
    }

    .mb-xs-n160 {
        margin-bottom: -160px
    }

    .ml-xs-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-xs-n160 {
        margin-right: -160px
    }

    .m-xs-n170 {
        margin: -170px
    }

    .mt-xs-n170 {
        margin-top: -170px
    }

    .mr-xs-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-xs-n170 {
        margin-left: -170px
    }

    .mb-xs-n170 {
        margin-bottom: -170px
    }

    .ml-xs-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-xs-n170 {
        margin-right: -170px
    }

    .m-xs-n180 {
        margin: -180px
    }

    .mt-xs-n180 {
        margin-top: -180px
    }

    .mr-xs-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-xs-n180 {
        margin-left: -180px
    }

    .mb-xs-n180 {
        margin-bottom: -180px
    }

    .ml-xs-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-xs-n180 {
        margin-right: -180px
    }

    .m-xs-n190 {
        margin: -190px
    }

    .mt-xs-n190 {
        margin-top: -190px
    }

    .mr-xs-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-xs-n190 {
        margin-left: -190px
    }

    .mb-xs-n190 {
        margin-bottom: -190px
    }

    .ml-xs-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-xs-n190 {
        margin-right: -190px
    }

    .m-xs-n200 {
        margin: -200px
    }

    .mt-xs-n200 {
        margin-top: -200px
    }

    .mr-xs-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-xs-n200 {
        margin-left: -200px
    }

    .mb-xs-n200 {
        margin-bottom: -200px
    }

    .ml-xs-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-xs-n200 {
        margin-right: -200px
    }

    .m-xs-auto {
        margin: auto
    }

    .mt-xs-auto, .my-xs-auto {
        margin-top: auto
    }

    .mr-xs-auto, .mx-xs-auto {
        margin-right: auto
    }

    .mb-xs-auto, .my-xs-auto {
        margin-bottom: auto
    }

    .ml-xs-auto, .mx-xs-auto {
        margin-left: auto
    }
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0px
    }

    .mt-sm-0 {
        margin-top: 0px
    }

    .mr-sm-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-sm-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-sm-0 {
        margin-bottom: 0px
    }

    .ml-sm-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-sm-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-sm-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-1 {
        margin: 1px
    }

    .mt-sm-1 {
        margin-top: 1px
    }

    .mr-sm-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-sm-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-sm-1 {
        margin-bottom: 1px
    }

    .ml-sm-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-sm-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-sm-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-sm-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-2 {
        margin: 2px
    }

    .mt-sm-2 {
        margin-top: 2px
    }

    .mr-sm-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-sm-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-sm-2 {
        margin-bottom: 2px
    }

    .ml-sm-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-sm-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-sm-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-sm-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-3 {
        margin: 3px
    }

    .mt-sm-3 {
        margin-top: 3px
    }

    .mr-sm-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-sm-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-sm-3 {
        margin-bottom: 3px
    }

    .ml-sm-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-sm-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-sm-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-sm-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-4 {
        margin: 4px
    }

    .mt-sm-4 {
        margin-top: 4px
    }

    .mr-sm-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-sm-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-sm-4 {
        margin-bottom: 4px
    }

    .ml-sm-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-sm-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-sm-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-sm-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-5 {
        margin: 5px
    }

    .mt-sm-5 {
        margin-top: 5px
    }

    .mr-sm-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-sm-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-sm-5 {
        margin-bottom: 5px
    }

    .ml-sm-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-sm-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-sm-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-sm-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-6 {
        margin: 6px
    }

    .mt-sm-6 {
        margin-top: 6px
    }

    .mr-sm-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-sm-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-sm-6 {
        margin-bottom: 6px
    }

    .ml-sm-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-sm-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-sm-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-sm-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-7 {
        margin: 7px
    }

    .mt-sm-7 {
        margin-top: 7px
    }

    .mr-sm-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-sm-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-sm-7 {
        margin-bottom: 7px
    }

    .ml-sm-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-sm-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-sm-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-sm-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-8 {
        margin: 8px
    }

    .mt-sm-8 {
        margin-top: 8px
    }

    .mr-sm-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-sm-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-sm-8 {
        margin-bottom: 8px
    }

    .ml-sm-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-sm-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-sm-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-sm-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-9 {
        margin: 9px
    }

    .mt-sm-9 {
        margin-top: 9px
    }

    .mr-sm-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-sm-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-sm-9 {
        margin-bottom: 9px
    }

    .ml-sm-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-sm-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-sm-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-sm-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-10 {
        margin: 10px
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mr-sm-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-sm-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-sm-10 {
        margin-bottom: 10px
    }

    .ml-sm-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-sm-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-sm-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-11 {
        margin: 11px
    }

    .mt-sm-11 {
        margin-top: 11px
    }

    .mr-sm-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-sm-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-sm-11 {
        margin-bottom: 11px
    }

    .ml-sm-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-sm-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-sm-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-sm-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-12 {
        margin: 12px
    }

    .mt-sm-12 {
        margin-top: 12px
    }

    .mr-sm-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-sm-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-sm-12 {
        margin-bottom: 12px
    }

    .ml-sm-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-sm-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-sm-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-sm-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-13 {
        margin: 13px
    }

    .mt-sm-13 {
        margin-top: 13px
    }

    .mr-sm-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-sm-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-sm-13 {
        margin-bottom: 13px
    }

    .ml-sm-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-sm-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-sm-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-sm-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-14 {
        margin: 14px
    }

    .mt-sm-14 {
        margin-top: 14px
    }

    .mr-sm-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-sm-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-sm-14 {
        margin-bottom: 14px
    }

    .ml-sm-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-sm-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-sm-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-sm-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-15 {
        margin: 15px
    }

    .mt-sm-15 {
        margin-top: 15px
    }

    .mr-sm-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-sm-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-sm-15 {
        margin-bottom: 15px
    }

    .ml-sm-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-sm-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-sm-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-16 {
        margin: 16px
    }

    .mt-sm-16 {
        margin-top: 16px
    }

    .mr-sm-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-sm-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-sm-16 {
        margin-bottom: 16px
    }

    .ml-sm-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-sm-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-sm-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-sm-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-17 {
        margin: 17px
    }

    .mt-sm-17 {
        margin-top: 17px
    }

    .mr-sm-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-sm-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-sm-17 {
        margin-bottom: 17px
    }

    .ml-sm-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-sm-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-sm-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-sm-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-18 {
        margin: 18px
    }

    .mt-sm-18 {
        margin-top: 18px
    }

    .mr-sm-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-sm-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-sm-18 {
        margin-bottom: 18px
    }

    .ml-sm-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-sm-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-sm-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-sm-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-19 {
        margin: 19px
    }

    .mt-sm-19 {
        margin-top: 19px
    }

    .mr-sm-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-sm-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-sm-19 {
        margin-bottom: 19px
    }

    .ml-sm-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-sm-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-sm-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-sm-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-20 {
        margin: 20px
    }

    .mt-sm-20 {
        margin-top: 20px
    }

    .mr-sm-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-sm-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-sm-20 {
        margin-bottom: 20px
    }

    .ml-sm-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-sm-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-sm-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-21 {
        margin: 21px
    }

    .mt-sm-21 {
        margin-top: 21px
    }

    .mr-sm-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-sm-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-sm-21 {
        margin-bottom: 21px
    }

    .ml-sm-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-sm-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-sm-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-sm-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-22 {
        margin: 22px
    }

    .mt-sm-22 {
        margin-top: 22px
    }

    .mr-sm-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-sm-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-sm-22 {
        margin-bottom: 22px
    }

    .ml-sm-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-sm-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-sm-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-sm-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-23 {
        margin: 23px
    }

    .mt-sm-23 {
        margin-top: 23px
    }

    .mr-sm-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-sm-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-sm-23 {
        margin-bottom: 23px
    }

    .ml-sm-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-sm-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-sm-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-sm-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-24 {
        margin: 24px
    }

    .mt-sm-24 {
        margin-top: 24px
    }

    .mr-sm-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-sm-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-sm-24 {
        margin-bottom: 24px
    }

    .ml-sm-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-sm-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-sm-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-sm-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-25 {
        margin: 25px
    }

    .mt-sm-25 {
        margin-top: 25px
    }

    .mr-sm-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-sm-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-sm-25 {
        margin-bottom: 25px
    }

    .ml-sm-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-sm-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-sm-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-sm-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-26 {
        margin: 26px
    }

    .mt-sm-26 {
        margin-top: 26px
    }

    .mr-sm-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-sm-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-sm-26 {
        margin-bottom: 26px
    }

    .ml-sm-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-sm-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-sm-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-sm-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-27 {
        margin: 27px
    }

    .mt-sm-27 {
        margin-top: 27px
    }

    .mr-sm-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-sm-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-sm-27 {
        margin-bottom: 27px
    }

    .ml-sm-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-sm-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-sm-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-sm-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-28 {
        margin: 28px
    }

    .mt-sm-28 {
        margin-top: 28px
    }

    .mr-sm-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-sm-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-sm-28 {
        margin-bottom: 28px
    }

    .ml-sm-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-sm-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-sm-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-sm-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-29 {
        margin: 29px
    }

    .mt-sm-29 {
        margin-top: 29px
    }

    .mr-sm-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-sm-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-sm-29 {
        margin-bottom: 29px
    }

    .ml-sm-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-sm-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-sm-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-sm-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-30 {
        margin: 30px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mr-sm-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-sm-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .ml-sm-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-sm-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-sm-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-31 {
        margin: 31px
    }

    .mt-sm-31 {
        margin-top: 31px
    }

    .mr-sm-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-sm-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-sm-31 {
        margin-bottom: 31px
    }

    .ml-sm-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-sm-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-sm-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-sm-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-32 {
        margin: 32px
    }

    .mt-sm-32 {
        margin-top: 32px
    }

    .mr-sm-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-sm-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-sm-32 {
        margin-bottom: 32px
    }

    .ml-sm-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-sm-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-sm-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-sm-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-33 {
        margin: 33px
    }

    .mt-sm-33 {
        margin-top: 33px
    }

    .mr-sm-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-sm-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-sm-33 {
        margin-bottom: 33px
    }

    .ml-sm-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-sm-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-sm-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-sm-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-35 {
        margin: 35px
    }

    .mt-sm-35 {
        margin-top: 35px
    }

    .mr-sm-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-sm-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-sm-35 {
        margin-bottom: 35px
    }

    .ml-sm-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-sm-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-sm-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-sm-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-40 {
        margin: 40px
    }

    .mt-sm-40 {
        margin-top: 40px
    }

    .mr-sm-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-sm-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-sm-40 {
        margin-bottom: 40px
    }

    .ml-sm-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-sm-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-sm-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-45 {
        margin: 45px
    }

    .mt-sm-45 {
        margin-top: 45px
    }

    .mr-sm-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-sm-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-sm-45 {
        margin-bottom: 45px
    }

    .ml-sm-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-sm-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-sm-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-50 {
        margin: 50px
    }

    .mt-sm-50 {
        margin-top: 50px
    }

    .mr-sm-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-sm-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-sm-50 {
        margin-bottom: 50px
    }

    .ml-sm-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-sm-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-sm-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-sm-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-60 {
        margin: 60px
    }

    .mt-sm-60 {
        margin-top: 60px
    }

    .mr-sm-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-sm-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-sm-60 {
        margin-bottom: 60px
    }

    .ml-sm-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-sm-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-sm-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-70 {
        margin: 70px
    }

    .mt-sm-70 {
        margin-top: 70px
    }

    .mr-sm-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-sm-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-sm-70 {
        margin-bottom: 70px
    }

    .ml-sm-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-sm-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-sm-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-sm-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-80 {
        margin: 80px
    }

    .mt-sm-80 {
        margin-top: 80px
    }

    .mr-sm-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-sm-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-sm-80 {
        margin-bottom: 80px
    }

    .ml-sm-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-sm-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-sm-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-sm-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-90 {
        margin: 90px
    }

    .mt-sm-90 {
        margin-top: 90px
    }

    .mr-sm-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-sm-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-sm-90 {
        margin-bottom: 90px
    }

    .ml-sm-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-sm-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-sm-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-sm-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-100 {
        margin: 100px
    }

    .mt-sm-100 {
        margin-top: 100px
    }

    .mr-sm-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-sm-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-sm-100 {
        margin-bottom: 100px
    }

    .ml-sm-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-sm-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-sm-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-sm-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-110 {
        margin: 110px
    }

    .mt-sm-110 {
        margin-top: 110px
    }

    .mr-sm-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-sm-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-sm-110 {
        margin-bottom: 110px
    }

    .ml-sm-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-sm-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-sm-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-sm-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-115 {
        margin: 115px
    }

    .mt-sm-115 {
        margin-top: 115px
    }

    .mr-sm-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-sm-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-sm-115 {
        margin-bottom: 115px
    }

    .ml-sm-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-sm-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-sm-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-sm-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-120 {
        margin: 120px
    }

    .mt-sm-120 {
        margin-top: 120px
    }

    .mr-sm-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-sm-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-sm-120 {
        margin-bottom: 120px
    }

    .ml-sm-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-sm-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-sm-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-sm-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-130 {
        margin: 130px
    }

    .mt-sm-130 {
        margin-top: 130px
    }

    .mr-sm-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-sm-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-sm-130 {
        margin-bottom: 130px
    }

    .ml-sm-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-sm-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-sm-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-sm-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-140 {
        margin: 140px
    }

    .mt-sm-140 {
        margin-top: 140px
    }

    .mr-sm-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-sm-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-sm-140 {
        margin-bottom: 140px
    }

    .ml-sm-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-sm-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-sm-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-sm-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-150 {
        margin: 150px
    }

    .mt-sm-150 {
        margin-top: 150px
    }

    .mr-sm-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-sm-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-sm-150 {
        margin-bottom: 150px
    }

    .ml-sm-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-sm-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-sm-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-sm-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-160 {
        margin: 160px
    }

    .mt-sm-160 {
        margin-top: 160px
    }

    .mr-sm-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-sm-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-sm-160 {
        margin-bottom: 160px
    }

    .ml-sm-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-sm-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-sm-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-sm-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-170 {
        margin: 170px
    }

    .mt-sm-170 {
        margin-top: 170px
    }

    .mr-sm-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-sm-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-sm-170 {
        margin-bottom: 170px
    }

    .ml-sm-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-sm-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-sm-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-sm-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-180 {
        margin: 180px
    }

    .mt-sm-180 {
        margin-top: 180px
    }

    .mr-sm-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-sm-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-sm-180 {
        margin-bottom: 180px
    }

    .ml-sm-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-sm-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-sm-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-sm-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-190 {
        margin: 190px
    }

    .mt-sm-190 {
        margin-top: 190px
    }

    .mr-sm-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-sm-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-sm-190 {
        margin-bottom: 190px
    }

    .ml-sm-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-sm-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-sm-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-sm-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-sm-200 {
        margin: 200px
    }

    .mt-sm-200 {
        margin-top: 200px
    }

    .mr-sm-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-sm-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-sm-200 {
        margin-bottom: 200px
    }

    .ml-sm-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-sm-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-sm-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-sm-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-sm-0 {
        padding: 0px
    }

    .pt-sm-0 {
        padding-top: 0px
    }

    .pr-sm-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-sm-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-sm-0 {
        padding-bottom: 0px
    }

    .pl-sm-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-sm-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-sm-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-1 {
        padding: 1px
    }

    .pt-sm-1 {
        padding-top: 1px
    }

    .pr-sm-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-sm-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-sm-1 {
        padding-bottom: 1px
    }

    .pl-sm-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-sm-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-sm-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-sm-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-2 {
        padding: 2px
    }

    .pt-sm-2 {
        padding-top: 2px
    }

    .pr-sm-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-sm-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-sm-2 {
        padding-bottom: 2px
    }

    .pl-sm-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-sm-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-sm-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-sm-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-3 {
        padding: 3px
    }

    .pt-sm-3 {
        padding-top: 3px
    }

    .pr-sm-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-sm-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-sm-3 {
        padding-bottom: 3px
    }

    .pl-sm-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-sm-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-sm-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-sm-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-4 {
        padding: 4px
    }

    .pt-sm-4 {
        padding-top: 4px
    }

    .pr-sm-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-sm-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-sm-4 {
        padding-bottom: 4px
    }

    .pl-sm-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-sm-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-sm-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-sm-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-5 {
        padding: 5px
    }

    .pt-sm-5 {
        padding-top: 5px
    }

    .pr-sm-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-sm-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-sm-5 {
        padding-bottom: 5px
    }

    .pl-sm-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-sm-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-sm-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-6 {
        padding: 6px
    }

    .pt-sm-6 {
        padding-top: 6px
    }

    .pr-sm-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-sm-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-sm-6 {
        padding-bottom: 6px
    }

    .pl-sm-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-sm-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-sm-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-sm-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-7 {
        padding: 7px
    }

    .pt-sm-7 {
        padding-top: 7px
    }

    .pr-sm-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-sm-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-sm-7 {
        padding-bottom: 7px
    }

    .pl-sm-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-sm-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-sm-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-sm-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-8 {
        padding: 8px
    }

    .pt-sm-8 {
        padding-top: 8px
    }

    .pr-sm-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-sm-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-sm-8 {
        padding-bottom: 8px
    }

    .pl-sm-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-sm-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-sm-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-sm-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-9 {
        padding: 9px
    }

    .pt-sm-9 {
        padding-top: 9px
    }

    .pr-sm-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-sm-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-sm-9 {
        padding-bottom: 9px
    }

    .pl-sm-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-sm-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-sm-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-sm-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-10 {
        padding: 10px
    }

    .pt-sm-10 {
        padding-top: 10px
    }

    .pr-sm-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-sm-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-sm-10 {
        padding-bottom: 10px
    }

    .pl-sm-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-sm-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-sm-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-11 {
        padding: 11px
    }

    .pt-sm-11 {
        padding-top: 11px
    }

    .pr-sm-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-sm-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-sm-11 {
        padding-bottom: 11px
    }

    .pl-sm-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-sm-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-sm-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-sm-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-12 {
        padding: 12px
    }

    .pt-sm-12 {
        padding-top: 12px
    }

    .pr-sm-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-sm-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-sm-12 {
        padding-bottom: 12px
    }

    .pl-sm-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-sm-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-sm-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-sm-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-13 {
        padding: 13px
    }

    .pt-sm-13 {
        padding-top: 13px
    }

    .pr-sm-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-sm-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-sm-13 {
        padding-bottom: 13px
    }

    .pl-sm-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-sm-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-sm-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-sm-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-14 {
        padding: 14px
    }

    .pt-sm-14 {
        padding-top: 14px
    }

    .pr-sm-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-sm-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-sm-14 {
        padding-bottom: 14px
    }

    .pl-sm-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-sm-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-sm-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-sm-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-15 {
        padding: 15px
    }

    .pt-sm-15 {
        padding-top: 15px
    }

    .pr-sm-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-sm-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-sm-15 {
        padding-bottom: 15px
    }

    .pl-sm-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-sm-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-sm-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-16 {
        padding: 16px
    }

    .pt-sm-16 {
        padding-top: 16px
    }

    .pr-sm-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-sm-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-sm-16 {
        padding-bottom: 16px
    }

    .pl-sm-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-sm-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-sm-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-sm-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-17 {
        padding: 17px
    }

    .pt-sm-17 {
        padding-top: 17px
    }

    .pr-sm-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-sm-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-sm-17 {
        padding-bottom: 17px
    }

    .pl-sm-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-sm-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-sm-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-sm-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-18 {
        padding: 18px
    }

    .pt-sm-18 {
        padding-top: 18px
    }

    .pr-sm-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-sm-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-sm-18 {
        padding-bottom: 18px
    }

    .pl-sm-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-sm-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-sm-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-sm-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-19 {
        padding: 19px
    }

    .pt-sm-19 {
        padding-top: 19px
    }

    .pr-sm-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-sm-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-sm-19 {
        padding-bottom: 19px
    }

    .pl-sm-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-sm-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-sm-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-sm-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-20 {
        padding: 20px
    }

    .pt-sm-20 {
        padding-top: 20px
    }

    .pr-sm-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-sm-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-sm-20 {
        padding-bottom: 20px
    }

    .pl-sm-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-sm-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-sm-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-21 {
        padding: 21px
    }

    .pt-sm-21 {
        padding-top: 21px
    }

    .pr-sm-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-sm-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-sm-21 {
        padding-bottom: 21px
    }

    .pl-sm-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-sm-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-sm-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-sm-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-22 {
        padding: 22px
    }

    .pt-sm-22 {
        padding-top: 22px
    }

    .pr-sm-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-sm-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-sm-22 {
        padding-bottom: 22px
    }

    .pl-sm-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-sm-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-sm-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-sm-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-23 {
        padding: 23px
    }

    .pt-sm-23 {
        padding-top: 23px
    }

    .pr-sm-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-sm-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-sm-23 {
        padding-bottom: 23px
    }

    .pl-sm-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-sm-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-sm-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-sm-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-24 {
        padding: 24px
    }

    .pt-sm-24 {
        padding-top: 24px
    }

    .pr-sm-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-sm-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-sm-24 {
        padding-bottom: 24px
    }

    .pl-sm-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-sm-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-sm-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-sm-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-25 {
        padding: 25px
    }

    .pt-sm-25 {
        padding-top: 25px
    }

    .pr-sm-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-sm-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-sm-25 {
        padding-bottom: 25px
    }

    .pl-sm-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-sm-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-sm-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-sm-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-26 {
        padding: 26px
    }

    .pt-sm-26 {
        padding-top: 26px
    }

    .pr-sm-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-sm-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-sm-26 {
        padding-bottom: 26px
    }

    .pl-sm-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-sm-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-sm-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-sm-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-27 {
        padding: 27px
    }

    .pt-sm-27 {
        padding-top: 27px
    }

    .pr-sm-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-sm-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-sm-27 {
        padding-bottom: 27px
    }

    .pl-sm-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-sm-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-sm-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-sm-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-28 {
        padding: 28px
    }

    .pt-sm-28 {
        padding-top: 28px
    }

    .pr-sm-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-sm-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-sm-28 {
        padding-bottom: 28px
    }

    .pl-sm-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-sm-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-sm-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-sm-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-29 {
        padding: 29px
    }

    .pt-sm-29 {
        padding-top: 29px
    }

    .pr-sm-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-sm-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-sm-29 {
        padding-bottom: 29px
    }

    .pl-sm-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-sm-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-sm-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-sm-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-30 {
        padding: 30px
    }

    .pt-sm-30 {
        padding-top: 30px
    }

    .pr-sm-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-sm-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-sm-30 {
        padding-bottom: 30px
    }

    .pl-sm-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-sm-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-sm-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-31 {
        padding: 31px
    }

    .pt-sm-31 {
        padding-top: 31px
    }

    .pr-sm-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-sm-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-sm-31 {
        padding-bottom: 31px
    }

    .pl-sm-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-sm-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-sm-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-sm-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-32 {
        padding: 32px
    }

    .pt-sm-32 {
        padding-top: 32px
    }

    .pr-sm-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-sm-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-sm-32 {
        padding-bottom: 32px
    }

    .pl-sm-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-sm-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-sm-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-sm-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-33 {
        padding: 33px
    }

    .pt-sm-33 {
        padding-top: 33px
    }

    .pr-sm-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-sm-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-sm-33 {
        padding-bottom: 33px
    }

    .pl-sm-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-sm-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-sm-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-sm-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-35 {
        padding: 35px
    }

    .pt-sm-35 {
        padding-top: 35px
    }

    .pr-sm-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-sm-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-sm-35 {
        padding-bottom: 35px
    }

    .pl-sm-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-sm-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-sm-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-40 {
        padding: 40px
    }

    .pt-sm-40 {
        padding-top: 40px
    }

    .pr-sm-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-sm-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-sm-40 {
        padding-bottom: 40px
    }

    .pl-sm-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-sm-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-sm-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-45 {
        padding: 45px
    }

    .pt-sm-45 {
        padding-top: 45px
    }

    .pr-sm-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-sm-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-sm-45 {
        padding-bottom: 45px
    }

    .pl-sm-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-sm-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-sm-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-sm-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-50 {
        padding: 50px
    }

    .pt-sm-50 {
        padding-top: 50px
    }

    .pr-sm-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-sm-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-sm-50 {
        padding-bottom: 50px
    }

    .pl-sm-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-sm-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-sm-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-60 {
        padding: 60px
    }

    .pt-sm-60 {
        padding-top: 60px
    }

    .pr-sm-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-sm-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-sm-60 {
        padding-bottom: 60px
    }

    .pl-sm-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-sm-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-sm-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-70 {
        padding: 70px
    }

    .pt-sm-70 {
        padding-top: 70px
    }

    .pr-sm-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-sm-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-sm-70 {
        padding-bottom: 70px
    }

    .pl-sm-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-sm-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-sm-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-80 {
        padding: 80px
    }

    .pt-sm-80 {
        padding-top: 80px
    }

    .pr-sm-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-sm-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-sm-80 {
        padding-bottom: 80px
    }

    .pl-sm-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-sm-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-sm-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-90 {
        padding: 90px
    }

    .pt-sm-90 {
        padding-top: 90px
    }

    .pr-sm-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-sm-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-sm-90 {
        padding-bottom: 90px
    }

    .pl-sm-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-sm-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-sm-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-100 {
        padding: 100px
    }

    .pt-sm-100 {
        padding-top: 100px
    }

    .pr-sm-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-sm-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-sm-100 {
        padding-bottom: 100px
    }

    .pl-sm-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-sm-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-sm-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-110 {
        padding: 110px
    }

    .pt-sm-110 {
        padding-top: 110px
    }

    .pr-sm-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-sm-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-sm-110 {
        padding-bottom: 110px
    }

    .pl-sm-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-sm-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-sm-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-sm-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-115 {
        padding: 115px
    }

    .pt-sm-115 {
        padding-top: 115px
    }

    .pr-sm-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-sm-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-sm-115 {
        padding-bottom: 115px
    }

    .pl-sm-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-sm-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-sm-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-sm-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-120 {
        padding: 120px
    }

    .pt-sm-120 {
        padding-top: 120px
    }

    .pr-sm-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-sm-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-sm-120 {
        padding-bottom: 120px
    }

    .pl-sm-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-sm-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-sm-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-sm-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-130 {
        padding: 130px
    }

    .pt-sm-130 {
        padding-top: 130px
    }

    .pr-sm-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-sm-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-sm-130 {
        padding-bottom: 130px
    }

    .pl-sm-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-sm-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-sm-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-sm-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-140 {
        padding: 140px
    }

    .pt-sm-140 {
        padding-top: 140px
    }

    .pr-sm-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-sm-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-sm-140 {
        padding-bottom: 140px
    }

    .pl-sm-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-sm-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-sm-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-sm-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-150 {
        padding: 150px
    }

    .pt-sm-150 {
        padding-top: 150px
    }

    .pr-sm-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-sm-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-sm-150 {
        padding-bottom: 150px
    }

    .pl-sm-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-sm-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-sm-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-sm-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-160 {
        padding: 160px
    }

    .pt-sm-160 {
        padding-top: 160px
    }

    .pr-sm-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-sm-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-sm-160 {
        padding-bottom: 160px
    }

    .pl-sm-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-sm-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-sm-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-sm-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-170 {
        padding: 170px
    }

    .pt-sm-170 {
        padding-top: 170px
    }

    .pr-sm-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-sm-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-sm-170 {
        padding-bottom: 170px
    }

    .pl-sm-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-sm-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-sm-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-sm-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-180 {
        padding: 180px
    }

    .pt-sm-180 {
        padding-top: 180px
    }

    .pr-sm-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-sm-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-sm-180 {
        padding-bottom: 180px
    }

    .pl-sm-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-sm-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-sm-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-sm-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-190 {
        padding: 190px
    }

    .pt-sm-190 {
        padding-top: 190px
    }

    .pr-sm-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-sm-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-sm-190 {
        padding-bottom: 190px
    }

    .pl-sm-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-sm-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-sm-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-sm-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-sm-200 {
        padding: 200px
    }

    .pt-sm-200 {
        padding-top: 200px
    }

    .pr-sm-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-sm-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-sm-200 {
        padding-bottom: 200px
    }

    .pl-sm-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-sm-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-sm-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-sm-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-sm-n0 {
        margin: -0px
    }

    .mt-sm-n0 {
        margin-top: -0px
    }

    .mr-sm-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-sm-n0 {
        margin-left: -0px
    }

    .mb-sm-n0 {
        margin-bottom: -0px
    }

    .ml-sm-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-sm-n0 {
        margin-right: -0px
    }

    .m-sm-n1 {
        margin: -1px
    }

    .mt-sm-n1 {
        margin-top: -1px
    }

    .mr-sm-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-sm-n1 {
        margin-left: -1px
    }

    .mb-sm-n1 {
        margin-bottom: -1px
    }

    .ml-sm-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-sm-n1 {
        margin-right: -1px
    }

    .m-sm-n2 {
        margin: -2px
    }

    .mt-sm-n2 {
        margin-top: -2px
    }

    .mr-sm-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-sm-n2 {
        margin-left: -2px
    }

    .mb-sm-n2 {
        margin-bottom: -2px
    }

    .ml-sm-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-sm-n2 {
        margin-right: -2px
    }

    .m-sm-n3 {
        margin: -3px
    }

    .mt-sm-n3 {
        margin-top: -3px
    }

    .mr-sm-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-sm-n3 {
        margin-left: -3px
    }

    .mb-sm-n3 {
        margin-bottom: -3px
    }

    .ml-sm-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-sm-n3 {
        margin-right: -3px
    }

    .m-sm-n4 {
        margin: -4px
    }

    .mt-sm-n4 {
        margin-top: -4px
    }

    .mr-sm-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-sm-n4 {
        margin-left: -4px
    }

    .mb-sm-n4 {
        margin-bottom: -4px
    }

    .ml-sm-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-sm-n4 {
        margin-right: -4px
    }

    .m-sm-n5 {
        margin: -5px
    }

    .mt-sm-n5 {
        margin-top: -5px
    }

    .mr-sm-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-sm-n5 {
        margin-left: -5px
    }

    .mb-sm-n5 {
        margin-bottom: -5px
    }

    .ml-sm-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-sm-n5 {
        margin-right: -5px
    }

    .m-sm-n6 {
        margin: -6px
    }

    .mt-sm-n6 {
        margin-top: -6px
    }

    .mr-sm-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-sm-n6 {
        margin-left: -6px
    }

    .mb-sm-n6 {
        margin-bottom: -6px
    }

    .ml-sm-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-sm-n6 {
        margin-right: -6px
    }

    .m-sm-n7 {
        margin: -7px
    }

    .mt-sm-n7 {
        margin-top: -7px
    }

    .mr-sm-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-sm-n7 {
        margin-left: -7px
    }

    .mb-sm-n7 {
        margin-bottom: -7px
    }

    .ml-sm-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-sm-n7 {
        margin-right: -7px
    }

    .m-sm-n8 {
        margin: -8px
    }

    .mt-sm-n8 {
        margin-top: -8px
    }

    .mr-sm-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-sm-n8 {
        margin-left: -8px
    }

    .mb-sm-n8 {
        margin-bottom: -8px
    }

    .ml-sm-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-sm-n8 {
        margin-right: -8px
    }

    .m-sm-n9 {
        margin: -9px
    }

    .mt-sm-n9 {
        margin-top: -9px
    }

    .mr-sm-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-sm-n9 {
        margin-left: -9px
    }

    .mb-sm-n9 {
        margin-bottom: -9px
    }

    .ml-sm-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-sm-n9 {
        margin-right: -9px
    }

    .m-sm-n10 {
        margin: -10px
    }

    .mt-sm-n10 {
        margin-top: -10px
    }

    .mr-sm-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-sm-n10 {
        margin-left: -10px
    }

    .mb-sm-n10 {
        margin-bottom: -10px
    }

    .ml-sm-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-sm-n10 {
        margin-right: -10px
    }

    .m-sm-n11 {
        margin: -11px
    }

    .mt-sm-n11 {
        margin-top: -11px
    }

    .mr-sm-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-sm-n11 {
        margin-left: -11px
    }

    .mb-sm-n11 {
        margin-bottom: -11px
    }

    .ml-sm-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-sm-n11 {
        margin-right: -11px
    }

    .m-sm-n12 {
        margin: -12px
    }

    .mt-sm-n12 {
        margin-top: -12px
    }

    .mr-sm-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-sm-n12 {
        margin-left: -12px
    }

    .mb-sm-n12 {
        margin-bottom: -12px
    }

    .ml-sm-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-sm-n12 {
        margin-right: -12px
    }

    .m-sm-n13 {
        margin: -13px
    }

    .mt-sm-n13 {
        margin-top: -13px
    }

    .mr-sm-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-sm-n13 {
        margin-left: -13px
    }

    .mb-sm-n13 {
        margin-bottom: -13px
    }

    .ml-sm-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-sm-n13 {
        margin-right: -13px
    }

    .m-sm-n14 {
        margin: -14px
    }

    .mt-sm-n14 {
        margin-top: -14px
    }

    .mr-sm-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-sm-n14 {
        margin-left: -14px
    }

    .mb-sm-n14 {
        margin-bottom: -14px
    }

    .ml-sm-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-sm-n14 {
        margin-right: -14px
    }

    .m-sm-n15 {
        margin: -15px
    }

    .mt-sm-n15 {
        margin-top: -15px
    }

    .mr-sm-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-sm-n15 {
        margin-left: -15px
    }

    .mb-sm-n15 {
        margin-bottom: -15px
    }

    .ml-sm-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-sm-n15 {
        margin-right: -15px
    }

    .m-sm-n16 {
        margin: -16px
    }

    .mt-sm-n16 {
        margin-top: -16px
    }

    .mr-sm-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-sm-n16 {
        margin-left: -16px
    }

    .mb-sm-n16 {
        margin-bottom: -16px
    }

    .ml-sm-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-sm-n16 {
        margin-right: -16px
    }

    .m-sm-n17 {
        margin: -17px
    }

    .mt-sm-n17 {
        margin-top: -17px
    }

    .mr-sm-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-sm-n17 {
        margin-left: -17px
    }

    .mb-sm-n17 {
        margin-bottom: -17px
    }

    .ml-sm-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-sm-n17 {
        margin-right: -17px
    }

    .m-sm-n18 {
        margin: -18px
    }

    .mt-sm-n18 {
        margin-top: -18px
    }

    .mr-sm-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-sm-n18 {
        margin-left: -18px
    }

    .mb-sm-n18 {
        margin-bottom: -18px
    }

    .ml-sm-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-sm-n18 {
        margin-right: -18px
    }

    .m-sm-n19 {
        margin: -19px
    }

    .mt-sm-n19 {
        margin-top: -19px
    }

    .mr-sm-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-sm-n19 {
        margin-left: -19px
    }

    .mb-sm-n19 {
        margin-bottom: -19px
    }

    .ml-sm-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-sm-n19 {
        margin-right: -19px
    }

    .m-sm-n20 {
        margin: -20px
    }

    .mt-sm-n20 {
        margin-top: -20px
    }

    .mr-sm-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-sm-n20 {
        margin-left: -20px
    }

    .mb-sm-n20 {
        margin-bottom: -20px
    }

    .ml-sm-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-sm-n20 {
        margin-right: -20px
    }

    .m-sm-n21 {
        margin: -21px
    }

    .mt-sm-n21 {
        margin-top: -21px
    }

    .mr-sm-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-sm-n21 {
        margin-left: -21px
    }

    .mb-sm-n21 {
        margin-bottom: -21px
    }

    .ml-sm-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-sm-n21 {
        margin-right: -21px
    }

    .m-sm-n22 {
        margin: -22px
    }

    .mt-sm-n22 {
        margin-top: -22px
    }

    .mr-sm-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-sm-n22 {
        margin-left: -22px
    }

    .mb-sm-n22 {
        margin-bottom: -22px
    }

    .ml-sm-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-sm-n22 {
        margin-right: -22px
    }

    .m-sm-n23 {
        margin: -23px
    }

    .mt-sm-n23 {
        margin-top: -23px
    }

    .mr-sm-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-sm-n23 {
        margin-left: -23px
    }

    .mb-sm-n23 {
        margin-bottom: -23px
    }

    .ml-sm-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-sm-n23 {
        margin-right: -23px
    }

    .m-sm-n24 {
        margin: -24px
    }

    .mt-sm-n24 {
        margin-top: -24px
    }

    .mr-sm-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-sm-n24 {
        margin-left: -24px
    }

    .mb-sm-n24 {
        margin-bottom: -24px
    }

    .ml-sm-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-sm-n24 {
        margin-right: -24px
    }

    .m-sm-n25 {
        margin: -25px
    }

    .mt-sm-n25 {
        margin-top: -25px
    }

    .mr-sm-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-sm-n25 {
        margin-left: -25px
    }

    .mb-sm-n25 {
        margin-bottom: -25px
    }

    .ml-sm-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-sm-n25 {
        margin-right: -25px
    }

    .m-sm-n26 {
        margin: -26px
    }

    .mt-sm-n26 {
        margin-top: -26px
    }

    .mr-sm-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-sm-n26 {
        margin-left: -26px
    }

    .mb-sm-n26 {
        margin-bottom: -26px
    }

    .ml-sm-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-sm-n26 {
        margin-right: -26px
    }

    .m-sm-n27 {
        margin: -27px
    }

    .mt-sm-n27 {
        margin-top: -27px
    }

    .mr-sm-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-sm-n27 {
        margin-left: -27px
    }

    .mb-sm-n27 {
        margin-bottom: -27px
    }

    .ml-sm-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-sm-n27 {
        margin-right: -27px
    }

    .m-sm-n28 {
        margin: -28px
    }

    .mt-sm-n28 {
        margin-top: -28px
    }

    .mr-sm-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-sm-n28 {
        margin-left: -28px
    }

    .mb-sm-n28 {
        margin-bottom: -28px
    }

    .ml-sm-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-sm-n28 {
        margin-right: -28px
    }

    .m-sm-n29 {
        margin: -29px
    }

    .mt-sm-n29 {
        margin-top: -29px
    }

    .mr-sm-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-sm-n29 {
        margin-left: -29px
    }

    .mb-sm-n29 {
        margin-bottom: -29px
    }

    .ml-sm-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-sm-n29 {
        margin-right: -29px
    }

    .m-sm-n30 {
        margin: -30px
    }

    .mt-sm-n30 {
        margin-top: -30px
    }

    .mr-sm-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-sm-n30 {
        margin-left: -30px
    }

    .mb-sm-n30 {
        margin-bottom: -30px
    }

    .ml-sm-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-sm-n30 {
        margin-right: -30px
    }

    .m-sm-n31 {
        margin: -31px
    }

    .mt-sm-n31 {
        margin-top: -31px
    }

    .mr-sm-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-sm-n31 {
        margin-left: -31px
    }

    .mb-sm-n31 {
        margin-bottom: -31px
    }

    .ml-sm-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-sm-n31 {
        margin-right: -31px
    }

    .m-sm-n32 {
        margin: -32px
    }

    .mt-sm-n32 {
        margin-top: -32px
    }

    .mr-sm-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-sm-n32 {
        margin-left: -32px
    }

    .mb-sm-n32 {
        margin-bottom: -32px
    }

    .ml-sm-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-sm-n32 {
        margin-right: -32px
    }

    .m-sm-n33 {
        margin: -33px
    }

    .mt-sm-n33 {
        margin-top: -33px
    }

    .mr-sm-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-sm-n33 {
        margin-left: -33px
    }

    .mb-sm-n33 {
        margin-bottom: -33px
    }

    .ml-sm-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-sm-n33 {
        margin-right: -33px
    }

    .m-sm-n35 {
        margin: -35px
    }

    .mt-sm-n35 {
        margin-top: -35px
    }

    .mr-sm-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-sm-n35 {
        margin-left: -35px
    }

    .mb-sm-n35 {
        margin-bottom: -35px
    }

    .ml-sm-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-sm-n35 {
        margin-right: -35px
    }

    .m-sm-n40 {
        margin: -40px
    }

    .mt-sm-n40 {
        margin-top: -40px
    }

    .mr-sm-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-sm-n40 {
        margin-left: -40px
    }

    .mb-sm-n40 {
        margin-bottom: -40px
    }

    .ml-sm-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-sm-n40 {
        margin-right: -40px
    }

    .m-sm-n45 {
        margin: -45px
    }

    .mt-sm-n45 {
        margin-top: -45px
    }

    .mr-sm-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-sm-n45 {
        margin-left: -45px
    }

    .mb-sm-n45 {
        margin-bottom: -45px
    }

    .ml-sm-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-sm-n45 {
        margin-right: -45px
    }

    .m-sm-n50 {
        margin: -50px
    }

    .mt-sm-n50 {
        margin-top: -50px
    }

    .mr-sm-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-sm-n50 {
        margin-left: -50px
    }

    .mb-sm-n50 {
        margin-bottom: -50px
    }

    .ml-sm-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-sm-n50 {
        margin-right: -50px
    }

    .m-sm-n60 {
        margin: -60px
    }

    .mt-sm-n60 {
        margin-top: -60px
    }

    .mr-sm-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-sm-n60 {
        margin-left: -60px
    }

    .mb-sm-n60 {
        margin-bottom: -60px
    }

    .ml-sm-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-sm-n60 {
        margin-right: -60px
    }

    .m-sm-n70 {
        margin: -70px
    }

    .mt-sm-n70 {
        margin-top: -70px
    }

    .mr-sm-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-sm-n70 {
        margin-left: -70px
    }

    .mb-sm-n70 {
        margin-bottom: -70px
    }

    .ml-sm-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-sm-n70 {
        margin-right: -70px
    }

    .m-sm-n80 {
        margin: -80px
    }

    .mt-sm-n80 {
        margin-top: -80px
    }

    .mr-sm-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-sm-n80 {
        margin-left: -80px
    }

    .mb-sm-n80 {
        margin-bottom: -80px
    }

    .ml-sm-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-sm-n80 {
        margin-right: -80px
    }

    .m-sm-n90 {
        margin: -90px
    }

    .mt-sm-n90 {
        margin-top: -90px
    }

    .mr-sm-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-sm-n90 {
        margin-left: -90px
    }

    .mb-sm-n90 {
        margin-bottom: -90px
    }

    .ml-sm-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-sm-n90 {
        margin-right: -90px
    }

    .m-sm-n100 {
        margin: -100px
    }

    .mt-sm-n100 {
        margin-top: -100px
    }

    .mr-sm-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-sm-n100 {
        margin-left: -100px
    }

    .mb-sm-n100 {
        margin-bottom: -100px
    }

    .ml-sm-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-sm-n100 {
        margin-right: -100px
    }

    .m-sm-n110 {
        margin: -110px
    }

    .mt-sm-n110 {
        margin-top: -110px
    }

    .mr-sm-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-sm-n110 {
        margin-left: -110px
    }

    .mb-sm-n110 {
        margin-bottom: -110px
    }

    .ml-sm-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-sm-n110 {
        margin-right: -110px
    }

    .m-sm-n115 {
        margin: -115px
    }

    .mt-sm-n115 {
        margin-top: -115px
    }

    .mr-sm-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-sm-n115 {
        margin-left: -115px
    }

    .mb-sm-n115 {
        margin-bottom: -115px
    }

    .ml-sm-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-sm-n115 {
        margin-right: -115px
    }

    .m-sm-n120 {
        margin: -120px
    }

    .mt-sm-n120 {
        margin-top: -120px
    }

    .mr-sm-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-sm-n120 {
        margin-left: -120px
    }

    .mb-sm-n120 {
        margin-bottom: -120px
    }

    .ml-sm-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-sm-n120 {
        margin-right: -120px
    }

    .m-sm-n130 {
        margin: -130px
    }

    .mt-sm-n130 {
        margin-top: -130px
    }

    .mr-sm-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-sm-n130 {
        margin-left: -130px
    }

    .mb-sm-n130 {
        margin-bottom: -130px
    }

    .ml-sm-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-sm-n130 {
        margin-right: -130px
    }

    .m-sm-n140 {
        margin: -140px
    }

    .mt-sm-n140 {
        margin-top: -140px
    }

    .mr-sm-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-sm-n140 {
        margin-left: -140px
    }

    .mb-sm-n140 {
        margin-bottom: -140px
    }

    .ml-sm-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-sm-n140 {
        margin-right: -140px
    }

    .m-sm-n150 {
        margin: -150px
    }

    .mt-sm-n150 {
        margin-top: -150px
    }

    .mr-sm-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-sm-n150 {
        margin-left: -150px
    }

    .mb-sm-n150 {
        margin-bottom: -150px
    }

    .ml-sm-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-sm-n150 {
        margin-right: -150px
    }

    .m-sm-n160 {
        margin: -160px
    }

    .mt-sm-n160 {
        margin-top: -160px
    }

    .mr-sm-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-sm-n160 {
        margin-left: -160px
    }

    .mb-sm-n160 {
        margin-bottom: -160px
    }

    .ml-sm-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-sm-n160 {
        margin-right: -160px
    }

    .m-sm-n170 {
        margin: -170px
    }

    .mt-sm-n170 {
        margin-top: -170px
    }

    .mr-sm-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-sm-n170 {
        margin-left: -170px
    }

    .mb-sm-n170 {
        margin-bottom: -170px
    }

    .ml-sm-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-sm-n170 {
        margin-right: -170px
    }

    .m-sm-n180 {
        margin: -180px
    }

    .mt-sm-n180 {
        margin-top: -180px
    }

    .mr-sm-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-sm-n180 {
        margin-left: -180px
    }

    .mb-sm-n180 {
        margin-bottom: -180px
    }

    .ml-sm-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-sm-n180 {
        margin-right: -180px
    }

    .m-sm-n190 {
        margin: -190px
    }

    .mt-sm-n190 {
        margin-top: -190px
    }

    .mr-sm-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-sm-n190 {
        margin-left: -190px
    }

    .mb-sm-n190 {
        margin-bottom: -190px
    }

    .ml-sm-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-sm-n190 {
        margin-right: -190px
    }

    .m-sm-n200 {
        margin: -200px
    }

    .mt-sm-n200 {
        margin-top: -200px
    }

    .mr-sm-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-sm-n200 {
        margin-left: -200px
    }

    .mb-sm-n200 {
        margin-bottom: -200px
    }

    .ml-sm-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-sm-n200 {
        margin-right: -200px
    }

    .m-sm-auto {
        margin: auto
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0px
    }

    .mt-md-0 {
        margin-top: 0px
    }

    .mr-md-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-md-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-md-0 {
        margin-bottom: 0px
    }

    .ml-md-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-md-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-md-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-md-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-1 {
        margin: 1px
    }

    .mt-md-1 {
        margin-top: 1px
    }

    .mr-md-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-md-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-md-1 {
        margin-bottom: 1px
    }

    .ml-md-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-md-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-md-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-md-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-2 {
        margin: 2px
    }

    .mt-md-2 {
        margin-top: 2px
    }

    .mr-md-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-md-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-md-2 {
        margin-bottom: 2px
    }

    .ml-md-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-md-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-md-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-md-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-3 {
        margin: 3px
    }

    .mt-md-3 {
        margin-top: 3px
    }

    .mr-md-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-md-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-md-3 {
        margin-bottom: 3px
    }

    .ml-md-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-md-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-md-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-md-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-4 {
        margin: 4px
    }

    .mt-md-4 {
        margin-top: 4px
    }

    .mr-md-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-md-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-md-4 {
        margin-bottom: 4px
    }

    .ml-md-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-md-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-md-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-md-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-5 {
        margin: 5px
    }

    .mt-md-5 {
        margin-top: 5px
    }

    .mr-md-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-md-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-md-5 {
        margin-bottom: 5px
    }

    .ml-md-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-md-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-md-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-md-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-6 {
        margin: 6px
    }

    .mt-md-6 {
        margin-top: 6px
    }

    .mr-md-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-md-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-md-6 {
        margin-bottom: 6px
    }

    .ml-md-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-md-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-md-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-md-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-7 {
        margin: 7px
    }

    .mt-md-7 {
        margin-top: 7px
    }

    .mr-md-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-md-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-md-7 {
        margin-bottom: 7px
    }

    .ml-md-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-md-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-md-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-md-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-8 {
        margin: 8px
    }

    .mt-md-8 {
        margin-top: 8px
    }

    .mr-md-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-md-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-md-8 {
        margin-bottom: 8px
    }

    .ml-md-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-md-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-md-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-md-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-9 {
        margin: 9px
    }

    .mt-md-9 {
        margin-top: 9px
    }

    .mr-md-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-md-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-md-9 {
        margin-bottom: 9px
    }

    .ml-md-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-md-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-md-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-md-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-10 {
        margin: 10px
    }

    .mt-md-10 {
        margin-top: 10px
    }

    .mr-md-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-md-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-md-10 {
        margin-bottom: 10px
    }

    .ml-md-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-md-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-md-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-md-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-11 {
        margin: 11px
    }

    .mt-md-11 {
        margin-top: 11px
    }

    .mr-md-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-md-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-md-11 {
        margin-bottom: 11px
    }

    .ml-md-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-md-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-md-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-md-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-12 {
        margin: 12px
    }

    .mt-md-12 {
        margin-top: 12px
    }

    .mr-md-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-md-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-md-12 {
        margin-bottom: 12px
    }

    .ml-md-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-md-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-md-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-md-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-13 {
        margin: 13px
    }

    .mt-md-13 {
        margin-top: 13px
    }

    .mr-md-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-md-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-md-13 {
        margin-bottom: 13px
    }

    .ml-md-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-md-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-md-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-md-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-14 {
        margin: 14px
    }

    .mt-md-14 {
        margin-top: 14px
    }

    .mr-md-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-md-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-md-14 {
        margin-bottom: 14px
    }

    .ml-md-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-md-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-md-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-md-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-15 {
        margin: 15px
    }

    .mt-md-15 {
        margin-top: 15px
    }

    .mr-md-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-md-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-md-15 {
        margin-bottom: 15px
    }

    .ml-md-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-md-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-md-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-md-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-16 {
        margin: 16px
    }

    .mt-md-16 {
        margin-top: 16px
    }

    .mr-md-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-md-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-md-16 {
        margin-bottom: 16px
    }

    .ml-md-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-md-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-md-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-md-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-17 {
        margin: 17px
    }

    .mt-md-17 {
        margin-top: 17px
    }

    .mr-md-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-md-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-md-17 {
        margin-bottom: 17px
    }

    .ml-md-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-md-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-md-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-md-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-18 {
        margin: 18px
    }

    .mt-md-18 {
        margin-top: 18px
    }

    .mr-md-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-md-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-md-18 {
        margin-bottom: 18px
    }

    .ml-md-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-md-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-md-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-md-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-19 {
        margin: 19px
    }

    .mt-md-19 {
        margin-top: 19px
    }

    .mr-md-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-md-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-md-19 {
        margin-bottom: 19px
    }

    .ml-md-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-md-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-md-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-md-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-20 {
        margin: 20px
    }

    .mt-md-20 {
        margin-top: 20px
    }

    .mr-md-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-md-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-md-20 {
        margin-bottom: 20px
    }

    .ml-md-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-md-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-md-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-md-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-21 {
        margin: 21px
    }

    .mt-md-21 {
        margin-top: 21px
    }

    .mr-md-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-md-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-md-21 {
        margin-bottom: 21px
    }

    .ml-md-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-md-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-md-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-md-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-22 {
        margin: 22px
    }

    .mt-md-22 {
        margin-top: 22px
    }

    .mr-md-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-md-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-md-22 {
        margin-bottom: 22px
    }

    .ml-md-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-md-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-md-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-md-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-23 {
        margin: 23px
    }

    .mt-md-23 {
        margin-top: 23px
    }

    .mr-md-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-md-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-md-23 {
        margin-bottom: 23px
    }

    .ml-md-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-md-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-md-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-md-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-24 {
        margin: 24px
    }

    .mt-md-24 {
        margin-top: 24px
    }

    .mr-md-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-md-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-md-24 {
        margin-bottom: 24px
    }

    .ml-md-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-md-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-md-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-md-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-25 {
        margin: 25px
    }

    .mt-md-25 {
        margin-top: 25px
    }

    .mr-md-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-md-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-md-25 {
        margin-bottom: 25px
    }

    .ml-md-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-md-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-md-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-md-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-26 {
        margin: 26px
    }

    .mt-md-26 {
        margin-top: 26px
    }

    .mr-md-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-md-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-md-26 {
        margin-bottom: 26px
    }

    .ml-md-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-md-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-md-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-md-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-27 {
        margin: 27px
    }

    .mt-md-27 {
        margin-top: 27px
    }

    .mr-md-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-md-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-md-27 {
        margin-bottom: 27px
    }

    .ml-md-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-md-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-md-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-md-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-28 {
        margin: 28px
    }

    .mt-md-28 {
        margin-top: 28px
    }

    .mr-md-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-md-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-md-28 {
        margin-bottom: 28px
    }

    .ml-md-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-md-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-md-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-md-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-29 {
        margin: 29px
    }

    .mt-md-29 {
        margin-top: 29px
    }

    .mr-md-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-md-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-md-29 {
        margin-bottom: 29px
    }

    .ml-md-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-md-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-md-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-md-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-30 {
        margin: 30px
    }

    .mt-md-30 {
        margin-top: 30px
    }

    .mr-md-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-md-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-md-30 {
        margin-bottom: 30px
    }

    .ml-md-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-md-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-md-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-md-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-31 {
        margin: 31px
    }

    .mt-md-31 {
        margin-top: 31px
    }

    .mr-md-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-md-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-md-31 {
        margin-bottom: 31px
    }

    .ml-md-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-md-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-md-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-md-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-32 {
        margin: 32px
    }

    .mt-md-32 {
        margin-top: 32px
    }

    .mr-md-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-md-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-md-32 {
        margin-bottom: 32px
    }

    .ml-md-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-md-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-md-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-md-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-33 {
        margin: 33px
    }

    .mt-md-33 {
        margin-top: 33px
    }

    .mr-md-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-md-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-md-33 {
        margin-bottom: 33px
    }

    .ml-md-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-md-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-md-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-md-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-35 {
        margin: 35px
    }

    .mt-md-35 {
        margin-top: 35px
    }

    .mr-md-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-md-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-md-35 {
        margin-bottom: 35px
    }

    .ml-md-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-md-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-md-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-md-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-40 {
        margin: 40px
    }

    .mt-md-40 {
        margin-top: 40px
    }

    .mr-md-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-md-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-md-40 {
        margin-bottom: 40px
    }

    .ml-md-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-md-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-md-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-md-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-45 {
        margin: 45px
    }

    .mt-md-45 {
        margin-top: 45px
    }

    .mr-md-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-md-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-md-45 {
        margin-bottom: 45px
    }

    .ml-md-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-md-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-md-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-md-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-50 {
        margin: 50px
    }

    .mt-md-50 {
        margin-top: 50px
    }

    .mr-md-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-md-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-md-50 {
        margin-bottom: 50px
    }

    .ml-md-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-md-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-md-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-md-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-60 {
        margin: 60px
    }

    .mt-md-60 {
        margin-top: 60px
    }

    .mr-md-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-md-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-md-60 {
        margin-bottom: 60px
    }

    .ml-md-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-md-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-md-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-md-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-70 {
        margin: 70px
    }

    .mt-md-70 {
        margin-top: 70px
    }

    .mr-md-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-md-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-md-70 {
        margin-bottom: 70px
    }

    .ml-md-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-md-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-md-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-md-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-80 {
        margin: 80px
    }

    .mt-md-80 {
        margin-top: 80px
    }

    .mr-md-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-md-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-md-80 {
        margin-bottom: 80px
    }

    .ml-md-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-md-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-md-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-md-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-90 {
        margin: 90px
    }

    .mt-md-90 {
        margin-top: 90px
    }

    .mr-md-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-md-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-md-90 {
        margin-bottom: 90px
    }

    .ml-md-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-md-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-md-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-md-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-100 {
        margin: 100px
    }

    .mt-md-100 {
        margin-top: 100px
    }

    .mr-md-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-md-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-md-100 {
        margin-bottom: 100px
    }

    .ml-md-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-md-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-md-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-md-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-110 {
        margin: 110px
    }

    .mt-md-110 {
        margin-top: 110px
    }

    .mr-md-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-md-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-md-110 {
        margin-bottom: 110px
    }

    .ml-md-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-md-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-md-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-md-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-115 {
        margin: 115px
    }

    .mt-md-115 {
        margin-top: 115px
    }

    .mr-md-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-md-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-md-115 {
        margin-bottom: 115px
    }

    .ml-md-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-md-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-md-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-md-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-120 {
        margin: 120px
    }

    .mt-md-120 {
        margin-top: 120px
    }

    .mr-md-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-md-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-md-120 {
        margin-bottom: 120px
    }

    .ml-md-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-md-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-md-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-md-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-130 {
        margin: 130px
    }

    .mt-md-130 {
        margin-top: 130px
    }

    .mr-md-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-md-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-md-130 {
        margin-bottom: 130px
    }

    .ml-md-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-md-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-md-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-md-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-140 {
        margin: 140px
    }

    .mt-md-140 {
        margin-top: 140px
    }

    .mr-md-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-md-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-md-140 {
        margin-bottom: 140px
    }

    .ml-md-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-md-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-md-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-md-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-150 {
        margin: 150px
    }

    .mt-md-150 {
        margin-top: 150px
    }

    .mr-md-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-md-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-md-150 {
        margin-bottom: 150px
    }

    .ml-md-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-md-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-md-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-md-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-160 {
        margin: 160px
    }

    .mt-md-160 {
        margin-top: 160px
    }

    .mr-md-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-md-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-md-160 {
        margin-bottom: 160px
    }

    .ml-md-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-md-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-md-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-md-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-170 {
        margin: 170px
    }

    .mt-md-170 {
        margin-top: 170px
    }

    .mr-md-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-md-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-md-170 {
        margin-bottom: 170px
    }

    .ml-md-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-md-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-md-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-md-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-180 {
        margin: 180px
    }

    .mt-md-180 {
        margin-top: 180px
    }

    .mr-md-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-md-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-md-180 {
        margin-bottom: 180px
    }

    .ml-md-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-md-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-md-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-md-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-190 {
        margin: 190px
    }

    .mt-md-190 {
        margin-top: 190px
    }

    .mr-md-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-md-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-md-190 {
        margin-bottom: 190px
    }

    .ml-md-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-md-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-md-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-md-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-md-200 {
        margin: 200px
    }

    .mt-md-200 {
        margin-top: 200px
    }

    .mr-md-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-md-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-md-200 {
        margin-bottom: 200px
    }

    .ml-md-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-md-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-md-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-md-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-md-0 {
        padding: 0px
    }

    .pt-md-0 {
        padding-top: 0px
    }

    .pr-md-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-md-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-md-0 {
        padding-bottom: 0px
    }

    .pl-md-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-md-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-md-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-md-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-1 {
        padding: 1px
    }

    .pt-md-1 {
        padding-top: 1px
    }

    .pr-md-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-md-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-md-1 {
        padding-bottom: 1px
    }

    .pl-md-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-md-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-md-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-md-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-2 {
        padding: 2px
    }

    .pt-md-2 {
        padding-top: 2px
    }

    .pr-md-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-md-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-md-2 {
        padding-bottom: 2px
    }

    .pl-md-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-md-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-md-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-md-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-3 {
        padding: 3px
    }

    .pt-md-3 {
        padding-top: 3px
    }

    .pr-md-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-md-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-md-3 {
        padding-bottom: 3px
    }

    .pl-md-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-md-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-md-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-md-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-4 {
        padding: 4px
    }

    .pt-md-4 {
        padding-top: 4px
    }

    .pr-md-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-md-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-md-4 {
        padding-bottom: 4px
    }

    .pl-md-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-md-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-md-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-md-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-5 {
        padding: 5px
    }

    .pt-md-5 {
        padding-top: 5px
    }

    .pr-md-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-md-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-md-5 {
        padding-bottom: 5px
    }

    .pl-md-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-md-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-md-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-md-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-6 {
        padding: 6px
    }

    .pt-md-6 {
        padding-top: 6px
    }

    .pr-md-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-md-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-md-6 {
        padding-bottom: 6px
    }

    .pl-md-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-md-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-md-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-md-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-7 {
        padding: 7px
    }

    .pt-md-7 {
        padding-top: 7px
    }

    .pr-md-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-md-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-md-7 {
        padding-bottom: 7px
    }

    .pl-md-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-md-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-md-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-md-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-8 {
        padding: 8px
    }

    .pt-md-8 {
        padding-top: 8px
    }

    .pr-md-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-md-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-md-8 {
        padding-bottom: 8px
    }

    .pl-md-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-md-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-md-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-md-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-9 {
        padding: 9px
    }

    .pt-md-9 {
        padding-top: 9px
    }

    .pr-md-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-md-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-md-9 {
        padding-bottom: 9px
    }

    .pl-md-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-md-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-md-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-md-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-10 {
        padding: 10px
    }

    .pt-md-10 {
        padding-top: 10px
    }

    .pr-md-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-md-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-md-10 {
        padding-bottom: 10px
    }

    .pl-md-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-md-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-md-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-md-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-11 {
        padding: 11px
    }

    .pt-md-11 {
        padding-top: 11px
    }

    .pr-md-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-md-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-md-11 {
        padding-bottom: 11px
    }

    .pl-md-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-md-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-md-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-md-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-12 {
        padding: 12px
    }

    .pt-md-12 {
        padding-top: 12px
    }

    .pr-md-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-md-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-md-12 {
        padding-bottom: 12px
    }

    .pl-md-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-md-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-md-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-md-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-13 {
        padding: 13px
    }

    .pt-md-13 {
        padding-top: 13px
    }

    .pr-md-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-md-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-md-13 {
        padding-bottom: 13px
    }

    .pl-md-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-md-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-md-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-md-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-14 {
        padding: 14px
    }

    .pt-md-14 {
        padding-top: 14px
    }

    .pr-md-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-md-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-md-14 {
        padding-bottom: 14px
    }

    .pl-md-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-md-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-md-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-md-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-15 {
        padding: 15px
    }

    .pt-md-15 {
        padding-top: 15px
    }

    .pr-md-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-md-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-md-15 {
        padding-bottom: 15px
    }

    .pl-md-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-md-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-md-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-md-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-16 {
        padding: 16px
    }

    .pt-md-16 {
        padding-top: 16px
    }

    .pr-md-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-md-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-md-16 {
        padding-bottom: 16px
    }

    .pl-md-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-md-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-md-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-md-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-17 {
        padding: 17px
    }

    .pt-md-17 {
        padding-top: 17px
    }

    .pr-md-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-md-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-md-17 {
        padding-bottom: 17px
    }

    .pl-md-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-md-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-md-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-md-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-18 {
        padding: 18px
    }

    .pt-md-18 {
        padding-top: 18px
    }

    .pr-md-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-md-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-md-18 {
        padding-bottom: 18px
    }

    .pl-md-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-md-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-md-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-md-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-19 {
        padding: 19px
    }

    .pt-md-19 {
        padding-top: 19px
    }

    .pr-md-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-md-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-md-19 {
        padding-bottom: 19px
    }

    .pl-md-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-md-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-md-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-md-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-20 {
        padding: 20px
    }

    .pt-md-20 {
        padding-top: 20px
    }

    .pr-md-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-md-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-md-20 {
        padding-bottom: 20px
    }

    .pl-md-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-md-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-md-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-md-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-21 {
        padding: 21px
    }

    .pt-md-21 {
        padding-top: 21px
    }

    .pr-md-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-md-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-md-21 {
        padding-bottom: 21px
    }

    .pl-md-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-md-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-md-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-md-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-22 {
        padding: 22px
    }

    .pt-md-22 {
        padding-top: 22px
    }

    .pr-md-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-md-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-md-22 {
        padding-bottom: 22px
    }

    .pl-md-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-md-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-md-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-md-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-23 {
        padding: 23px
    }

    .pt-md-23 {
        padding-top: 23px
    }

    .pr-md-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-md-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-md-23 {
        padding-bottom: 23px
    }

    .pl-md-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-md-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-md-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-md-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-24 {
        padding: 24px
    }

    .pt-md-24 {
        padding-top: 24px
    }

    .pr-md-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-md-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-md-24 {
        padding-bottom: 24px
    }

    .pl-md-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-md-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-md-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-md-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-25 {
        padding: 25px
    }

    .pt-md-25 {
        padding-top: 25px
    }

    .pr-md-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-md-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-md-25 {
        padding-bottom: 25px
    }

    .pl-md-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-md-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-md-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-md-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-26 {
        padding: 26px
    }

    .pt-md-26 {
        padding-top: 26px
    }

    .pr-md-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-md-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-md-26 {
        padding-bottom: 26px
    }

    .pl-md-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-md-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-md-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-md-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-27 {
        padding: 27px
    }

    .pt-md-27 {
        padding-top: 27px
    }

    .pr-md-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-md-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-md-27 {
        padding-bottom: 27px
    }

    .pl-md-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-md-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-md-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-md-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-28 {
        padding: 28px
    }

    .pt-md-28 {
        padding-top: 28px
    }

    .pr-md-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-md-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-md-28 {
        padding-bottom: 28px
    }

    .pl-md-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-md-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-md-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-md-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-29 {
        padding: 29px
    }

    .pt-md-29 {
        padding-top: 29px
    }

    .pr-md-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-md-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-md-29 {
        padding-bottom: 29px
    }

    .pl-md-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-md-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-md-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-md-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-30 {
        padding: 30px
    }

    .pt-md-30 {
        padding-top: 30px
    }

    .pr-md-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-md-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-md-30 {
        padding-bottom: 30px
    }

    .pl-md-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-md-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-md-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-md-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-31 {
        padding: 31px
    }

    .pt-md-31 {
        padding-top: 31px
    }

    .pr-md-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-md-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-md-31 {
        padding-bottom: 31px
    }

    .pl-md-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-md-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-md-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-md-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-32 {
        padding: 32px
    }

    .pt-md-32 {
        padding-top: 32px
    }

    .pr-md-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-md-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-md-32 {
        padding-bottom: 32px
    }

    .pl-md-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-md-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-md-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-md-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-33 {
        padding: 33px
    }

    .pt-md-33 {
        padding-top: 33px
    }

    .pr-md-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-md-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-md-33 {
        padding-bottom: 33px
    }

    .pl-md-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-md-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-md-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-md-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-35 {
        padding: 35px
    }

    .pt-md-35 {
        padding-top: 35px
    }

    .pr-md-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-md-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-md-35 {
        padding-bottom: 35px
    }

    .pl-md-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-md-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-md-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-md-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-40 {
        padding: 40px
    }

    .pt-md-40 {
        padding-top: 40px
    }

    .pr-md-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-md-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-md-40 {
        padding-bottom: 40px
    }

    .pl-md-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-md-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-md-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-md-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-45 {
        padding: 45px
    }

    .pt-md-45 {
        padding-top: 45px
    }

    .pr-md-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-md-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-md-45 {
        padding-bottom: 45px
    }

    .pl-md-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-md-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-md-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-md-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-50 {
        padding: 50px
    }

    .pt-md-50 {
        padding-top: 50px
    }

    .pr-md-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-md-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-md-50 {
        padding-bottom: 50px
    }

    .pl-md-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-md-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-md-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-md-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-60 {
        padding: 60px
    }

    .pt-md-60 {
        padding-top: 60px
    }

    .pr-md-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-md-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-md-60 {
        padding-bottom: 60px
    }

    .pl-md-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-md-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-md-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-md-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-70 {
        padding: 70px
    }

    .pt-md-70 {
        padding-top: 70px
    }

    .pr-md-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-md-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-md-70 {
        padding-bottom: 70px
    }

    .pl-md-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-md-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-md-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-md-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-80 {
        padding: 80px
    }

    .pt-md-80 {
        padding-top: 80px
    }

    .pr-md-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-md-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-md-80 {
        padding-bottom: 80px
    }

    .pl-md-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-md-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-md-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-md-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-90 {
        padding: 90px
    }

    .pt-md-90 {
        padding-top: 90px
    }

    .pr-md-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-md-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-md-90 {
        padding-bottom: 90px
    }

    .pl-md-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-md-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-md-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-md-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-100 {
        padding: 100px
    }

    .pt-md-100 {
        padding-top: 100px
    }

    .pr-md-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-md-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-md-100 {
        padding-bottom: 100px
    }

    .pl-md-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-md-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-md-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-md-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-110 {
        padding: 110px
    }

    .pt-md-110 {
        padding-top: 110px
    }

    .pr-md-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-md-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-md-110 {
        padding-bottom: 110px
    }

    .pl-md-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-md-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-md-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-md-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-115 {
        padding: 115px
    }

    .pt-md-115 {
        padding-top: 115px
    }

    .pr-md-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-md-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-md-115 {
        padding-bottom: 115px
    }

    .pl-md-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-md-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-md-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-md-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-120 {
        padding: 120px
    }

    .pt-md-120 {
        padding-top: 120px
    }

    .pr-md-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-md-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-md-120 {
        padding-bottom: 120px
    }

    .pl-md-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-md-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-md-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-md-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-130 {
        padding: 130px
    }

    .pt-md-130 {
        padding-top: 130px
    }

    .pr-md-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-md-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-md-130 {
        padding-bottom: 130px
    }

    .pl-md-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-md-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-md-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-md-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-140 {
        padding: 140px
    }

    .pt-md-140 {
        padding-top: 140px
    }

    .pr-md-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-md-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-md-140 {
        padding-bottom: 140px
    }

    .pl-md-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-md-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-md-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-md-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-150 {
        padding: 150px
    }

    .pt-md-150 {
        padding-top: 150px
    }

    .pr-md-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-md-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-md-150 {
        padding-bottom: 150px
    }

    .pl-md-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-md-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-md-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-md-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-160 {
        padding: 160px
    }

    .pt-md-160 {
        padding-top: 160px
    }

    .pr-md-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-md-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-md-160 {
        padding-bottom: 160px
    }

    .pl-md-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-md-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-md-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-md-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-170 {
        padding: 170px
    }

    .pt-md-170 {
        padding-top: 170px
    }

    .pr-md-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-md-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-md-170 {
        padding-bottom: 170px
    }

    .pl-md-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-md-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-md-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-md-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-180 {
        padding: 180px
    }

    .pt-md-180 {
        padding-top: 180px
    }

    .pr-md-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-md-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-md-180 {
        padding-bottom: 180px
    }

    .pl-md-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-md-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-md-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-md-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-190 {
        padding: 190px
    }

    .pt-md-190 {
        padding-top: 190px
    }

    .pr-md-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-md-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-md-190 {
        padding-bottom: 190px
    }

    .pl-md-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-md-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-md-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-md-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-md-200 {
        padding: 200px
    }

    .pt-md-200 {
        padding-top: 200px
    }

    .pr-md-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-md-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-md-200 {
        padding-bottom: 200px
    }

    .pl-md-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-md-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-md-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-md-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-md-n0 {
        margin: -0px
    }

    .mt-md-n0 {
        margin-top: -0px
    }

    .mr-md-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-md-n0 {
        margin-left: -0px
    }

    .mb-md-n0 {
        margin-bottom: -0px
    }

    .ml-md-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-md-n0 {
        margin-right: -0px
    }

    .m-md-n1 {
        margin: -1px
    }

    .mt-md-n1 {
        margin-top: -1px
    }

    .mr-md-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-md-n1 {
        margin-left: -1px
    }

    .mb-md-n1 {
        margin-bottom: -1px
    }

    .ml-md-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-md-n1 {
        margin-right: -1px
    }

    .m-md-n2 {
        margin: -2px
    }

    .mt-md-n2 {
        margin-top: -2px
    }

    .mr-md-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-md-n2 {
        margin-left: -2px
    }

    .mb-md-n2 {
        margin-bottom: -2px
    }

    .ml-md-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-md-n2 {
        margin-right: -2px
    }

    .m-md-n3 {
        margin: -3px
    }

    .mt-md-n3 {
        margin-top: -3px
    }

    .mr-md-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-md-n3 {
        margin-left: -3px
    }

    .mb-md-n3 {
        margin-bottom: -3px
    }

    .ml-md-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-md-n3 {
        margin-right: -3px
    }

    .m-md-n4 {
        margin: -4px
    }

    .mt-md-n4 {
        margin-top: -4px
    }

    .mr-md-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-md-n4 {
        margin-left: -4px
    }

    .mb-md-n4 {
        margin-bottom: -4px
    }

    .ml-md-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-md-n4 {
        margin-right: -4px
    }

    .m-md-n5 {
        margin: -5px
    }

    .mt-md-n5 {
        margin-top: -5px
    }

    .mr-md-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-md-n5 {
        margin-left: -5px
    }

    .mb-md-n5 {
        margin-bottom: -5px
    }

    .ml-md-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-md-n5 {
        margin-right: -5px
    }

    .m-md-n6 {
        margin: -6px
    }

    .mt-md-n6 {
        margin-top: -6px
    }

    .mr-md-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-md-n6 {
        margin-left: -6px
    }

    .mb-md-n6 {
        margin-bottom: -6px
    }

    .ml-md-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-md-n6 {
        margin-right: -6px
    }

    .m-md-n7 {
        margin: -7px
    }

    .mt-md-n7 {
        margin-top: -7px
    }

    .mr-md-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-md-n7 {
        margin-left: -7px
    }

    .mb-md-n7 {
        margin-bottom: -7px
    }

    .ml-md-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-md-n7 {
        margin-right: -7px
    }

    .m-md-n8 {
        margin: -8px
    }

    .mt-md-n8 {
        margin-top: -8px
    }

    .mr-md-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-md-n8 {
        margin-left: -8px
    }

    .mb-md-n8 {
        margin-bottom: -8px
    }

    .ml-md-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-md-n8 {
        margin-right: -8px
    }

    .m-md-n9 {
        margin: -9px
    }

    .mt-md-n9 {
        margin-top: -9px
    }

    .mr-md-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-md-n9 {
        margin-left: -9px
    }

    .mb-md-n9 {
        margin-bottom: -9px
    }

    .ml-md-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-md-n9 {
        margin-right: -9px
    }

    .m-md-n10 {
        margin: -10px
    }

    .mt-md-n10 {
        margin-top: -10px
    }

    .mr-md-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-md-n10 {
        margin-left: -10px
    }

    .mb-md-n10 {
        margin-bottom: -10px
    }

    .ml-md-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-md-n10 {
        margin-right: -10px
    }

    .m-md-n11 {
        margin: -11px
    }

    .mt-md-n11 {
        margin-top: -11px
    }

    .mr-md-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-md-n11 {
        margin-left: -11px
    }

    .mb-md-n11 {
        margin-bottom: -11px
    }

    .ml-md-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-md-n11 {
        margin-right: -11px
    }

    .m-md-n12 {
        margin: -12px
    }

    .mt-md-n12 {
        margin-top: -12px
    }

    .mr-md-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-md-n12 {
        margin-left: -12px
    }

    .mb-md-n12 {
        margin-bottom: -12px
    }

    .ml-md-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-md-n12 {
        margin-right: -12px
    }

    .m-md-n13 {
        margin: -13px
    }

    .mt-md-n13 {
        margin-top: -13px
    }

    .mr-md-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-md-n13 {
        margin-left: -13px
    }

    .mb-md-n13 {
        margin-bottom: -13px
    }

    .ml-md-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-md-n13 {
        margin-right: -13px
    }

    .m-md-n14 {
        margin: -14px
    }

    .mt-md-n14 {
        margin-top: -14px
    }

    .mr-md-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-md-n14 {
        margin-left: -14px
    }

    .mb-md-n14 {
        margin-bottom: -14px
    }

    .ml-md-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-md-n14 {
        margin-right: -14px
    }

    .m-md-n15 {
        margin: -15px
    }

    .mt-md-n15 {
        margin-top: -15px
    }

    .mr-md-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-md-n15 {
        margin-left: -15px
    }

    .mb-md-n15 {
        margin-bottom: -15px
    }

    .ml-md-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-md-n15 {
        margin-right: -15px
    }

    .m-md-n16 {
        margin: -16px
    }

    .mt-md-n16 {
        margin-top: -16px
    }

    .mr-md-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-md-n16 {
        margin-left: -16px
    }

    .mb-md-n16 {
        margin-bottom: -16px
    }

    .ml-md-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-md-n16 {
        margin-right: -16px
    }

    .m-md-n17 {
        margin: -17px
    }

    .mt-md-n17 {
        margin-top: -17px
    }

    .mr-md-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-md-n17 {
        margin-left: -17px
    }

    .mb-md-n17 {
        margin-bottom: -17px
    }

    .ml-md-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-md-n17 {
        margin-right: -17px
    }

    .m-md-n18 {
        margin: -18px
    }

    .mt-md-n18 {
        margin-top: -18px
    }

    .mr-md-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-md-n18 {
        margin-left: -18px
    }

    .mb-md-n18 {
        margin-bottom: -18px
    }

    .ml-md-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-md-n18 {
        margin-right: -18px
    }

    .m-md-n19 {
        margin: -19px
    }

    .mt-md-n19 {
        margin-top: -19px
    }

    .mr-md-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-md-n19 {
        margin-left: -19px
    }

    .mb-md-n19 {
        margin-bottom: -19px
    }

    .ml-md-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-md-n19 {
        margin-right: -19px
    }

    .m-md-n20 {
        margin: -20px
    }

    .mt-md-n20 {
        margin-top: -20px
    }

    .mr-md-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-md-n20 {
        margin-left: -20px
    }

    .mb-md-n20 {
        margin-bottom: -20px
    }

    .ml-md-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-md-n20 {
        margin-right: -20px
    }

    .m-md-n21 {
        margin: -21px
    }

    .mt-md-n21 {
        margin-top: -21px
    }

    .mr-md-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-md-n21 {
        margin-left: -21px
    }

    .mb-md-n21 {
        margin-bottom: -21px
    }

    .ml-md-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-md-n21 {
        margin-right: -21px
    }

    .m-md-n22 {
        margin: -22px
    }

    .mt-md-n22 {
        margin-top: -22px
    }

    .mr-md-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-md-n22 {
        margin-left: -22px
    }

    .mb-md-n22 {
        margin-bottom: -22px
    }

    .ml-md-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-md-n22 {
        margin-right: -22px
    }

    .m-md-n23 {
        margin: -23px
    }

    .mt-md-n23 {
        margin-top: -23px
    }

    .mr-md-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-md-n23 {
        margin-left: -23px
    }

    .mb-md-n23 {
        margin-bottom: -23px
    }

    .ml-md-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-md-n23 {
        margin-right: -23px
    }

    .m-md-n24 {
        margin: -24px
    }

    .mt-md-n24 {
        margin-top: -24px
    }

    .mr-md-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-md-n24 {
        margin-left: -24px
    }

    .mb-md-n24 {
        margin-bottom: -24px
    }

    .ml-md-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-md-n24 {
        margin-right: -24px
    }

    .m-md-n25 {
        margin: -25px
    }

    .mt-md-n25 {
        margin-top: -25px
    }

    .mr-md-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-md-n25 {
        margin-left: -25px
    }

    .mb-md-n25 {
        margin-bottom: -25px
    }

    .ml-md-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-md-n25 {
        margin-right: -25px
    }

    .m-md-n26 {
        margin: -26px
    }

    .mt-md-n26 {
        margin-top: -26px
    }

    .mr-md-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-md-n26 {
        margin-left: -26px
    }

    .mb-md-n26 {
        margin-bottom: -26px
    }

    .ml-md-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-md-n26 {
        margin-right: -26px
    }

    .m-md-n27 {
        margin: -27px
    }

    .mt-md-n27 {
        margin-top: -27px
    }

    .mr-md-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-md-n27 {
        margin-left: -27px
    }

    .mb-md-n27 {
        margin-bottom: -27px
    }

    .ml-md-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-md-n27 {
        margin-right: -27px
    }

    .m-md-n28 {
        margin: -28px
    }

    .mt-md-n28 {
        margin-top: -28px
    }

    .mr-md-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-md-n28 {
        margin-left: -28px
    }

    .mb-md-n28 {
        margin-bottom: -28px
    }

    .ml-md-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-md-n28 {
        margin-right: -28px
    }

    .m-md-n29 {
        margin: -29px
    }

    .mt-md-n29 {
        margin-top: -29px
    }

    .mr-md-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-md-n29 {
        margin-left: -29px
    }

    .mb-md-n29 {
        margin-bottom: -29px
    }

    .ml-md-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-md-n29 {
        margin-right: -29px
    }

    .m-md-n30 {
        margin: -30px
    }

    .mt-md-n30 {
        margin-top: -30px
    }

    .mr-md-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-md-n30 {
        margin-left: -30px
    }

    .mb-md-n30 {
        margin-bottom: -30px
    }

    .ml-md-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-md-n30 {
        margin-right: -30px
    }

    .m-md-n31 {
        margin: -31px
    }

    .mt-md-n31 {
        margin-top: -31px
    }

    .mr-md-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-md-n31 {
        margin-left: -31px
    }

    .mb-md-n31 {
        margin-bottom: -31px
    }

    .ml-md-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-md-n31 {
        margin-right: -31px
    }

    .m-md-n32 {
        margin: -32px
    }

    .mt-md-n32 {
        margin-top: -32px
    }

    .mr-md-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-md-n32 {
        margin-left: -32px
    }

    .mb-md-n32 {
        margin-bottom: -32px
    }

    .ml-md-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-md-n32 {
        margin-right: -32px
    }

    .m-md-n33 {
        margin: -33px
    }

    .mt-md-n33 {
        margin-top: -33px
    }

    .mr-md-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-md-n33 {
        margin-left: -33px
    }

    .mb-md-n33 {
        margin-bottom: -33px
    }

    .ml-md-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-md-n33 {
        margin-right: -33px
    }

    .m-md-n35 {
        margin: -35px
    }

    .mt-md-n35 {
        margin-top: -35px
    }

    .mr-md-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-md-n35 {
        margin-left: -35px
    }

    .mb-md-n35 {
        margin-bottom: -35px
    }

    .ml-md-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-md-n35 {
        margin-right: -35px
    }

    .m-md-n40 {
        margin: -40px
    }

    .mt-md-n40 {
        margin-top: -40px
    }

    .mr-md-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-md-n40 {
        margin-left: -40px
    }

    .mb-md-n40 {
        margin-bottom: -40px
    }

    .ml-md-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-md-n40 {
        margin-right: -40px
    }

    .m-md-n45 {
        margin: -45px
    }

    .mt-md-n45 {
        margin-top: -45px
    }

    .mr-md-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-md-n45 {
        margin-left: -45px
    }

    .mb-md-n45 {
        margin-bottom: -45px
    }

    .ml-md-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-md-n45 {
        margin-right: -45px
    }

    .m-md-n50 {
        margin: -50px
    }

    .mt-md-n50 {
        margin-top: -50px
    }

    .mr-md-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-md-n50 {
        margin-left: -50px
    }

    .mb-md-n50 {
        margin-bottom: -50px
    }

    .ml-md-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-md-n50 {
        margin-right: -50px
    }

    .m-md-n60 {
        margin: -60px
    }

    .mt-md-n60 {
        margin-top: -60px
    }

    .mr-md-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-md-n60 {
        margin-left: -60px
    }

    .mb-md-n60 {
        margin-bottom: -60px
    }

    .ml-md-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-md-n60 {
        margin-right: -60px
    }

    .m-md-n70 {
        margin: -70px
    }

    .mt-md-n70 {
        margin-top: -70px
    }

    .mr-md-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-md-n70 {
        margin-left: -70px
    }

    .mb-md-n70 {
        margin-bottom: -70px
    }

    .ml-md-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-md-n70 {
        margin-right: -70px
    }

    .m-md-n80 {
        margin: -80px
    }

    .mt-md-n80 {
        margin-top: -80px
    }

    .mr-md-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-md-n80 {
        margin-left: -80px
    }

    .mb-md-n80 {
        margin-bottom: -80px
    }

    .ml-md-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-md-n80 {
        margin-right: -80px
    }

    .m-md-n90 {
        margin: -90px
    }

    .mt-md-n90 {
        margin-top: -90px
    }

    .mr-md-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-md-n90 {
        margin-left: -90px
    }

    .mb-md-n90 {
        margin-bottom: -90px
    }

    .ml-md-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-md-n90 {
        margin-right: -90px
    }

    .m-md-n100 {
        margin: -100px
    }

    .mt-md-n100 {
        margin-top: -100px
    }

    .mr-md-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-md-n100 {
        margin-left: -100px
    }

    .mb-md-n100 {
        margin-bottom: -100px
    }

    .ml-md-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-md-n100 {
        margin-right: -100px
    }

    .m-md-n110 {
        margin: -110px
    }

    .mt-md-n110 {
        margin-top: -110px
    }

    .mr-md-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-md-n110 {
        margin-left: -110px
    }

    .mb-md-n110 {
        margin-bottom: -110px
    }

    .ml-md-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-md-n110 {
        margin-right: -110px
    }

    .m-md-n115 {
        margin: -115px
    }

    .mt-md-n115 {
        margin-top: -115px
    }

    .mr-md-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-md-n115 {
        margin-left: -115px
    }

    .mb-md-n115 {
        margin-bottom: -115px
    }

    .ml-md-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-md-n115 {
        margin-right: -115px
    }

    .m-md-n120 {
        margin: -120px
    }

    .mt-md-n120 {
        margin-top: -120px
    }

    .mr-md-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-md-n120 {
        margin-left: -120px
    }

    .mb-md-n120 {
        margin-bottom: -120px
    }

    .ml-md-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-md-n120 {
        margin-right: -120px
    }

    .m-md-n130 {
        margin: -130px
    }

    .mt-md-n130 {
        margin-top: -130px
    }

    .mr-md-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-md-n130 {
        margin-left: -130px
    }

    .mb-md-n130 {
        margin-bottom: -130px
    }

    .ml-md-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-md-n130 {
        margin-right: -130px
    }

    .m-md-n140 {
        margin: -140px
    }

    .mt-md-n140 {
        margin-top: -140px
    }

    .mr-md-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-md-n140 {
        margin-left: -140px
    }

    .mb-md-n140 {
        margin-bottom: -140px
    }

    .ml-md-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-md-n140 {
        margin-right: -140px
    }

    .m-md-n150 {
        margin: -150px
    }

    .mt-md-n150 {
        margin-top: -150px
    }

    .mr-md-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-md-n150 {
        margin-left: -150px
    }

    .mb-md-n150 {
        margin-bottom: -150px
    }

    .ml-md-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-md-n150 {
        margin-right: -150px
    }

    .m-md-n160 {
        margin: -160px
    }

    .mt-md-n160 {
        margin-top: -160px
    }

    .mr-md-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-md-n160 {
        margin-left: -160px
    }

    .mb-md-n160 {
        margin-bottom: -160px
    }

    .ml-md-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-md-n160 {
        margin-right: -160px
    }

    .m-md-n170 {
        margin: -170px
    }

    .mt-md-n170 {
        margin-top: -170px
    }

    .mr-md-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-md-n170 {
        margin-left: -170px
    }

    .mb-md-n170 {
        margin-bottom: -170px
    }

    .ml-md-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-md-n170 {
        margin-right: -170px
    }

    .m-md-n180 {
        margin: -180px
    }

    .mt-md-n180 {
        margin-top: -180px
    }

    .mr-md-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-md-n180 {
        margin-left: -180px
    }

    .mb-md-n180 {
        margin-bottom: -180px
    }

    .ml-md-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-md-n180 {
        margin-right: -180px
    }

    .m-md-n190 {
        margin: -190px
    }

    .mt-md-n190 {
        margin-top: -190px
    }

    .mr-md-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-md-n190 {
        margin-left: -190px
    }

    .mb-md-n190 {
        margin-bottom: -190px
    }

    .ml-md-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-md-n190 {
        margin-right: -190px
    }

    .m-md-n200 {
        margin: -200px
    }

    .mt-md-n200 {
        margin-top: -200px
    }

    .mr-md-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-md-n200 {
        margin-left: -200px
    }

    .mb-md-n200 {
        margin-bottom: -200px
    }

    .ml-md-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-md-n200 {
        margin-right: -200px
    }

    .m-md-auto {
        margin: auto
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0px
    }

    .mt-lg-0 {
        margin-top: 0px
    }

    .mr-lg-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-lg-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-lg-0 {
        margin-bottom: 0px
    }

    .ml-lg-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-lg-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-lg-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-lg-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-1 {
        margin: 1px
    }

    .mt-lg-1 {
        margin-top: 1px
    }

    .mr-lg-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-lg-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-lg-1 {
        margin-bottom: 1px
    }

    .ml-lg-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-lg-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-lg-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-lg-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-2 {
        margin: 2px
    }

    .mt-lg-2 {
        margin-top: 2px
    }

    .mr-lg-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-lg-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-lg-2 {
        margin-bottom: 2px
    }

    .ml-lg-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-lg-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-lg-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-lg-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-3 {
        margin: 3px
    }

    .mt-lg-3 {
        margin-top: 3px
    }

    .mr-lg-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-lg-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-lg-3 {
        margin-bottom: 3px
    }

    .ml-lg-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-lg-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-lg-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-lg-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-4 {
        margin: 4px
    }

    .mt-lg-4 {
        margin-top: 4px
    }

    .mr-lg-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-lg-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-lg-4 {
        margin-bottom: 4px
    }

    .ml-lg-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-lg-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-lg-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-lg-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-5 {
        margin: 5px
    }

    .mt-lg-5 {
        margin-top: 5px
    }

    .mr-lg-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-lg-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-lg-5 {
        margin-bottom: 5px
    }

    .ml-lg-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-lg-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-lg-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-lg-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-6 {
        margin: 6px
    }

    .mt-lg-6 {
        margin-top: 6px
    }

    .mr-lg-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-lg-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-lg-6 {
        margin-bottom: 6px
    }

    .ml-lg-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-lg-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-lg-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-lg-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-7 {
        margin: 7px
    }

    .mt-lg-7 {
        margin-top: 7px
    }

    .mr-lg-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-lg-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-lg-7 {
        margin-bottom: 7px
    }

    .ml-lg-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-lg-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-lg-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-lg-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-8 {
        margin: 8px
    }

    .mt-lg-8 {
        margin-top: 8px
    }

    .mr-lg-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-lg-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-lg-8 {
        margin-bottom: 8px
    }

    .ml-lg-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-lg-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-lg-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-lg-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-9 {
        margin: 9px
    }

    .mt-lg-9 {
        margin-top: 9px
    }

    .mr-lg-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-lg-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-lg-9 {
        margin-bottom: 9px
    }

    .ml-lg-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-lg-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-lg-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-lg-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-10 {
        margin: 10px
    }

    .mt-lg-10 {
        margin-top: 10px
    }

    .mr-lg-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-lg-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-lg-10 {
        margin-bottom: 10px
    }

    .ml-lg-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-lg-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-lg-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-11 {
        margin: 11px
    }

    .mt-lg-11 {
        margin-top: 11px
    }

    .mr-lg-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-lg-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-lg-11 {
        margin-bottom: 11px
    }

    .ml-lg-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-lg-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-lg-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-lg-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-12 {
        margin: 12px
    }

    .mt-lg-12 {
        margin-top: 12px
    }

    .mr-lg-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-lg-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-lg-12 {
        margin-bottom: 12px
    }

    .ml-lg-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-lg-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-lg-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-lg-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-13 {
        margin: 13px
    }

    .mt-lg-13 {
        margin-top: 13px
    }

    .mr-lg-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-lg-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-lg-13 {
        margin-bottom: 13px
    }

    .ml-lg-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-lg-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-lg-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-lg-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-14 {
        margin: 14px
    }

    .mt-lg-14 {
        margin-top: 14px
    }

    .mr-lg-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-lg-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-lg-14 {
        margin-bottom: 14px
    }

    .ml-lg-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-lg-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-lg-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-lg-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-15 {
        margin: 15px
    }

    .mt-lg-15 {
        margin-top: 15px
    }

    .mr-lg-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-lg-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-lg-15 {
        margin-bottom: 15px
    }

    .ml-lg-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-lg-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-lg-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-lg-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-16 {
        margin: 16px
    }

    .mt-lg-16 {
        margin-top: 16px
    }

    .mr-lg-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-lg-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-lg-16 {
        margin-bottom: 16px
    }

    .ml-lg-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-lg-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-lg-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-lg-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-17 {
        margin: 17px
    }

    .mt-lg-17 {
        margin-top: 17px
    }

    .mr-lg-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-lg-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-lg-17 {
        margin-bottom: 17px
    }

    .ml-lg-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-lg-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-lg-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-lg-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-18 {
        margin: 18px
    }

    .mt-lg-18 {
        margin-top: 18px
    }

    .mr-lg-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-lg-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-lg-18 {
        margin-bottom: 18px
    }

    .ml-lg-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-lg-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-lg-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-lg-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-19 {
        margin: 19px
    }

    .mt-lg-19 {
        margin-top: 19px
    }

    .mr-lg-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-lg-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-lg-19 {
        margin-bottom: 19px
    }

    .ml-lg-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-lg-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-lg-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-lg-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-20 {
        margin: 20px
    }

    .mt-lg-20 {
        margin-top: 20px
    }

    .mr-lg-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-lg-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-lg-20 {
        margin-bottom: 20px
    }

    .ml-lg-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-lg-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-lg-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-21 {
        margin: 21px
    }

    .mt-lg-21 {
        margin-top: 21px
    }

    .mr-lg-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-lg-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-lg-21 {
        margin-bottom: 21px
    }

    .ml-lg-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-lg-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-lg-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-lg-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-22 {
        margin: 22px
    }

    .mt-lg-22 {
        margin-top: 22px
    }

    .mr-lg-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-lg-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-lg-22 {
        margin-bottom: 22px
    }

    .ml-lg-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-lg-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-lg-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-lg-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-23 {
        margin: 23px
    }

    .mt-lg-23 {
        margin-top: 23px
    }

    .mr-lg-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-lg-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-lg-23 {
        margin-bottom: 23px
    }

    .ml-lg-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-lg-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-lg-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-lg-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-24 {
        margin: 24px
    }

    .mt-lg-24 {
        margin-top: 24px
    }

    .mr-lg-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-lg-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-lg-24 {
        margin-bottom: 24px
    }

    .ml-lg-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-lg-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-lg-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-lg-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-25 {
        margin: 25px
    }

    .mt-lg-25 {
        margin-top: 25px
    }

    .mr-lg-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-lg-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-lg-25 {
        margin-bottom: 25px
    }

    .ml-lg-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-lg-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-lg-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-lg-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-26 {
        margin: 26px
    }

    .mt-lg-26 {
        margin-top: 26px
    }

    .mr-lg-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-lg-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-lg-26 {
        margin-bottom: 26px
    }

    .ml-lg-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-lg-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-lg-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-lg-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-27 {
        margin: 27px
    }

    .mt-lg-27 {
        margin-top: 27px
    }

    .mr-lg-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-lg-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-lg-27 {
        margin-bottom: 27px
    }

    .ml-lg-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-lg-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-lg-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-lg-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-28 {
        margin: 28px
    }

    .mt-lg-28 {
        margin-top: 28px
    }

    .mr-lg-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-lg-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-lg-28 {
        margin-bottom: 28px
    }

    .ml-lg-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-lg-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-lg-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-lg-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-29 {
        margin: 29px
    }

    .mt-lg-29 {
        margin-top: 29px
    }

    .mr-lg-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-lg-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-lg-29 {
        margin-bottom: 29px
    }

    .ml-lg-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-lg-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-lg-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-lg-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-30 {
        margin: 30px
    }

    .mt-lg-30 {
        margin-top: 30px
    }

    .mr-lg-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-lg-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-lg-30 {
        margin-bottom: 30px
    }

    .ml-lg-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-lg-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-lg-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-31 {
        margin: 31px
    }

    .mt-lg-31 {
        margin-top: 31px
    }

    .mr-lg-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-lg-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-lg-31 {
        margin-bottom: 31px
    }

    .ml-lg-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-lg-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-lg-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-lg-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-32 {
        margin: 32px
    }

    .mt-lg-32 {
        margin-top: 32px
    }

    .mr-lg-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-lg-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-lg-32 {
        margin-bottom: 32px
    }

    .ml-lg-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-lg-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-lg-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-lg-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-33 {
        margin: 33px
    }

    .mt-lg-33 {
        margin-top: 33px
    }

    .mr-lg-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-lg-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-lg-33 {
        margin-bottom: 33px
    }

    .ml-lg-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-lg-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-lg-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-lg-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-35 {
        margin: 35px
    }

    .mt-lg-35 {
        margin-top: 35px
    }

    .mr-lg-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-lg-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-lg-35 {
        margin-bottom: 35px
    }

    .ml-lg-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-lg-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-lg-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-lg-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-40 {
        margin: 40px
    }

    .mt-lg-40 {
        margin-top: 40px
    }

    .mr-lg-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-lg-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-lg-40 {
        margin-bottom: 40px
    }

    .ml-lg-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-lg-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-lg-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-45 {
        margin: 45px
    }

    .mt-lg-45 {
        margin-top: 45px
    }

    .mr-lg-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-lg-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-lg-45 {
        margin-bottom: 45px
    }

    .ml-lg-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-lg-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-lg-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-lg-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-50 {
        margin: 50px
    }

    .mt-lg-50 {
        margin-top: 50px
    }

    .mr-lg-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-lg-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-lg-50 {
        margin-bottom: 50px
    }

    .ml-lg-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-lg-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-lg-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-lg-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-60 {
        margin: 60px
    }

    .mt-lg-60 {
        margin-top: 60px
    }

    .mr-lg-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-lg-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-lg-60 {
        margin-bottom: 60px
    }

    .ml-lg-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-lg-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-lg-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-lg-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-70 {
        margin: 70px
    }

    .mt-lg-70 {
        margin-top: 70px
    }

    .mr-lg-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-lg-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-lg-70 {
        margin-bottom: 70px
    }

    .ml-lg-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-lg-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-lg-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-lg-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-80 {
        margin: 80px
    }

    .mt-lg-80 {
        margin-top: 80px
    }

    .mr-lg-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-lg-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-lg-80 {
        margin-bottom: 80px
    }

    .ml-lg-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-lg-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-lg-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-lg-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-90 {
        margin: 90px
    }

    .mt-lg-90 {
        margin-top: 90px
    }

    .mr-lg-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-lg-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-lg-90 {
        margin-bottom: 90px
    }

    .ml-lg-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-lg-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-lg-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-lg-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-100 {
        margin: 100px
    }

    .mt-lg-100 {
        margin-top: 100px
    }

    .mr-lg-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-lg-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-lg-100 {
        margin-bottom: 100px
    }

    .ml-lg-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-lg-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-lg-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-lg-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-110 {
        margin: 110px
    }

    .mt-lg-110 {
        margin-top: 110px
    }

    .mr-lg-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-lg-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-lg-110 {
        margin-bottom: 110px
    }

    .ml-lg-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-lg-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-lg-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-lg-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-115 {
        margin: 115px
    }

    .mt-lg-115 {
        margin-top: 115px
    }

    .mr-lg-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-lg-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-lg-115 {
        margin-bottom: 115px
    }

    .ml-lg-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-lg-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-lg-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-lg-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-120 {
        margin: 120px
    }

    .mt-lg-120 {
        margin-top: 120px
    }

    .mr-lg-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-lg-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-lg-120 {
        margin-bottom: 120px
    }

    .ml-lg-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-lg-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-lg-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-lg-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-130 {
        margin: 130px
    }

    .mt-lg-130 {
        margin-top: 130px
    }

    .mr-lg-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-lg-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-lg-130 {
        margin-bottom: 130px
    }

    .ml-lg-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-lg-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-lg-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-lg-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-140 {
        margin: 140px
    }

    .mt-lg-140 {
        margin-top: 140px
    }

    .mr-lg-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-lg-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-lg-140 {
        margin-bottom: 140px
    }

    .ml-lg-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-lg-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-lg-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-lg-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-150 {
        margin: 150px
    }

    .mt-lg-150 {
        margin-top: 150px
    }

    .mr-lg-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-lg-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-lg-150 {
        margin-bottom: 150px
    }

    .ml-lg-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-lg-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-lg-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-lg-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-160 {
        margin: 160px
    }

    .mt-lg-160 {
        margin-top: 160px
    }

    .mr-lg-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-lg-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-lg-160 {
        margin-bottom: 160px
    }

    .ml-lg-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-lg-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-lg-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-lg-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-170 {
        margin: 170px
    }

    .mt-lg-170 {
        margin-top: 170px
    }

    .mr-lg-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-lg-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-lg-170 {
        margin-bottom: 170px
    }

    .ml-lg-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-lg-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-lg-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-lg-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-180 {
        margin: 180px
    }

    .mt-lg-180 {
        margin-top: 180px
    }

    .mr-lg-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-lg-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-lg-180 {
        margin-bottom: 180px
    }

    .ml-lg-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-lg-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-lg-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-lg-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-190 {
        margin: 190px
    }

    .mt-lg-190 {
        margin-top: 190px
    }

    .mr-lg-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-lg-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-lg-190 {
        margin-bottom: 190px
    }

    .ml-lg-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-lg-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-lg-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-lg-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-lg-200 {
        margin: 200px
    }

    .mt-lg-200 {
        margin-top: 200px
    }

    .mr-lg-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-lg-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-lg-200 {
        margin-bottom: 200px
    }

    .ml-lg-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-lg-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-lg-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-lg-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-lg-0 {
        padding: 0px
    }

    .pt-lg-0 {
        padding-top: 0px
    }

    .pr-lg-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-lg-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-lg-0 {
        padding-bottom: 0px
    }

    .pl-lg-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-lg-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-lg-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-lg-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-1 {
        padding: 1px
    }

    .pt-lg-1 {
        padding-top: 1px
    }

    .pr-lg-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-lg-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-lg-1 {
        padding-bottom: 1px
    }

    .pl-lg-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-lg-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-lg-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-lg-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-2 {
        padding: 2px
    }

    .pt-lg-2 {
        padding-top: 2px
    }

    .pr-lg-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-lg-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-lg-2 {
        padding-bottom: 2px
    }

    .pl-lg-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-lg-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-lg-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-lg-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-3 {
        padding: 3px
    }

    .pt-lg-3 {
        padding-top: 3px
    }

    .pr-lg-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-lg-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-lg-3 {
        padding-bottom: 3px
    }

    .pl-lg-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-lg-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-lg-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-lg-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-4 {
        padding: 4px
    }

    .pt-lg-4 {
        padding-top: 4px
    }

    .pr-lg-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-lg-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-lg-4 {
        padding-bottom: 4px
    }

    .pl-lg-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-lg-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-lg-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-lg-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-5 {
        padding: 5px
    }

    .pt-lg-5 {
        padding-top: 5px
    }

    .pr-lg-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-lg-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-lg-5 {
        padding-bottom: 5px
    }

    .pl-lg-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-lg-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-lg-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-6 {
        padding: 6px
    }

    .pt-lg-6 {
        padding-top: 6px
    }

    .pr-lg-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-lg-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-lg-6 {
        padding-bottom: 6px
    }

    .pl-lg-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-lg-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-lg-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-lg-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-7 {
        padding: 7px
    }

    .pt-lg-7 {
        padding-top: 7px
    }

    .pr-lg-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-lg-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-lg-7 {
        padding-bottom: 7px
    }

    .pl-lg-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-lg-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-lg-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-lg-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-8 {
        padding: 8px
    }

    .pt-lg-8 {
        padding-top: 8px
    }

    .pr-lg-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-lg-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-lg-8 {
        padding-bottom: 8px
    }

    .pl-lg-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-lg-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-lg-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-lg-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-9 {
        padding: 9px
    }

    .pt-lg-9 {
        padding-top: 9px
    }

    .pr-lg-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-lg-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-lg-9 {
        padding-bottom: 9px
    }

    .pl-lg-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-lg-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-lg-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-lg-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-10 {
        padding: 10px
    }

    .pt-lg-10 {
        padding-top: 10px
    }

    .pr-lg-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-lg-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-lg-10 {
        padding-bottom: 10px
    }

    .pl-lg-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-lg-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-lg-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-11 {
        padding: 11px
    }

    .pt-lg-11 {
        padding-top: 11px
    }

    .pr-lg-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-lg-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-lg-11 {
        padding-bottom: 11px
    }

    .pl-lg-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-lg-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-lg-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-lg-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-12 {
        padding: 12px
    }

    .pt-lg-12 {
        padding-top: 12px
    }

    .pr-lg-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-lg-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-lg-12 {
        padding-bottom: 12px
    }

    .pl-lg-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-lg-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-lg-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-lg-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-13 {
        padding: 13px
    }

    .pt-lg-13 {
        padding-top: 13px
    }

    .pr-lg-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-lg-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-lg-13 {
        padding-bottom: 13px
    }

    .pl-lg-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-lg-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-lg-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-lg-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-14 {
        padding: 14px
    }

    .pt-lg-14 {
        padding-top: 14px
    }

    .pr-lg-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-lg-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-lg-14 {
        padding-bottom: 14px
    }

    .pl-lg-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-lg-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-lg-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-lg-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-15 {
        padding: 15px
    }

    .pt-lg-15 {
        padding-top: 15px
    }

    .pr-lg-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-lg-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-lg-15 {
        padding-bottom: 15px
    }

    .pl-lg-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-lg-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-lg-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-16 {
        padding: 16px
    }

    .pt-lg-16 {
        padding-top: 16px
    }

    .pr-lg-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-lg-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-lg-16 {
        padding-bottom: 16px
    }

    .pl-lg-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-lg-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-lg-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-lg-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-17 {
        padding: 17px
    }

    .pt-lg-17 {
        padding-top: 17px
    }

    .pr-lg-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-lg-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-lg-17 {
        padding-bottom: 17px
    }

    .pl-lg-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-lg-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-lg-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-lg-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-18 {
        padding: 18px
    }

    .pt-lg-18 {
        padding-top: 18px
    }

    .pr-lg-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-lg-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-lg-18 {
        padding-bottom: 18px
    }

    .pl-lg-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-lg-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-lg-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-lg-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-19 {
        padding: 19px
    }

    .pt-lg-19 {
        padding-top: 19px
    }

    .pr-lg-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-lg-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-lg-19 {
        padding-bottom: 19px
    }

    .pl-lg-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-lg-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-lg-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-lg-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-20 {
        padding: 20px
    }

    .pt-lg-20 {
        padding-top: 20px
    }

    .pr-lg-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-lg-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-lg-20 {
        padding-bottom: 20px
    }

    .pl-lg-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-lg-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-lg-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-21 {
        padding: 21px
    }

    .pt-lg-21 {
        padding-top: 21px
    }

    .pr-lg-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-lg-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-lg-21 {
        padding-bottom: 21px
    }

    .pl-lg-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-lg-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-lg-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-lg-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-22 {
        padding: 22px
    }

    .pt-lg-22 {
        padding-top: 22px
    }

    .pr-lg-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-lg-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-lg-22 {
        padding-bottom: 22px
    }

    .pl-lg-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-lg-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-lg-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-lg-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-23 {
        padding: 23px
    }

    .pt-lg-23 {
        padding-top: 23px
    }

    .pr-lg-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-lg-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-lg-23 {
        padding-bottom: 23px
    }

    .pl-lg-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-lg-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-lg-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-lg-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-24 {
        padding: 24px
    }

    .pt-lg-24 {
        padding-top: 24px
    }

    .pr-lg-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-lg-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-lg-24 {
        padding-bottom: 24px
    }

    .pl-lg-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-lg-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-lg-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-lg-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-25 {
        padding: 25px
    }

    .pt-lg-25 {
        padding-top: 25px
    }

    .pr-lg-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-lg-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-lg-25 {
        padding-bottom: 25px
    }

    .pl-lg-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-lg-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-lg-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-lg-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-26 {
        padding: 26px
    }

    .pt-lg-26 {
        padding-top: 26px
    }

    .pr-lg-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-lg-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-lg-26 {
        padding-bottom: 26px
    }

    .pl-lg-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-lg-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-lg-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-lg-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-27 {
        padding: 27px
    }

    .pt-lg-27 {
        padding-top: 27px
    }

    .pr-lg-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-lg-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-lg-27 {
        padding-bottom: 27px
    }

    .pl-lg-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-lg-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-lg-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-lg-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-28 {
        padding: 28px
    }

    .pt-lg-28 {
        padding-top: 28px
    }

    .pr-lg-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-lg-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-lg-28 {
        padding-bottom: 28px
    }

    .pl-lg-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-lg-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-lg-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-lg-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-29 {
        padding: 29px
    }

    .pt-lg-29 {
        padding-top: 29px
    }

    .pr-lg-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-lg-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-lg-29 {
        padding-bottom: 29px
    }

    .pl-lg-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-lg-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-lg-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-lg-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-30 {
        padding: 30px
    }

    .pt-lg-30 {
        padding-top: 30px
    }

    .pr-lg-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-lg-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-lg-30 {
        padding-bottom: 30px
    }

    .pl-lg-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-lg-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-lg-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-31 {
        padding: 31px
    }

    .pt-lg-31 {
        padding-top: 31px
    }

    .pr-lg-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-lg-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-lg-31 {
        padding-bottom: 31px
    }

    .pl-lg-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-lg-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-lg-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-lg-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-32 {
        padding: 32px
    }

    .pt-lg-32 {
        padding-top: 32px
    }

    .pr-lg-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-lg-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-lg-32 {
        padding-bottom: 32px
    }

    .pl-lg-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-lg-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-lg-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-lg-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-33 {
        padding: 33px
    }

    .pt-lg-33 {
        padding-top: 33px
    }

    .pr-lg-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-lg-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-lg-33 {
        padding-bottom: 33px
    }

    .pl-lg-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-lg-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-lg-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-lg-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-35 {
        padding: 35px
    }

    .pt-lg-35 {
        padding-top: 35px
    }

    .pr-lg-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-lg-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-lg-35 {
        padding-bottom: 35px
    }

    .pl-lg-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-lg-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-lg-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-40 {
        padding: 40px
    }

    .pt-lg-40 {
        padding-top: 40px
    }

    .pr-lg-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-lg-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-lg-40 {
        padding-bottom: 40px
    }

    .pl-lg-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-lg-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-lg-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-45 {
        padding: 45px
    }

    .pt-lg-45 {
        padding-top: 45px
    }

    .pr-lg-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-lg-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-lg-45 {
        padding-bottom: 45px
    }

    .pl-lg-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-lg-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-lg-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-lg-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-50 {
        padding: 50px
    }

    .pt-lg-50 {
        padding-top: 50px
    }

    .pr-lg-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-lg-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-lg-50 {
        padding-bottom: 50px
    }

    .pl-lg-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-lg-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-lg-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-60 {
        padding: 60px
    }

    .pt-lg-60 {
        padding-top: 60px
    }

    .pr-lg-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-lg-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-lg-60 {
        padding-bottom: 60px
    }

    .pl-lg-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-lg-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-lg-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-70 {
        padding: 70px
    }

    .pt-lg-70 {
        padding-top: 70px
    }

    .pr-lg-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-lg-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-lg-70 {
        padding-bottom: 70px
    }

    .pl-lg-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-lg-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-lg-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-80 {
        padding: 80px
    }

    .pt-lg-80 {
        padding-top: 80px
    }

    .pr-lg-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-lg-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-lg-80 {
        padding-bottom: 80px
    }

    .pl-lg-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-lg-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-lg-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-90 {
        padding: 90px
    }

    .pt-lg-90 {
        padding-top: 90px
    }

    .pr-lg-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-lg-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-lg-90 {
        padding-bottom: 90px
    }

    .pl-lg-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-lg-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-lg-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-100 {
        padding: 100px
    }

    .pt-lg-100 {
        padding-top: 100px
    }

    .pr-lg-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-lg-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-lg-100 {
        padding-bottom: 100px
    }

    .pl-lg-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-lg-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-lg-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-110 {
        padding: 110px
    }

    .pt-lg-110 {
        padding-top: 110px
    }

    .pr-lg-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-lg-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-lg-110 {
        padding-bottom: 110px
    }

    .pl-lg-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-lg-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-lg-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-lg-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-115 {
        padding: 115px
    }

    .pt-lg-115 {
        padding-top: 115px
    }

    .pr-lg-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-lg-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-lg-115 {
        padding-bottom: 115px
    }

    .pl-lg-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-lg-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-lg-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-lg-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-120 {
        padding: 120px
    }

    .pt-lg-120 {
        padding-top: 120px
    }

    .pr-lg-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-lg-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-lg-120 {
        padding-bottom: 120px
    }

    .pl-lg-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-lg-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-lg-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-lg-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-130 {
        padding: 130px
    }

    .pt-lg-130 {
        padding-top: 130px
    }

    .pr-lg-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-lg-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-lg-130 {
        padding-bottom: 130px
    }

    .pl-lg-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-lg-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-lg-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-lg-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-140 {
        padding: 140px
    }

    .pt-lg-140 {
        padding-top: 140px
    }

    .pr-lg-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-lg-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-lg-140 {
        padding-bottom: 140px
    }

    .pl-lg-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-lg-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-lg-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-lg-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-150 {
        padding: 150px
    }

    .pt-lg-150 {
        padding-top: 150px
    }

    .pr-lg-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-lg-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-lg-150 {
        padding-bottom: 150px
    }

    .pl-lg-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-lg-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-lg-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-lg-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-160 {
        padding: 160px
    }

    .pt-lg-160 {
        padding-top: 160px
    }

    .pr-lg-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-lg-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-lg-160 {
        padding-bottom: 160px
    }

    .pl-lg-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-lg-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-lg-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-lg-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-170 {
        padding: 170px
    }

    .pt-lg-170 {
        padding-top: 170px
    }

    .pr-lg-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-lg-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-lg-170 {
        padding-bottom: 170px
    }

    .pl-lg-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-lg-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-lg-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-lg-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-180 {
        padding: 180px
    }

    .pt-lg-180 {
        padding-top: 180px
    }

    .pr-lg-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-lg-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-lg-180 {
        padding-bottom: 180px
    }

    .pl-lg-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-lg-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-lg-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-lg-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-190 {
        padding: 190px
    }

    .pt-lg-190 {
        padding-top: 190px
    }

    .pr-lg-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-lg-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-lg-190 {
        padding-bottom: 190px
    }

    .pl-lg-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-lg-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-lg-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-lg-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-lg-200 {
        padding: 200px
    }

    .pt-lg-200 {
        padding-top: 200px
    }

    .pr-lg-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-lg-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-lg-200 {
        padding-bottom: 200px
    }

    .pl-lg-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-lg-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-lg-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-lg-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-lg-n0 {
        margin: -0px
    }

    .mt-lg-n0 {
        margin-top: -0px
    }

    .mr-lg-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-lg-n0 {
        margin-left: -0px
    }

    .mb-lg-n0 {
        margin-bottom: -0px
    }

    .ml-lg-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-lg-n0 {
        margin-right: -0px
    }

    .m-lg-n1 {
        margin: -1px
    }

    .mt-lg-n1 {
        margin-top: -1px
    }

    .mr-lg-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-lg-n1 {
        margin-left: -1px
    }

    .mb-lg-n1 {
        margin-bottom: -1px
    }

    .ml-lg-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-lg-n1 {
        margin-right: -1px
    }

    .m-lg-n2 {
        margin: -2px
    }

    .mt-lg-n2 {
        margin-top: -2px
    }

    .mr-lg-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-lg-n2 {
        margin-left: -2px
    }

    .mb-lg-n2 {
        margin-bottom: -2px
    }

    .ml-lg-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-lg-n2 {
        margin-right: -2px
    }

    .m-lg-n3 {
        margin: -3px
    }

    .mt-lg-n3 {
        margin-top: -3px
    }

    .mr-lg-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-lg-n3 {
        margin-left: -3px
    }

    .mb-lg-n3 {
        margin-bottom: -3px
    }

    .ml-lg-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-lg-n3 {
        margin-right: -3px
    }

    .m-lg-n4 {
        margin: -4px
    }

    .mt-lg-n4 {
        margin-top: -4px
    }

    .mr-lg-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-lg-n4 {
        margin-left: -4px
    }

    .mb-lg-n4 {
        margin-bottom: -4px
    }

    .ml-lg-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-lg-n4 {
        margin-right: -4px
    }

    .m-lg-n5 {
        margin: -5px
    }

    .mt-lg-n5 {
        margin-top: -5px
    }

    .mr-lg-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-lg-n5 {
        margin-left: -5px
    }

    .mb-lg-n5 {
        margin-bottom: -5px
    }

    .ml-lg-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-lg-n5 {
        margin-right: -5px
    }

    .m-lg-n6 {
        margin: -6px
    }

    .mt-lg-n6 {
        margin-top: -6px
    }

    .mr-lg-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-lg-n6 {
        margin-left: -6px
    }

    .mb-lg-n6 {
        margin-bottom: -6px
    }

    .ml-lg-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-lg-n6 {
        margin-right: -6px
    }

    .m-lg-n7 {
        margin: -7px
    }

    .mt-lg-n7 {
        margin-top: -7px
    }

    .mr-lg-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-lg-n7 {
        margin-left: -7px
    }

    .mb-lg-n7 {
        margin-bottom: -7px
    }

    .ml-lg-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-lg-n7 {
        margin-right: -7px
    }

    .m-lg-n8 {
        margin: -8px
    }

    .mt-lg-n8 {
        margin-top: -8px
    }

    .mr-lg-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-lg-n8 {
        margin-left: -8px
    }

    .mb-lg-n8 {
        margin-bottom: -8px
    }

    .ml-lg-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-lg-n8 {
        margin-right: -8px
    }

    .m-lg-n9 {
        margin: -9px
    }

    .mt-lg-n9 {
        margin-top: -9px
    }

    .mr-lg-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-lg-n9 {
        margin-left: -9px
    }

    .mb-lg-n9 {
        margin-bottom: -9px
    }

    .ml-lg-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-lg-n9 {
        margin-right: -9px
    }

    .m-lg-n10 {
        margin: -10px
    }

    .mt-lg-n10 {
        margin-top: -10px
    }

    .mr-lg-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-lg-n10 {
        margin-left: -10px
    }

    .mb-lg-n10 {
        margin-bottom: -10px
    }

    .ml-lg-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-lg-n10 {
        margin-right: -10px
    }

    .m-lg-n11 {
        margin: -11px
    }

    .mt-lg-n11 {
        margin-top: -11px
    }

    .mr-lg-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-lg-n11 {
        margin-left: -11px
    }

    .mb-lg-n11 {
        margin-bottom: -11px
    }

    .ml-lg-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-lg-n11 {
        margin-right: -11px
    }

    .m-lg-n12 {
        margin: -12px
    }

    .mt-lg-n12 {
        margin-top: -12px
    }

    .mr-lg-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-lg-n12 {
        margin-left: -12px
    }

    .mb-lg-n12 {
        margin-bottom: -12px
    }

    .ml-lg-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-lg-n12 {
        margin-right: -12px
    }

    .m-lg-n13 {
        margin: -13px
    }

    .mt-lg-n13 {
        margin-top: -13px
    }

    .mr-lg-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-lg-n13 {
        margin-left: -13px
    }

    .mb-lg-n13 {
        margin-bottom: -13px
    }

    .ml-lg-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-lg-n13 {
        margin-right: -13px
    }

    .m-lg-n14 {
        margin: -14px
    }

    .mt-lg-n14 {
        margin-top: -14px
    }

    .mr-lg-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-lg-n14 {
        margin-left: -14px
    }

    .mb-lg-n14 {
        margin-bottom: -14px
    }

    .ml-lg-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-lg-n14 {
        margin-right: -14px
    }

    .m-lg-n15 {
        margin: -15px
    }

    .mt-lg-n15 {
        margin-top: -15px
    }

    .mr-lg-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-lg-n15 {
        margin-left: -15px
    }

    .mb-lg-n15 {
        margin-bottom: -15px
    }

    .ml-lg-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-lg-n15 {
        margin-right: -15px
    }

    .m-lg-n16 {
        margin: -16px
    }

    .mt-lg-n16 {
        margin-top: -16px
    }

    .mr-lg-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-lg-n16 {
        margin-left: -16px
    }

    .mb-lg-n16 {
        margin-bottom: -16px
    }

    .ml-lg-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-lg-n16 {
        margin-right: -16px
    }

    .m-lg-n17 {
        margin: -17px
    }

    .mt-lg-n17 {
        margin-top: -17px
    }

    .mr-lg-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-lg-n17 {
        margin-left: -17px
    }

    .mb-lg-n17 {
        margin-bottom: -17px
    }

    .ml-lg-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-lg-n17 {
        margin-right: -17px
    }

    .m-lg-n18 {
        margin: -18px
    }

    .mt-lg-n18 {
        margin-top: -18px
    }

    .mr-lg-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-lg-n18 {
        margin-left: -18px
    }

    .mb-lg-n18 {
        margin-bottom: -18px
    }

    .ml-lg-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-lg-n18 {
        margin-right: -18px
    }

    .m-lg-n19 {
        margin: -19px
    }

    .mt-lg-n19 {
        margin-top: -19px
    }

    .mr-lg-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-lg-n19 {
        margin-left: -19px
    }

    .mb-lg-n19 {
        margin-bottom: -19px
    }

    .ml-lg-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-lg-n19 {
        margin-right: -19px
    }

    .m-lg-n20 {
        margin: -20px
    }

    .mt-lg-n20 {
        margin-top: -20px
    }

    .mr-lg-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-lg-n20 {
        margin-left: -20px
    }

    .mb-lg-n20 {
        margin-bottom: -20px
    }

    .ml-lg-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-lg-n20 {
        margin-right: -20px
    }

    .m-lg-n21 {
        margin: -21px
    }

    .mt-lg-n21 {
        margin-top: -21px
    }

    .mr-lg-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-lg-n21 {
        margin-left: -21px
    }

    .mb-lg-n21 {
        margin-bottom: -21px
    }

    .ml-lg-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-lg-n21 {
        margin-right: -21px
    }

    .m-lg-n22 {
        margin: -22px
    }

    .mt-lg-n22 {
        margin-top: -22px
    }

    .mr-lg-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-lg-n22 {
        margin-left: -22px
    }

    .mb-lg-n22 {
        margin-bottom: -22px
    }

    .ml-lg-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-lg-n22 {
        margin-right: -22px
    }

    .m-lg-n23 {
        margin: -23px
    }

    .mt-lg-n23 {
        margin-top: -23px
    }

    .mr-lg-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-lg-n23 {
        margin-left: -23px
    }

    .mb-lg-n23 {
        margin-bottom: -23px
    }

    .ml-lg-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-lg-n23 {
        margin-right: -23px
    }

    .m-lg-n24 {
        margin: -24px
    }

    .mt-lg-n24 {
        margin-top: -24px
    }

    .mr-lg-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-lg-n24 {
        margin-left: -24px
    }

    .mb-lg-n24 {
        margin-bottom: -24px
    }

    .ml-lg-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-lg-n24 {
        margin-right: -24px
    }

    .m-lg-n25 {
        margin: -25px
    }

    .mt-lg-n25 {
        margin-top: -25px
    }

    .mr-lg-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-lg-n25 {
        margin-left: -25px
    }

    .mb-lg-n25 {
        margin-bottom: -25px
    }

    .ml-lg-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-lg-n25 {
        margin-right: -25px
    }

    .m-lg-n26 {
        margin: -26px
    }

    .mt-lg-n26 {
        margin-top: -26px
    }

    .mr-lg-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-lg-n26 {
        margin-left: -26px
    }

    .mb-lg-n26 {
        margin-bottom: -26px
    }

    .ml-lg-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-lg-n26 {
        margin-right: -26px
    }

    .m-lg-n27 {
        margin: -27px
    }

    .mt-lg-n27 {
        margin-top: -27px
    }

    .mr-lg-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-lg-n27 {
        margin-left: -27px
    }

    .mb-lg-n27 {
        margin-bottom: -27px
    }

    .ml-lg-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-lg-n27 {
        margin-right: -27px
    }

    .m-lg-n28 {
        margin: -28px
    }

    .mt-lg-n28 {
        margin-top: -28px
    }

    .mr-lg-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-lg-n28 {
        margin-left: -28px
    }

    .mb-lg-n28 {
        margin-bottom: -28px
    }

    .ml-lg-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-lg-n28 {
        margin-right: -28px
    }

    .m-lg-n29 {
        margin: -29px
    }

    .mt-lg-n29 {
        margin-top: -29px
    }

    .mr-lg-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-lg-n29 {
        margin-left: -29px
    }

    .mb-lg-n29 {
        margin-bottom: -29px
    }

    .ml-lg-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-lg-n29 {
        margin-right: -29px
    }

    .m-lg-n30 {
        margin: -30px
    }

    .mt-lg-n30 {
        margin-top: -30px
    }

    .mr-lg-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-lg-n30 {
        margin-left: -30px
    }

    .mb-lg-n30 {
        margin-bottom: -30px
    }

    .ml-lg-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-lg-n30 {
        margin-right: -30px
    }

    .m-lg-n31 {
        margin: -31px
    }

    .mt-lg-n31 {
        margin-top: -31px
    }

    .mr-lg-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-lg-n31 {
        margin-left: -31px
    }

    .mb-lg-n31 {
        margin-bottom: -31px
    }

    .ml-lg-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-lg-n31 {
        margin-right: -31px
    }

    .m-lg-n32 {
        margin: -32px
    }

    .mt-lg-n32 {
        margin-top: -32px
    }

    .mr-lg-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-lg-n32 {
        margin-left: -32px
    }

    .mb-lg-n32 {
        margin-bottom: -32px
    }

    .ml-lg-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-lg-n32 {
        margin-right: -32px
    }

    .m-lg-n33 {
        margin: -33px
    }

    .mt-lg-n33 {
        margin-top: -33px
    }

    .mr-lg-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-lg-n33 {
        margin-left: -33px
    }

    .mb-lg-n33 {
        margin-bottom: -33px
    }

    .ml-lg-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-lg-n33 {
        margin-right: -33px
    }

    .m-lg-n35 {
        margin: -35px
    }

    .mt-lg-n35 {
        margin-top: -35px
    }

    .mr-lg-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-lg-n35 {
        margin-left: -35px
    }

    .mb-lg-n35 {
        margin-bottom: -35px
    }

    .ml-lg-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-lg-n35 {
        margin-right: -35px
    }

    .m-lg-n40 {
        margin: -40px
    }

    .mt-lg-n40 {
        margin-top: -40px
    }

    .mr-lg-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-lg-n40 {
        margin-left: -40px
    }

    .mb-lg-n40 {
        margin-bottom: -40px
    }

    .ml-lg-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-lg-n40 {
        margin-right: -40px
    }

    .m-lg-n45 {
        margin: -45px
    }

    .mt-lg-n45 {
        margin-top: -45px
    }

    .mr-lg-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-lg-n45 {
        margin-left: -45px
    }

    .mb-lg-n45 {
        margin-bottom: -45px
    }

    .ml-lg-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-lg-n45 {
        margin-right: -45px
    }

    .m-lg-n50 {
        margin: -50px
    }

    .mt-lg-n50 {
        margin-top: -50px
    }

    .mr-lg-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-lg-n50 {
        margin-left: -50px
    }

    .mb-lg-n50 {
        margin-bottom: -50px
    }

    .ml-lg-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-lg-n50 {
        margin-right: -50px
    }

    .m-lg-n60 {
        margin: -60px
    }

    .mt-lg-n60 {
        margin-top: -60px
    }

    .mr-lg-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-lg-n60 {
        margin-left: -60px
    }

    .mb-lg-n60 {
        margin-bottom: -60px
    }

    .ml-lg-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-lg-n60 {
        margin-right: -60px
    }

    .m-lg-n70 {
        margin: -70px
    }

    .mt-lg-n70 {
        margin-top: -70px
    }

    .mr-lg-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-lg-n70 {
        margin-left: -70px
    }

    .mb-lg-n70 {
        margin-bottom: -70px
    }

    .ml-lg-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-lg-n70 {
        margin-right: -70px
    }

    .m-lg-n80 {
        margin: -80px
    }

    .mt-lg-n80 {
        margin-top: -80px
    }

    .mr-lg-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-lg-n80 {
        margin-left: -80px
    }

    .mb-lg-n80 {
        margin-bottom: -80px
    }

    .ml-lg-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-lg-n80 {
        margin-right: -80px
    }

    .m-lg-n90 {
        margin: -90px
    }

    .mt-lg-n90 {
        margin-top: -90px
    }

    .mr-lg-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-lg-n90 {
        margin-left: -90px
    }

    .mb-lg-n90 {
        margin-bottom: -90px
    }

    .ml-lg-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-lg-n90 {
        margin-right: -90px
    }

    .m-lg-n100 {
        margin: -100px
    }

    .mt-lg-n100 {
        margin-top: -100px
    }

    .mr-lg-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-lg-n100 {
        margin-left: -100px
    }

    .mb-lg-n100 {
        margin-bottom: -100px
    }

    .ml-lg-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-lg-n100 {
        margin-right: -100px
    }

    .m-lg-n110 {
        margin: -110px
    }

    .mt-lg-n110 {
        margin-top: -110px
    }

    .mr-lg-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-lg-n110 {
        margin-left: -110px
    }

    .mb-lg-n110 {
        margin-bottom: -110px
    }

    .ml-lg-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-lg-n110 {
        margin-right: -110px
    }

    .m-lg-n115 {
        margin: -115px
    }

    .mt-lg-n115 {
        margin-top: -115px
    }

    .mr-lg-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-lg-n115 {
        margin-left: -115px
    }

    .mb-lg-n115 {
        margin-bottom: -115px
    }

    .ml-lg-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-lg-n115 {
        margin-right: -115px
    }

    .m-lg-n120 {
        margin: -120px
    }

    .mt-lg-n120 {
        margin-top: -120px
    }

    .mr-lg-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-lg-n120 {
        margin-left: -120px
    }

    .mb-lg-n120 {
        margin-bottom: -120px
    }

    .ml-lg-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-lg-n120 {
        margin-right: -120px
    }

    .m-lg-n130 {
        margin: -130px
    }

    .mt-lg-n130 {
        margin-top: -130px
    }

    .mr-lg-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-lg-n130 {
        margin-left: -130px
    }

    .mb-lg-n130 {
        margin-bottom: -130px
    }

    .ml-lg-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-lg-n130 {
        margin-right: -130px
    }

    .m-lg-n140 {
        margin: -140px
    }

    .mt-lg-n140 {
        margin-top: -140px
    }

    .mr-lg-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-lg-n140 {
        margin-left: -140px
    }

    .mb-lg-n140 {
        margin-bottom: -140px
    }

    .ml-lg-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-lg-n140 {
        margin-right: -140px
    }

    .m-lg-n150 {
        margin: -150px
    }

    .mt-lg-n150 {
        margin-top: -150px
    }

    .mr-lg-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-lg-n150 {
        margin-left: -150px
    }

    .mb-lg-n150 {
        margin-bottom: -150px
    }

    .ml-lg-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-lg-n150 {
        margin-right: -150px
    }

    .m-lg-n160 {
        margin: -160px
    }

    .mt-lg-n160 {
        margin-top: -160px
    }

    .mr-lg-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-lg-n160 {
        margin-left: -160px
    }

    .mb-lg-n160 {
        margin-bottom: -160px
    }

    .ml-lg-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-lg-n160 {
        margin-right: -160px
    }

    .m-lg-n170 {
        margin: -170px
    }

    .mt-lg-n170 {
        margin-top: -170px
    }

    .mr-lg-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-lg-n170 {
        margin-left: -170px
    }

    .mb-lg-n170 {
        margin-bottom: -170px
    }

    .ml-lg-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-lg-n170 {
        margin-right: -170px
    }

    .m-lg-n180 {
        margin: -180px
    }

    .mt-lg-n180 {
        margin-top: -180px
    }

    .mr-lg-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-lg-n180 {
        margin-left: -180px
    }

    .mb-lg-n180 {
        margin-bottom: -180px
    }

    .ml-lg-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-lg-n180 {
        margin-right: -180px
    }

    .m-lg-n190 {
        margin: -190px
    }

    .mt-lg-n190 {
        margin-top: -190px
    }

    .mr-lg-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-lg-n190 {
        margin-left: -190px
    }

    .mb-lg-n190 {
        margin-bottom: -190px
    }

    .ml-lg-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-lg-n190 {
        margin-right: -190px
    }

    .m-lg-n200 {
        margin: -200px
    }

    .mt-lg-n200 {
        margin-top: -200px
    }

    .mr-lg-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-lg-n200 {
        margin-left: -200px
    }

    .mb-lg-n200 {
        margin-bottom: -200px
    }

    .ml-lg-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-lg-n200 {
        margin-right: -200px
    }

    .m-lg-auto {
        margin: auto
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0px
    }

    .mt-xl-0 {
        margin-top: 0px
    }

    .mr-xl-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-xl-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-xl-0 {
        margin-bottom: 0px
    }

    .ml-xl-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-xl-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-xl-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-xl-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-1 {
        margin: 1px
    }

    .mt-xl-1 {
        margin-top: 1px
    }

    .mr-xl-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-xl-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-xl-1 {
        margin-bottom: 1px
    }

    .ml-xl-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-xl-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-xl-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-xl-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-2 {
        margin: 2px
    }

    .mt-xl-2 {
        margin-top: 2px
    }

    .mr-xl-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-xl-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-xl-2 {
        margin-bottom: 2px
    }

    .ml-xl-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-xl-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-xl-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-xl-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-3 {
        margin: 3px
    }

    .mt-xl-3 {
        margin-top: 3px
    }

    .mr-xl-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-xl-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-xl-3 {
        margin-bottom: 3px
    }

    .ml-xl-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-xl-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-xl-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-xl-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-4 {
        margin: 4px
    }

    .mt-xl-4 {
        margin-top: 4px
    }

    .mr-xl-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-xl-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-xl-4 {
        margin-bottom: 4px
    }

    .ml-xl-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-xl-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-xl-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-xl-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-5 {
        margin: 5px
    }

    .mt-xl-5 {
        margin-top: 5px
    }

    .mr-xl-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-xl-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-xl-5 {
        margin-bottom: 5px
    }

    .ml-xl-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-xl-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-xl-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-xl-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-6 {
        margin: 6px
    }

    .mt-xl-6 {
        margin-top: 6px
    }

    .mr-xl-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-xl-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-xl-6 {
        margin-bottom: 6px
    }

    .ml-xl-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-xl-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-xl-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-xl-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-7 {
        margin: 7px
    }

    .mt-xl-7 {
        margin-top: 7px
    }

    .mr-xl-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-xl-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-xl-7 {
        margin-bottom: 7px
    }

    .ml-xl-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-xl-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-xl-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-xl-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-8 {
        margin: 8px
    }

    .mt-xl-8 {
        margin-top: 8px
    }

    .mr-xl-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-xl-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-xl-8 {
        margin-bottom: 8px
    }

    .ml-xl-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-xl-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-xl-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-xl-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-9 {
        margin: 9px
    }

    .mt-xl-9 {
        margin-top: 9px
    }

    .mr-xl-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-xl-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-xl-9 {
        margin-bottom: 9px
    }

    .ml-xl-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-xl-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-xl-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-xl-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-10 {
        margin: 10px
    }

    .mt-xl-10 {
        margin-top: 10px
    }

    .mr-xl-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-xl-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-xl-10 {
        margin-bottom: 10px
    }

    .ml-xl-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-xl-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-xl-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-xl-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-11 {
        margin: 11px
    }

    .mt-xl-11 {
        margin-top: 11px
    }

    .mr-xl-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-xl-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-xl-11 {
        margin-bottom: 11px
    }

    .ml-xl-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-xl-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-xl-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-xl-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-12 {
        margin: 12px
    }

    .mt-xl-12 {
        margin-top: 12px
    }

    .mr-xl-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-xl-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-xl-12 {
        margin-bottom: 12px
    }

    .ml-xl-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-xl-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-xl-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-xl-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-13 {
        margin: 13px
    }

    .mt-xl-13 {
        margin-top: 13px
    }

    .mr-xl-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-xl-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-xl-13 {
        margin-bottom: 13px
    }

    .ml-xl-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-xl-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-xl-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-xl-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-14 {
        margin: 14px
    }

    .mt-xl-14 {
        margin-top: 14px
    }

    .mr-xl-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-xl-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-xl-14 {
        margin-bottom: 14px
    }

    .ml-xl-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-xl-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-xl-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-xl-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-15 {
        margin: 15px
    }

    .mt-xl-15 {
        margin-top: 15px
    }

    .mr-xl-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-xl-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-xl-15 {
        margin-bottom: 15px
    }

    .ml-xl-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-xl-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-xl-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-xl-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-16 {
        margin: 16px
    }

    .mt-xl-16 {
        margin-top: 16px
    }

    .mr-xl-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-xl-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-xl-16 {
        margin-bottom: 16px
    }

    .ml-xl-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-xl-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-xl-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-xl-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-17 {
        margin: 17px
    }

    .mt-xl-17 {
        margin-top: 17px
    }

    .mr-xl-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-xl-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-xl-17 {
        margin-bottom: 17px
    }

    .ml-xl-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-xl-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-xl-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-xl-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-18 {
        margin: 18px
    }

    .mt-xl-18 {
        margin-top: 18px
    }

    .mr-xl-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-xl-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-xl-18 {
        margin-bottom: 18px
    }

    .ml-xl-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-xl-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-xl-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-xl-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-19 {
        margin: 19px
    }

    .mt-xl-19 {
        margin-top: 19px
    }

    .mr-xl-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-xl-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-xl-19 {
        margin-bottom: 19px
    }

    .ml-xl-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-xl-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-xl-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-xl-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-20 {
        margin: 20px
    }

    .mt-xl-20 {
        margin-top: 20px
    }

    .mr-xl-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-xl-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-xl-20 {
        margin-bottom: 20px
    }

    .ml-xl-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-xl-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-xl-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-xl-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-21 {
        margin: 21px
    }

    .mt-xl-21 {
        margin-top: 21px
    }

    .mr-xl-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-xl-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-xl-21 {
        margin-bottom: 21px
    }

    .ml-xl-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-xl-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-xl-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-xl-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-22 {
        margin: 22px
    }

    .mt-xl-22 {
        margin-top: 22px
    }

    .mr-xl-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-xl-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-xl-22 {
        margin-bottom: 22px
    }

    .ml-xl-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-xl-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-xl-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-xl-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-23 {
        margin: 23px
    }

    .mt-xl-23 {
        margin-top: 23px
    }

    .mr-xl-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-xl-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-xl-23 {
        margin-bottom: 23px
    }

    .ml-xl-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-xl-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-xl-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-xl-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-24 {
        margin: 24px
    }

    .mt-xl-24 {
        margin-top: 24px
    }

    .mr-xl-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-xl-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-xl-24 {
        margin-bottom: 24px
    }

    .ml-xl-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-xl-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-xl-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-xl-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-25 {
        margin: 25px
    }

    .mt-xl-25 {
        margin-top: 25px
    }

    .mr-xl-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-xl-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-xl-25 {
        margin-bottom: 25px
    }

    .ml-xl-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-xl-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-xl-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-xl-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-26 {
        margin: 26px
    }

    .mt-xl-26 {
        margin-top: 26px
    }

    .mr-xl-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-xl-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-xl-26 {
        margin-bottom: 26px
    }

    .ml-xl-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-xl-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-xl-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-xl-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-27 {
        margin: 27px
    }

    .mt-xl-27 {
        margin-top: 27px
    }

    .mr-xl-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-xl-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-xl-27 {
        margin-bottom: 27px
    }

    .ml-xl-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-xl-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-xl-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-xl-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-28 {
        margin: 28px
    }

    .mt-xl-28 {
        margin-top: 28px
    }

    .mr-xl-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-xl-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-xl-28 {
        margin-bottom: 28px
    }

    .ml-xl-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-xl-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-xl-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-xl-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-29 {
        margin: 29px
    }

    .mt-xl-29 {
        margin-top: 29px
    }

    .mr-xl-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-xl-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-xl-29 {
        margin-bottom: 29px
    }

    .ml-xl-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-xl-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-xl-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-xl-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-30 {
        margin: 30px
    }

    .mt-xl-30 {
        margin-top: 30px
    }

    .mr-xl-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-xl-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-xl-30 {
        margin-bottom: 30px
    }

    .ml-xl-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-xl-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-xl-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-xl-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-31 {
        margin: 31px
    }

    .mt-xl-31 {
        margin-top: 31px
    }

    .mr-xl-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-xl-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-xl-31 {
        margin-bottom: 31px
    }

    .ml-xl-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-xl-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-xl-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-xl-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-32 {
        margin: 32px
    }

    .mt-xl-32 {
        margin-top: 32px
    }

    .mr-xl-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-xl-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-xl-32 {
        margin-bottom: 32px
    }

    .ml-xl-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-xl-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-xl-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-xl-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-33 {
        margin: 33px
    }

    .mt-xl-33 {
        margin-top: 33px
    }

    .mr-xl-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-xl-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-xl-33 {
        margin-bottom: 33px
    }

    .ml-xl-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-xl-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-xl-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-xl-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-35 {
        margin: 35px
    }

    .mt-xl-35 {
        margin-top: 35px
    }

    .mr-xl-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-xl-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-xl-35 {
        margin-bottom: 35px
    }

    .ml-xl-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-xl-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-xl-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-xl-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-40 {
        margin: 40px
    }

    .mt-xl-40 {
        margin-top: 40px
    }

    .mr-xl-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-xl-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-xl-40 {
        margin-bottom: 40px
    }

    .ml-xl-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-xl-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-xl-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-xl-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-45 {
        margin: 45px
    }

    .mt-xl-45 {
        margin-top: 45px
    }

    .mr-xl-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-xl-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-xl-45 {
        margin-bottom: 45px
    }

    .ml-xl-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-xl-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-xl-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-xl-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-50 {
        margin: 50px
    }

    .mt-xl-50 {
        margin-top: 50px
    }

    .mr-xl-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-xl-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-xl-50 {
        margin-bottom: 50px
    }

    .ml-xl-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-xl-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-xl-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-xl-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-60 {
        margin: 60px
    }

    .mt-xl-60 {
        margin-top: 60px
    }

    .mr-xl-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-xl-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-xl-60 {
        margin-bottom: 60px
    }

    .ml-xl-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-xl-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-xl-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-xl-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-70 {
        margin: 70px
    }

    .mt-xl-70 {
        margin-top: 70px
    }

    .mr-xl-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-xl-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-xl-70 {
        margin-bottom: 70px
    }

    .ml-xl-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-xl-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-xl-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-xl-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-80 {
        margin: 80px
    }

    .mt-xl-80 {
        margin-top: 80px
    }

    .mr-xl-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-xl-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-xl-80 {
        margin-bottom: 80px
    }

    .ml-xl-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-xl-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-xl-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-xl-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-90 {
        margin: 90px
    }

    .mt-xl-90 {
        margin-top: 90px
    }

    .mr-xl-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-xl-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-xl-90 {
        margin-bottom: 90px
    }

    .ml-xl-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-xl-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-xl-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-xl-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-100 {
        margin: 100px
    }

    .mt-xl-100 {
        margin-top: 100px
    }

    .mr-xl-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-xl-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-xl-100 {
        margin-bottom: 100px
    }

    .ml-xl-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-xl-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-xl-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-xl-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-110 {
        margin: 110px
    }

    .mt-xl-110 {
        margin-top: 110px
    }

    .mr-xl-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-xl-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-xl-110 {
        margin-bottom: 110px
    }

    .ml-xl-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-xl-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-xl-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-xl-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-115 {
        margin: 115px
    }

    .mt-xl-115 {
        margin-top: 115px
    }

    .mr-xl-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-xl-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-xl-115 {
        margin-bottom: 115px
    }

    .ml-xl-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-xl-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-xl-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-xl-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-120 {
        margin: 120px
    }

    .mt-xl-120 {
        margin-top: 120px
    }

    .mr-xl-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-xl-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-xl-120 {
        margin-bottom: 120px
    }

    .ml-xl-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-xl-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-xl-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-xl-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-130 {
        margin: 130px
    }

    .mt-xl-130 {
        margin-top: 130px
    }

    .mr-xl-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-xl-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-xl-130 {
        margin-bottom: 130px
    }

    .ml-xl-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-xl-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-xl-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-xl-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-140 {
        margin: 140px
    }

    .mt-xl-140 {
        margin-top: 140px
    }

    .mr-xl-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-xl-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-xl-140 {
        margin-bottom: 140px
    }

    .ml-xl-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-xl-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-xl-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-xl-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-150 {
        margin: 150px
    }

    .mt-xl-150 {
        margin-top: 150px
    }

    .mr-xl-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-xl-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-xl-150 {
        margin-bottom: 150px
    }

    .ml-xl-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-xl-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-xl-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-xl-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-160 {
        margin: 160px
    }

    .mt-xl-160 {
        margin-top: 160px
    }

    .mr-xl-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-xl-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-xl-160 {
        margin-bottom: 160px
    }

    .ml-xl-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-xl-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-xl-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-xl-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-170 {
        margin: 170px
    }

    .mt-xl-170 {
        margin-top: 170px
    }

    .mr-xl-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-xl-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-xl-170 {
        margin-bottom: 170px
    }

    .ml-xl-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-xl-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-xl-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-xl-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-180 {
        margin: 180px
    }

    .mt-xl-180 {
        margin-top: 180px
    }

    .mr-xl-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-xl-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-xl-180 {
        margin-bottom: 180px
    }

    .ml-xl-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-xl-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-xl-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-xl-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-190 {
        margin: 190px
    }

    .mt-xl-190 {
        margin-top: 190px
    }

    .mr-xl-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-xl-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-xl-190 {
        margin-bottom: 190px
    }

    .ml-xl-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-xl-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-xl-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-xl-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xl-200 {
        margin: 200px
    }

    .mt-xl-200 {
        margin-top: 200px
    }

    .mr-xl-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-xl-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-xl-200 {
        margin-bottom: 200px
    }

    .ml-xl-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-xl-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-xl-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-xl-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-xl-0 {
        padding: 0px
    }

    .pt-xl-0 {
        padding-top: 0px
    }

    .pr-xl-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-xl-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-xl-0 {
        padding-bottom: 0px
    }

    .pl-xl-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-xl-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-xl-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-xl-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-1 {
        padding: 1px
    }

    .pt-xl-1 {
        padding-top: 1px
    }

    .pr-xl-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-xl-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-xl-1 {
        padding-bottom: 1px
    }

    .pl-xl-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-xl-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-xl-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-xl-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-2 {
        padding: 2px
    }

    .pt-xl-2 {
        padding-top: 2px
    }

    .pr-xl-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-xl-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-xl-2 {
        padding-bottom: 2px
    }

    .pl-xl-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-xl-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-xl-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-xl-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-3 {
        padding: 3px
    }

    .pt-xl-3 {
        padding-top: 3px
    }

    .pr-xl-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-xl-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-xl-3 {
        padding-bottom: 3px
    }

    .pl-xl-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-xl-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-xl-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-xl-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-4 {
        padding: 4px
    }

    .pt-xl-4 {
        padding-top: 4px
    }

    .pr-xl-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-xl-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-xl-4 {
        padding-bottom: 4px
    }

    .pl-xl-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-xl-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-xl-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-xl-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-5 {
        padding: 5px
    }

    .pt-xl-5 {
        padding-top: 5px
    }

    .pr-xl-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-xl-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-xl-5 {
        padding-bottom: 5px
    }

    .pl-xl-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-xl-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-xl-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-6 {
        padding: 6px
    }

    .pt-xl-6 {
        padding-top: 6px
    }

    .pr-xl-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-xl-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-xl-6 {
        padding-bottom: 6px
    }

    .pl-xl-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-xl-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-xl-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-xl-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-7 {
        padding: 7px
    }

    .pt-xl-7 {
        padding-top: 7px
    }

    .pr-xl-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-xl-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-xl-7 {
        padding-bottom: 7px
    }

    .pl-xl-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-xl-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-xl-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-xl-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-8 {
        padding: 8px
    }

    .pt-xl-8 {
        padding-top: 8px
    }

    .pr-xl-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-xl-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-xl-8 {
        padding-bottom: 8px
    }

    .pl-xl-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-xl-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-xl-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-xl-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-9 {
        padding: 9px
    }

    .pt-xl-9 {
        padding-top: 9px
    }

    .pr-xl-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-xl-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-xl-9 {
        padding-bottom: 9px
    }

    .pl-xl-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-xl-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-xl-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-xl-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-10 {
        padding: 10px
    }

    .pt-xl-10 {
        padding-top: 10px
    }

    .pr-xl-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-xl-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-xl-10 {
        padding-bottom: 10px
    }

    .pl-xl-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-xl-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-xl-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-11 {
        padding: 11px
    }

    .pt-xl-11 {
        padding-top: 11px
    }

    .pr-xl-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-xl-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-xl-11 {
        padding-bottom: 11px
    }

    .pl-xl-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-xl-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-xl-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-xl-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-12 {
        padding: 12px
    }

    .pt-xl-12 {
        padding-top: 12px
    }

    .pr-xl-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-xl-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-xl-12 {
        padding-bottom: 12px
    }

    .pl-xl-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-xl-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-xl-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-xl-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-13 {
        padding: 13px
    }

    .pt-xl-13 {
        padding-top: 13px
    }

    .pr-xl-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-xl-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-xl-13 {
        padding-bottom: 13px
    }

    .pl-xl-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-xl-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-xl-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-xl-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-14 {
        padding: 14px
    }

    .pt-xl-14 {
        padding-top: 14px
    }

    .pr-xl-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-xl-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-xl-14 {
        padding-bottom: 14px
    }

    .pl-xl-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-xl-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-xl-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-xl-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-15 {
        padding: 15px
    }

    .pt-xl-15 {
        padding-top: 15px
    }

    .pr-xl-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-xl-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-xl-15 {
        padding-bottom: 15px
    }

    .pl-xl-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-xl-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-xl-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-16 {
        padding: 16px
    }

    .pt-xl-16 {
        padding-top: 16px
    }

    .pr-xl-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-xl-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-xl-16 {
        padding-bottom: 16px
    }

    .pl-xl-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-xl-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-xl-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-xl-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-17 {
        padding: 17px
    }

    .pt-xl-17 {
        padding-top: 17px
    }

    .pr-xl-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-xl-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-xl-17 {
        padding-bottom: 17px
    }

    .pl-xl-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-xl-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-xl-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-xl-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-18 {
        padding: 18px
    }

    .pt-xl-18 {
        padding-top: 18px
    }

    .pr-xl-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-xl-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-xl-18 {
        padding-bottom: 18px
    }

    .pl-xl-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-xl-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-xl-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-xl-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-19 {
        padding: 19px
    }

    .pt-xl-19 {
        padding-top: 19px
    }

    .pr-xl-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-xl-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-xl-19 {
        padding-bottom: 19px
    }

    .pl-xl-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-xl-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-xl-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-xl-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-20 {
        padding: 20px
    }

    .pt-xl-20 {
        padding-top: 20px
    }

    .pr-xl-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-xl-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-xl-20 {
        padding-bottom: 20px
    }

    .pl-xl-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-xl-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-xl-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-21 {
        padding: 21px
    }

    .pt-xl-21 {
        padding-top: 21px
    }

    .pr-xl-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-xl-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-xl-21 {
        padding-bottom: 21px
    }

    .pl-xl-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-xl-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-xl-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-xl-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-22 {
        padding: 22px
    }

    .pt-xl-22 {
        padding-top: 22px
    }

    .pr-xl-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-xl-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-xl-22 {
        padding-bottom: 22px
    }

    .pl-xl-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-xl-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-xl-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-xl-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-23 {
        padding: 23px
    }

    .pt-xl-23 {
        padding-top: 23px
    }

    .pr-xl-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-xl-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-xl-23 {
        padding-bottom: 23px
    }

    .pl-xl-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-xl-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-xl-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-xl-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-24 {
        padding: 24px
    }

    .pt-xl-24 {
        padding-top: 24px
    }

    .pr-xl-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-xl-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-xl-24 {
        padding-bottom: 24px
    }

    .pl-xl-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-xl-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-xl-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-xl-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-25 {
        padding: 25px
    }

    .pt-xl-25 {
        padding-top: 25px
    }

    .pr-xl-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-xl-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-xl-25 {
        padding-bottom: 25px
    }

    .pl-xl-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-xl-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-xl-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-xl-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-26 {
        padding: 26px
    }

    .pt-xl-26 {
        padding-top: 26px
    }

    .pr-xl-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-xl-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-xl-26 {
        padding-bottom: 26px
    }

    .pl-xl-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-xl-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-xl-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-xl-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-27 {
        padding: 27px
    }

    .pt-xl-27 {
        padding-top: 27px
    }

    .pr-xl-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-xl-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-xl-27 {
        padding-bottom: 27px
    }

    .pl-xl-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-xl-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-xl-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-xl-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-28 {
        padding: 28px
    }

    .pt-xl-28 {
        padding-top: 28px
    }

    .pr-xl-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-xl-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-xl-28 {
        padding-bottom: 28px
    }

    .pl-xl-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-xl-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-xl-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-xl-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-29 {
        padding: 29px
    }

    .pt-xl-29 {
        padding-top: 29px
    }

    .pr-xl-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-xl-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-xl-29 {
        padding-bottom: 29px
    }

    .pl-xl-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-xl-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-xl-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-xl-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-30 {
        padding: 30px
    }

    .pt-xl-30 {
        padding-top: 30px
    }

    .pr-xl-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-xl-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-xl-30 {
        padding-bottom: 30px
    }

    .pl-xl-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-xl-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-xl-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-31 {
        padding: 31px
    }

    .pt-xl-31 {
        padding-top: 31px
    }

    .pr-xl-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-xl-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-xl-31 {
        padding-bottom: 31px
    }

    .pl-xl-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-xl-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-xl-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-xl-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-32 {
        padding: 32px
    }

    .pt-xl-32 {
        padding-top: 32px
    }

    .pr-xl-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-xl-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-xl-32 {
        padding-bottom: 32px
    }

    .pl-xl-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-xl-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-xl-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-xl-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-33 {
        padding: 33px
    }

    .pt-xl-33 {
        padding-top: 33px
    }

    .pr-xl-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-xl-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-xl-33 {
        padding-bottom: 33px
    }

    .pl-xl-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-xl-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-xl-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-xl-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-35 {
        padding: 35px
    }

    .pt-xl-35 {
        padding-top: 35px
    }

    .pr-xl-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-xl-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-xl-35 {
        padding-bottom: 35px
    }

    .pl-xl-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-xl-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-xl-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-40 {
        padding: 40px
    }

    .pt-xl-40 {
        padding-top: 40px
    }

    .pr-xl-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-xl-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-xl-40 {
        padding-bottom: 40px
    }

    .pl-xl-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-xl-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-xl-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-45 {
        padding: 45px
    }

    .pt-xl-45 {
        padding-top: 45px
    }

    .pr-xl-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-xl-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-xl-45 {
        padding-bottom: 45px
    }

    .pl-xl-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-xl-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-xl-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-xl-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-50 {
        padding: 50px
    }

    .pt-xl-50 {
        padding-top: 50px
    }

    .pr-xl-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-xl-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-xl-50 {
        padding-bottom: 50px
    }

    .pl-xl-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-xl-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-xl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-60 {
        padding: 60px
    }

    .pt-xl-60 {
        padding-top: 60px
    }

    .pr-xl-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-xl-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-xl-60 {
        padding-bottom: 60px
    }

    .pl-xl-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-xl-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-xl-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-70 {
        padding: 70px
    }

    .pt-xl-70 {
        padding-top: 70px
    }

    .pr-xl-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-xl-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-xl-70 {
        padding-bottom: 70px
    }

    .pl-xl-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-xl-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-xl-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-80 {
        padding: 80px
    }

    .pt-xl-80 {
        padding-top: 80px
    }

    .pr-xl-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-xl-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-xl-80 {
        padding-bottom: 80px
    }

    .pl-xl-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-xl-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-xl-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-90 {
        padding: 90px
    }

    .pt-xl-90 {
        padding-top: 90px
    }

    .pr-xl-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-xl-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-xl-90 {
        padding-bottom: 90px
    }

    .pl-xl-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-xl-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-xl-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-100 {
        padding: 100px
    }

    .pt-xl-100 {
        padding-top: 100px
    }

    .pr-xl-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-xl-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-xl-100 {
        padding-bottom: 100px
    }

    .pl-xl-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-xl-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-xl-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-110 {
        padding: 110px
    }

    .pt-xl-110 {
        padding-top: 110px
    }

    .pr-xl-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-xl-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-xl-110 {
        padding-bottom: 110px
    }

    .pl-xl-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-xl-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-xl-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-xl-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-115 {
        padding: 115px
    }

    .pt-xl-115 {
        padding-top: 115px
    }

    .pr-xl-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-xl-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-xl-115 {
        padding-bottom: 115px
    }

    .pl-xl-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-xl-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-xl-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-xl-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-120 {
        padding: 120px
    }

    .pt-xl-120 {
        padding-top: 120px
    }

    .pr-xl-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-xl-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-xl-120 {
        padding-bottom: 120px
    }

    .pl-xl-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-xl-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-xl-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-xl-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-130 {
        padding: 130px
    }

    .pt-xl-130 {
        padding-top: 130px
    }

    .pr-xl-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-xl-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-xl-130 {
        padding-bottom: 130px
    }

    .pl-xl-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-xl-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-xl-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-xl-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-140 {
        padding: 140px
    }

    .pt-xl-140 {
        padding-top: 140px
    }

    .pr-xl-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-xl-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-xl-140 {
        padding-bottom: 140px
    }

    .pl-xl-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-xl-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-xl-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-xl-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-150 {
        padding: 150px
    }

    .pt-xl-150 {
        padding-top: 150px
    }

    .pr-xl-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-xl-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-xl-150 {
        padding-bottom: 150px
    }

    .pl-xl-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-xl-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-xl-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-xl-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-160 {
        padding: 160px
    }

    .pt-xl-160 {
        padding-top: 160px
    }

    .pr-xl-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-xl-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-xl-160 {
        padding-bottom: 160px
    }

    .pl-xl-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-xl-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-xl-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-xl-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-170 {
        padding: 170px
    }

    .pt-xl-170 {
        padding-top: 170px
    }

    .pr-xl-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-xl-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-xl-170 {
        padding-bottom: 170px
    }

    .pl-xl-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-xl-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-xl-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-xl-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-180 {
        padding: 180px
    }

    .pt-xl-180 {
        padding-top: 180px
    }

    .pr-xl-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-xl-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-xl-180 {
        padding-bottom: 180px
    }

    .pl-xl-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-xl-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-xl-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-xl-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-190 {
        padding: 190px
    }

    .pt-xl-190 {
        padding-top: 190px
    }

    .pr-xl-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-xl-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-xl-190 {
        padding-bottom: 190px
    }

    .pl-xl-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-xl-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-xl-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-xl-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xl-200 {
        padding: 200px
    }

    .pt-xl-200 {
        padding-top: 200px
    }

    .pr-xl-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-xl-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-xl-200 {
        padding-bottom: 200px
    }

    .pl-xl-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-xl-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-xl-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-xl-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-xl-n0 {
        margin: -0px
    }

    .mt-xl-n0 {
        margin-top: -0px
    }

    .mr-xl-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-xl-n0 {
        margin-left: -0px
    }

    .mb-xl-n0 {
        margin-bottom: -0px
    }

    .ml-xl-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-xl-n0 {
        margin-right: -0px
    }

    .m-xl-n1 {
        margin: -1px
    }

    .mt-xl-n1 {
        margin-top: -1px
    }

    .mr-xl-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-xl-n1 {
        margin-left: -1px
    }

    .mb-xl-n1 {
        margin-bottom: -1px
    }

    .ml-xl-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-xl-n1 {
        margin-right: -1px
    }

    .m-xl-n2 {
        margin: -2px
    }

    .mt-xl-n2 {
        margin-top: -2px
    }

    .mr-xl-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-xl-n2 {
        margin-left: -2px
    }

    .mb-xl-n2 {
        margin-bottom: -2px
    }

    .ml-xl-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-xl-n2 {
        margin-right: -2px
    }

    .m-xl-n3 {
        margin: -3px
    }

    .mt-xl-n3 {
        margin-top: -3px
    }

    .mr-xl-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-xl-n3 {
        margin-left: -3px
    }

    .mb-xl-n3 {
        margin-bottom: -3px
    }

    .ml-xl-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-xl-n3 {
        margin-right: -3px
    }

    .m-xl-n4 {
        margin: -4px
    }

    .mt-xl-n4 {
        margin-top: -4px
    }

    .mr-xl-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-xl-n4 {
        margin-left: -4px
    }

    .mb-xl-n4 {
        margin-bottom: -4px
    }

    .ml-xl-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-xl-n4 {
        margin-right: -4px
    }

    .m-xl-n5 {
        margin: -5px
    }

    .mt-xl-n5 {
        margin-top: -5px
    }

    .mr-xl-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-xl-n5 {
        margin-left: -5px
    }

    .mb-xl-n5 {
        margin-bottom: -5px
    }

    .ml-xl-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-xl-n5 {
        margin-right: -5px
    }

    .m-xl-n6 {
        margin: -6px
    }

    .mt-xl-n6 {
        margin-top: -6px
    }

    .mr-xl-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-xl-n6 {
        margin-left: -6px
    }

    .mb-xl-n6 {
        margin-bottom: -6px
    }

    .ml-xl-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-xl-n6 {
        margin-right: -6px
    }

    .m-xl-n7 {
        margin: -7px
    }

    .mt-xl-n7 {
        margin-top: -7px
    }

    .mr-xl-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-xl-n7 {
        margin-left: -7px
    }

    .mb-xl-n7 {
        margin-bottom: -7px
    }

    .ml-xl-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-xl-n7 {
        margin-right: -7px
    }

    .m-xl-n8 {
        margin: -8px
    }

    .mt-xl-n8 {
        margin-top: -8px
    }

    .mr-xl-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-xl-n8 {
        margin-left: -8px
    }

    .mb-xl-n8 {
        margin-bottom: -8px
    }

    .ml-xl-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-xl-n8 {
        margin-right: -8px
    }

    .m-xl-n9 {
        margin: -9px
    }

    .mt-xl-n9 {
        margin-top: -9px
    }

    .mr-xl-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-xl-n9 {
        margin-left: -9px
    }

    .mb-xl-n9 {
        margin-bottom: -9px
    }

    .ml-xl-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-xl-n9 {
        margin-right: -9px
    }

    .m-xl-n10 {
        margin: -10px
    }

    .mt-xl-n10 {
        margin-top: -10px
    }

    .mr-xl-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-xl-n10 {
        margin-left: -10px
    }

    .mb-xl-n10 {
        margin-bottom: -10px
    }

    .ml-xl-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-xl-n10 {
        margin-right: -10px
    }

    .m-xl-n11 {
        margin: -11px
    }

    .mt-xl-n11 {
        margin-top: -11px
    }

    .mr-xl-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-xl-n11 {
        margin-left: -11px
    }

    .mb-xl-n11 {
        margin-bottom: -11px
    }

    .ml-xl-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-xl-n11 {
        margin-right: -11px
    }

    .m-xl-n12 {
        margin: -12px
    }

    .mt-xl-n12 {
        margin-top: -12px
    }

    .mr-xl-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-xl-n12 {
        margin-left: -12px
    }

    .mb-xl-n12 {
        margin-bottom: -12px
    }

    .ml-xl-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-xl-n12 {
        margin-right: -12px
    }

    .m-xl-n13 {
        margin: -13px
    }

    .mt-xl-n13 {
        margin-top: -13px
    }

    .mr-xl-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-xl-n13 {
        margin-left: -13px
    }

    .mb-xl-n13 {
        margin-bottom: -13px
    }

    .ml-xl-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-xl-n13 {
        margin-right: -13px
    }

    .m-xl-n14 {
        margin: -14px
    }

    .mt-xl-n14 {
        margin-top: -14px
    }

    .mr-xl-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-xl-n14 {
        margin-left: -14px
    }

    .mb-xl-n14 {
        margin-bottom: -14px
    }

    .ml-xl-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-xl-n14 {
        margin-right: -14px
    }

    .m-xl-n15 {
        margin: -15px
    }

    .mt-xl-n15 {
        margin-top: -15px
    }

    .mr-xl-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-xl-n15 {
        margin-left: -15px
    }

    .mb-xl-n15 {
        margin-bottom: -15px
    }

    .ml-xl-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-xl-n15 {
        margin-right: -15px
    }

    .m-xl-n16 {
        margin: -16px
    }

    .mt-xl-n16 {
        margin-top: -16px
    }

    .mr-xl-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-xl-n16 {
        margin-left: -16px
    }

    .mb-xl-n16 {
        margin-bottom: -16px
    }

    .ml-xl-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-xl-n16 {
        margin-right: -16px
    }

    .m-xl-n17 {
        margin: -17px
    }

    .mt-xl-n17 {
        margin-top: -17px
    }

    .mr-xl-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-xl-n17 {
        margin-left: -17px
    }

    .mb-xl-n17 {
        margin-bottom: -17px
    }

    .ml-xl-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-xl-n17 {
        margin-right: -17px
    }

    .m-xl-n18 {
        margin: -18px
    }

    .mt-xl-n18 {
        margin-top: -18px
    }

    .mr-xl-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-xl-n18 {
        margin-left: -18px
    }

    .mb-xl-n18 {
        margin-bottom: -18px
    }

    .ml-xl-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-xl-n18 {
        margin-right: -18px
    }

    .m-xl-n19 {
        margin: -19px
    }

    .mt-xl-n19 {
        margin-top: -19px
    }

    .mr-xl-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-xl-n19 {
        margin-left: -19px
    }

    .mb-xl-n19 {
        margin-bottom: -19px
    }

    .ml-xl-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-xl-n19 {
        margin-right: -19px
    }

    .m-xl-n20 {
        margin: -20px
    }

    .mt-xl-n20 {
        margin-top: -20px
    }

    .mr-xl-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-xl-n20 {
        margin-left: -20px
    }

    .mb-xl-n20 {
        margin-bottom: -20px
    }

    .ml-xl-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-xl-n20 {
        margin-right: -20px
    }

    .m-xl-n21 {
        margin: -21px
    }

    .mt-xl-n21 {
        margin-top: -21px
    }

    .mr-xl-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-xl-n21 {
        margin-left: -21px
    }

    .mb-xl-n21 {
        margin-bottom: -21px
    }

    .ml-xl-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-xl-n21 {
        margin-right: -21px
    }

    .m-xl-n22 {
        margin: -22px
    }

    .mt-xl-n22 {
        margin-top: -22px
    }

    .mr-xl-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-xl-n22 {
        margin-left: -22px
    }

    .mb-xl-n22 {
        margin-bottom: -22px
    }

    .ml-xl-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-xl-n22 {
        margin-right: -22px
    }

    .m-xl-n23 {
        margin: -23px
    }

    .mt-xl-n23 {
        margin-top: -23px
    }

    .mr-xl-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-xl-n23 {
        margin-left: -23px
    }

    .mb-xl-n23 {
        margin-bottom: -23px
    }

    .ml-xl-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-xl-n23 {
        margin-right: -23px
    }

    .m-xl-n24 {
        margin: -24px
    }

    .mt-xl-n24 {
        margin-top: -24px
    }

    .mr-xl-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-xl-n24 {
        margin-left: -24px
    }

    .mb-xl-n24 {
        margin-bottom: -24px
    }

    .ml-xl-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-xl-n24 {
        margin-right: -24px
    }

    .m-xl-n25 {
        margin: -25px
    }

    .mt-xl-n25 {
        margin-top: -25px
    }

    .mr-xl-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-xl-n25 {
        margin-left: -25px
    }

    .mb-xl-n25 {
        margin-bottom: -25px
    }

    .ml-xl-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-xl-n25 {
        margin-right: -25px
    }

    .m-xl-n26 {
        margin: -26px
    }

    .mt-xl-n26 {
        margin-top: -26px
    }

    .mr-xl-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-xl-n26 {
        margin-left: -26px
    }

    .mb-xl-n26 {
        margin-bottom: -26px
    }

    .ml-xl-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-xl-n26 {
        margin-right: -26px
    }

    .m-xl-n27 {
        margin: -27px
    }

    .mt-xl-n27 {
        margin-top: -27px
    }

    .mr-xl-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-xl-n27 {
        margin-left: -27px
    }

    .mb-xl-n27 {
        margin-bottom: -27px
    }

    .ml-xl-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-xl-n27 {
        margin-right: -27px
    }

    .m-xl-n28 {
        margin: -28px
    }

    .mt-xl-n28 {
        margin-top: -28px
    }

    .mr-xl-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-xl-n28 {
        margin-left: -28px
    }

    .mb-xl-n28 {
        margin-bottom: -28px
    }

    .ml-xl-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-xl-n28 {
        margin-right: -28px
    }

    .m-xl-n29 {
        margin: -29px
    }

    .mt-xl-n29 {
        margin-top: -29px
    }

    .mr-xl-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-xl-n29 {
        margin-left: -29px
    }

    .mb-xl-n29 {
        margin-bottom: -29px
    }

    .ml-xl-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-xl-n29 {
        margin-right: -29px
    }

    .m-xl-n30 {
        margin: -30px
    }

    .mt-xl-n30 {
        margin-top: -30px
    }

    .mr-xl-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-xl-n30 {
        margin-left: -30px
    }

    .mb-xl-n30 {
        margin-bottom: -30px
    }

    .ml-xl-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-xl-n30 {
        margin-right: -30px
    }

    .m-xl-n31 {
        margin: -31px
    }

    .mt-xl-n31 {
        margin-top: -31px
    }

    .mr-xl-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-xl-n31 {
        margin-left: -31px
    }

    .mb-xl-n31 {
        margin-bottom: -31px
    }

    .ml-xl-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-xl-n31 {
        margin-right: -31px
    }

    .m-xl-n32 {
        margin: -32px
    }

    .mt-xl-n32 {
        margin-top: -32px
    }

    .mr-xl-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-xl-n32 {
        margin-left: -32px
    }

    .mb-xl-n32 {
        margin-bottom: -32px
    }

    .ml-xl-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-xl-n32 {
        margin-right: -32px
    }

    .m-xl-n33 {
        margin: -33px
    }

    .mt-xl-n33 {
        margin-top: -33px
    }

    .mr-xl-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-xl-n33 {
        margin-left: -33px
    }

    .mb-xl-n33 {
        margin-bottom: -33px
    }

    .ml-xl-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-xl-n33 {
        margin-right: -33px
    }

    .m-xl-n35 {
        margin: -35px
    }

    .mt-xl-n35 {
        margin-top: -35px
    }

    .mr-xl-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-xl-n35 {
        margin-left: -35px
    }

    .mb-xl-n35 {
        margin-bottom: -35px
    }

    .ml-xl-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-xl-n35 {
        margin-right: -35px
    }

    .m-xl-n40 {
        margin: -40px
    }

    .mt-xl-n40 {
        margin-top: -40px
    }

    .mr-xl-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-xl-n40 {
        margin-left: -40px
    }

    .mb-xl-n40 {
        margin-bottom: -40px
    }

    .ml-xl-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-xl-n40 {
        margin-right: -40px
    }

    .m-xl-n45 {
        margin: -45px
    }

    .mt-xl-n45 {
        margin-top: -45px
    }

    .mr-xl-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-xl-n45 {
        margin-left: -45px
    }

    .mb-xl-n45 {
        margin-bottom: -45px
    }

    .ml-xl-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-xl-n45 {
        margin-right: -45px
    }

    .m-xl-n50 {
        margin: -50px
    }

    .mt-xl-n50 {
        margin-top: -50px
    }

    .mr-xl-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-xl-n50 {
        margin-left: -50px
    }

    .mb-xl-n50 {
        margin-bottom: -50px
    }

    .ml-xl-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-xl-n50 {
        margin-right: -50px
    }

    .m-xl-n60 {
        margin: -60px
    }

    .mt-xl-n60 {
        margin-top: -60px
    }

    .mr-xl-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-xl-n60 {
        margin-left: -60px
    }

    .mb-xl-n60 {
        margin-bottom: -60px
    }

    .ml-xl-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-xl-n60 {
        margin-right: -60px
    }

    .m-xl-n70 {
        margin: -70px
    }

    .mt-xl-n70 {
        margin-top: -70px
    }

    .mr-xl-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-xl-n70 {
        margin-left: -70px
    }

    .mb-xl-n70 {
        margin-bottom: -70px
    }

    .ml-xl-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-xl-n70 {
        margin-right: -70px
    }

    .m-xl-n80 {
        margin: -80px
    }

    .mt-xl-n80 {
        margin-top: -80px
    }

    .mr-xl-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-xl-n80 {
        margin-left: -80px
    }

    .mb-xl-n80 {
        margin-bottom: -80px
    }

    .ml-xl-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-xl-n80 {
        margin-right: -80px
    }

    .m-xl-n90 {
        margin: -90px
    }

    .mt-xl-n90 {
        margin-top: -90px
    }

    .mr-xl-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-xl-n90 {
        margin-left: -90px
    }

    .mb-xl-n90 {
        margin-bottom: -90px
    }

    .ml-xl-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-xl-n90 {
        margin-right: -90px
    }

    .m-xl-n100 {
        margin: -100px
    }

    .mt-xl-n100 {
        margin-top: -100px
    }

    .mr-xl-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-xl-n100 {
        margin-left: -100px
    }

    .mb-xl-n100 {
        margin-bottom: -100px
    }

    .ml-xl-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-xl-n100 {
        margin-right: -100px
    }

    .m-xl-n110 {
        margin: -110px
    }

    .mt-xl-n110 {
        margin-top: -110px
    }

    .mr-xl-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-xl-n110 {
        margin-left: -110px
    }

    .mb-xl-n110 {
        margin-bottom: -110px
    }

    .ml-xl-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-xl-n110 {
        margin-right: -110px
    }

    .m-xl-n115 {
        margin: -115px
    }

    .mt-xl-n115 {
        margin-top: -115px
    }

    .mr-xl-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-xl-n115 {
        margin-left: -115px
    }

    .mb-xl-n115 {
        margin-bottom: -115px
    }

    .ml-xl-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-xl-n115 {
        margin-right: -115px
    }

    .m-xl-n120 {
        margin: -120px
    }

    .mt-xl-n120 {
        margin-top: -120px
    }

    .mr-xl-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-xl-n120 {
        margin-left: -120px
    }

    .mb-xl-n120 {
        margin-bottom: -120px
    }

    .ml-xl-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-xl-n120 {
        margin-right: -120px
    }

    .m-xl-n130 {
        margin: -130px
    }

    .mt-xl-n130 {
        margin-top: -130px
    }

    .mr-xl-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-xl-n130 {
        margin-left: -130px
    }

    .mb-xl-n130 {
        margin-bottom: -130px
    }

    .ml-xl-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-xl-n130 {
        margin-right: -130px
    }

    .m-xl-n140 {
        margin: -140px
    }

    .mt-xl-n140 {
        margin-top: -140px
    }

    .mr-xl-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-xl-n140 {
        margin-left: -140px
    }

    .mb-xl-n140 {
        margin-bottom: -140px
    }

    .ml-xl-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-xl-n140 {
        margin-right: -140px
    }

    .m-xl-n150 {
        margin: -150px
    }

    .mt-xl-n150 {
        margin-top: -150px
    }

    .mr-xl-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-xl-n150 {
        margin-left: -150px
    }

    .mb-xl-n150 {
        margin-bottom: -150px
    }

    .ml-xl-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-xl-n150 {
        margin-right: -150px
    }

    .m-xl-n160 {
        margin: -160px
    }

    .mt-xl-n160 {
        margin-top: -160px
    }

    .mr-xl-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-xl-n160 {
        margin-left: -160px
    }

    .mb-xl-n160 {
        margin-bottom: -160px
    }

    .ml-xl-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-xl-n160 {
        margin-right: -160px
    }

    .m-xl-n170 {
        margin: -170px
    }

    .mt-xl-n170 {
        margin-top: -170px
    }

    .mr-xl-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-xl-n170 {
        margin-left: -170px
    }

    .mb-xl-n170 {
        margin-bottom: -170px
    }

    .ml-xl-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-xl-n170 {
        margin-right: -170px
    }

    .m-xl-n180 {
        margin: -180px
    }

    .mt-xl-n180 {
        margin-top: -180px
    }

    .mr-xl-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-xl-n180 {
        margin-left: -180px
    }

    .mb-xl-n180 {
        margin-bottom: -180px
    }

    .ml-xl-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-xl-n180 {
        margin-right: -180px
    }

    .m-xl-n190 {
        margin: -190px
    }

    .mt-xl-n190 {
        margin-top: -190px
    }

    .mr-xl-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-xl-n190 {
        margin-left: -190px
    }

    .mb-xl-n190 {
        margin-bottom: -190px
    }

    .ml-xl-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-xl-n190 {
        margin-right: -190px
    }

    .m-xl-n200 {
        margin: -200px
    }

    .mt-xl-n200 {
        margin-top: -200px
    }

    .mr-xl-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-xl-n200 {
        margin-left: -200px
    }

    .mb-xl-n200 {
        margin-bottom: -200px
    }

    .ml-xl-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-xl-n200 {
        margin-right: -200px
    }

    .m-xl-auto {
        margin: auto
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto
    }
}

@media (min-width: 1366px) {
    .m-xxl-0 {
        margin: 0px
    }

    .mt-xxl-0 {
        margin-top: 0px
    }

    .mr-xxl-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-xxl-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-xxl-0 {
        margin-bottom: 0px
    }

    .ml-xxl-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-xxl-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-xxl-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-xxl-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-1 {
        margin: 1px
    }

    .mt-xxl-1 {
        margin-top: 1px
    }

    .mr-xxl-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-xxl-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-xxl-1 {
        margin-bottom: 1px
    }

    .ml-xxl-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-xxl-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-xxl-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-xxl-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-2 {
        margin: 2px
    }

    .mt-xxl-2 {
        margin-top: 2px
    }

    .mr-xxl-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-xxl-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-xxl-2 {
        margin-bottom: 2px
    }

    .ml-xxl-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-xxl-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-xxl-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-xxl-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-3 {
        margin: 3px
    }

    .mt-xxl-3 {
        margin-top: 3px
    }

    .mr-xxl-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-xxl-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-xxl-3 {
        margin-bottom: 3px
    }

    .ml-xxl-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-xxl-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-xxl-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-xxl-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-4 {
        margin: 4px
    }

    .mt-xxl-4 {
        margin-top: 4px
    }

    .mr-xxl-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-xxl-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-xxl-4 {
        margin-bottom: 4px
    }

    .ml-xxl-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-xxl-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-xxl-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-xxl-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-5 {
        margin: 5px
    }

    .mt-xxl-5 {
        margin-top: 5px
    }

    .mr-xxl-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-xxl-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-xxl-5 {
        margin-bottom: 5px
    }

    .ml-xxl-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-xxl-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-xxl-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-xxl-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-6 {
        margin: 6px
    }

    .mt-xxl-6 {
        margin-top: 6px
    }

    .mr-xxl-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-xxl-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-xxl-6 {
        margin-bottom: 6px
    }

    .ml-xxl-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-xxl-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-xxl-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-xxl-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-7 {
        margin: 7px
    }

    .mt-xxl-7 {
        margin-top: 7px
    }

    .mr-xxl-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-xxl-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-xxl-7 {
        margin-bottom: 7px
    }

    .ml-xxl-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-xxl-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-xxl-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-xxl-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-8 {
        margin: 8px
    }

    .mt-xxl-8 {
        margin-top: 8px
    }

    .mr-xxl-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-xxl-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-xxl-8 {
        margin-bottom: 8px
    }

    .ml-xxl-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-xxl-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-xxl-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-xxl-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-9 {
        margin: 9px
    }

    .mt-xxl-9 {
        margin-top: 9px
    }

    .mr-xxl-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-xxl-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-xxl-9 {
        margin-bottom: 9px
    }

    .ml-xxl-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-xxl-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-xxl-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-xxl-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-10 {
        margin: 10px
    }

    .mt-xxl-10 {
        margin-top: 10px
    }

    .mr-xxl-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-xxl-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-xxl-10 {
        margin-bottom: 10px
    }

    .ml-xxl-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-xxl-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-xxl-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-xxl-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-11 {
        margin: 11px
    }

    .mt-xxl-11 {
        margin-top: 11px
    }

    .mr-xxl-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-xxl-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-xxl-11 {
        margin-bottom: 11px
    }

    .ml-xxl-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-xxl-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-xxl-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-xxl-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-12 {
        margin: 12px
    }

    .mt-xxl-12 {
        margin-top: 12px
    }

    .mr-xxl-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-xxl-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-xxl-12 {
        margin-bottom: 12px
    }

    .ml-xxl-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-xxl-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-xxl-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-xxl-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-13 {
        margin: 13px
    }

    .mt-xxl-13 {
        margin-top: 13px
    }

    .mr-xxl-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-xxl-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-xxl-13 {
        margin-bottom: 13px
    }

    .ml-xxl-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-xxl-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-xxl-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-xxl-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-14 {
        margin: 14px
    }

    .mt-xxl-14 {
        margin-top: 14px
    }

    .mr-xxl-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-xxl-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-xxl-14 {
        margin-bottom: 14px
    }

    .ml-xxl-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-xxl-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-xxl-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-xxl-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-15 {
        margin: 15px
    }

    .mt-xxl-15 {
        margin-top: 15px
    }

    .mr-xxl-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-xxl-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-xxl-15 {
        margin-bottom: 15px
    }

    .ml-xxl-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-xxl-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-xxl-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-xxl-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-16 {
        margin: 16px
    }

    .mt-xxl-16 {
        margin-top: 16px
    }

    .mr-xxl-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-xxl-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-xxl-16 {
        margin-bottom: 16px
    }

    .ml-xxl-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-xxl-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-xxl-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-xxl-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-17 {
        margin: 17px
    }

    .mt-xxl-17 {
        margin-top: 17px
    }

    .mr-xxl-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-xxl-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-xxl-17 {
        margin-bottom: 17px
    }

    .ml-xxl-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-xxl-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-xxl-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-xxl-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-18 {
        margin: 18px
    }

    .mt-xxl-18 {
        margin-top: 18px
    }

    .mr-xxl-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-xxl-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-xxl-18 {
        margin-bottom: 18px
    }

    .ml-xxl-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-xxl-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-xxl-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-xxl-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-19 {
        margin: 19px
    }

    .mt-xxl-19 {
        margin-top: 19px
    }

    .mr-xxl-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-xxl-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-xxl-19 {
        margin-bottom: 19px
    }

    .ml-xxl-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-xxl-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-xxl-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-xxl-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-20 {
        margin: 20px
    }

    .mt-xxl-20 {
        margin-top: 20px
    }

    .mr-xxl-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-xxl-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-xxl-20 {
        margin-bottom: 20px
    }

    .ml-xxl-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-xxl-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-xxl-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-xxl-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-21 {
        margin: 21px
    }

    .mt-xxl-21 {
        margin-top: 21px
    }

    .mr-xxl-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-xxl-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-xxl-21 {
        margin-bottom: 21px
    }

    .ml-xxl-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-xxl-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-xxl-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-xxl-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-22 {
        margin: 22px
    }

    .mt-xxl-22 {
        margin-top: 22px
    }

    .mr-xxl-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-xxl-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-xxl-22 {
        margin-bottom: 22px
    }

    .ml-xxl-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-xxl-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-xxl-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-xxl-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-23 {
        margin: 23px
    }

    .mt-xxl-23 {
        margin-top: 23px
    }

    .mr-xxl-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-xxl-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-xxl-23 {
        margin-bottom: 23px
    }

    .ml-xxl-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-xxl-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-xxl-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-xxl-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-24 {
        margin: 24px
    }

    .mt-xxl-24 {
        margin-top: 24px
    }

    .mr-xxl-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-xxl-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-xxl-24 {
        margin-bottom: 24px
    }

    .ml-xxl-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-xxl-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-xxl-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-xxl-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-25 {
        margin: 25px
    }

    .mt-xxl-25 {
        margin-top: 25px
    }

    .mr-xxl-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-xxl-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-xxl-25 {
        margin-bottom: 25px
    }

    .ml-xxl-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-xxl-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-xxl-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-xxl-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-26 {
        margin: 26px
    }

    .mt-xxl-26 {
        margin-top: 26px
    }

    .mr-xxl-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-xxl-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-xxl-26 {
        margin-bottom: 26px
    }

    .ml-xxl-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-xxl-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-xxl-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-xxl-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-27 {
        margin: 27px
    }

    .mt-xxl-27 {
        margin-top: 27px
    }

    .mr-xxl-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-xxl-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-xxl-27 {
        margin-bottom: 27px
    }

    .ml-xxl-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-xxl-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-xxl-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-xxl-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-28 {
        margin: 28px
    }

    .mt-xxl-28 {
        margin-top: 28px
    }

    .mr-xxl-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-xxl-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-xxl-28 {
        margin-bottom: 28px
    }

    .ml-xxl-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-xxl-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-xxl-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-xxl-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-29 {
        margin: 29px
    }

    .mt-xxl-29 {
        margin-top: 29px
    }

    .mr-xxl-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-xxl-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-xxl-29 {
        margin-bottom: 29px
    }

    .ml-xxl-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-xxl-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-xxl-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-xxl-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-30 {
        margin: 30px
    }

    .mt-xxl-30 {
        margin-top: 30px
    }

    .mr-xxl-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-xxl-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-xxl-30 {
        margin-bottom: 30px
    }

    .ml-xxl-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-xxl-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-xxl-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-xxl-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-31 {
        margin: 31px
    }

    .mt-xxl-31 {
        margin-top: 31px
    }

    .mr-xxl-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-xxl-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-xxl-31 {
        margin-bottom: 31px
    }

    .ml-xxl-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-xxl-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-xxl-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-xxl-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-32 {
        margin: 32px
    }

    .mt-xxl-32 {
        margin-top: 32px
    }

    .mr-xxl-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-xxl-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-xxl-32 {
        margin-bottom: 32px
    }

    .ml-xxl-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-xxl-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-xxl-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-xxl-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-33 {
        margin: 33px
    }

    .mt-xxl-33 {
        margin-top: 33px
    }

    .mr-xxl-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-xxl-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-xxl-33 {
        margin-bottom: 33px
    }

    .ml-xxl-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-xxl-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-xxl-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-xxl-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-35 {
        margin: 35px
    }

    .mt-xxl-35 {
        margin-top: 35px
    }

    .mr-xxl-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-xxl-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-xxl-35 {
        margin-bottom: 35px
    }

    .ml-xxl-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-xxl-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-xxl-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-xxl-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-40 {
        margin: 40px
    }

    .mt-xxl-40 {
        margin-top: 40px
    }

    .mr-xxl-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-xxl-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-xxl-40 {
        margin-bottom: 40px
    }

    .ml-xxl-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-xxl-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-xxl-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-xxl-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-45 {
        margin: 45px
    }

    .mt-xxl-45 {
        margin-top: 45px
    }

    .mr-xxl-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-xxl-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-xxl-45 {
        margin-bottom: 45px
    }

    .ml-xxl-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-xxl-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-xxl-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-xxl-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-50 {
        margin: 50px
    }

    .mt-xxl-50 {
        margin-top: 50px
    }

    .mr-xxl-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-xxl-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-xxl-50 {
        margin-bottom: 50px
    }

    .ml-xxl-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-xxl-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-xxl-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-xxl-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-60 {
        margin: 60px
    }

    .mt-xxl-60 {
        margin-top: 60px
    }

    .mr-xxl-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-xxl-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-xxl-60 {
        margin-bottom: 60px
    }

    .ml-xxl-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-xxl-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-xxl-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-xxl-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-70 {
        margin: 70px
    }

    .mt-xxl-70 {
        margin-top: 70px
    }

    .mr-xxl-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-xxl-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-xxl-70 {
        margin-bottom: 70px
    }

    .ml-xxl-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-xxl-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-xxl-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-xxl-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-80 {
        margin: 80px
    }

    .mt-xxl-80 {
        margin-top: 80px
    }

    .mr-xxl-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-xxl-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-xxl-80 {
        margin-bottom: 80px
    }

    .ml-xxl-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-xxl-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-xxl-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-xxl-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-90 {
        margin: 90px
    }

    .mt-xxl-90 {
        margin-top: 90px
    }

    .mr-xxl-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-xxl-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-xxl-90 {
        margin-bottom: 90px
    }

    .ml-xxl-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-xxl-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-xxl-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-xxl-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-100 {
        margin: 100px
    }

    .mt-xxl-100 {
        margin-top: 100px
    }

    .mr-xxl-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-xxl-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-xxl-100 {
        margin-bottom: 100px
    }

    .ml-xxl-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-xxl-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-xxl-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-xxl-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-110 {
        margin: 110px
    }

    .mt-xxl-110 {
        margin-top: 110px
    }

    .mr-xxl-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-xxl-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-xxl-110 {
        margin-bottom: 110px
    }

    .ml-xxl-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-xxl-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-xxl-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-xxl-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-115 {
        margin: 115px
    }

    .mt-xxl-115 {
        margin-top: 115px
    }

    .mr-xxl-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-xxl-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-xxl-115 {
        margin-bottom: 115px
    }

    .ml-xxl-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-xxl-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-xxl-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-xxl-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-120 {
        margin: 120px
    }

    .mt-xxl-120 {
        margin-top: 120px
    }

    .mr-xxl-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-xxl-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-xxl-120 {
        margin-bottom: 120px
    }

    .ml-xxl-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-xxl-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-xxl-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-xxl-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-130 {
        margin: 130px
    }

    .mt-xxl-130 {
        margin-top: 130px
    }

    .mr-xxl-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-xxl-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-xxl-130 {
        margin-bottom: 130px
    }

    .ml-xxl-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-xxl-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-xxl-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-xxl-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-140 {
        margin: 140px
    }

    .mt-xxl-140 {
        margin-top: 140px
    }

    .mr-xxl-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-xxl-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-xxl-140 {
        margin-bottom: 140px
    }

    .ml-xxl-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-xxl-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-xxl-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-xxl-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-150 {
        margin: 150px
    }

    .mt-xxl-150 {
        margin-top: 150px
    }

    .mr-xxl-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-xxl-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-xxl-150 {
        margin-bottom: 150px
    }

    .ml-xxl-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-xxl-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-xxl-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-xxl-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-160 {
        margin: 160px
    }

    .mt-xxl-160 {
        margin-top: 160px
    }

    .mr-xxl-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-xxl-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-xxl-160 {
        margin-bottom: 160px
    }

    .ml-xxl-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-xxl-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-xxl-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-xxl-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-170 {
        margin: 170px
    }

    .mt-xxl-170 {
        margin-top: 170px
    }

    .mr-xxl-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-xxl-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-xxl-170 {
        margin-bottom: 170px
    }

    .ml-xxl-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-xxl-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-xxl-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-xxl-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-180 {
        margin: 180px
    }

    .mt-xxl-180 {
        margin-top: 180px
    }

    .mr-xxl-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-xxl-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-xxl-180 {
        margin-bottom: 180px
    }

    .ml-xxl-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-xxl-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-xxl-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-xxl-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-190 {
        margin: 190px
    }

    .mt-xxl-190 {
        margin-top: 190px
    }

    .mr-xxl-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-xxl-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-xxl-190 {
        margin-bottom: 190px
    }

    .ml-xxl-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-xxl-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-xxl-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-xxl-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-xxl-200 {
        margin: 200px
    }

    .mt-xxl-200 {
        margin-top: 200px
    }

    .mr-xxl-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-xxl-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-xxl-200 {
        margin-bottom: 200px
    }

    .ml-xxl-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-xxl-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-xxl-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-xxl-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-xxl-0 {
        padding: 0px
    }

    .pt-xxl-0 {
        padding-top: 0px
    }

    .pr-xxl-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-xxl-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-xxl-0 {
        padding-bottom: 0px
    }

    .pl-xxl-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-xxl-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-xxl-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-xxl-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-1 {
        padding: 1px
    }

    .pt-xxl-1 {
        padding-top: 1px
    }

    .pr-xxl-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-xxl-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-xxl-1 {
        padding-bottom: 1px
    }

    .pl-xxl-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-xxl-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-xxl-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-xxl-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-2 {
        padding: 2px
    }

    .pt-xxl-2 {
        padding-top: 2px
    }

    .pr-xxl-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-xxl-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-xxl-2 {
        padding-bottom: 2px
    }

    .pl-xxl-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-xxl-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-xxl-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-xxl-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-3 {
        padding: 3px
    }

    .pt-xxl-3 {
        padding-top: 3px
    }

    .pr-xxl-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-xxl-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-xxl-3 {
        padding-bottom: 3px
    }

    .pl-xxl-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-xxl-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-xxl-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-xxl-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-4 {
        padding: 4px
    }

    .pt-xxl-4 {
        padding-top: 4px
    }

    .pr-xxl-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-xxl-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-xxl-4 {
        padding-bottom: 4px
    }

    .pl-xxl-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-xxl-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-xxl-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-xxl-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-5 {
        padding: 5px
    }

    .pt-xxl-5 {
        padding-top: 5px
    }

    .pr-xxl-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-xxl-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-xxl-5 {
        padding-bottom: 5px
    }

    .pl-xxl-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-xxl-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-xxl-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-xxl-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-6 {
        padding: 6px
    }

    .pt-xxl-6 {
        padding-top: 6px
    }

    .pr-xxl-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-xxl-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-xxl-6 {
        padding-bottom: 6px
    }

    .pl-xxl-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-xxl-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-xxl-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-xxl-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-7 {
        padding: 7px
    }

    .pt-xxl-7 {
        padding-top: 7px
    }

    .pr-xxl-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-xxl-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-xxl-7 {
        padding-bottom: 7px
    }

    .pl-xxl-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-xxl-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-xxl-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-xxl-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-8 {
        padding: 8px
    }

    .pt-xxl-8 {
        padding-top: 8px
    }

    .pr-xxl-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-xxl-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-xxl-8 {
        padding-bottom: 8px
    }

    .pl-xxl-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-xxl-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-xxl-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-xxl-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-9 {
        padding: 9px
    }

    .pt-xxl-9 {
        padding-top: 9px
    }

    .pr-xxl-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-xxl-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-xxl-9 {
        padding-bottom: 9px
    }

    .pl-xxl-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-xxl-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-xxl-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-xxl-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-10 {
        padding: 10px
    }

    .pt-xxl-10 {
        padding-top: 10px
    }

    .pr-xxl-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-xxl-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-xxl-10 {
        padding-bottom: 10px
    }

    .pl-xxl-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-xxl-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-xxl-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-xxl-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-11 {
        padding: 11px
    }

    .pt-xxl-11 {
        padding-top: 11px
    }

    .pr-xxl-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-xxl-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-xxl-11 {
        padding-bottom: 11px
    }

    .pl-xxl-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-xxl-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-xxl-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-xxl-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-12 {
        padding: 12px
    }

    .pt-xxl-12 {
        padding-top: 12px
    }

    .pr-xxl-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-xxl-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-xxl-12 {
        padding-bottom: 12px
    }

    .pl-xxl-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-xxl-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-xxl-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-xxl-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-13 {
        padding: 13px
    }

    .pt-xxl-13 {
        padding-top: 13px
    }

    .pr-xxl-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-xxl-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-xxl-13 {
        padding-bottom: 13px
    }

    .pl-xxl-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-xxl-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-xxl-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-xxl-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-14 {
        padding: 14px
    }

    .pt-xxl-14 {
        padding-top: 14px
    }

    .pr-xxl-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-xxl-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-xxl-14 {
        padding-bottom: 14px
    }

    .pl-xxl-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-xxl-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-xxl-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-xxl-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-15 {
        padding: 15px
    }

    .pt-xxl-15 {
        padding-top: 15px
    }

    .pr-xxl-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-xxl-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-xxl-15 {
        padding-bottom: 15px
    }

    .pl-xxl-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-xxl-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-xxl-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-xxl-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-16 {
        padding: 16px
    }

    .pt-xxl-16 {
        padding-top: 16px
    }

    .pr-xxl-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-xxl-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-xxl-16 {
        padding-bottom: 16px
    }

    .pl-xxl-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-xxl-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-xxl-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-xxl-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-17 {
        padding: 17px
    }

    .pt-xxl-17 {
        padding-top: 17px
    }

    .pr-xxl-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-xxl-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-xxl-17 {
        padding-bottom: 17px
    }

    .pl-xxl-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-xxl-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-xxl-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-xxl-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-18 {
        padding: 18px
    }

    .pt-xxl-18 {
        padding-top: 18px
    }

    .pr-xxl-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-xxl-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-xxl-18 {
        padding-bottom: 18px
    }

    .pl-xxl-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-xxl-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-xxl-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-xxl-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-19 {
        padding: 19px
    }

    .pt-xxl-19 {
        padding-top: 19px
    }

    .pr-xxl-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-xxl-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-xxl-19 {
        padding-bottom: 19px
    }

    .pl-xxl-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-xxl-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-xxl-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-xxl-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-20 {
        padding: 20px
    }

    .pt-xxl-20 {
        padding-top: 20px
    }

    .pr-xxl-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-xxl-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-xxl-20 {
        padding-bottom: 20px
    }

    .pl-xxl-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-xxl-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-xxl-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-xxl-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-21 {
        padding: 21px
    }

    .pt-xxl-21 {
        padding-top: 21px
    }

    .pr-xxl-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-xxl-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-xxl-21 {
        padding-bottom: 21px
    }

    .pl-xxl-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-xxl-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-xxl-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-xxl-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-22 {
        padding: 22px
    }

    .pt-xxl-22 {
        padding-top: 22px
    }

    .pr-xxl-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-xxl-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-xxl-22 {
        padding-bottom: 22px
    }

    .pl-xxl-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-xxl-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-xxl-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-xxl-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-23 {
        padding: 23px
    }

    .pt-xxl-23 {
        padding-top: 23px
    }

    .pr-xxl-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-xxl-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-xxl-23 {
        padding-bottom: 23px
    }

    .pl-xxl-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-xxl-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-xxl-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-xxl-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-24 {
        padding: 24px
    }

    .pt-xxl-24 {
        padding-top: 24px
    }

    .pr-xxl-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-xxl-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-xxl-24 {
        padding-bottom: 24px
    }

    .pl-xxl-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-xxl-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-xxl-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-xxl-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-25 {
        padding: 25px
    }

    .pt-xxl-25 {
        padding-top: 25px
    }

    .pr-xxl-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-xxl-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-xxl-25 {
        padding-bottom: 25px
    }

    .pl-xxl-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-xxl-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-xxl-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-xxl-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-26 {
        padding: 26px
    }

    .pt-xxl-26 {
        padding-top: 26px
    }

    .pr-xxl-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-xxl-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-xxl-26 {
        padding-bottom: 26px
    }

    .pl-xxl-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-xxl-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-xxl-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-xxl-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-27 {
        padding: 27px
    }

    .pt-xxl-27 {
        padding-top: 27px
    }

    .pr-xxl-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-xxl-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-xxl-27 {
        padding-bottom: 27px
    }

    .pl-xxl-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-xxl-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-xxl-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-xxl-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-28 {
        padding: 28px
    }

    .pt-xxl-28 {
        padding-top: 28px
    }

    .pr-xxl-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-xxl-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-xxl-28 {
        padding-bottom: 28px
    }

    .pl-xxl-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-xxl-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-xxl-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-xxl-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-29 {
        padding: 29px
    }

    .pt-xxl-29 {
        padding-top: 29px
    }

    .pr-xxl-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-xxl-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-xxl-29 {
        padding-bottom: 29px
    }

    .pl-xxl-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-xxl-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-xxl-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-xxl-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-30 {
        padding: 30px
    }

    .pt-xxl-30 {
        padding-top: 30px
    }

    .pr-xxl-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-xxl-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-xxl-30 {
        padding-bottom: 30px
    }

    .pl-xxl-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-xxl-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-xxl-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-xxl-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-31 {
        padding: 31px
    }

    .pt-xxl-31 {
        padding-top: 31px
    }

    .pr-xxl-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-xxl-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-xxl-31 {
        padding-bottom: 31px
    }

    .pl-xxl-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-xxl-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-xxl-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-xxl-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-32 {
        padding: 32px
    }

    .pt-xxl-32 {
        padding-top: 32px
    }

    .pr-xxl-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-xxl-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-xxl-32 {
        padding-bottom: 32px
    }

    .pl-xxl-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-xxl-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-xxl-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-xxl-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-33 {
        padding: 33px
    }

    .pt-xxl-33 {
        padding-top: 33px
    }

    .pr-xxl-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-xxl-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-xxl-33 {
        padding-bottom: 33px
    }

    .pl-xxl-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-xxl-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-xxl-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-xxl-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-35 {
        padding: 35px
    }

    .pt-xxl-35 {
        padding-top: 35px
    }

    .pr-xxl-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-xxl-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-xxl-35 {
        padding-bottom: 35px
    }

    .pl-xxl-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-xxl-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-xxl-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-xxl-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-40 {
        padding: 40px
    }

    .pt-xxl-40 {
        padding-top: 40px
    }

    .pr-xxl-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-xxl-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-xxl-40 {
        padding-bottom: 40px
    }

    .pl-xxl-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-xxl-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-xxl-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-xxl-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-45 {
        padding: 45px
    }

    .pt-xxl-45 {
        padding-top: 45px
    }

    .pr-xxl-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-xxl-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-xxl-45 {
        padding-bottom: 45px
    }

    .pl-xxl-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-xxl-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-xxl-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-xxl-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-50 {
        padding: 50px
    }

    .pt-xxl-50 {
        padding-top: 50px
    }

    .pr-xxl-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-xxl-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-xxl-50 {
        padding-bottom: 50px
    }

    .pl-xxl-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-xxl-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-xxl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-xxl-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-60 {
        padding: 60px
    }

    .pt-xxl-60 {
        padding-top: 60px
    }

    .pr-xxl-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-xxl-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-xxl-60 {
        padding-bottom: 60px
    }

    .pl-xxl-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-xxl-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-xxl-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-xxl-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-70 {
        padding: 70px
    }

    .pt-xxl-70 {
        padding-top: 70px
    }

    .pr-xxl-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-xxl-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-xxl-70 {
        padding-bottom: 70px
    }

    .pl-xxl-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-xxl-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-xxl-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-xxl-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-80 {
        padding: 80px
    }

    .pt-xxl-80 {
        padding-top: 80px
    }

    .pr-xxl-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-xxl-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-xxl-80 {
        padding-bottom: 80px
    }

    .pl-xxl-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-xxl-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-xxl-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-xxl-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-90 {
        padding: 90px
    }

    .pt-xxl-90 {
        padding-top: 90px
    }

    .pr-xxl-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-xxl-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-xxl-90 {
        padding-bottom: 90px
    }

    .pl-xxl-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-xxl-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-xxl-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-xxl-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-100 {
        padding: 100px
    }

    .pt-xxl-100 {
        padding-top: 100px
    }

    .pr-xxl-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-xxl-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-xxl-100 {
        padding-bottom: 100px
    }

    .pl-xxl-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-xxl-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-xxl-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-xxl-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-110 {
        padding: 110px
    }

    .pt-xxl-110 {
        padding-top: 110px
    }

    .pr-xxl-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-xxl-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-xxl-110 {
        padding-bottom: 110px
    }

    .pl-xxl-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-xxl-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-xxl-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-xxl-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-115 {
        padding: 115px
    }

    .pt-xxl-115 {
        padding-top: 115px
    }

    .pr-xxl-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-xxl-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-xxl-115 {
        padding-bottom: 115px
    }

    .pl-xxl-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-xxl-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-xxl-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-xxl-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-120 {
        padding: 120px
    }

    .pt-xxl-120 {
        padding-top: 120px
    }

    .pr-xxl-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-xxl-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-xxl-120 {
        padding-bottom: 120px
    }

    .pl-xxl-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-xxl-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-xxl-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-xxl-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-130 {
        padding: 130px
    }

    .pt-xxl-130 {
        padding-top: 130px
    }

    .pr-xxl-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-xxl-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-xxl-130 {
        padding-bottom: 130px
    }

    .pl-xxl-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-xxl-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-xxl-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-xxl-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-140 {
        padding: 140px
    }

    .pt-xxl-140 {
        padding-top: 140px
    }

    .pr-xxl-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-xxl-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-xxl-140 {
        padding-bottom: 140px
    }

    .pl-xxl-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-xxl-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-xxl-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-xxl-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-150 {
        padding: 150px
    }

    .pt-xxl-150 {
        padding-top: 150px
    }

    .pr-xxl-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-xxl-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-xxl-150 {
        padding-bottom: 150px
    }

    .pl-xxl-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-xxl-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-xxl-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-xxl-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-160 {
        padding: 160px
    }

    .pt-xxl-160 {
        padding-top: 160px
    }

    .pr-xxl-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-xxl-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-xxl-160 {
        padding-bottom: 160px
    }

    .pl-xxl-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-xxl-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-xxl-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-xxl-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-170 {
        padding: 170px
    }

    .pt-xxl-170 {
        padding-top: 170px
    }

    .pr-xxl-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-xxl-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-xxl-170 {
        padding-bottom: 170px
    }

    .pl-xxl-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-xxl-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-xxl-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-xxl-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-180 {
        padding: 180px
    }

    .pt-xxl-180 {
        padding-top: 180px
    }

    .pr-xxl-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-xxl-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-xxl-180 {
        padding-bottom: 180px
    }

    .pl-xxl-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-xxl-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-xxl-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-xxl-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-190 {
        padding: 190px
    }

    .pt-xxl-190 {
        padding-top: 190px
    }

    .pr-xxl-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-xxl-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-xxl-190 {
        padding-bottom: 190px
    }

    .pl-xxl-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-xxl-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-xxl-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-xxl-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-xxl-200 {
        padding: 200px
    }

    .pt-xxl-200 {
        padding-top: 200px
    }

    .pr-xxl-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-xxl-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-xxl-200 {
        padding-bottom: 200px
    }

    .pl-xxl-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-xxl-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-xxl-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-xxl-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-xxl-n0 {
        margin: -0px
    }

    .mt-xxl-n0 {
        margin-top: -0px
    }

    .mr-xxl-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-xxl-n0 {
        margin-left: -0px
    }

    .mb-xxl-n0 {
        margin-bottom: -0px
    }

    .ml-xxl-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-xxl-n0 {
        margin-right: -0px
    }

    .m-xxl-n1 {
        margin: -1px
    }

    .mt-xxl-n1 {
        margin-top: -1px
    }

    .mr-xxl-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-xxl-n1 {
        margin-left: -1px
    }

    .mb-xxl-n1 {
        margin-bottom: -1px
    }

    .ml-xxl-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-xxl-n1 {
        margin-right: -1px
    }

    .m-xxl-n2 {
        margin: -2px
    }

    .mt-xxl-n2 {
        margin-top: -2px
    }

    .mr-xxl-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-xxl-n2 {
        margin-left: -2px
    }

    .mb-xxl-n2 {
        margin-bottom: -2px
    }

    .ml-xxl-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-xxl-n2 {
        margin-right: -2px
    }

    .m-xxl-n3 {
        margin: -3px
    }

    .mt-xxl-n3 {
        margin-top: -3px
    }

    .mr-xxl-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-xxl-n3 {
        margin-left: -3px
    }

    .mb-xxl-n3 {
        margin-bottom: -3px
    }

    .ml-xxl-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-xxl-n3 {
        margin-right: -3px
    }

    .m-xxl-n4 {
        margin: -4px
    }

    .mt-xxl-n4 {
        margin-top: -4px
    }

    .mr-xxl-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-xxl-n4 {
        margin-left: -4px
    }

    .mb-xxl-n4 {
        margin-bottom: -4px
    }

    .ml-xxl-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-xxl-n4 {
        margin-right: -4px
    }

    .m-xxl-n5 {
        margin: -5px
    }

    .mt-xxl-n5 {
        margin-top: -5px
    }

    .mr-xxl-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-xxl-n5 {
        margin-left: -5px
    }

    .mb-xxl-n5 {
        margin-bottom: -5px
    }

    .ml-xxl-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-xxl-n5 {
        margin-right: -5px
    }

    .m-xxl-n6 {
        margin: -6px
    }

    .mt-xxl-n6 {
        margin-top: -6px
    }

    .mr-xxl-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-xxl-n6 {
        margin-left: -6px
    }

    .mb-xxl-n6 {
        margin-bottom: -6px
    }

    .ml-xxl-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-xxl-n6 {
        margin-right: -6px
    }

    .m-xxl-n7 {
        margin: -7px
    }

    .mt-xxl-n7 {
        margin-top: -7px
    }

    .mr-xxl-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-xxl-n7 {
        margin-left: -7px
    }

    .mb-xxl-n7 {
        margin-bottom: -7px
    }

    .ml-xxl-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-xxl-n7 {
        margin-right: -7px
    }

    .m-xxl-n8 {
        margin: -8px
    }

    .mt-xxl-n8 {
        margin-top: -8px
    }

    .mr-xxl-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-xxl-n8 {
        margin-left: -8px
    }

    .mb-xxl-n8 {
        margin-bottom: -8px
    }

    .ml-xxl-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-xxl-n8 {
        margin-right: -8px
    }

    .m-xxl-n9 {
        margin: -9px
    }

    .mt-xxl-n9 {
        margin-top: -9px
    }

    .mr-xxl-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-xxl-n9 {
        margin-left: -9px
    }

    .mb-xxl-n9 {
        margin-bottom: -9px
    }

    .ml-xxl-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-xxl-n9 {
        margin-right: -9px
    }

    .m-xxl-n10 {
        margin: -10px
    }

    .mt-xxl-n10 {
        margin-top: -10px
    }

    .mr-xxl-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-xxl-n10 {
        margin-left: -10px
    }

    .mb-xxl-n10 {
        margin-bottom: -10px
    }

    .ml-xxl-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-xxl-n10 {
        margin-right: -10px
    }

    .m-xxl-n11 {
        margin: -11px
    }

    .mt-xxl-n11 {
        margin-top: -11px
    }

    .mr-xxl-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-xxl-n11 {
        margin-left: -11px
    }

    .mb-xxl-n11 {
        margin-bottom: -11px
    }

    .ml-xxl-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-xxl-n11 {
        margin-right: -11px
    }

    .m-xxl-n12 {
        margin: -12px
    }

    .mt-xxl-n12 {
        margin-top: -12px
    }

    .mr-xxl-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-xxl-n12 {
        margin-left: -12px
    }

    .mb-xxl-n12 {
        margin-bottom: -12px
    }

    .ml-xxl-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-xxl-n12 {
        margin-right: -12px
    }

    .m-xxl-n13 {
        margin: -13px
    }

    .mt-xxl-n13 {
        margin-top: -13px
    }

    .mr-xxl-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-xxl-n13 {
        margin-left: -13px
    }

    .mb-xxl-n13 {
        margin-bottom: -13px
    }

    .ml-xxl-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-xxl-n13 {
        margin-right: -13px
    }

    .m-xxl-n14 {
        margin: -14px
    }

    .mt-xxl-n14 {
        margin-top: -14px
    }

    .mr-xxl-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-xxl-n14 {
        margin-left: -14px
    }

    .mb-xxl-n14 {
        margin-bottom: -14px
    }

    .ml-xxl-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-xxl-n14 {
        margin-right: -14px
    }

    .m-xxl-n15 {
        margin: -15px
    }

    .mt-xxl-n15 {
        margin-top: -15px
    }

    .mr-xxl-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-xxl-n15 {
        margin-left: -15px
    }

    .mb-xxl-n15 {
        margin-bottom: -15px
    }

    .ml-xxl-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-xxl-n15 {
        margin-right: -15px
    }

    .m-xxl-n16 {
        margin: -16px
    }

    .mt-xxl-n16 {
        margin-top: -16px
    }

    .mr-xxl-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-xxl-n16 {
        margin-left: -16px
    }

    .mb-xxl-n16 {
        margin-bottom: -16px
    }

    .ml-xxl-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-xxl-n16 {
        margin-right: -16px
    }

    .m-xxl-n17 {
        margin: -17px
    }

    .mt-xxl-n17 {
        margin-top: -17px
    }

    .mr-xxl-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-xxl-n17 {
        margin-left: -17px
    }

    .mb-xxl-n17 {
        margin-bottom: -17px
    }

    .ml-xxl-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-xxl-n17 {
        margin-right: -17px
    }

    .m-xxl-n18 {
        margin: -18px
    }

    .mt-xxl-n18 {
        margin-top: -18px
    }

    .mr-xxl-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-xxl-n18 {
        margin-left: -18px
    }

    .mb-xxl-n18 {
        margin-bottom: -18px
    }

    .ml-xxl-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-xxl-n18 {
        margin-right: -18px
    }

    .m-xxl-n19 {
        margin: -19px
    }

    .mt-xxl-n19 {
        margin-top: -19px
    }

    .mr-xxl-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-xxl-n19 {
        margin-left: -19px
    }

    .mb-xxl-n19 {
        margin-bottom: -19px
    }

    .ml-xxl-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-xxl-n19 {
        margin-right: -19px
    }

    .m-xxl-n20 {
        margin: -20px
    }

    .mt-xxl-n20 {
        margin-top: -20px
    }

    .mr-xxl-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-xxl-n20 {
        margin-left: -20px
    }

    .mb-xxl-n20 {
        margin-bottom: -20px
    }

    .ml-xxl-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-xxl-n20 {
        margin-right: -20px
    }

    .m-xxl-n21 {
        margin: -21px
    }

    .mt-xxl-n21 {
        margin-top: -21px
    }

    .mr-xxl-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-xxl-n21 {
        margin-left: -21px
    }

    .mb-xxl-n21 {
        margin-bottom: -21px
    }

    .ml-xxl-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-xxl-n21 {
        margin-right: -21px
    }

    .m-xxl-n22 {
        margin: -22px
    }

    .mt-xxl-n22 {
        margin-top: -22px
    }

    .mr-xxl-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-xxl-n22 {
        margin-left: -22px
    }

    .mb-xxl-n22 {
        margin-bottom: -22px
    }

    .ml-xxl-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-xxl-n22 {
        margin-right: -22px
    }

    .m-xxl-n23 {
        margin: -23px
    }

    .mt-xxl-n23 {
        margin-top: -23px
    }

    .mr-xxl-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-xxl-n23 {
        margin-left: -23px
    }

    .mb-xxl-n23 {
        margin-bottom: -23px
    }

    .ml-xxl-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-xxl-n23 {
        margin-right: -23px
    }

    .m-xxl-n24 {
        margin: -24px
    }

    .mt-xxl-n24 {
        margin-top: -24px
    }

    .mr-xxl-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-xxl-n24 {
        margin-left: -24px
    }

    .mb-xxl-n24 {
        margin-bottom: -24px
    }

    .ml-xxl-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-xxl-n24 {
        margin-right: -24px
    }

    .m-xxl-n25 {
        margin: -25px
    }

    .mt-xxl-n25 {
        margin-top: -25px
    }

    .mr-xxl-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-xxl-n25 {
        margin-left: -25px
    }

    .mb-xxl-n25 {
        margin-bottom: -25px
    }

    .ml-xxl-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-xxl-n25 {
        margin-right: -25px
    }

    .m-xxl-n26 {
        margin: -26px
    }

    .mt-xxl-n26 {
        margin-top: -26px
    }

    .mr-xxl-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-xxl-n26 {
        margin-left: -26px
    }

    .mb-xxl-n26 {
        margin-bottom: -26px
    }

    .ml-xxl-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-xxl-n26 {
        margin-right: -26px
    }

    .m-xxl-n27 {
        margin: -27px
    }

    .mt-xxl-n27 {
        margin-top: -27px
    }

    .mr-xxl-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-xxl-n27 {
        margin-left: -27px
    }

    .mb-xxl-n27 {
        margin-bottom: -27px
    }

    .ml-xxl-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-xxl-n27 {
        margin-right: -27px
    }

    .m-xxl-n28 {
        margin: -28px
    }

    .mt-xxl-n28 {
        margin-top: -28px
    }

    .mr-xxl-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-xxl-n28 {
        margin-left: -28px
    }

    .mb-xxl-n28 {
        margin-bottom: -28px
    }

    .ml-xxl-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-xxl-n28 {
        margin-right: -28px
    }

    .m-xxl-n29 {
        margin: -29px
    }

    .mt-xxl-n29 {
        margin-top: -29px
    }

    .mr-xxl-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-xxl-n29 {
        margin-left: -29px
    }

    .mb-xxl-n29 {
        margin-bottom: -29px
    }

    .ml-xxl-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-xxl-n29 {
        margin-right: -29px
    }

    .m-xxl-n30 {
        margin: -30px
    }

    .mt-xxl-n30 {
        margin-top: -30px
    }

    .mr-xxl-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-xxl-n30 {
        margin-left: -30px
    }

    .mb-xxl-n30 {
        margin-bottom: -30px
    }

    .ml-xxl-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-xxl-n30 {
        margin-right: -30px
    }

    .m-xxl-n31 {
        margin: -31px
    }

    .mt-xxl-n31 {
        margin-top: -31px
    }

    .mr-xxl-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-xxl-n31 {
        margin-left: -31px
    }

    .mb-xxl-n31 {
        margin-bottom: -31px
    }

    .ml-xxl-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-xxl-n31 {
        margin-right: -31px
    }

    .m-xxl-n32 {
        margin: -32px
    }

    .mt-xxl-n32 {
        margin-top: -32px
    }

    .mr-xxl-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-xxl-n32 {
        margin-left: -32px
    }

    .mb-xxl-n32 {
        margin-bottom: -32px
    }

    .ml-xxl-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-xxl-n32 {
        margin-right: -32px
    }

    .m-xxl-n33 {
        margin: -33px
    }

    .mt-xxl-n33 {
        margin-top: -33px
    }

    .mr-xxl-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-xxl-n33 {
        margin-left: -33px
    }

    .mb-xxl-n33 {
        margin-bottom: -33px
    }

    .ml-xxl-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-xxl-n33 {
        margin-right: -33px
    }

    .m-xxl-n35 {
        margin: -35px
    }

    .mt-xxl-n35 {
        margin-top: -35px
    }

    .mr-xxl-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-xxl-n35 {
        margin-left: -35px
    }

    .mb-xxl-n35 {
        margin-bottom: -35px
    }

    .ml-xxl-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-xxl-n35 {
        margin-right: -35px
    }

    .m-xxl-n40 {
        margin: -40px
    }

    .mt-xxl-n40 {
        margin-top: -40px
    }

    .mr-xxl-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-xxl-n40 {
        margin-left: -40px
    }

    .mb-xxl-n40 {
        margin-bottom: -40px
    }

    .ml-xxl-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-xxl-n40 {
        margin-right: -40px
    }

    .m-xxl-n45 {
        margin: -45px
    }

    .mt-xxl-n45 {
        margin-top: -45px
    }

    .mr-xxl-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-xxl-n45 {
        margin-left: -45px
    }

    .mb-xxl-n45 {
        margin-bottom: -45px
    }

    .ml-xxl-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-xxl-n45 {
        margin-right: -45px
    }

    .m-xxl-n50 {
        margin: -50px
    }

    .mt-xxl-n50 {
        margin-top: -50px
    }

    .mr-xxl-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-xxl-n50 {
        margin-left: -50px
    }

    .mb-xxl-n50 {
        margin-bottom: -50px
    }

    .ml-xxl-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-xxl-n50 {
        margin-right: -50px
    }

    .m-xxl-n60 {
        margin: -60px
    }

    .mt-xxl-n60 {
        margin-top: -60px
    }

    .mr-xxl-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-xxl-n60 {
        margin-left: -60px
    }

    .mb-xxl-n60 {
        margin-bottom: -60px
    }

    .ml-xxl-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-xxl-n60 {
        margin-right: -60px
    }

    .m-xxl-n70 {
        margin: -70px
    }

    .mt-xxl-n70 {
        margin-top: -70px
    }

    .mr-xxl-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-xxl-n70 {
        margin-left: -70px
    }

    .mb-xxl-n70 {
        margin-bottom: -70px
    }

    .ml-xxl-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-xxl-n70 {
        margin-right: -70px
    }

    .m-xxl-n80 {
        margin: -80px
    }

    .mt-xxl-n80 {
        margin-top: -80px
    }

    .mr-xxl-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-xxl-n80 {
        margin-left: -80px
    }

    .mb-xxl-n80 {
        margin-bottom: -80px
    }

    .ml-xxl-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-xxl-n80 {
        margin-right: -80px
    }

    .m-xxl-n90 {
        margin: -90px
    }

    .mt-xxl-n90 {
        margin-top: -90px
    }

    .mr-xxl-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-xxl-n90 {
        margin-left: -90px
    }

    .mb-xxl-n90 {
        margin-bottom: -90px
    }

    .ml-xxl-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-xxl-n90 {
        margin-right: -90px
    }

    .m-xxl-n100 {
        margin: -100px
    }

    .mt-xxl-n100 {
        margin-top: -100px
    }

    .mr-xxl-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-xxl-n100 {
        margin-left: -100px
    }

    .mb-xxl-n100 {
        margin-bottom: -100px
    }

    .ml-xxl-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-xxl-n100 {
        margin-right: -100px
    }

    .m-xxl-n110 {
        margin: -110px
    }

    .mt-xxl-n110 {
        margin-top: -110px
    }

    .mr-xxl-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-xxl-n110 {
        margin-left: -110px
    }

    .mb-xxl-n110 {
        margin-bottom: -110px
    }

    .ml-xxl-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-xxl-n110 {
        margin-right: -110px
    }

    .m-xxl-n115 {
        margin: -115px
    }

    .mt-xxl-n115 {
        margin-top: -115px
    }

    .mr-xxl-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-xxl-n115 {
        margin-left: -115px
    }

    .mb-xxl-n115 {
        margin-bottom: -115px
    }

    .ml-xxl-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-xxl-n115 {
        margin-right: -115px
    }

    .m-xxl-n120 {
        margin: -120px
    }

    .mt-xxl-n120 {
        margin-top: -120px
    }

    .mr-xxl-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-xxl-n120 {
        margin-left: -120px
    }

    .mb-xxl-n120 {
        margin-bottom: -120px
    }

    .ml-xxl-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-xxl-n120 {
        margin-right: -120px
    }

    .m-xxl-n130 {
        margin: -130px
    }

    .mt-xxl-n130 {
        margin-top: -130px
    }

    .mr-xxl-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-xxl-n130 {
        margin-left: -130px
    }

    .mb-xxl-n130 {
        margin-bottom: -130px
    }

    .ml-xxl-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-xxl-n130 {
        margin-right: -130px
    }

    .m-xxl-n140 {
        margin: -140px
    }

    .mt-xxl-n140 {
        margin-top: -140px
    }

    .mr-xxl-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-xxl-n140 {
        margin-left: -140px
    }

    .mb-xxl-n140 {
        margin-bottom: -140px
    }

    .ml-xxl-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-xxl-n140 {
        margin-right: -140px
    }

    .m-xxl-n150 {
        margin: -150px
    }

    .mt-xxl-n150 {
        margin-top: -150px
    }

    .mr-xxl-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-xxl-n150 {
        margin-left: -150px
    }

    .mb-xxl-n150 {
        margin-bottom: -150px
    }

    .ml-xxl-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-xxl-n150 {
        margin-right: -150px
    }

    .m-xxl-n160 {
        margin: -160px
    }

    .mt-xxl-n160 {
        margin-top: -160px
    }

    .mr-xxl-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-xxl-n160 {
        margin-left: -160px
    }

    .mb-xxl-n160 {
        margin-bottom: -160px
    }

    .ml-xxl-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-xxl-n160 {
        margin-right: -160px
    }

    .m-xxl-n170 {
        margin: -170px
    }

    .mt-xxl-n170 {
        margin-top: -170px
    }

    .mr-xxl-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-xxl-n170 {
        margin-left: -170px
    }

    .mb-xxl-n170 {
        margin-bottom: -170px
    }

    .ml-xxl-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-xxl-n170 {
        margin-right: -170px
    }

    .m-xxl-n180 {
        margin: -180px
    }

    .mt-xxl-n180 {
        margin-top: -180px
    }

    .mr-xxl-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-xxl-n180 {
        margin-left: -180px
    }

    .mb-xxl-n180 {
        margin-bottom: -180px
    }

    .ml-xxl-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-xxl-n180 {
        margin-right: -180px
    }

    .m-xxl-n190 {
        margin: -190px
    }

    .mt-xxl-n190 {
        margin-top: -190px
    }

    .mr-xxl-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-xxl-n190 {
        margin-left: -190px
    }

    .mb-xxl-n190 {
        margin-bottom: -190px
    }

    .ml-xxl-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-xxl-n190 {
        margin-right: -190px
    }

    .m-xxl-n200 {
        margin: -200px
    }

    .mt-xxl-n200 {
        margin-top: -200px
    }

    .mr-xxl-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-xxl-n200 {
        margin-left: -200px
    }

    .mb-xxl-n200 {
        margin-bottom: -200px
    }

    .ml-xxl-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-xxl-n200 {
        margin-right: -200px
    }

    .m-xxl-auto {
        margin: auto
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto
    }
}

@media (min-width: 1440px) {
    .m-3xl-0 {
        margin: 0px
    }

    .mt-3xl-0 {
        margin-top: 0px
    }

    .mr-3xl-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-3xl-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-3xl-0 {
        margin-bottom: 0px
    }

    .ml-3xl-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-3xl-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-3xl-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-3xl-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-1 {
        margin: 1px
    }

    .mt-3xl-1 {
        margin-top: 1px
    }

    .mr-3xl-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-3xl-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-3xl-1 {
        margin-bottom: 1px
    }

    .ml-3xl-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-3xl-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-3xl-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-3xl-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-2 {
        margin: 2px
    }

    .mt-3xl-2 {
        margin-top: 2px
    }

    .mr-3xl-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-3xl-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-3xl-2 {
        margin-bottom: 2px
    }

    .ml-3xl-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-3xl-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-3xl-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-3xl-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-3 {
        margin: 3px
    }

    .mt-3xl-3 {
        margin-top: 3px
    }

    .mr-3xl-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-3xl-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-3xl-3 {
        margin-bottom: 3px
    }

    .ml-3xl-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-3xl-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-3xl-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-3xl-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-4 {
        margin: 4px
    }

    .mt-3xl-4 {
        margin-top: 4px
    }

    .mr-3xl-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-3xl-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-3xl-4 {
        margin-bottom: 4px
    }

    .ml-3xl-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-3xl-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-3xl-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-3xl-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-5 {
        margin: 5px
    }

    .mt-3xl-5 {
        margin-top: 5px
    }

    .mr-3xl-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-3xl-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-3xl-5 {
        margin-bottom: 5px
    }

    .ml-3xl-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-3xl-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-3xl-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-3xl-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-6 {
        margin: 6px
    }

    .mt-3xl-6 {
        margin-top: 6px
    }

    .mr-3xl-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-3xl-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-3xl-6 {
        margin-bottom: 6px
    }

    .ml-3xl-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-3xl-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-3xl-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-3xl-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-7 {
        margin: 7px
    }

    .mt-3xl-7 {
        margin-top: 7px
    }

    .mr-3xl-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-3xl-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-3xl-7 {
        margin-bottom: 7px
    }

    .ml-3xl-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-3xl-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-3xl-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-3xl-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-8 {
        margin: 8px
    }

    .mt-3xl-8 {
        margin-top: 8px
    }

    .mr-3xl-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-3xl-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-3xl-8 {
        margin-bottom: 8px
    }

    .ml-3xl-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-3xl-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-3xl-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-3xl-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-9 {
        margin: 9px
    }

    .mt-3xl-9 {
        margin-top: 9px
    }

    .mr-3xl-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-3xl-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-3xl-9 {
        margin-bottom: 9px
    }

    .ml-3xl-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-3xl-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-3xl-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-3xl-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-10 {
        margin: 10px
    }

    .mt-3xl-10 {
        margin-top: 10px
    }

    .mr-3xl-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-3xl-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-3xl-10 {
        margin-bottom: 10px
    }

    .ml-3xl-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-3xl-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-3xl-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-3xl-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-11 {
        margin: 11px
    }

    .mt-3xl-11 {
        margin-top: 11px
    }

    .mr-3xl-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-3xl-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-3xl-11 {
        margin-bottom: 11px
    }

    .ml-3xl-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-3xl-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-3xl-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-3xl-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-12 {
        margin: 12px
    }

    .mt-3xl-12 {
        margin-top: 12px
    }

    .mr-3xl-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-3xl-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-3xl-12 {
        margin-bottom: 12px
    }

    .ml-3xl-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-3xl-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-3xl-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-3xl-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-13 {
        margin: 13px
    }

    .mt-3xl-13 {
        margin-top: 13px
    }

    .mr-3xl-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-3xl-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-3xl-13 {
        margin-bottom: 13px
    }

    .ml-3xl-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-3xl-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-3xl-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-3xl-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-14 {
        margin: 14px
    }

    .mt-3xl-14 {
        margin-top: 14px
    }

    .mr-3xl-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-3xl-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-3xl-14 {
        margin-bottom: 14px
    }

    .ml-3xl-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-3xl-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-3xl-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-3xl-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-15 {
        margin: 15px
    }

    .mt-3xl-15 {
        margin-top: 15px
    }

    .mr-3xl-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-3xl-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-3xl-15 {
        margin-bottom: 15px
    }

    .ml-3xl-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-3xl-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-3xl-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-3xl-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-16 {
        margin: 16px
    }

    .mt-3xl-16 {
        margin-top: 16px
    }

    .mr-3xl-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-3xl-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-3xl-16 {
        margin-bottom: 16px
    }

    .ml-3xl-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-3xl-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-3xl-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-3xl-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-17 {
        margin: 17px
    }

    .mt-3xl-17 {
        margin-top: 17px
    }

    .mr-3xl-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-3xl-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-3xl-17 {
        margin-bottom: 17px
    }

    .ml-3xl-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-3xl-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-3xl-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-3xl-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-18 {
        margin: 18px
    }

    .mt-3xl-18 {
        margin-top: 18px
    }

    .mr-3xl-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-3xl-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-3xl-18 {
        margin-bottom: 18px
    }

    .ml-3xl-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-3xl-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-3xl-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-3xl-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-19 {
        margin: 19px
    }

    .mt-3xl-19 {
        margin-top: 19px
    }

    .mr-3xl-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-3xl-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-3xl-19 {
        margin-bottom: 19px
    }

    .ml-3xl-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-3xl-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-3xl-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-3xl-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-20 {
        margin: 20px
    }

    .mt-3xl-20 {
        margin-top: 20px
    }

    .mr-3xl-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-3xl-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-3xl-20 {
        margin-bottom: 20px
    }

    .ml-3xl-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-3xl-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-3xl-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-3xl-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-21 {
        margin: 21px
    }

    .mt-3xl-21 {
        margin-top: 21px
    }

    .mr-3xl-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-3xl-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-3xl-21 {
        margin-bottom: 21px
    }

    .ml-3xl-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-3xl-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-3xl-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-3xl-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-22 {
        margin: 22px
    }

    .mt-3xl-22 {
        margin-top: 22px
    }

    .mr-3xl-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-3xl-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-3xl-22 {
        margin-bottom: 22px
    }

    .ml-3xl-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-3xl-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-3xl-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-3xl-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-23 {
        margin: 23px
    }

    .mt-3xl-23 {
        margin-top: 23px
    }

    .mr-3xl-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-3xl-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-3xl-23 {
        margin-bottom: 23px
    }

    .ml-3xl-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-3xl-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-3xl-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-3xl-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-24 {
        margin: 24px
    }

    .mt-3xl-24 {
        margin-top: 24px
    }

    .mr-3xl-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-3xl-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-3xl-24 {
        margin-bottom: 24px
    }

    .ml-3xl-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-3xl-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-3xl-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-3xl-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-25 {
        margin: 25px
    }

    .mt-3xl-25 {
        margin-top: 25px
    }

    .mr-3xl-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-3xl-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-3xl-25 {
        margin-bottom: 25px
    }

    .ml-3xl-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-3xl-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-3xl-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-3xl-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-26 {
        margin: 26px
    }

    .mt-3xl-26 {
        margin-top: 26px
    }

    .mr-3xl-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-3xl-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-3xl-26 {
        margin-bottom: 26px
    }

    .ml-3xl-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-3xl-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-3xl-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-3xl-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-27 {
        margin: 27px
    }

    .mt-3xl-27 {
        margin-top: 27px
    }

    .mr-3xl-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-3xl-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-3xl-27 {
        margin-bottom: 27px
    }

    .ml-3xl-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-3xl-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-3xl-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-3xl-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-28 {
        margin: 28px
    }

    .mt-3xl-28 {
        margin-top: 28px
    }

    .mr-3xl-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-3xl-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-3xl-28 {
        margin-bottom: 28px
    }

    .ml-3xl-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-3xl-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-3xl-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-3xl-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-29 {
        margin: 29px
    }

    .mt-3xl-29 {
        margin-top: 29px
    }

    .mr-3xl-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-3xl-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-3xl-29 {
        margin-bottom: 29px
    }

    .ml-3xl-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-3xl-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-3xl-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-3xl-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-30 {
        margin: 30px
    }

    .mt-3xl-30 {
        margin-top: 30px
    }

    .mr-3xl-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-3xl-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-3xl-30 {
        margin-bottom: 30px
    }

    .ml-3xl-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-3xl-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-3xl-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-3xl-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-31 {
        margin: 31px
    }

    .mt-3xl-31 {
        margin-top: 31px
    }

    .mr-3xl-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-3xl-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-3xl-31 {
        margin-bottom: 31px
    }

    .ml-3xl-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-3xl-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-3xl-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-3xl-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-32 {
        margin: 32px
    }

    .mt-3xl-32 {
        margin-top: 32px
    }

    .mr-3xl-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-3xl-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-3xl-32 {
        margin-bottom: 32px
    }

    .ml-3xl-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-3xl-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-3xl-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-3xl-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-33 {
        margin: 33px
    }

    .mt-3xl-33 {
        margin-top: 33px
    }

    .mr-3xl-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-3xl-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-3xl-33 {
        margin-bottom: 33px
    }

    .ml-3xl-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-3xl-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-3xl-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-3xl-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-35 {
        margin: 35px
    }

    .mt-3xl-35 {
        margin-top: 35px
    }

    .mr-3xl-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-3xl-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-3xl-35 {
        margin-bottom: 35px
    }

    .ml-3xl-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-3xl-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-3xl-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-3xl-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-40 {
        margin: 40px
    }

    .mt-3xl-40 {
        margin-top: 40px
    }

    .mr-3xl-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-3xl-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-3xl-40 {
        margin-bottom: 40px
    }

    .ml-3xl-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-3xl-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-3xl-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-3xl-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-45 {
        margin: 45px
    }

    .mt-3xl-45 {
        margin-top: 45px
    }

    .mr-3xl-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-3xl-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-3xl-45 {
        margin-bottom: 45px
    }

    .ml-3xl-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-3xl-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-3xl-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-3xl-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-50 {
        margin: 50px
    }

    .mt-3xl-50 {
        margin-top: 50px
    }

    .mr-3xl-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-3xl-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-3xl-50 {
        margin-bottom: 50px
    }

    .ml-3xl-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-3xl-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-3xl-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-3xl-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-60 {
        margin: 60px
    }

    .mt-3xl-60 {
        margin-top: 60px
    }

    .mr-3xl-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-3xl-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-3xl-60 {
        margin-bottom: 60px
    }

    .ml-3xl-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-3xl-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-3xl-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-3xl-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-70 {
        margin: 70px
    }

    .mt-3xl-70 {
        margin-top: 70px
    }

    .mr-3xl-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-3xl-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-3xl-70 {
        margin-bottom: 70px
    }

    .ml-3xl-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-3xl-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-3xl-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-3xl-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-80 {
        margin: 80px
    }

    .mt-3xl-80 {
        margin-top: 80px
    }

    .mr-3xl-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-3xl-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-3xl-80 {
        margin-bottom: 80px
    }

    .ml-3xl-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-3xl-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-3xl-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-3xl-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-90 {
        margin: 90px
    }

    .mt-3xl-90 {
        margin-top: 90px
    }

    .mr-3xl-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-3xl-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-3xl-90 {
        margin-bottom: 90px
    }

    .ml-3xl-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-3xl-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-3xl-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-3xl-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-100 {
        margin: 100px
    }

    .mt-3xl-100 {
        margin-top: 100px
    }

    .mr-3xl-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-3xl-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-3xl-100 {
        margin-bottom: 100px
    }

    .ml-3xl-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-3xl-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-3xl-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-3xl-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-110 {
        margin: 110px
    }

    .mt-3xl-110 {
        margin-top: 110px
    }

    .mr-3xl-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-3xl-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-3xl-110 {
        margin-bottom: 110px
    }

    .ml-3xl-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-3xl-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-3xl-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-3xl-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-115 {
        margin: 115px
    }

    .mt-3xl-115 {
        margin-top: 115px
    }

    .mr-3xl-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-3xl-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-3xl-115 {
        margin-bottom: 115px
    }

    .ml-3xl-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-3xl-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-3xl-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-3xl-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-120 {
        margin: 120px
    }

    .mt-3xl-120 {
        margin-top: 120px
    }

    .mr-3xl-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-3xl-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-3xl-120 {
        margin-bottom: 120px
    }

    .ml-3xl-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-3xl-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-3xl-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-3xl-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-130 {
        margin: 130px
    }

    .mt-3xl-130 {
        margin-top: 130px
    }

    .mr-3xl-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-3xl-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-3xl-130 {
        margin-bottom: 130px
    }

    .ml-3xl-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-3xl-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-3xl-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-3xl-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-140 {
        margin: 140px
    }

    .mt-3xl-140 {
        margin-top: 140px
    }

    .mr-3xl-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-3xl-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-3xl-140 {
        margin-bottom: 140px
    }

    .ml-3xl-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-3xl-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-3xl-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-3xl-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-150 {
        margin: 150px
    }

    .mt-3xl-150 {
        margin-top: 150px
    }

    .mr-3xl-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-3xl-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-3xl-150 {
        margin-bottom: 150px
    }

    .ml-3xl-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-3xl-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-3xl-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-3xl-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-160 {
        margin: 160px
    }

    .mt-3xl-160 {
        margin-top: 160px
    }

    .mr-3xl-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-3xl-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-3xl-160 {
        margin-bottom: 160px
    }

    .ml-3xl-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-3xl-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-3xl-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-3xl-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-170 {
        margin: 170px
    }

    .mt-3xl-170 {
        margin-top: 170px
    }

    .mr-3xl-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-3xl-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-3xl-170 {
        margin-bottom: 170px
    }

    .ml-3xl-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-3xl-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-3xl-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-3xl-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-180 {
        margin: 180px
    }

    .mt-3xl-180 {
        margin-top: 180px
    }

    .mr-3xl-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-3xl-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-3xl-180 {
        margin-bottom: 180px
    }

    .ml-3xl-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-3xl-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-3xl-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-3xl-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-190 {
        margin: 190px
    }

    .mt-3xl-190 {
        margin-top: 190px
    }

    .mr-3xl-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-3xl-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-3xl-190 {
        margin-bottom: 190px
    }

    .ml-3xl-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-3xl-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-3xl-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-3xl-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-3xl-200 {
        margin: 200px
    }

    .mt-3xl-200 {
        margin-top: 200px
    }

    .mr-3xl-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-3xl-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-3xl-200 {
        margin-bottom: 200px
    }

    .ml-3xl-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-3xl-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-3xl-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-3xl-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-3xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-3xl-0 {
        padding: 0px
    }

    .pt-3xl-0 {
        padding-top: 0px
    }

    .pr-3xl-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-3xl-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-3xl-0 {
        padding-bottom: 0px
    }

    .pl-3xl-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-3xl-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-3xl-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-3xl-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-1 {
        padding: 1px
    }

    .pt-3xl-1 {
        padding-top: 1px
    }

    .pr-3xl-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-3xl-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-3xl-1 {
        padding-bottom: 1px
    }

    .pl-3xl-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-3xl-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-3xl-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-3xl-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-2 {
        padding: 2px
    }

    .pt-3xl-2 {
        padding-top: 2px
    }

    .pr-3xl-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-3xl-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-3xl-2 {
        padding-bottom: 2px
    }

    .pl-3xl-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-3xl-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-3xl-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-3xl-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-3 {
        padding: 3px
    }

    .pt-3xl-3 {
        padding-top: 3px
    }

    .pr-3xl-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-3xl-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-3xl-3 {
        padding-bottom: 3px
    }

    .pl-3xl-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-3xl-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-3xl-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-3xl-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-4 {
        padding: 4px
    }

    .pt-3xl-4 {
        padding-top: 4px
    }

    .pr-3xl-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-3xl-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-3xl-4 {
        padding-bottom: 4px
    }

    .pl-3xl-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-3xl-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-3xl-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-3xl-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-5 {
        padding: 5px
    }

    .pt-3xl-5 {
        padding-top: 5px
    }

    .pr-3xl-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-3xl-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-3xl-5 {
        padding-bottom: 5px
    }

    .pl-3xl-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-3xl-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-3xl-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-3xl-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-6 {
        padding: 6px
    }

    .pt-3xl-6 {
        padding-top: 6px
    }

    .pr-3xl-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-3xl-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-3xl-6 {
        padding-bottom: 6px
    }

    .pl-3xl-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-3xl-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-3xl-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-3xl-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-7 {
        padding: 7px
    }

    .pt-3xl-7 {
        padding-top: 7px
    }

    .pr-3xl-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-3xl-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-3xl-7 {
        padding-bottom: 7px
    }

    .pl-3xl-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-3xl-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-3xl-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-3xl-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-8 {
        padding: 8px
    }

    .pt-3xl-8 {
        padding-top: 8px
    }

    .pr-3xl-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-3xl-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-3xl-8 {
        padding-bottom: 8px
    }

    .pl-3xl-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-3xl-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-3xl-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-3xl-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-9 {
        padding: 9px
    }

    .pt-3xl-9 {
        padding-top: 9px
    }

    .pr-3xl-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-3xl-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-3xl-9 {
        padding-bottom: 9px
    }

    .pl-3xl-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-3xl-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-3xl-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-3xl-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-10 {
        padding: 10px
    }

    .pt-3xl-10 {
        padding-top: 10px
    }

    .pr-3xl-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-3xl-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-3xl-10 {
        padding-bottom: 10px
    }

    .pl-3xl-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-3xl-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-3xl-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-3xl-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-11 {
        padding: 11px
    }

    .pt-3xl-11 {
        padding-top: 11px
    }

    .pr-3xl-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-3xl-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-3xl-11 {
        padding-bottom: 11px
    }

    .pl-3xl-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-3xl-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-3xl-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-3xl-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-12 {
        padding: 12px
    }

    .pt-3xl-12 {
        padding-top: 12px
    }

    .pr-3xl-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-3xl-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-3xl-12 {
        padding-bottom: 12px
    }

    .pl-3xl-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-3xl-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-3xl-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-3xl-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-13 {
        padding: 13px
    }

    .pt-3xl-13 {
        padding-top: 13px
    }

    .pr-3xl-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-3xl-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-3xl-13 {
        padding-bottom: 13px
    }

    .pl-3xl-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-3xl-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-3xl-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-3xl-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-14 {
        padding: 14px
    }

    .pt-3xl-14 {
        padding-top: 14px
    }

    .pr-3xl-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-3xl-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-3xl-14 {
        padding-bottom: 14px
    }

    .pl-3xl-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-3xl-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-3xl-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-3xl-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-15 {
        padding: 15px
    }

    .pt-3xl-15 {
        padding-top: 15px
    }

    .pr-3xl-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-3xl-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-3xl-15 {
        padding-bottom: 15px
    }

    .pl-3xl-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-3xl-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-3xl-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-3xl-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-16 {
        padding: 16px
    }

    .pt-3xl-16 {
        padding-top: 16px
    }

    .pr-3xl-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-3xl-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-3xl-16 {
        padding-bottom: 16px
    }

    .pl-3xl-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-3xl-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-3xl-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-3xl-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-17 {
        padding: 17px
    }

    .pt-3xl-17 {
        padding-top: 17px
    }

    .pr-3xl-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-3xl-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-3xl-17 {
        padding-bottom: 17px
    }

    .pl-3xl-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-3xl-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-3xl-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-3xl-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-18 {
        padding: 18px
    }

    .pt-3xl-18 {
        padding-top: 18px
    }

    .pr-3xl-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-3xl-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-3xl-18 {
        padding-bottom: 18px
    }

    .pl-3xl-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-3xl-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-3xl-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-3xl-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-19 {
        padding: 19px
    }

    .pt-3xl-19 {
        padding-top: 19px
    }

    .pr-3xl-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-3xl-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-3xl-19 {
        padding-bottom: 19px
    }

    .pl-3xl-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-3xl-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-3xl-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-3xl-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-20 {
        padding: 20px
    }

    .pt-3xl-20 {
        padding-top: 20px
    }

    .pr-3xl-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-3xl-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-3xl-20 {
        padding-bottom: 20px
    }

    .pl-3xl-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-3xl-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-3xl-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-3xl-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-21 {
        padding: 21px
    }

    .pt-3xl-21 {
        padding-top: 21px
    }

    .pr-3xl-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-3xl-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-3xl-21 {
        padding-bottom: 21px
    }

    .pl-3xl-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-3xl-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-3xl-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-3xl-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-22 {
        padding: 22px
    }

    .pt-3xl-22 {
        padding-top: 22px
    }

    .pr-3xl-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-3xl-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-3xl-22 {
        padding-bottom: 22px
    }

    .pl-3xl-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-3xl-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-3xl-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-3xl-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-23 {
        padding: 23px
    }

    .pt-3xl-23 {
        padding-top: 23px
    }

    .pr-3xl-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-3xl-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-3xl-23 {
        padding-bottom: 23px
    }

    .pl-3xl-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-3xl-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-3xl-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-3xl-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-24 {
        padding: 24px
    }

    .pt-3xl-24 {
        padding-top: 24px
    }

    .pr-3xl-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-3xl-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-3xl-24 {
        padding-bottom: 24px
    }

    .pl-3xl-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-3xl-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-3xl-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-3xl-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-25 {
        padding: 25px
    }

    .pt-3xl-25 {
        padding-top: 25px
    }

    .pr-3xl-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-3xl-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-3xl-25 {
        padding-bottom: 25px
    }

    .pl-3xl-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-3xl-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-3xl-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-3xl-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-26 {
        padding: 26px
    }

    .pt-3xl-26 {
        padding-top: 26px
    }

    .pr-3xl-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-3xl-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-3xl-26 {
        padding-bottom: 26px
    }

    .pl-3xl-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-3xl-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-3xl-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-3xl-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-27 {
        padding: 27px
    }

    .pt-3xl-27 {
        padding-top: 27px
    }

    .pr-3xl-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-3xl-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-3xl-27 {
        padding-bottom: 27px
    }

    .pl-3xl-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-3xl-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-3xl-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-3xl-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-28 {
        padding: 28px
    }

    .pt-3xl-28 {
        padding-top: 28px
    }

    .pr-3xl-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-3xl-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-3xl-28 {
        padding-bottom: 28px
    }

    .pl-3xl-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-3xl-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-3xl-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-3xl-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-29 {
        padding: 29px
    }

    .pt-3xl-29 {
        padding-top: 29px
    }

    .pr-3xl-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-3xl-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-3xl-29 {
        padding-bottom: 29px
    }

    .pl-3xl-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-3xl-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-3xl-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-3xl-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-30 {
        padding: 30px
    }

    .pt-3xl-30 {
        padding-top: 30px
    }

    .pr-3xl-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-3xl-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-3xl-30 {
        padding-bottom: 30px
    }

    .pl-3xl-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-3xl-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-3xl-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-3xl-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-31 {
        padding: 31px
    }

    .pt-3xl-31 {
        padding-top: 31px
    }

    .pr-3xl-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-3xl-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-3xl-31 {
        padding-bottom: 31px
    }

    .pl-3xl-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-3xl-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-3xl-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-3xl-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-32 {
        padding: 32px
    }

    .pt-3xl-32 {
        padding-top: 32px
    }

    .pr-3xl-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-3xl-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-3xl-32 {
        padding-bottom: 32px
    }

    .pl-3xl-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-3xl-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-3xl-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-3xl-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-33 {
        padding: 33px
    }

    .pt-3xl-33 {
        padding-top: 33px
    }

    .pr-3xl-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-3xl-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-3xl-33 {
        padding-bottom: 33px
    }

    .pl-3xl-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-3xl-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-3xl-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-3xl-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-35 {
        padding: 35px
    }

    .pt-3xl-35 {
        padding-top: 35px
    }

    .pr-3xl-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-3xl-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-3xl-35 {
        padding-bottom: 35px
    }

    .pl-3xl-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-3xl-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-3xl-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-3xl-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-40 {
        padding: 40px
    }

    .pt-3xl-40 {
        padding-top: 40px
    }

    .pr-3xl-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-3xl-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-3xl-40 {
        padding-bottom: 40px
    }

    .pl-3xl-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-3xl-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-3xl-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-3xl-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-45 {
        padding: 45px
    }

    .pt-3xl-45 {
        padding-top: 45px
    }

    .pr-3xl-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-3xl-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-3xl-45 {
        padding-bottom: 45px
    }

    .pl-3xl-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-3xl-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-3xl-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-3xl-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-50 {
        padding: 50px
    }

    .pt-3xl-50 {
        padding-top: 50px
    }

    .pr-3xl-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-3xl-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-3xl-50 {
        padding-bottom: 50px
    }

    .pl-3xl-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-3xl-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-3xl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-3xl-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-60 {
        padding: 60px
    }

    .pt-3xl-60 {
        padding-top: 60px
    }

    .pr-3xl-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-3xl-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-3xl-60 {
        padding-bottom: 60px
    }

    .pl-3xl-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-3xl-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-3xl-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-3xl-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-70 {
        padding: 70px
    }

    .pt-3xl-70 {
        padding-top: 70px
    }

    .pr-3xl-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-3xl-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-3xl-70 {
        padding-bottom: 70px
    }

    .pl-3xl-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-3xl-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-3xl-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-3xl-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-80 {
        padding: 80px
    }

    .pt-3xl-80 {
        padding-top: 80px
    }

    .pr-3xl-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-3xl-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-3xl-80 {
        padding-bottom: 80px
    }

    .pl-3xl-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-3xl-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-3xl-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-3xl-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-90 {
        padding: 90px
    }

    .pt-3xl-90 {
        padding-top: 90px
    }

    .pr-3xl-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-3xl-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-3xl-90 {
        padding-bottom: 90px
    }

    .pl-3xl-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-3xl-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-3xl-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-3xl-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-100 {
        padding: 100px
    }

    .pt-3xl-100 {
        padding-top: 100px
    }

    .pr-3xl-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-3xl-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-3xl-100 {
        padding-bottom: 100px
    }

    .pl-3xl-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-3xl-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-3xl-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-3xl-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-110 {
        padding: 110px
    }

    .pt-3xl-110 {
        padding-top: 110px
    }

    .pr-3xl-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-3xl-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-3xl-110 {
        padding-bottom: 110px
    }

    .pl-3xl-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-3xl-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-3xl-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-3xl-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-115 {
        padding: 115px
    }

    .pt-3xl-115 {
        padding-top: 115px
    }

    .pr-3xl-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-3xl-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-3xl-115 {
        padding-bottom: 115px
    }

    .pl-3xl-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-3xl-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-3xl-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-3xl-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-120 {
        padding: 120px
    }

    .pt-3xl-120 {
        padding-top: 120px
    }

    .pr-3xl-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-3xl-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-3xl-120 {
        padding-bottom: 120px
    }

    .pl-3xl-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-3xl-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-3xl-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-3xl-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-130 {
        padding: 130px
    }

    .pt-3xl-130 {
        padding-top: 130px
    }

    .pr-3xl-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-3xl-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-3xl-130 {
        padding-bottom: 130px
    }

    .pl-3xl-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-3xl-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-3xl-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-3xl-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-140 {
        padding: 140px
    }

    .pt-3xl-140 {
        padding-top: 140px
    }

    .pr-3xl-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-3xl-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-3xl-140 {
        padding-bottom: 140px
    }

    .pl-3xl-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-3xl-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-3xl-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-3xl-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-150 {
        padding: 150px
    }

    .pt-3xl-150 {
        padding-top: 150px
    }

    .pr-3xl-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-3xl-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-3xl-150 {
        padding-bottom: 150px
    }

    .pl-3xl-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-3xl-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-3xl-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-3xl-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-160 {
        padding: 160px
    }

    .pt-3xl-160 {
        padding-top: 160px
    }

    .pr-3xl-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-3xl-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-3xl-160 {
        padding-bottom: 160px
    }

    .pl-3xl-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-3xl-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-3xl-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-3xl-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-170 {
        padding: 170px
    }

    .pt-3xl-170 {
        padding-top: 170px
    }

    .pr-3xl-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-3xl-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-3xl-170 {
        padding-bottom: 170px
    }

    .pl-3xl-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-3xl-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-3xl-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-3xl-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-180 {
        padding: 180px
    }

    .pt-3xl-180 {
        padding-top: 180px
    }

    .pr-3xl-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-3xl-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-3xl-180 {
        padding-bottom: 180px
    }

    .pl-3xl-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-3xl-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-3xl-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-3xl-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-190 {
        padding: 190px
    }

    .pt-3xl-190 {
        padding-top: 190px
    }

    .pr-3xl-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-3xl-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-3xl-190 {
        padding-bottom: 190px
    }

    .pl-3xl-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-3xl-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-3xl-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-3xl-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-3xl-200 {
        padding: 200px
    }

    .pt-3xl-200 {
        padding-top: 200px
    }

    .pr-3xl-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-3xl-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-3xl-200 {
        padding-bottom: 200px
    }

    .pl-3xl-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-3xl-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-3xl-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-3xl-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-3xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-3xl-n0 {
        margin: -0px
    }

    .mt-3xl-n0 {
        margin-top: -0px
    }

    .mr-3xl-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-3xl-n0 {
        margin-left: -0px
    }

    .mb-3xl-n0 {
        margin-bottom: -0px
    }

    .ml-3xl-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-3xl-n0 {
        margin-right: -0px
    }

    .m-3xl-n1 {
        margin: -1px
    }

    .mt-3xl-n1 {
        margin-top: -1px
    }

    .mr-3xl-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-3xl-n1 {
        margin-left: -1px
    }

    .mb-3xl-n1 {
        margin-bottom: -1px
    }

    .ml-3xl-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-3xl-n1 {
        margin-right: -1px
    }

    .m-3xl-n2 {
        margin: -2px
    }

    .mt-3xl-n2 {
        margin-top: -2px
    }

    .mr-3xl-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-3xl-n2 {
        margin-left: -2px
    }

    .mb-3xl-n2 {
        margin-bottom: -2px
    }

    .ml-3xl-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-3xl-n2 {
        margin-right: -2px
    }

    .m-3xl-n3 {
        margin: -3px
    }

    .mt-3xl-n3 {
        margin-top: -3px
    }

    .mr-3xl-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-3xl-n3 {
        margin-left: -3px
    }

    .mb-3xl-n3 {
        margin-bottom: -3px
    }

    .ml-3xl-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-3xl-n3 {
        margin-right: -3px
    }

    .m-3xl-n4 {
        margin: -4px
    }

    .mt-3xl-n4 {
        margin-top: -4px
    }

    .mr-3xl-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-3xl-n4 {
        margin-left: -4px
    }

    .mb-3xl-n4 {
        margin-bottom: -4px
    }

    .ml-3xl-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-3xl-n4 {
        margin-right: -4px
    }

    .m-3xl-n5 {
        margin: -5px
    }

    .mt-3xl-n5 {
        margin-top: -5px
    }

    .mr-3xl-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-3xl-n5 {
        margin-left: -5px
    }

    .mb-3xl-n5 {
        margin-bottom: -5px
    }

    .ml-3xl-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-3xl-n5 {
        margin-right: -5px
    }

    .m-3xl-n6 {
        margin: -6px
    }

    .mt-3xl-n6 {
        margin-top: -6px
    }

    .mr-3xl-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-3xl-n6 {
        margin-left: -6px
    }

    .mb-3xl-n6 {
        margin-bottom: -6px
    }

    .ml-3xl-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-3xl-n6 {
        margin-right: -6px
    }

    .m-3xl-n7 {
        margin: -7px
    }

    .mt-3xl-n7 {
        margin-top: -7px
    }

    .mr-3xl-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-3xl-n7 {
        margin-left: -7px
    }

    .mb-3xl-n7 {
        margin-bottom: -7px
    }

    .ml-3xl-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-3xl-n7 {
        margin-right: -7px
    }

    .m-3xl-n8 {
        margin: -8px
    }

    .mt-3xl-n8 {
        margin-top: -8px
    }

    .mr-3xl-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-3xl-n8 {
        margin-left: -8px
    }

    .mb-3xl-n8 {
        margin-bottom: -8px
    }

    .ml-3xl-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-3xl-n8 {
        margin-right: -8px
    }

    .m-3xl-n9 {
        margin: -9px
    }

    .mt-3xl-n9 {
        margin-top: -9px
    }

    .mr-3xl-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-3xl-n9 {
        margin-left: -9px
    }

    .mb-3xl-n9 {
        margin-bottom: -9px
    }

    .ml-3xl-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-3xl-n9 {
        margin-right: -9px
    }

    .m-3xl-n10 {
        margin: -10px
    }

    .mt-3xl-n10 {
        margin-top: -10px
    }

    .mr-3xl-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-3xl-n10 {
        margin-left: -10px
    }

    .mb-3xl-n10 {
        margin-bottom: -10px
    }

    .ml-3xl-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-3xl-n10 {
        margin-right: -10px
    }

    .m-3xl-n11 {
        margin: -11px
    }

    .mt-3xl-n11 {
        margin-top: -11px
    }

    .mr-3xl-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-3xl-n11 {
        margin-left: -11px
    }

    .mb-3xl-n11 {
        margin-bottom: -11px
    }

    .ml-3xl-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-3xl-n11 {
        margin-right: -11px
    }

    .m-3xl-n12 {
        margin: -12px
    }

    .mt-3xl-n12 {
        margin-top: -12px
    }

    .mr-3xl-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-3xl-n12 {
        margin-left: -12px
    }

    .mb-3xl-n12 {
        margin-bottom: -12px
    }

    .ml-3xl-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-3xl-n12 {
        margin-right: -12px
    }

    .m-3xl-n13 {
        margin: -13px
    }

    .mt-3xl-n13 {
        margin-top: -13px
    }

    .mr-3xl-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-3xl-n13 {
        margin-left: -13px
    }

    .mb-3xl-n13 {
        margin-bottom: -13px
    }

    .ml-3xl-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-3xl-n13 {
        margin-right: -13px
    }

    .m-3xl-n14 {
        margin: -14px
    }

    .mt-3xl-n14 {
        margin-top: -14px
    }

    .mr-3xl-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-3xl-n14 {
        margin-left: -14px
    }

    .mb-3xl-n14 {
        margin-bottom: -14px
    }

    .ml-3xl-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-3xl-n14 {
        margin-right: -14px
    }

    .m-3xl-n15 {
        margin: -15px
    }

    .mt-3xl-n15 {
        margin-top: -15px
    }

    .mr-3xl-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-3xl-n15 {
        margin-left: -15px
    }

    .mb-3xl-n15 {
        margin-bottom: -15px
    }

    .ml-3xl-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-3xl-n15 {
        margin-right: -15px
    }

    .m-3xl-n16 {
        margin: -16px
    }

    .mt-3xl-n16 {
        margin-top: -16px
    }

    .mr-3xl-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-3xl-n16 {
        margin-left: -16px
    }

    .mb-3xl-n16 {
        margin-bottom: -16px
    }

    .ml-3xl-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-3xl-n16 {
        margin-right: -16px
    }

    .m-3xl-n17 {
        margin: -17px
    }

    .mt-3xl-n17 {
        margin-top: -17px
    }

    .mr-3xl-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-3xl-n17 {
        margin-left: -17px
    }

    .mb-3xl-n17 {
        margin-bottom: -17px
    }

    .ml-3xl-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-3xl-n17 {
        margin-right: -17px
    }

    .m-3xl-n18 {
        margin: -18px
    }

    .mt-3xl-n18 {
        margin-top: -18px
    }

    .mr-3xl-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-3xl-n18 {
        margin-left: -18px
    }

    .mb-3xl-n18 {
        margin-bottom: -18px
    }

    .ml-3xl-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-3xl-n18 {
        margin-right: -18px
    }

    .m-3xl-n19 {
        margin: -19px
    }

    .mt-3xl-n19 {
        margin-top: -19px
    }

    .mr-3xl-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-3xl-n19 {
        margin-left: -19px
    }

    .mb-3xl-n19 {
        margin-bottom: -19px
    }

    .ml-3xl-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-3xl-n19 {
        margin-right: -19px
    }

    .m-3xl-n20 {
        margin: -20px
    }

    .mt-3xl-n20 {
        margin-top: -20px
    }

    .mr-3xl-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-3xl-n20 {
        margin-left: -20px
    }

    .mb-3xl-n20 {
        margin-bottom: -20px
    }

    .ml-3xl-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-3xl-n20 {
        margin-right: -20px
    }

    .m-3xl-n21 {
        margin: -21px
    }

    .mt-3xl-n21 {
        margin-top: -21px
    }

    .mr-3xl-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-3xl-n21 {
        margin-left: -21px
    }

    .mb-3xl-n21 {
        margin-bottom: -21px
    }

    .ml-3xl-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-3xl-n21 {
        margin-right: -21px
    }

    .m-3xl-n22 {
        margin: -22px
    }

    .mt-3xl-n22 {
        margin-top: -22px
    }

    .mr-3xl-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-3xl-n22 {
        margin-left: -22px
    }

    .mb-3xl-n22 {
        margin-bottom: -22px
    }

    .ml-3xl-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-3xl-n22 {
        margin-right: -22px
    }

    .m-3xl-n23 {
        margin: -23px
    }

    .mt-3xl-n23 {
        margin-top: -23px
    }

    .mr-3xl-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-3xl-n23 {
        margin-left: -23px
    }

    .mb-3xl-n23 {
        margin-bottom: -23px
    }

    .ml-3xl-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-3xl-n23 {
        margin-right: -23px
    }

    .m-3xl-n24 {
        margin: -24px
    }

    .mt-3xl-n24 {
        margin-top: -24px
    }

    .mr-3xl-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-3xl-n24 {
        margin-left: -24px
    }

    .mb-3xl-n24 {
        margin-bottom: -24px
    }

    .ml-3xl-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-3xl-n24 {
        margin-right: -24px
    }

    .m-3xl-n25 {
        margin: -25px
    }

    .mt-3xl-n25 {
        margin-top: -25px
    }

    .mr-3xl-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-3xl-n25 {
        margin-left: -25px
    }

    .mb-3xl-n25 {
        margin-bottom: -25px
    }

    .ml-3xl-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-3xl-n25 {
        margin-right: -25px
    }

    .m-3xl-n26 {
        margin: -26px
    }

    .mt-3xl-n26 {
        margin-top: -26px
    }

    .mr-3xl-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-3xl-n26 {
        margin-left: -26px
    }

    .mb-3xl-n26 {
        margin-bottom: -26px
    }

    .ml-3xl-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-3xl-n26 {
        margin-right: -26px
    }

    .m-3xl-n27 {
        margin: -27px
    }

    .mt-3xl-n27 {
        margin-top: -27px
    }

    .mr-3xl-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-3xl-n27 {
        margin-left: -27px
    }

    .mb-3xl-n27 {
        margin-bottom: -27px
    }

    .ml-3xl-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-3xl-n27 {
        margin-right: -27px
    }

    .m-3xl-n28 {
        margin: -28px
    }

    .mt-3xl-n28 {
        margin-top: -28px
    }

    .mr-3xl-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-3xl-n28 {
        margin-left: -28px
    }

    .mb-3xl-n28 {
        margin-bottom: -28px
    }

    .ml-3xl-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-3xl-n28 {
        margin-right: -28px
    }

    .m-3xl-n29 {
        margin: -29px
    }

    .mt-3xl-n29 {
        margin-top: -29px
    }

    .mr-3xl-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-3xl-n29 {
        margin-left: -29px
    }

    .mb-3xl-n29 {
        margin-bottom: -29px
    }

    .ml-3xl-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-3xl-n29 {
        margin-right: -29px
    }

    .m-3xl-n30 {
        margin: -30px
    }

    .mt-3xl-n30 {
        margin-top: -30px
    }

    .mr-3xl-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-3xl-n30 {
        margin-left: -30px
    }

    .mb-3xl-n30 {
        margin-bottom: -30px
    }

    .ml-3xl-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-3xl-n30 {
        margin-right: -30px
    }

    .m-3xl-n31 {
        margin: -31px
    }

    .mt-3xl-n31 {
        margin-top: -31px
    }

    .mr-3xl-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-3xl-n31 {
        margin-left: -31px
    }

    .mb-3xl-n31 {
        margin-bottom: -31px
    }

    .ml-3xl-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-3xl-n31 {
        margin-right: -31px
    }

    .m-3xl-n32 {
        margin: -32px
    }

    .mt-3xl-n32 {
        margin-top: -32px
    }

    .mr-3xl-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-3xl-n32 {
        margin-left: -32px
    }

    .mb-3xl-n32 {
        margin-bottom: -32px
    }

    .ml-3xl-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-3xl-n32 {
        margin-right: -32px
    }

    .m-3xl-n33 {
        margin: -33px
    }

    .mt-3xl-n33 {
        margin-top: -33px
    }

    .mr-3xl-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-3xl-n33 {
        margin-left: -33px
    }

    .mb-3xl-n33 {
        margin-bottom: -33px
    }

    .ml-3xl-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-3xl-n33 {
        margin-right: -33px
    }

    .m-3xl-n35 {
        margin: -35px
    }

    .mt-3xl-n35 {
        margin-top: -35px
    }

    .mr-3xl-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-3xl-n35 {
        margin-left: -35px
    }

    .mb-3xl-n35 {
        margin-bottom: -35px
    }

    .ml-3xl-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-3xl-n35 {
        margin-right: -35px
    }

    .m-3xl-n40 {
        margin: -40px
    }

    .mt-3xl-n40 {
        margin-top: -40px
    }

    .mr-3xl-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-3xl-n40 {
        margin-left: -40px
    }

    .mb-3xl-n40 {
        margin-bottom: -40px
    }

    .ml-3xl-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-3xl-n40 {
        margin-right: -40px
    }

    .m-3xl-n45 {
        margin: -45px
    }

    .mt-3xl-n45 {
        margin-top: -45px
    }

    .mr-3xl-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-3xl-n45 {
        margin-left: -45px
    }

    .mb-3xl-n45 {
        margin-bottom: -45px
    }

    .ml-3xl-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-3xl-n45 {
        margin-right: -45px
    }

    .m-3xl-n50 {
        margin: -50px
    }

    .mt-3xl-n50 {
        margin-top: -50px
    }

    .mr-3xl-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-3xl-n50 {
        margin-left: -50px
    }

    .mb-3xl-n50 {
        margin-bottom: -50px
    }

    .ml-3xl-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-3xl-n50 {
        margin-right: -50px
    }

    .m-3xl-n60 {
        margin: -60px
    }

    .mt-3xl-n60 {
        margin-top: -60px
    }

    .mr-3xl-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-3xl-n60 {
        margin-left: -60px
    }

    .mb-3xl-n60 {
        margin-bottom: -60px
    }

    .ml-3xl-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-3xl-n60 {
        margin-right: -60px
    }

    .m-3xl-n70 {
        margin: -70px
    }

    .mt-3xl-n70 {
        margin-top: -70px
    }

    .mr-3xl-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-3xl-n70 {
        margin-left: -70px
    }

    .mb-3xl-n70 {
        margin-bottom: -70px
    }

    .ml-3xl-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-3xl-n70 {
        margin-right: -70px
    }

    .m-3xl-n80 {
        margin: -80px
    }

    .mt-3xl-n80 {
        margin-top: -80px
    }

    .mr-3xl-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-3xl-n80 {
        margin-left: -80px
    }

    .mb-3xl-n80 {
        margin-bottom: -80px
    }

    .ml-3xl-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-3xl-n80 {
        margin-right: -80px
    }

    .m-3xl-n90 {
        margin: -90px
    }

    .mt-3xl-n90 {
        margin-top: -90px
    }

    .mr-3xl-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-3xl-n90 {
        margin-left: -90px
    }

    .mb-3xl-n90 {
        margin-bottom: -90px
    }

    .ml-3xl-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-3xl-n90 {
        margin-right: -90px
    }

    .m-3xl-n100 {
        margin: -100px
    }

    .mt-3xl-n100 {
        margin-top: -100px
    }

    .mr-3xl-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-3xl-n100 {
        margin-left: -100px
    }

    .mb-3xl-n100 {
        margin-bottom: -100px
    }

    .ml-3xl-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-3xl-n100 {
        margin-right: -100px
    }

    .m-3xl-n110 {
        margin: -110px
    }

    .mt-3xl-n110 {
        margin-top: -110px
    }

    .mr-3xl-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-3xl-n110 {
        margin-left: -110px
    }

    .mb-3xl-n110 {
        margin-bottom: -110px
    }

    .ml-3xl-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-3xl-n110 {
        margin-right: -110px
    }

    .m-3xl-n115 {
        margin: -115px
    }

    .mt-3xl-n115 {
        margin-top: -115px
    }

    .mr-3xl-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-3xl-n115 {
        margin-left: -115px
    }

    .mb-3xl-n115 {
        margin-bottom: -115px
    }

    .ml-3xl-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-3xl-n115 {
        margin-right: -115px
    }

    .m-3xl-n120 {
        margin: -120px
    }

    .mt-3xl-n120 {
        margin-top: -120px
    }

    .mr-3xl-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-3xl-n120 {
        margin-left: -120px
    }

    .mb-3xl-n120 {
        margin-bottom: -120px
    }

    .ml-3xl-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-3xl-n120 {
        margin-right: -120px
    }

    .m-3xl-n130 {
        margin: -130px
    }

    .mt-3xl-n130 {
        margin-top: -130px
    }

    .mr-3xl-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-3xl-n130 {
        margin-left: -130px
    }

    .mb-3xl-n130 {
        margin-bottom: -130px
    }

    .ml-3xl-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-3xl-n130 {
        margin-right: -130px
    }

    .m-3xl-n140 {
        margin: -140px
    }

    .mt-3xl-n140 {
        margin-top: -140px
    }

    .mr-3xl-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-3xl-n140 {
        margin-left: -140px
    }

    .mb-3xl-n140 {
        margin-bottom: -140px
    }

    .ml-3xl-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-3xl-n140 {
        margin-right: -140px
    }

    .m-3xl-n150 {
        margin: -150px
    }

    .mt-3xl-n150 {
        margin-top: -150px
    }

    .mr-3xl-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-3xl-n150 {
        margin-left: -150px
    }

    .mb-3xl-n150 {
        margin-bottom: -150px
    }

    .ml-3xl-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-3xl-n150 {
        margin-right: -150px
    }

    .m-3xl-n160 {
        margin: -160px
    }

    .mt-3xl-n160 {
        margin-top: -160px
    }

    .mr-3xl-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-3xl-n160 {
        margin-left: -160px
    }

    .mb-3xl-n160 {
        margin-bottom: -160px
    }

    .ml-3xl-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-3xl-n160 {
        margin-right: -160px
    }

    .m-3xl-n170 {
        margin: -170px
    }

    .mt-3xl-n170 {
        margin-top: -170px
    }

    .mr-3xl-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-3xl-n170 {
        margin-left: -170px
    }

    .mb-3xl-n170 {
        margin-bottom: -170px
    }

    .ml-3xl-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-3xl-n170 {
        margin-right: -170px
    }

    .m-3xl-n180 {
        margin: -180px
    }

    .mt-3xl-n180 {
        margin-top: -180px
    }

    .mr-3xl-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-3xl-n180 {
        margin-left: -180px
    }

    .mb-3xl-n180 {
        margin-bottom: -180px
    }

    .ml-3xl-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-3xl-n180 {
        margin-right: -180px
    }

    .m-3xl-n190 {
        margin: -190px
    }

    .mt-3xl-n190 {
        margin-top: -190px
    }

    .mr-3xl-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-3xl-n190 {
        margin-left: -190px
    }

    .mb-3xl-n190 {
        margin-bottom: -190px
    }

    .ml-3xl-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-3xl-n190 {
        margin-right: -190px
    }

    .m-3xl-n200 {
        margin: -200px
    }

    .mt-3xl-n200 {
        margin-top: -200px
    }

    .mr-3xl-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-3xl-n200 {
        margin-left: -200px
    }

    .mb-3xl-n200 {
        margin-bottom: -200px
    }

    .ml-3xl-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-3xl-n200 {
        margin-right: -200px
    }

    .m-3xl-auto {
        margin: auto
    }

    .mt-3xl-auto, .my-3xl-auto {
        margin-top: auto
    }

    .mr-3xl-auto, .mx-3xl-auto {
        margin-right: auto
    }

    .mb-3xl-auto, .my-3xl-auto {
        margin-bottom: auto
    }

    .ml-3xl-auto, .mx-3xl-auto {
        margin-left: auto
    }
}

@media (min-width: 1600px) {
    .m-4xl-0 {
        margin: 0px
    }

    .mt-4xl-0 {
        margin-top: 0px
    }

    .mr-4xl-0 {
        margin-right: 0px
    }

    [dir="rtl"] .mr-4xl-0 {
        margin-right: 0;
        margin-left: 0px
    }

    .mb-4xl-0 {
        margin-bottom: 0px
    }

    .ml-4xl-0 {
        margin-left: 0px
    }

    [dir="rtl"] .ml-4xl-0 {
        margin-left: 0;
        margin-right: 0px
    }

    .m-lr-4xl-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .m-tb-4xl-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-1 {
        margin: 1px
    }

    .mt-4xl-1 {
        margin-top: 1px
    }

    .mr-4xl-1 {
        margin-right: 1px
    }

    [dir="rtl"] .mr-4xl-1 {
        margin-right: 0;
        margin-left: 1px
    }

    .mb-4xl-1 {
        margin-bottom: 1px
    }

    .ml-4xl-1 {
        margin-left: 1px
    }

    [dir="rtl"] .ml-4xl-1 {
        margin-left: 0;
        margin-right: 1px
    }

    .m-lr-4xl-1 {
        margin-left: 1px;
        margin-right: 1px
    }

    .m-tb-4xl-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-2 {
        margin: 2px
    }

    .mt-4xl-2 {
        margin-top: 2px
    }

    .mr-4xl-2 {
        margin-right: 2px
    }

    [dir="rtl"] .mr-4xl-2 {
        margin-right: 0;
        margin-left: 2px
    }

    .mb-4xl-2 {
        margin-bottom: 2px
    }

    .ml-4xl-2 {
        margin-left: 2px
    }

    [dir="rtl"] .ml-4xl-2 {
        margin-left: 0;
        margin-right: 2px
    }

    .m-lr-4xl-2 {
        margin-left: 2px;
        margin-right: 2px
    }

    .m-tb-4xl-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-3 {
        margin: 3px
    }

    .mt-4xl-3 {
        margin-top: 3px
    }

    .mr-4xl-3 {
        margin-right: 3px
    }

    [dir="rtl"] .mr-4xl-3 {
        margin-right: 0;
        margin-left: 3px
    }

    .mb-4xl-3 {
        margin-bottom: 3px
    }

    .ml-4xl-3 {
        margin-left: 3px
    }

    [dir="rtl"] .ml-4xl-3 {
        margin-left: 0;
        margin-right: 3px
    }

    .m-lr-4xl-3 {
        margin-left: 3px;
        margin-right: 3px
    }

    .m-tb-4xl-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-4 {
        margin: 4px
    }

    .mt-4xl-4 {
        margin-top: 4px
    }

    .mr-4xl-4 {
        margin-right: 4px
    }

    [dir="rtl"] .mr-4xl-4 {
        margin-right: 0;
        margin-left: 4px
    }

    .mb-4xl-4 {
        margin-bottom: 4px
    }

    .ml-4xl-4 {
        margin-left: 4px
    }

    [dir="rtl"] .ml-4xl-4 {
        margin-left: 0;
        margin-right: 4px
    }

    .m-lr-4xl-4 {
        margin-left: 4px;
        margin-right: 4px
    }

    .m-tb-4xl-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-5 {
        margin: 5px
    }

    .mt-4xl-5 {
        margin-top: 5px
    }

    .mr-4xl-5 {
        margin-right: 5px
    }

    [dir="rtl"] .mr-4xl-5 {
        margin-right: 0;
        margin-left: 5px
    }

    .mb-4xl-5 {
        margin-bottom: 5px
    }

    .ml-4xl-5 {
        margin-left: 5px
    }

    [dir="rtl"] .ml-4xl-5 {
        margin-left: 0;
        margin-right: 5px
    }

    .m-lr-4xl-5 {
        margin-left: 5px;
        margin-right: 5px
    }

    .m-tb-4xl-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-6 {
        margin: 6px
    }

    .mt-4xl-6 {
        margin-top: 6px
    }

    .mr-4xl-6 {
        margin-right: 6px
    }

    [dir="rtl"] .mr-4xl-6 {
        margin-right: 0;
        margin-left: 6px
    }

    .mb-4xl-6 {
        margin-bottom: 6px
    }

    .ml-4xl-6 {
        margin-left: 6px
    }

    [dir="rtl"] .ml-4xl-6 {
        margin-left: 0;
        margin-right: 6px
    }

    .m-lr-4xl-6 {
        margin-left: 6px;
        margin-right: 6px
    }

    .m-tb-4xl-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-7 {
        margin: 7px
    }

    .mt-4xl-7 {
        margin-top: 7px
    }

    .mr-4xl-7 {
        margin-right: 7px
    }

    [dir="rtl"] .mr-4xl-7 {
        margin-right: 0;
        margin-left: 7px
    }

    .mb-4xl-7 {
        margin-bottom: 7px
    }

    .ml-4xl-7 {
        margin-left: 7px
    }

    [dir="rtl"] .ml-4xl-7 {
        margin-left: 0;
        margin-right: 7px
    }

    .m-lr-4xl-7 {
        margin-left: 7px;
        margin-right: 7px
    }

    .m-tb-4xl-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-8 {
        margin: 8px
    }

    .mt-4xl-8 {
        margin-top: 8px
    }

    .mr-4xl-8 {
        margin-right: 8px
    }

    [dir="rtl"] .mr-4xl-8 {
        margin-right: 0;
        margin-left: 8px
    }

    .mb-4xl-8 {
        margin-bottom: 8px
    }

    .ml-4xl-8 {
        margin-left: 8px
    }

    [dir="rtl"] .ml-4xl-8 {
        margin-left: 0;
        margin-right: 8px
    }

    .m-lr-4xl-8 {
        margin-left: 8px;
        margin-right: 8px
    }

    .m-tb-4xl-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-9 {
        margin: 9px
    }

    .mt-4xl-9 {
        margin-top: 9px
    }

    .mr-4xl-9 {
        margin-right: 9px
    }

    [dir="rtl"] .mr-4xl-9 {
        margin-right: 0;
        margin-left: 9px
    }

    .mb-4xl-9 {
        margin-bottom: 9px
    }

    .ml-4xl-9 {
        margin-left: 9px
    }

    [dir="rtl"] .ml-4xl-9 {
        margin-left: 0;
        margin-right: 9px
    }

    .m-lr-4xl-9 {
        margin-left: 9px;
        margin-right: 9px
    }

    .m-tb-4xl-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-10 {
        margin: 10px
    }

    .mt-4xl-10 {
        margin-top: 10px
    }

    .mr-4xl-10 {
        margin-right: 10px
    }

    [dir="rtl"] .mr-4xl-10 {
        margin-right: 0;
        margin-left: 10px
    }

    .mb-4xl-10 {
        margin-bottom: 10px
    }

    .ml-4xl-10 {
        margin-left: 10px
    }

    [dir="rtl"] .ml-4xl-10 {
        margin-left: 0;
        margin-right: 10px
    }

    .m-lr-4xl-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .m-tb-4xl-10 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-11 {
        margin: 11px
    }

    .mt-4xl-11 {
        margin-top: 11px
    }

    .mr-4xl-11 {
        margin-right: 11px
    }

    [dir="rtl"] .mr-4xl-11 {
        margin-right: 0;
        margin-left: 11px
    }

    .mb-4xl-11 {
        margin-bottom: 11px
    }

    .ml-4xl-11 {
        margin-left: 11px
    }

    [dir="rtl"] .ml-4xl-11 {
        margin-left: 0;
        margin-right: 11px
    }

    .m-lr-4xl-11 {
        margin-left: 11px;
        margin-right: 11px
    }

    .m-tb-4xl-11 {
        margin-top: 11px;
        margin-bottom: 11px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-12 {
        margin: 12px
    }

    .mt-4xl-12 {
        margin-top: 12px
    }

    .mr-4xl-12 {
        margin-right: 12px
    }

    [dir="rtl"] .mr-4xl-12 {
        margin-right: 0;
        margin-left: 12px
    }

    .mb-4xl-12 {
        margin-bottom: 12px
    }

    .ml-4xl-12 {
        margin-left: 12px
    }

    [dir="rtl"] .ml-4xl-12 {
        margin-left: 0;
        margin-right: 12px
    }

    .m-lr-4xl-12 {
        margin-left: 12px;
        margin-right: 12px
    }

    .m-tb-4xl-12 {
        margin-top: 12px;
        margin-bottom: 12px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-13 {
        margin: 13px
    }

    .mt-4xl-13 {
        margin-top: 13px
    }

    .mr-4xl-13 {
        margin-right: 13px
    }

    [dir="rtl"] .mr-4xl-13 {
        margin-right: 0;
        margin-left: 13px
    }

    .mb-4xl-13 {
        margin-bottom: 13px
    }

    .ml-4xl-13 {
        margin-left: 13px
    }

    [dir="rtl"] .ml-4xl-13 {
        margin-left: 0;
        margin-right: 13px
    }

    .m-lr-4xl-13 {
        margin-left: 13px;
        margin-right: 13px
    }

    .m-tb-4xl-13 {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-14 {
        margin: 14px
    }

    .mt-4xl-14 {
        margin-top: 14px
    }

    .mr-4xl-14 {
        margin-right: 14px
    }

    [dir="rtl"] .mr-4xl-14 {
        margin-right: 0;
        margin-left: 14px
    }

    .mb-4xl-14 {
        margin-bottom: 14px
    }

    .ml-4xl-14 {
        margin-left: 14px
    }

    [dir="rtl"] .ml-4xl-14 {
        margin-left: 0;
        margin-right: 14px
    }

    .m-lr-4xl-14 {
        margin-left: 14px;
        margin-right: 14px
    }

    .m-tb-4xl-14 {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-15 {
        margin: 15px
    }

    .mt-4xl-15 {
        margin-top: 15px
    }

    .mr-4xl-15 {
        margin-right: 15px
    }

    [dir="rtl"] .mr-4xl-15 {
        margin-right: 0;
        margin-left: 15px
    }

    .mb-4xl-15 {
        margin-bottom: 15px
    }

    .ml-4xl-15 {
        margin-left: 15px
    }

    [dir="rtl"] .ml-4xl-15 {
        margin-left: 0;
        margin-right: 15px
    }

    .m-lr-4xl-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .m-tb-4xl-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-16 {
        margin: 16px
    }

    .mt-4xl-16 {
        margin-top: 16px
    }

    .mr-4xl-16 {
        margin-right: 16px
    }

    [dir="rtl"] .mr-4xl-16 {
        margin-right: 0;
        margin-left: 16px
    }

    .mb-4xl-16 {
        margin-bottom: 16px
    }

    .ml-4xl-16 {
        margin-left: 16px
    }

    [dir="rtl"] .ml-4xl-16 {
        margin-left: 0;
        margin-right: 16px
    }

    .m-lr-4xl-16 {
        margin-left: 16px;
        margin-right: 16px
    }

    .m-tb-4xl-16 {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-17 {
        margin: 17px
    }

    .mt-4xl-17 {
        margin-top: 17px
    }

    .mr-4xl-17 {
        margin-right: 17px
    }

    [dir="rtl"] .mr-4xl-17 {
        margin-right: 0;
        margin-left: 17px
    }

    .mb-4xl-17 {
        margin-bottom: 17px
    }

    .ml-4xl-17 {
        margin-left: 17px
    }

    [dir="rtl"] .ml-4xl-17 {
        margin-left: 0;
        margin-right: 17px
    }

    .m-lr-4xl-17 {
        margin-left: 17px;
        margin-right: 17px
    }

    .m-tb-4xl-17 {
        margin-top: 17px;
        margin-bottom: 17px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-18 {
        margin: 18px
    }

    .mt-4xl-18 {
        margin-top: 18px
    }

    .mr-4xl-18 {
        margin-right: 18px
    }

    [dir="rtl"] .mr-4xl-18 {
        margin-right: 0;
        margin-left: 18px
    }

    .mb-4xl-18 {
        margin-bottom: 18px
    }

    .ml-4xl-18 {
        margin-left: 18px
    }

    [dir="rtl"] .ml-4xl-18 {
        margin-left: 0;
        margin-right: 18px
    }

    .m-lr-4xl-18 {
        margin-left: 18px;
        margin-right: 18px
    }

    .m-tb-4xl-18 {
        margin-top: 18px;
        margin-bottom: 18px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-19 {
        margin: 19px
    }

    .mt-4xl-19 {
        margin-top: 19px
    }

    .mr-4xl-19 {
        margin-right: 19px
    }

    [dir="rtl"] .mr-4xl-19 {
        margin-right: 0;
        margin-left: 19px
    }

    .mb-4xl-19 {
        margin-bottom: 19px
    }

    .ml-4xl-19 {
        margin-left: 19px
    }

    [dir="rtl"] .ml-4xl-19 {
        margin-left: 0;
        margin-right: 19px
    }

    .m-lr-4xl-19 {
        margin-left: 19px;
        margin-right: 19px
    }

    .m-tb-4xl-19 {
        margin-top: 19px;
        margin-bottom: 19px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-20 {
        margin: 20px
    }

    .mt-4xl-20 {
        margin-top: 20px
    }

    .mr-4xl-20 {
        margin-right: 20px
    }

    [dir="rtl"] .mr-4xl-20 {
        margin-right: 0;
        margin-left: 20px
    }

    .mb-4xl-20 {
        margin-bottom: 20px
    }

    .ml-4xl-20 {
        margin-left: 20px
    }

    [dir="rtl"] .ml-4xl-20 {
        margin-left: 0;
        margin-right: 20px
    }

    .m-lr-4xl-20 {
        margin-left: 20px;
        margin-right: 20px
    }

    .m-tb-4xl-20 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-21 {
        margin: 21px
    }

    .mt-4xl-21 {
        margin-top: 21px
    }

    .mr-4xl-21 {
        margin-right: 21px
    }

    [dir="rtl"] .mr-4xl-21 {
        margin-right: 0;
        margin-left: 21px
    }

    .mb-4xl-21 {
        margin-bottom: 21px
    }

    .ml-4xl-21 {
        margin-left: 21px
    }

    [dir="rtl"] .ml-4xl-21 {
        margin-left: 0;
        margin-right: 21px
    }

    .m-lr-4xl-21 {
        margin-left: 21px;
        margin-right: 21px
    }

    .m-tb-4xl-21 {
        margin-top: 21px;
        margin-bottom: 21px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-22 {
        margin: 22px
    }

    .mt-4xl-22 {
        margin-top: 22px
    }

    .mr-4xl-22 {
        margin-right: 22px
    }

    [dir="rtl"] .mr-4xl-22 {
        margin-right: 0;
        margin-left: 22px
    }

    .mb-4xl-22 {
        margin-bottom: 22px
    }

    .ml-4xl-22 {
        margin-left: 22px
    }

    [dir="rtl"] .ml-4xl-22 {
        margin-left: 0;
        margin-right: 22px
    }

    .m-lr-4xl-22 {
        margin-left: 22px;
        margin-right: 22px
    }

    .m-tb-4xl-22 {
        margin-top: 22px;
        margin-bottom: 22px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-23 {
        margin: 23px
    }

    .mt-4xl-23 {
        margin-top: 23px
    }

    .mr-4xl-23 {
        margin-right: 23px
    }

    [dir="rtl"] .mr-4xl-23 {
        margin-right: 0;
        margin-left: 23px
    }

    .mb-4xl-23 {
        margin-bottom: 23px
    }

    .ml-4xl-23 {
        margin-left: 23px
    }

    [dir="rtl"] .ml-4xl-23 {
        margin-left: 0;
        margin-right: 23px
    }

    .m-lr-4xl-23 {
        margin-left: 23px;
        margin-right: 23px
    }

    .m-tb-4xl-23 {
        margin-top: 23px;
        margin-bottom: 23px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-24 {
        margin: 24px
    }

    .mt-4xl-24 {
        margin-top: 24px
    }

    .mr-4xl-24 {
        margin-right: 24px
    }

    [dir="rtl"] .mr-4xl-24 {
        margin-right: 0;
        margin-left: 24px
    }

    .mb-4xl-24 {
        margin-bottom: 24px
    }

    .ml-4xl-24 {
        margin-left: 24px
    }

    [dir="rtl"] .ml-4xl-24 {
        margin-left: 0;
        margin-right: 24px
    }

    .m-lr-4xl-24 {
        margin-left: 24px;
        margin-right: 24px
    }

    .m-tb-4xl-24 {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-25 {
        margin: 25px
    }

    .mt-4xl-25 {
        margin-top: 25px
    }

    .mr-4xl-25 {
        margin-right: 25px
    }

    [dir="rtl"] .mr-4xl-25 {
        margin-right: 0;
        margin-left: 25px
    }

    .mb-4xl-25 {
        margin-bottom: 25px
    }

    .ml-4xl-25 {
        margin-left: 25px
    }

    [dir="rtl"] .ml-4xl-25 {
        margin-left: 0;
        margin-right: 25px
    }

    .m-lr-4xl-25 {
        margin-left: 25px;
        margin-right: 25px
    }

    .m-tb-4xl-25 {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-26 {
        margin: 26px
    }

    .mt-4xl-26 {
        margin-top: 26px
    }

    .mr-4xl-26 {
        margin-right: 26px
    }

    [dir="rtl"] .mr-4xl-26 {
        margin-right: 0;
        margin-left: 26px
    }

    .mb-4xl-26 {
        margin-bottom: 26px
    }

    .ml-4xl-26 {
        margin-left: 26px
    }

    [dir="rtl"] .ml-4xl-26 {
        margin-left: 0;
        margin-right: 26px
    }

    .m-lr-4xl-26 {
        margin-left: 26px;
        margin-right: 26px
    }

    .m-tb-4xl-26 {
        margin-top: 26px;
        margin-bottom: 26px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-27 {
        margin: 27px
    }

    .mt-4xl-27 {
        margin-top: 27px
    }

    .mr-4xl-27 {
        margin-right: 27px
    }

    [dir="rtl"] .mr-4xl-27 {
        margin-right: 0;
        margin-left: 27px
    }

    .mb-4xl-27 {
        margin-bottom: 27px
    }

    .ml-4xl-27 {
        margin-left: 27px
    }

    [dir="rtl"] .ml-4xl-27 {
        margin-left: 0;
        margin-right: 27px
    }

    .m-lr-4xl-27 {
        margin-left: 27px;
        margin-right: 27px
    }

    .m-tb-4xl-27 {
        margin-top: 27px;
        margin-bottom: 27px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-28 {
        margin: 28px
    }

    .mt-4xl-28 {
        margin-top: 28px
    }

    .mr-4xl-28 {
        margin-right: 28px
    }

    [dir="rtl"] .mr-4xl-28 {
        margin-right: 0;
        margin-left: 28px
    }

    .mb-4xl-28 {
        margin-bottom: 28px
    }

    .ml-4xl-28 {
        margin-left: 28px
    }

    [dir="rtl"] .ml-4xl-28 {
        margin-left: 0;
        margin-right: 28px
    }

    .m-lr-4xl-28 {
        margin-left: 28px;
        margin-right: 28px
    }

    .m-tb-4xl-28 {
        margin-top: 28px;
        margin-bottom: 28px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-29 {
        margin: 29px
    }

    .mt-4xl-29 {
        margin-top: 29px
    }

    .mr-4xl-29 {
        margin-right: 29px
    }

    [dir="rtl"] .mr-4xl-29 {
        margin-right: 0;
        margin-left: 29px
    }

    .mb-4xl-29 {
        margin-bottom: 29px
    }

    .ml-4xl-29 {
        margin-left: 29px
    }

    [dir="rtl"] .ml-4xl-29 {
        margin-left: 0;
        margin-right: 29px
    }

    .m-lr-4xl-29 {
        margin-left: 29px;
        margin-right: 29px
    }

    .m-tb-4xl-29 {
        margin-top: 29px;
        margin-bottom: 29px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-30 {
        margin: 30px
    }

    .mt-4xl-30 {
        margin-top: 30px
    }

    .mr-4xl-30 {
        margin-right: 30px
    }

    [dir="rtl"] .mr-4xl-30 {
        margin-right: 0;
        margin-left: 30px
    }

    .mb-4xl-30 {
        margin-bottom: 30px
    }

    .ml-4xl-30 {
        margin-left: 30px
    }

    [dir="rtl"] .ml-4xl-30 {
        margin-left: 0;
        margin-right: 30px
    }

    .m-lr-4xl-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .m-tb-4xl-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-31 {
        margin: 31px
    }

    .mt-4xl-31 {
        margin-top: 31px
    }

    .mr-4xl-31 {
        margin-right: 31px
    }

    [dir="rtl"] .mr-4xl-31 {
        margin-right: 0;
        margin-left: 31px
    }

    .mb-4xl-31 {
        margin-bottom: 31px
    }

    .ml-4xl-31 {
        margin-left: 31px
    }

    [dir="rtl"] .ml-4xl-31 {
        margin-left: 0;
        margin-right: 31px
    }

    .m-lr-4xl-31 {
        margin-left: 31px;
        margin-right: 31px
    }

    .m-tb-4xl-31 {
        margin-top: 31px;
        margin-bottom: 31px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-32 {
        margin: 32px
    }

    .mt-4xl-32 {
        margin-top: 32px
    }

    .mr-4xl-32 {
        margin-right: 32px
    }

    [dir="rtl"] .mr-4xl-32 {
        margin-right: 0;
        margin-left: 32px
    }

    .mb-4xl-32 {
        margin-bottom: 32px
    }

    .ml-4xl-32 {
        margin-left: 32px
    }

    [dir="rtl"] .ml-4xl-32 {
        margin-left: 0;
        margin-right: 32px
    }

    .m-lr-4xl-32 {
        margin-left: 32px;
        margin-right: 32px
    }

    .m-tb-4xl-32 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-33 {
        margin: 33px
    }

    .mt-4xl-33 {
        margin-top: 33px
    }

    .mr-4xl-33 {
        margin-right: 33px
    }

    [dir="rtl"] .mr-4xl-33 {
        margin-right: 0;
        margin-left: 33px
    }

    .mb-4xl-33 {
        margin-bottom: 33px
    }

    .ml-4xl-33 {
        margin-left: 33px
    }

    [dir="rtl"] .ml-4xl-33 {
        margin-left: 0;
        margin-right: 33px
    }

    .m-lr-4xl-33 {
        margin-left: 33px;
        margin-right: 33px
    }

    .m-tb-4xl-33 {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-35 {
        margin: 35px
    }

    .mt-4xl-35 {
        margin-top: 35px
    }

    .mr-4xl-35 {
        margin-right: 35px
    }

    [dir="rtl"] .mr-4xl-35 {
        margin-right: 0;
        margin-left: 35px
    }

    .mb-4xl-35 {
        margin-bottom: 35px
    }

    .ml-4xl-35 {
        margin-left: 35px
    }

    [dir="rtl"] .ml-4xl-35 {
        margin-left: 0;
        margin-right: 35px
    }

    .m-lr-4xl-35 {
        margin-left: 35px;
        margin-right: 35px
    }

    .m-tb-4xl-35 {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-40 {
        margin: 40px
    }

    .mt-4xl-40 {
        margin-top: 40px
    }

    .mr-4xl-40 {
        margin-right: 40px
    }

    [dir="rtl"] .mr-4xl-40 {
        margin-right: 0;
        margin-left: 40px
    }

    .mb-4xl-40 {
        margin-bottom: 40px
    }

    .ml-4xl-40 {
        margin-left: 40px
    }

    [dir="rtl"] .ml-4xl-40 {
        margin-left: 0;
        margin-right: 40px
    }

    .m-lr-4xl-40 {
        margin-left: 40px;
        margin-right: 40px
    }

    .m-tb-4xl-40 {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-45 {
        margin: 45px
    }

    .mt-4xl-45 {
        margin-top: 45px
    }

    .mr-4xl-45 {
        margin-right: 45px
    }

    [dir="rtl"] .mr-4xl-45 {
        margin-right: 0;
        margin-left: 45px
    }

    .mb-4xl-45 {
        margin-bottom: 45px
    }

    .ml-4xl-45 {
        margin-left: 45px
    }

    [dir="rtl"] .ml-4xl-45 {
        margin-left: 0;
        margin-right: 45px
    }

    .m-lr-4xl-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .m-tb-4xl-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-50 {
        margin: 50px
    }

    .mt-4xl-50 {
        margin-top: 50px
    }

    .mr-4xl-50 {
        margin-right: 50px
    }

    [dir="rtl"] .mr-4xl-50 {
        margin-right: 0;
        margin-left: 50px
    }

    .mb-4xl-50 {
        margin-bottom: 50px
    }

    .ml-4xl-50 {
        margin-left: 50px
    }

    [dir="rtl"] .ml-4xl-50 {
        margin-left: 0;
        margin-right: 50px
    }

    .m-lr-4xl-50 {
        margin-left: 50px;
        margin-right: 50px
    }

    .m-tb-4xl-50 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-60 {
        margin: 60px
    }

    .mt-4xl-60 {
        margin-top: 60px
    }

    .mr-4xl-60 {
        margin-right: 60px
    }

    [dir="rtl"] .mr-4xl-60 {
        margin-right: 0;
        margin-left: 60px
    }

    .mb-4xl-60 {
        margin-bottom: 60px
    }

    .ml-4xl-60 {
        margin-left: 60px
    }

    [dir="rtl"] .ml-4xl-60 {
        margin-left: 0;
        margin-right: 60px
    }

    .m-lr-4xl-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .m-tb-4xl-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-70 {
        margin: 70px
    }

    .mt-4xl-70 {
        margin-top: 70px
    }

    .mr-4xl-70 {
        margin-right: 70px
    }

    [dir="rtl"] .mr-4xl-70 {
        margin-right: 0;
        margin-left: 70px
    }

    .mb-4xl-70 {
        margin-bottom: 70px
    }

    .ml-4xl-70 {
        margin-left: 70px
    }

    [dir="rtl"] .ml-4xl-70 {
        margin-left: 0;
        margin-right: 70px
    }

    .m-lr-4xl-70 {
        margin-left: 70px;
        margin-right: 70px
    }

    .m-tb-4xl-70 {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-80 {
        margin: 80px
    }

    .mt-4xl-80 {
        margin-top: 80px
    }

    .mr-4xl-80 {
        margin-right: 80px
    }

    [dir="rtl"] .mr-4xl-80 {
        margin-right: 0;
        margin-left: 80px
    }

    .mb-4xl-80 {
        margin-bottom: 80px
    }

    .ml-4xl-80 {
        margin-left: 80px
    }

    [dir="rtl"] .ml-4xl-80 {
        margin-left: 0;
        margin-right: 80px
    }

    .m-lr-4xl-80 {
        margin-left: 80px;
        margin-right: 80px
    }

    .m-tb-4xl-80 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-90 {
        margin: 90px
    }

    .mt-4xl-90 {
        margin-top: 90px
    }

    .mr-4xl-90 {
        margin-right: 90px
    }

    [dir="rtl"] .mr-4xl-90 {
        margin-right: 0;
        margin-left: 90px
    }

    .mb-4xl-90 {
        margin-bottom: 90px
    }

    .ml-4xl-90 {
        margin-left: 90px
    }

    [dir="rtl"] .ml-4xl-90 {
        margin-left: 0;
        margin-right: 90px
    }

    .m-lr-4xl-90 {
        margin-left: 90px;
        margin-right: 90px
    }

    .m-tb-4xl-90 {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-100 {
        margin: 100px
    }

    .mt-4xl-100 {
        margin-top: 100px
    }

    .mr-4xl-100 {
        margin-right: 100px
    }

    [dir="rtl"] .mr-4xl-100 {
        margin-right: 0;
        margin-left: 100px
    }

    .mb-4xl-100 {
        margin-bottom: 100px
    }

    .ml-4xl-100 {
        margin-left: 100px
    }

    [dir="rtl"] .ml-4xl-100 {
        margin-left: 0;
        margin-right: 100px
    }

    .m-lr-4xl-100 {
        margin-left: 100px;
        margin-right: 100px
    }

    .m-tb-4xl-100 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-110 {
        margin: 110px
    }

    .mt-4xl-110 {
        margin-top: 110px
    }

    .mr-4xl-110 {
        margin-right: 110px
    }

    [dir="rtl"] .mr-4xl-110 {
        margin-right: 0;
        margin-left: 110px
    }

    .mb-4xl-110 {
        margin-bottom: 110px
    }

    .ml-4xl-110 {
        margin-left: 110px
    }

    [dir="rtl"] .ml-4xl-110 {
        margin-left: 0;
        margin-right: 110px
    }

    .m-lr-4xl-110 {
        margin-left: 110px;
        margin-right: 110px
    }

    .m-tb-4xl-110 {
        margin-top: 110px;
        margin-bottom: 110px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-115 {
        margin: 115px
    }

    .mt-4xl-115 {
        margin-top: 115px
    }

    .mr-4xl-115 {
        margin-right: 115px
    }

    [dir="rtl"] .mr-4xl-115 {
        margin-right: 0;
        margin-left: 115px
    }

    .mb-4xl-115 {
        margin-bottom: 115px
    }

    .ml-4xl-115 {
        margin-left: 115px
    }

    [dir="rtl"] .ml-4xl-115 {
        margin-left: 0;
        margin-right: 115px
    }

    .m-lr-4xl-115 {
        margin-left: 115px;
        margin-right: 115px
    }

    .m-tb-4xl-115 {
        margin-top: 115px;
        margin-bottom: 115px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-120 {
        margin: 120px
    }

    .mt-4xl-120 {
        margin-top: 120px
    }

    .mr-4xl-120 {
        margin-right: 120px
    }

    [dir="rtl"] .mr-4xl-120 {
        margin-right: 0;
        margin-left: 120px
    }

    .mb-4xl-120 {
        margin-bottom: 120px
    }

    .ml-4xl-120 {
        margin-left: 120px
    }

    [dir="rtl"] .ml-4xl-120 {
        margin-left: 0;
        margin-right: 120px
    }

    .m-lr-4xl-120 {
        margin-left: 120px;
        margin-right: 120px
    }

    .m-tb-4xl-120 {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-130 {
        margin: 130px
    }

    .mt-4xl-130 {
        margin-top: 130px
    }

    .mr-4xl-130 {
        margin-right: 130px
    }

    [dir="rtl"] .mr-4xl-130 {
        margin-right: 0;
        margin-left: 130px
    }

    .mb-4xl-130 {
        margin-bottom: 130px
    }

    .ml-4xl-130 {
        margin-left: 130px
    }

    [dir="rtl"] .ml-4xl-130 {
        margin-left: 0;
        margin-right: 130px
    }

    .m-lr-4xl-130 {
        margin-left: 130px;
        margin-right: 130px
    }

    .m-tb-4xl-130 {
        margin-top: 130px;
        margin-bottom: 130px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-140 {
        margin: 140px
    }

    .mt-4xl-140 {
        margin-top: 140px
    }

    .mr-4xl-140 {
        margin-right: 140px
    }

    [dir="rtl"] .mr-4xl-140 {
        margin-right: 0;
        margin-left: 140px
    }

    .mb-4xl-140 {
        margin-bottom: 140px
    }

    .ml-4xl-140 {
        margin-left: 140px
    }

    [dir="rtl"] .ml-4xl-140 {
        margin-left: 0;
        margin-right: 140px
    }

    .m-lr-4xl-140 {
        margin-left: 140px;
        margin-right: 140px
    }

    .m-tb-4xl-140 {
        margin-top: 140px;
        margin-bottom: 140px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-150 {
        margin: 150px
    }

    .mt-4xl-150 {
        margin-top: 150px
    }

    .mr-4xl-150 {
        margin-right: 150px
    }

    [dir="rtl"] .mr-4xl-150 {
        margin-right: 0;
        margin-left: 150px
    }

    .mb-4xl-150 {
        margin-bottom: 150px
    }

    .ml-4xl-150 {
        margin-left: 150px
    }

    [dir="rtl"] .ml-4xl-150 {
        margin-left: 0;
        margin-right: 150px
    }

    .m-lr-4xl-150 {
        margin-left: 150px;
        margin-right: 150px
    }

    .m-tb-4xl-150 {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-160 {
        margin: 160px
    }

    .mt-4xl-160 {
        margin-top: 160px
    }

    .mr-4xl-160 {
        margin-right: 160px
    }

    [dir="rtl"] .mr-4xl-160 {
        margin-right: 0;
        margin-left: 160px
    }

    .mb-4xl-160 {
        margin-bottom: 160px
    }

    .ml-4xl-160 {
        margin-left: 160px
    }

    [dir="rtl"] .ml-4xl-160 {
        margin-left: 0;
        margin-right: 160px
    }

    .m-lr-4xl-160 {
        margin-left: 160px;
        margin-right: 160px
    }

    .m-tb-4xl-160 {
        margin-top: 160px;
        margin-bottom: 160px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-170 {
        margin: 170px
    }

    .mt-4xl-170 {
        margin-top: 170px
    }

    .mr-4xl-170 {
        margin-right: 170px
    }

    [dir="rtl"] .mr-4xl-170 {
        margin-right: 0;
        margin-left: 170px
    }

    .mb-4xl-170 {
        margin-bottom: 170px
    }

    .ml-4xl-170 {
        margin-left: 170px
    }

    [dir="rtl"] .ml-4xl-170 {
        margin-left: 0;
        margin-right: 170px
    }

    .m-lr-4xl-170 {
        margin-left: 170px;
        margin-right: 170px
    }

    .m-tb-4xl-170 {
        margin-top: 170px;
        margin-bottom: 170px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-180 {
        margin: 180px
    }

    .mt-4xl-180 {
        margin-top: 180px
    }

    .mr-4xl-180 {
        margin-right: 180px
    }

    [dir="rtl"] .mr-4xl-180 {
        margin-right: 0;
        margin-left: 180px
    }

    .mb-4xl-180 {
        margin-bottom: 180px
    }

    .ml-4xl-180 {
        margin-left: 180px
    }

    [dir="rtl"] .ml-4xl-180 {
        margin-left: 0;
        margin-right: 180px
    }

    .m-lr-4xl-180 {
        margin-left: 180px;
        margin-right: 180px
    }

    .m-tb-4xl-180 {
        margin-top: 180px;
        margin-bottom: 180px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-190 {
        margin: 190px
    }

    .mt-4xl-190 {
        margin-top: 190px
    }

    .mr-4xl-190 {
        margin-right: 190px
    }

    [dir="rtl"] .mr-4xl-190 {
        margin-right: 0;
        margin-left: 190px
    }

    .mb-4xl-190 {
        margin-bottom: 190px
    }

    .ml-4xl-190 {
        margin-left: 190px
    }

    [dir="rtl"] .ml-4xl-190 {
        margin-left: 0;
        margin-right: 190px
    }

    .m-lr-4xl-190 {
        margin-left: 190px;
        margin-right: 190px
    }

    .m-tb-4xl-190 {
        margin-top: 190px;
        margin-bottom: 190px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .m-4xl-200 {
        margin: 200px
    }

    .mt-4xl-200 {
        margin-top: 200px
    }

    .mr-4xl-200 {
        margin-right: 200px
    }

    [dir="rtl"] .mr-4xl-200 {
        margin-right: 0;
        margin-left: 200px
    }

    .mb-4xl-200 {
        margin-bottom: 200px
    }

    .ml-4xl-200 {
        margin-left: 200px
    }

    [dir="rtl"] .ml-4xl-200 {
        margin-left: 0;
        margin-right: 200px
    }

    .m-lr-4xl-200 {
        margin-left: 200px;
        margin-right: 200px
    }

    .m-tb-4xl-200 {
        margin-top: 200px;
        margin-bottom: 200px
    }

    .m-lr-4xl-auto {
        margin-left: auto;
        margin-right: auto
    }

    .p-4xl-0 {
        padding: 0px
    }

    .pt-4xl-0 {
        padding-top: 0px
    }

    .pr-4xl-0 {
        padding-right: 0px
    }

    [dir="rtl"] .pr-4xl-0 {
        padding-right: 0;
        padding-left: 0px
    }

    .pb-4xl-0 {
        padding-bottom: 0px
    }

    .pl-4xl-0 {
        padding-left: 0px
    }

    [dir="rtl"] .pl-4xl-0 {
        padding-left: 0;
        padding-right: 0px
    }

    .p-lr-4xl-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .p-tb-4xl-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-1 {
        padding: 1px
    }

    .pt-4xl-1 {
        padding-top: 1px
    }

    .pr-4xl-1 {
        padding-right: 1px
    }

    [dir="rtl"] .pr-4xl-1 {
        padding-right: 0;
        padding-left: 1px
    }

    .pb-4xl-1 {
        padding-bottom: 1px
    }

    .pl-4xl-1 {
        padding-left: 1px
    }

    [dir="rtl"] .pl-4xl-1 {
        padding-left: 0;
        padding-right: 1px
    }

    .p-lr-4xl-1 {
        padding-left: 1px;
        padding-right: 1px
    }

    .p-tb-4xl-1 {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-2 {
        padding: 2px
    }

    .pt-4xl-2 {
        padding-top: 2px
    }

    .pr-4xl-2 {
        padding-right: 2px
    }

    [dir="rtl"] .pr-4xl-2 {
        padding-right: 0;
        padding-left: 2px
    }

    .pb-4xl-2 {
        padding-bottom: 2px
    }

    .pl-4xl-2 {
        padding-left: 2px
    }

    [dir="rtl"] .pl-4xl-2 {
        padding-left: 0;
        padding-right: 2px
    }

    .p-lr-4xl-2 {
        padding-left: 2px;
        padding-right: 2px
    }

    .p-tb-4xl-2 {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-3 {
        padding: 3px
    }

    .pt-4xl-3 {
        padding-top: 3px
    }

    .pr-4xl-3 {
        padding-right: 3px
    }

    [dir="rtl"] .pr-4xl-3 {
        padding-right: 0;
        padding-left: 3px
    }

    .pb-4xl-3 {
        padding-bottom: 3px
    }

    .pl-4xl-3 {
        padding-left: 3px
    }

    [dir="rtl"] .pl-4xl-3 {
        padding-left: 0;
        padding-right: 3px
    }

    .p-lr-4xl-3 {
        padding-left: 3px;
        padding-right: 3px
    }

    .p-tb-4xl-3 {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-4 {
        padding: 4px
    }

    .pt-4xl-4 {
        padding-top: 4px
    }

    .pr-4xl-4 {
        padding-right: 4px
    }

    [dir="rtl"] .pr-4xl-4 {
        padding-right: 0;
        padding-left: 4px
    }

    .pb-4xl-4 {
        padding-bottom: 4px
    }

    .pl-4xl-4 {
        padding-left: 4px
    }

    [dir="rtl"] .pl-4xl-4 {
        padding-left: 0;
        padding-right: 4px
    }

    .p-lr-4xl-4 {
        padding-left: 4px;
        padding-right: 4px
    }

    .p-tb-4xl-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-5 {
        padding: 5px
    }

    .pt-4xl-5 {
        padding-top: 5px
    }

    .pr-4xl-5 {
        padding-right: 5px
    }

    [dir="rtl"] .pr-4xl-5 {
        padding-right: 0;
        padding-left: 5px
    }

    .pb-4xl-5 {
        padding-bottom: 5px
    }

    .pl-4xl-5 {
        padding-left: 5px
    }

    [dir="rtl"] .pl-4xl-5 {
        padding-left: 0;
        padding-right: 5px
    }

    .p-lr-4xl-5 {
        padding-left: 5px;
        padding-right: 5px
    }

    .p-tb-4xl-5 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-6 {
        padding: 6px
    }

    .pt-4xl-6 {
        padding-top: 6px
    }

    .pr-4xl-6 {
        padding-right: 6px
    }

    [dir="rtl"] .pr-4xl-6 {
        padding-right: 0;
        padding-left: 6px
    }

    .pb-4xl-6 {
        padding-bottom: 6px
    }

    .pl-4xl-6 {
        padding-left: 6px
    }

    [dir="rtl"] .pl-4xl-6 {
        padding-left: 0;
        padding-right: 6px
    }

    .p-lr-4xl-6 {
        padding-left: 6px;
        padding-right: 6px
    }

    .p-tb-4xl-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-7 {
        padding: 7px
    }

    .pt-4xl-7 {
        padding-top: 7px
    }

    .pr-4xl-7 {
        padding-right: 7px
    }

    [dir="rtl"] .pr-4xl-7 {
        padding-right: 0;
        padding-left: 7px
    }

    .pb-4xl-7 {
        padding-bottom: 7px
    }

    .pl-4xl-7 {
        padding-left: 7px
    }

    [dir="rtl"] .pl-4xl-7 {
        padding-left: 0;
        padding-right: 7px
    }

    .p-lr-4xl-7 {
        padding-left: 7px;
        padding-right: 7px
    }

    .p-tb-4xl-7 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-8 {
        padding: 8px
    }

    .pt-4xl-8 {
        padding-top: 8px
    }

    .pr-4xl-8 {
        padding-right: 8px
    }

    [dir="rtl"] .pr-4xl-8 {
        padding-right: 0;
        padding-left: 8px
    }

    .pb-4xl-8 {
        padding-bottom: 8px
    }

    .pl-4xl-8 {
        padding-left: 8px
    }

    [dir="rtl"] .pl-4xl-8 {
        padding-left: 0;
        padding-right: 8px
    }

    .p-lr-4xl-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .p-tb-4xl-8 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-9 {
        padding: 9px
    }

    .pt-4xl-9 {
        padding-top: 9px
    }

    .pr-4xl-9 {
        padding-right: 9px
    }

    [dir="rtl"] .pr-4xl-9 {
        padding-right: 0;
        padding-left: 9px
    }

    .pb-4xl-9 {
        padding-bottom: 9px
    }

    .pl-4xl-9 {
        padding-left: 9px
    }

    [dir="rtl"] .pl-4xl-9 {
        padding-left: 0;
        padding-right: 9px
    }

    .p-lr-4xl-9 {
        padding-left: 9px;
        padding-right: 9px
    }

    .p-tb-4xl-9 {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-10 {
        padding: 10px
    }

    .pt-4xl-10 {
        padding-top: 10px
    }

    .pr-4xl-10 {
        padding-right: 10px
    }

    [dir="rtl"] .pr-4xl-10 {
        padding-right: 0;
        padding-left: 10px
    }

    .pb-4xl-10 {
        padding-bottom: 10px
    }

    .pl-4xl-10 {
        padding-left: 10px
    }

    [dir="rtl"] .pl-4xl-10 {
        padding-left: 0;
        padding-right: 10px
    }

    .p-lr-4xl-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .p-tb-4xl-10 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-11 {
        padding: 11px
    }

    .pt-4xl-11 {
        padding-top: 11px
    }

    .pr-4xl-11 {
        padding-right: 11px
    }

    [dir="rtl"] .pr-4xl-11 {
        padding-right: 0;
        padding-left: 11px
    }

    .pb-4xl-11 {
        padding-bottom: 11px
    }

    .pl-4xl-11 {
        padding-left: 11px
    }

    [dir="rtl"] .pl-4xl-11 {
        padding-left: 0;
        padding-right: 11px
    }

    .p-lr-4xl-11 {
        padding-left: 11px;
        padding-right: 11px
    }

    .p-tb-4xl-11 {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-12 {
        padding: 12px
    }

    .pt-4xl-12 {
        padding-top: 12px
    }

    .pr-4xl-12 {
        padding-right: 12px
    }

    [dir="rtl"] .pr-4xl-12 {
        padding-right: 0;
        padding-left: 12px
    }

    .pb-4xl-12 {
        padding-bottom: 12px
    }

    .pl-4xl-12 {
        padding-left: 12px
    }

    [dir="rtl"] .pl-4xl-12 {
        padding-left: 0;
        padding-right: 12px
    }

    .p-lr-4xl-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .p-tb-4xl-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-13 {
        padding: 13px
    }

    .pt-4xl-13 {
        padding-top: 13px
    }

    .pr-4xl-13 {
        padding-right: 13px
    }

    [dir="rtl"] .pr-4xl-13 {
        padding-right: 0;
        padding-left: 13px
    }

    .pb-4xl-13 {
        padding-bottom: 13px
    }

    .pl-4xl-13 {
        padding-left: 13px
    }

    [dir="rtl"] .pl-4xl-13 {
        padding-left: 0;
        padding-right: 13px
    }

    .p-lr-4xl-13 {
        padding-left: 13px;
        padding-right: 13px
    }

    .p-tb-4xl-13 {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-14 {
        padding: 14px
    }

    .pt-4xl-14 {
        padding-top: 14px
    }

    .pr-4xl-14 {
        padding-right: 14px
    }

    [dir="rtl"] .pr-4xl-14 {
        padding-right: 0;
        padding-left: 14px
    }

    .pb-4xl-14 {
        padding-bottom: 14px
    }

    .pl-4xl-14 {
        padding-left: 14px
    }

    [dir="rtl"] .pl-4xl-14 {
        padding-left: 0;
        padding-right: 14px
    }

    .p-lr-4xl-14 {
        padding-left: 14px;
        padding-right: 14px
    }

    .p-tb-4xl-14 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-15 {
        padding: 15px
    }

    .pt-4xl-15 {
        padding-top: 15px
    }

    .pr-4xl-15 {
        padding-right: 15px
    }

    [dir="rtl"] .pr-4xl-15 {
        padding-right: 0;
        padding-left: 15px
    }

    .pb-4xl-15 {
        padding-bottom: 15px
    }

    .pl-4xl-15 {
        padding-left: 15px
    }

    [dir="rtl"] .pl-4xl-15 {
        padding-left: 0;
        padding-right: 15px
    }

    .p-lr-4xl-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .p-tb-4xl-15 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-16 {
        padding: 16px
    }

    .pt-4xl-16 {
        padding-top: 16px
    }

    .pr-4xl-16 {
        padding-right: 16px
    }

    [dir="rtl"] .pr-4xl-16 {
        padding-right: 0;
        padding-left: 16px
    }

    .pb-4xl-16 {
        padding-bottom: 16px
    }

    .pl-4xl-16 {
        padding-left: 16px
    }

    [dir="rtl"] .pl-4xl-16 {
        padding-left: 0;
        padding-right: 16px
    }

    .p-lr-4xl-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .p-tb-4xl-16 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-17 {
        padding: 17px
    }

    .pt-4xl-17 {
        padding-top: 17px
    }

    .pr-4xl-17 {
        padding-right: 17px
    }

    [dir="rtl"] .pr-4xl-17 {
        padding-right: 0;
        padding-left: 17px
    }

    .pb-4xl-17 {
        padding-bottom: 17px
    }

    .pl-4xl-17 {
        padding-left: 17px
    }

    [dir="rtl"] .pl-4xl-17 {
        padding-left: 0;
        padding-right: 17px
    }

    .p-lr-4xl-17 {
        padding-left: 17px;
        padding-right: 17px
    }

    .p-tb-4xl-17 {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-18 {
        padding: 18px
    }

    .pt-4xl-18 {
        padding-top: 18px
    }

    .pr-4xl-18 {
        padding-right: 18px
    }

    [dir="rtl"] .pr-4xl-18 {
        padding-right: 0;
        padding-left: 18px
    }

    .pb-4xl-18 {
        padding-bottom: 18px
    }

    .pl-4xl-18 {
        padding-left: 18px
    }

    [dir="rtl"] .pl-4xl-18 {
        padding-left: 0;
        padding-right: 18px
    }

    .p-lr-4xl-18 {
        padding-left: 18px;
        padding-right: 18px
    }

    .p-tb-4xl-18 {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-19 {
        padding: 19px
    }

    .pt-4xl-19 {
        padding-top: 19px
    }

    .pr-4xl-19 {
        padding-right: 19px
    }

    [dir="rtl"] .pr-4xl-19 {
        padding-right: 0;
        padding-left: 19px
    }

    .pb-4xl-19 {
        padding-bottom: 19px
    }

    .pl-4xl-19 {
        padding-left: 19px
    }

    [dir="rtl"] .pl-4xl-19 {
        padding-left: 0;
        padding-right: 19px
    }

    .p-lr-4xl-19 {
        padding-left: 19px;
        padding-right: 19px
    }

    .p-tb-4xl-19 {
        padding-top: 19px;
        padding-bottom: 19px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-20 {
        padding: 20px
    }

    .pt-4xl-20 {
        padding-top: 20px
    }

    .pr-4xl-20 {
        padding-right: 20px
    }

    [dir="rtl"] .pr-4xl-20 {
        padding-right: 0;
        padding-left: 20px
    }

    .pb-4xl-20 {
        padding-bottom: 20px
    }

    .pl-4xl-20 {
        padding-left: 20px
    }

    [dir="rtl"] .pl-4xl-20 {
        padding-left: 0;
        padding-right: 20px
    }

    .p-lr-4xl-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .p-tb-4xl-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-21 {
        padding: 21px
    }

    .pt-4xl-21 {
        padding-top: 21px
    }

    .pr-4xl-21 {
        padding-right: 21px
    }

    [dir="rtl"] .pr-4xl-21 {
        padding-right: 0;
        padding-left: 21px
    }

    .pb-4xl-21 {
        padding-bottom: 21px
    }

    .pl-4xl-21 {
        padding-left: 21px
    }

    [dir="rtl"] .pl-4xl-21 {
        padding-left: 0;
        padding-right: 21px
    }

    .p-lr-4xl-21 {
        padding-left: 21px;
        padding-right: 21px
    }

    .p-tb-4xl-21 {
        padding-top: 21px;
        padding-bottom: 21px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-22 {
        padding: 22px
    }

    .pt-4xl-22 {
        padding-top: 22px
    }

    .pr-4xl-22 {
        padding-right: 22px
    }

    [dir="rtl"] .pr-4xl-22 {
        padding-right: 0;
        padding-left: 22px
    }

    .pb-4xl-22 {
        padding-bottom: 22px
    }

    .pl-4xl-22 {
        padding-left: 22px
    }

    [dir="rtl"] .pl-4xl-22 {
        padding-left: 0;
        padding-right: 22px
    }

    .p-lr-4xl-22 {
        padding-left: 22px;
        padding-right: 22px
    }

    .p-tb-4xl-22 {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-23 {
        padding: 23px
    }

    .pt-4xl-23 {
        padding-top: 23px
    }

    .pr-4xl-23 {
        padding-right: 23px
    }

    [dir="rtl"] .pr-4xl-23 {
        padding-right: 0;
        padding-left: 23px
    }

    .pb-4xl-23 {
        padding-bottom: 23px
    }

    .pl-4xl-23 {
        padding-left: 23px
    }

    [dir="rtl"] .pl-4xl-23 {
        padding-left: 0;
        padding-right: 23px
    }

    .p-lr-4xl-23 {
        padding-left: 23px;
        padding-right: 23px
    }

    .p-tb-4xl-23 {
        padding-top: 23px;
        padding-bottom: 23px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-24 {
        padding: 24px
    }

    .pt-4xl-24 {
        padding-top: 24px
    }

    .pr-4xl-24 {
        padding-right: 24px
    }

    [dir="rtl"] .pr-4xl-24 {
        padding-right: 0;
        padding-left: 24px
    }

    .pb-4xl-24 {
        padding-bottom: 24px
    }

    .pl-4xl-24 {
        padding-left: 24px
    }

    [dir="rtl"] .pl-4xl-24 {
        padding-left: 0;
        padding-right: 24px
    }

    .p-lr-4xl-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .p-tb-4xl-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-25 {
        padding: 25px
    }

    .pt-4xl-25 {
        padding-top: 25px
    }

    .pr-4xl-25 {
        padding-right: 25px
    }

    [dir="rtl"] .pr-4xl-25 {
        padding-right: 0;
        padding-left: 25px
    }

    .pb-4xl-25 {
        padding-bottom: 25px
    }

    .pl-4xl-25 {
        padding-left: 25px
    }

    [dir="rtl"] .pl-4xl-25 {
        padding-left: 0;
        padding-right: 25px
    }

    .p-lr-4xl-25 {
        padding-left: 25px;
        padding-right: 25px
    }

    .p-tb-4xl-25 {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-26 {
        padding: 26px
    }

    .pt-4xl-26 {
        padding-top: 26px
    }

    .pr-4xl-26 {
        padding-right: 26px
    }

    [dir="rtl"] .pr-4xl-26 {
        padding-right: 0;
        padding-left: 26px
    }

    .pb-4xl-26 {
        padding-bottom: 26px
    }

    .pl-4xl-26 {
        padding-left: 26px
    }

    [dir="rtl"] .pl-4xl-26 {
        padding-left: 0;
        padding-right: 26px
    }

    .p-lr-4xl-26 {
        padding-left: 26px;
        padding-right: 26px
    }

    .p-tb-4xl-26 {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-27 {
        padding: 27px
    }

    .pt-4xl-27 {
        padding-top: 27px
    }

    .pr-4xl-27 {
        padding-right: 27px
    }

    [dir="rtl"] .pr-4xl-27 {
        padding-right: 0;
        padding-left: 27px
    }

    .pb-4xl-27 {
        padding-bottom: 27px
    }

    .pl-4xl-27 {
        padding-left: 27px
    }

    [dir="rtl"] .pl-4xl-27 {
        padding-left: 0;
        padding-right: 27px
    }

    .p-lr-4xl-27 {
        padding-left: 27px;
        padding-right: 27px
    }

    .p-tb-4xl-27 {
        padding-top: 27px;
        padding-bottom: 27px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-28 {
        padding: 28px
    }

    .pt-4xl-28 {
        padding-top: 28px
    }

    .pr-4xl-28 {
        padding-right: 28px
    }

    [dir="rtl"] .pr-4xl-28 {
        padding-right: 0;
        padding-left: 28px
    }

    .pb-4xl-28 {
        padding-bottom: 28px
    }

    .pl-4xl-28 {
        padding-left: 28px
    }

    [dir="rtl"] .pl-4xl-28 {
        padding-left: 0;
        padding-right: 28px
    }

    .p-lr-4xl-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .p-tb-4xl-28 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-29 {
        padding: 29px
    }

    .pt-4xl-29 {
        padding-top: 29px
    }

    .pr-4xl-29 {
        padding-right: 29px
    }

    [dir="rtl"] .pr-4xl-29 {
        padding-right: 0;
        padding-left: 29px
    }

    .pb-4xl-29 {
        padding-bottom: 29px
    }

    .pl-4xl-29 {
        padding-left: 29px
    }

    [dir="rtl"] .pl-4xl-29 {
        padding-left: 0;
        padding-right: 29px
    }

    .p-lr-4xl-29 {
        padding-left: 29px;
        padding-right: 29px
    }

    .p-tb-4xl-29 {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-30 {
        padding: 30px
    }

    .pt-4xl-30 {
        padding-top: 30px
    }

    .pr-4xl-30 {
        padding-right: 30px
    }

    [dir="rtl"] .pr-4xl-30 {
        padding-right: 0;
        padding-left: 30px
    }

    .pb-4xl-30 {
        padding-bottom: 30px
    }

    .pl-4xl-30 {
        padding-left: 30px
    }

    [dir="rtl"] .pl-4xl-30 {
        padding-left: 0;
        padding-right: 30px
    }

    .p-lr-4xl-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .p-tb-4xl-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-31 {
        padding: 31px
    }

    .pt-4xl-31 {
        padding-top: 31px
    }

    .pr-4xl-31 {
        padding-right: 31px
    }

    [dir="rtl"] .pr-4xl-31 {
        padding-right: 0;
        padding-left: 31px
    }

    .pb-4xl-31 {
        padding-bottom: 31px
    }

    .pl-4xl-31 {
        padding-left: 31px
    }

    [dir="rtl"] .pl-4xl-31 {
        padding-left: 0;
        padding-right: 31px
    }

    .p-lr-4xl-31 {
        padding-left: 31px;
        padding-right: 31px
    }

    .p-tb-4xl-31 {
        padding-top: 31px;
        padding-bottom: 31px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-32 {
        padding: 32px
    }

    .pt-4xl-32 {
        padding-top: 32px
    }

    .pr-4xl-32 {
        padding-right: 32px
    }

    [dir="rtl"] .pr-4xl-32 {
        padding-right: 0;
        padding-left: 32px
    }

    .pb-4xl-32 {
        padding-bottom: 32px
    }

    .pl-4xl-32 {
        padding-left: 32px
    }

    [dir="rtl"] .pl-4xl-32 {
        padding-left: 0;
        padding-right: 32px
    }

    .p-lr-4xl-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .p-tb-4xl-32 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-33 {
        padding: 33px
    }

    .pt-4xl-33 {
        padding-top: 33px
    }

    .pr-4xl-33 {
        padding-right: 33px
    }

    [dir="rtl"] .pr-4xl-33 {
        padding-right: 0;
        padding-left: 33px
    }

    .pb-4xl-33 {
        padding-bottom: 33px
    }

    .pl-4xl-33 {
        padding-left: 33px
    }

    [dir="rtl"] .pl-4xl-33 {
        padding-left: 0;
        padding-right: 33px
    }

    .p-lr-4xl-33 {
        padding-left: 33px;
        padding-right: 33px
    }

    .p-tb-4xl-33 {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-35 {
        padding: 35px
    }

    .pt-4xl-35 {
        padding-top: 35px
    }

    .pr-4xl-35 {
        padding-right: 35px
    }

    [dir="rtl"] .pr-4xl-35 {
        padding-right: 0;
        padding-left: 35px
    }

    .pb-4xl-35 {
        padding-bottom: 35px
    }

    .pl-4xl-35 {
        padding-left: 35px
    }

    [dir="rtl"] .pl-4xl-35 {
        padding-left: 0;
        padding-right: 35px
    }

    .p-lr-4xl-35 {
        padding-left: 35px;
        padding-right: 35px
    }

    .p-tb-4xl-35 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-40 {
        padding: 40px
    }

    .pt-4xl-40 {
        padding-top: 40px
    }

    .pr-4xl-40 {
        padding-right: 40px
    }

    [dir="rtl"] .pr-4xl-40 {
        padding-right: 0;
        padding-left: 40px
    }

    .pb-4xl-40 {
        padding-bottom: 40px
    }

    .pl-4xl-40 {
        padding-left: 40px
    }

    [dir="rtl"] .pl-4xl-40 {
        padding-left: 0;
        padding-right: 40px
    }

    .p-lr-4xl-40 {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-tb-4xl-40 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-45 {
        padding: 45px
    }

    .pt-4xl-45 {
        padding-top: 45px
    }

    .pr-4xl-45 {
        padding-right: 45px
    }

    [dir="rtl"] .pr-4xl-45 {
        padding-right: 0;
        padding-left: 45px
    }

    .pb-4xl-45 {
        padding-bottom: 45px
    }

    .pl-4xl-45 {
        padding-left: 45px
    }

    [dir="rtl"] .pl-4xl-45 {
        padding-left: 0;
        padding-right: 45px
    }

    .p-lr-4xl-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .p-tb-4xl-45 {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-50 {
        padding: 50px
    }

    .pt-4xl-50 {
        padding-top: 50px
    }

    .pr-4xl-50 {
        padding-right: 50px
    }

    [dir="rtl"] .pr-4xl-50 {
        padding-right: 0;
        padding-left: 50px
    }

    .pb-4xl-50 {
        padding-bottom: 50px
    }

    .pl-4xl-50 {
        padding-left: 50px
    }

    [dir="rtl"] .pl-4xl-50 {
        padding-left: 0;
        padding-right: 50px
    }

    .p-lr-4xl-50 {
        padding-left: 50px;
        padding-right: 50px
    }

    .p-tb-4xl-50 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-60 {
        padding: 60px
    }

    .pt-4xl-60 {
        padding-top: 60px
    }

    .pr-4xl-60 {
        padding-right: 60px
    }

    [dir="rtl"] .pr-4xl-60 {
        padding-right: 0;
        padding-left: 60px
    }

    .pb-4xl-60 {
        padding-bottom: 60px
    }

    .pl-4xl-60 {
        padding-left: 60px
    }

    [dir="rtl"] .pl-4xl-60 {
        padding-left: 0;
        padding-right: 60px
    }

    .p-lr-4xl-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .p-tb-4xl-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-70 {
        padding: 70px
    }

    .pt-4xl-70 {
        padding-top: 70px
    }

    .pr-4xl-70 {
        padding-right: 70px
    }

    [dir="rtl"] .pr-4xl-70 {
        padding-right: 0;
        padding-left: 70px
    }

    .pb-4xl-70 {
        padding-bottom: 70px
    }

    .pl-4xl-70 {
        padding-left: 70px
    }

    [dir="rtl"] .pl-4xl-70 {
        padding-left: 0;
        padding-right: 70px
    }

    .p-lr-4xl-70 {
        padding-left: 70px;
        padding-right: 70px
    }

    .p-tb-4xl-70 {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-80 {
        padding: 80px
    }

    .pt-4xl-80 {
        padding-top: 80px
    }

    .pr-4xl-80 {
        padding-right: 80px
    }

    [dir="rtl"] .pr-4xl-80 {
        padding-right: 0;
        padding-left: 80px
    }

    .pb-4xl-80 {
        padding-bottom: 80px
    }

    .pl-4xl-80 {
        padding-left: 80px
    }

    [dir="rtl"] .pl-4xl-80 {
        padding-left: 0;
        padding-right: 80px
    }

    .p-lr-4xl-80 {
        padding-left: 80px;
        padding-right: 80px
    }

    .p-tb-4xl-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-90 {
        padding: 90px
    }

    .pt-4xl-90 {
        padding-top: 90px
    }

    .pr-4xl-90 {
        padding-right: 90px
    }

    [dir="rtl"] .pr-4xl-90 {
        padding-right: 0;
        padding-left: 90px
    }

    .pb-4xl-90 {
        padding-bottom: 90px
    }

    .pl-4xl-90 {
        padding-left: 90px
    }

    [dir="rtl"] .pl-4xl-90 {
        padding-left: 0;
        padding-right: 90px
    }

    .p-lr-4xl-90 {
        padding-left: 90px;
        padding-right: 90px
    }

    .p-tb-4xl-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-100 {
        padding: 100px
    }

    .pt-4xl-100 {
        padding-top: 100px
    }

    .pr-4xl-100 {
        padding-right: 100px
    }

    [dir="rtl"] .pr-4xl-100 {
        padding-right: 0;
        padding-left: 100px
    }

    .pb-4xl-100 {
        padding-bottom: 100px
    }

    .pl-4xl-100 {
        padding-left: 100px
    }

    [dir="rtl"] .pl-4xl-100 {
        padding-left: 0;
        padding-right: 100px
    }

    .p-lr-4xl-100 {
        padding-left: 100px;
        padding-right: 100px
    }

    .p-tb-4xl-100 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-110 {
        padding: 110px
    }

    .pt-4xl-110 {
        padding-top: 110px
    }

    .pr-4xl-110 {
        padding-right: 110px
    }

    [dir="rtl"] .pr-4xl-110 {
        padding-right: 0;
        padding-left: 110px
    }

    .pb-4xl-110 {
        padding-bottom: 110px
    }

    .pl-4xl-110 {
        padding-left: 110px
    }

    [dir="rtl"] .pl-4xl-110 {
        padding-left: 0;
        padding-right: 110px
    }

    .p-lr-4xl-110 {
        padding-left: 110px;
        padding-right: 110px
    }

    .p-tb-4xl-110 {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-115 {
        padding: 115px
    }

    .pt-4xl-115 {
        padding-top: 115px
    }

    .pr-4xl-115 {
        padding-right: 115px
    }

    [dir="rtl"] .pr-4xl-115 {
        padding-right: 0;
        padding-left: 115px
    }

    .pb-4xl-115 {
        padding-bottom: 115px
    }

    .pl-4xl-115 {
        padding-left: 115px
    }

    [dir="rtl"] .pl-4xl-115 {
        padding-left: 0;
        padding-right: 115px
    }

    .p-lr-4xl-115 {
        padding-left: 115px;
        padding-right: 115px
    }

    .p-tb-4xl-115 {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-120 {
        padding: 120px
    }

    .pt-4xl-120 {
        padding-top: 120px
    }

    .pr-4xl-120 {
        padding-right: 120px
    }

    [dir="rtl"] .pr-4xl-120 {
        padding-right: 0;
        padding-left: 120px
    }

    .pb-4xl-120 {
        padding-bottom: 120px
    }

    .pl-4xl-120 {
        padding-left: 120px
    }

    [dir="rtl"] .pl-4xl-120 {
        padding-left: 0;
        padding-right: 120px
    }

    .p-lr-4xl-120 {
        padding-left: 120px;
        padding-right: 120px
    }

    .p-tb-4xl-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-130 {
        padding: 130px
    }

    .pt-4xl-130 {
        padding-top: 130px
    }

    .pr-4xl-130 {
        padding-right: 130px
    }

    [dir="rtl"] .pr-4xl-130 {
        padding-right: 0;
        padding-left: 130px
    }

    .pb-4xl-130 {
        padding-bottom: 130px
    }

    .pl-4xl-130 {
        padding-left: 130px
    }

    [dir="rtl"] .pl-4xl-130 {
        padding-left: 0;
        padding-right: 130px
    }

    .p-lr-4xl-130 {
        padding-left: 130px;
        padding-right: 130px
    }

    .p-tb-4xl-130 {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-140 {
        padding: 140px
    }

    .pt-4xl-140 {
        padding-top: 140px
    }

    .pr-4xl-140 {
        padding-right: 140px
    }

    [dir="rtl"] .pr-4xl-140 {
        padding-right: 0;
        padding-left: 140px
    }

    .pb-4xl-140 {
        padding-bottom: 140px
    }

    .pl-4xl-140 {
        padding-left: 140px
    }

    [dir="rtl"] .pl-4xl-140 {
        padding-left: 0;
        padding-right: 140px
    }

    .p-lr-4xl-140 {
        padding-left: 140px;
        padding-right: 140px
    }

    .p-tb-4xl-140 {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-150 {
        padding: 150px
    }

    .pt-4xl-150 {
        padding-top: 150px
    }

    .pr-4xl-150 {
        padding-right: 150px
    }

    [dir="rtl"] .pr-4xl-150 {
        padding-right: 0;
        padding-left: 150px
    }

    .pb-4xl-150 {
        padding-bottom: 150px
    }

    .pl-4xl-150 {
        padding-left: 150px
    }

    [dir="rtl"] .pl-4xl-150 {
        padding-left: 0;
        padding-right: 150px
    }

    .p-lr-4xl-150 {
        padding-left: 150px;
        padding-right: 150px
    }

    .p-tb-4xl-150 {
        padding-top: 150px;
        padding-bottom: 150px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-160 {
        padding: 160px
    }

    .pt-4xl-160 {
        padding-top: 160px
    }

    .pr-4xl-160 {
        padding-right: 160px
    }

    [dir="rtl"] .pr-4xl-160 {
        padding-right: 0;
        padding-left: 160px
    }

    .pb-4xl-160 {
        padding-bottom: 160px
    }

    .pl-4xl-160 {
        padding-left: 160px
    }

    [dir="rtl"] .pl-4xl-160 {
        padding-left: 0;
        padding-right: 160px
    }

    .p-lr-4xl-160 {
        padding-left: 160px;
        padding-right: 160px
    }

    .p-tb-4xl-160 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-170 {
        padding: 170px
    }

    .pt-4xl-170 {
        padding-top: 170px
    }

    .pr-4xl-170 {
        padding-right: 170px
    }

    [dir="rtl"] .pr-4xl-170 {
        padding-right: 0;
        padding-left: 170px
    }

    .pb-4xl-170 {
        padding-bottom: 170px
    }

    .pl-4xl-170 {
        padding-left: 170px
    }

    [dir="rtl"] .pl-4xl-170 {
        padding-left: 0;
        padding-right: 170px
    }

    .p-lr-4xl-170 {
        padding-left: 170px;
        padding-right: 170px
    }

    .p-tb-4xl-170 {
        padding-top: 170px;
        padding-bottom: 170px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-180 {
        padding: 180px
    }

    .pt-4xl-180 {
        padding-top: 180px
    }

    .pr-4xl-180 {
        padding-right: 180px
    }

    [dir="rtl"] .pr-4xl-180 {
        padding-right: 0;
        padding-left: 180px
    }

    .pb-4xl-180 {
        padding-bottom: 180px
    }

    .pl-4xl-180 {
        padding-left: 180px
    }

    [dir="rtl"] .pl-4xl-180 {
        padding-left: 0;
        padding-right: 180px
    }

    .p-lr-4xl-180 {
        padding-left: 180px;
        padding-right: 180px
    }

    .p-tb-4xl-180 {
        padding-top: 180px;
        padding-bottom: 180px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-190 {
        padding: 190px
    }

    .pt-4xl-190 {
        padding-top: 190px
    }

    .pr-4xl-190 {
        padding-right: 190px
    }

    [dir="rtl"] .pr-4xl-190 {
        padding-right: 0;
        padding-left: 190px
    }

    .pb-4xl-190 {
        padding-bottom: 190px
    }

    .pl-4xl-190 {
        padding-left: 190px
    }

    [dir="rtl"] .pl-4xl-190 {
        padding-left: 0;
        padding-right: 190px
    }

    .p-lr-4xl-190 {
        padding-left: 190px;
        padding-right: 190px
    }

    .p-tb-4xl-190 {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .p-4xl-200 {
        padding: 200px
    }

    .pt-4xl-200 {
        padding-top: 200px
    }

    .pr-4xl-200 {
        padding-right: 200px
    }

    [dir="rtl"] .pr-4xl-200 {
        padding-right: 0;
        padding-left: 200px
    }

    .pb-4xl-200 {
        padding-bottom: 200px
    }

    .pl-4xl-200 {
        padding-left: 200px
    }

    [dir="rtl"] .pl-4xl-200 {
        padding-left: 0;
        padding-right: 200px
    }

    .p-lr-4xl-200 {
        padding-left: 200px;
        padding-right: 200px
    }

    .p-tb-4xl-200 {
        padding-top: 200px;
        padding-bottom: 200px
    }

    .p-lr-4xl-auto {
        padding-left: auto;
        padding-right: auto
    }

    .m-4xl-n0 {
        margin: -0px
    }

    .mt-4xl-n0 {
        margin-top: -0px
    }

    .mr-4xl-n0 {
        margin-right: -0px
    }

    [dir="rtl"] .mr-4xl-n0 {
        margin-left: -0px
    }

    .mb-4xl-n0 {
        margin-bottom: -0px
    }

    .ml-4xl-n0 {
        margin-left: -0px
    }

    [dir="rtl"] .ml-4xl-n0 {
        margin-right: -0px
    }

    .m-4xl-n1 {
        margin: -1px
    }

    .mt-4xl-n1 {
        margin-top: -1px
    }

    .mr-4xl-n1 {
        margin-right: -1px
    }

    [dir="rtl"] .mr-4xl-n1 {
        margin-left: -1px
    }

    .mb-4xl-n1 {
        margin-bottom: -1px
    }

    .ml-4xl-n1 {
        margin-left: -1px
    }

    [dir="rtl"] .ml-4xl-n1 {
        margin-right: -1px
    }

    .m-4xl-n2 {
        margin: -2px
    }

    .mt-4xl-n2 {
        margin-top: -2px
    }

    .mr-4xl-n2 {
        margin-right: -2px
    }

    [dir="rtl"] .mr-4xl-n2 {
        margin-left: -2px
    }

    .mb-4xl-n2 {
        margin-bottom: -2px
    }

    .ml-4xl-n2 {
        margin-left: -2px
    }

    [dir="rtl"] .ml-4xl-n2 {
        margin-right: -2px
    }

    .m-4xl-n3 {
        margin: -3px
    }

    .mt-4xl-n3 {
        margin-top: -3px
    }

    .mr-4xl-n3 {
        margin-right: -3px
    }

    [dir="rtl"] .mr-4xl-n3 {
        margin-left: -3px
    }

    .mb-4xl-n3 {
        margin-bottom: -3px
    }

    .ml-4xl-n3 {
        margin-left: -3px
    }

    [dir="rtl"] .ml-4xl-n3 {
        margin-right: -3px
    }

    .m-4xl-n4 {
        margin: -4px
    }

    .mt-4xl-n4 {
        margin-top: -4px
    }

    .mr-4xl-n4 {
        margin-right: -4px
    }

    [dir="rtl"] .mr-4xl-n4 {
        margin-left: -4px
    }

    .mb-4xl-n4 {
        margin-bottom: -4px
    }

    .ml-4xl-n4 {
        margin-left: -4px
    }

    [dir="rtl"] .ml-4xl-n4 {
        margin-right: -4px
    }

    .m-4xl-n5 {
        margin: -5px
    }

    .mt-4xl-n5 {
        margin-top: -5px
    }

    .mr-4xl-n5 {
        margin-right: -5px
    }

    [dir="rtl"] .mr-4xl-n5 {
        margin-left: -5px
    }

    .mb-4xl-n5 {
        margin-bottom: -5px
    }

    .ml-4xl-n5 {
        margin-left: -5px
    }

    [dir="rtl"] .ml-4xl-n5 {
        margin-right: -5px
    }

    .m-4xl-n6 {
        margin: -6px
    }

    .mt-4xl-n6 {
        margin-top: -6px
    }

    .mr-4xl-n6 {
        margin-right: -6px
    }

    [dir="rtl"] .mr-4xl-n6 {
        margin-left: -6px
    }

    .mb-4xl-n6 {
        margin-bottom: -6px
    }

    .ml-4xl-n6 {
        margin-left: -6px
    }

    [dir="rtl"] .ml-4xl-n6 {
        margin-right: -6px
    }

    .m-4xl-n7 {
        margin: -7px
    }

    .mt-4xl-n7 {
        margin-top: -7px
    }

    .mr-4xl-n7 {
        margin-right: -7px
    }

    [dir="rtl"] .mr-4xl-n7 {
        margin-left: -7px
    }

    .mb-4xl-n7 {
        margin-bottom: -7px
    }

    .ml-4xl-n7 {
        margin-left: -7px
    }

    [dir="rtl"] .ml-4xl-n7 {
        margin-right: -7px
    }

    .m-4xl-n8 {
        margin: -8px
    }

    .mt-4xl-n8 {
        margin-top: -8px
    }

    .mr-4xl-n8 {
        margin-right: -8px
    }

    [dir="rtl"] .mr-4xl-n8 {
        margin-left: -8px
    }

    .mb-4xl-n8 {
        margin-bottom: -8px
    }

    .ml-4xl-n8 {
        margin-left: -8px
    }

    [dir="rtl"] .ml-4xl-n8 {
        margin-right: -8px
    }

    .m-4xl-n9 {
        margin: -9px
    }

    .mt-4xl-n9 {
        margin-top: -9px
    }

    .mr-4xl-n9 {
        margin-right: -9px
    }

    [dir="rtl"] .mr-4xl-n9 {
        margin-left: -9px
    }

    .mb-4xl-n9 {
        margin-bottom: -9px
    }

    .ml-4xl-n9 {
        margin-left: -9px
    }

    [dir="rtl"] .ml-4xl-n9 {
        margin-right: -9px
    }

    .m-4xl-n10 {
        margin: -10px
    }

    .mt-4xl-n10 {
        margin-top: -10px
    }

    .mr-4xl-n10 {
        margin-right: -10px
    }

    [dir="rtl"] .mr-4xl-n10 {
        margin-left: -10px
    }

    .mb-4xl-n10 {
        margin-bottom: -10px
    }

    .ml-4xl-n10 {
        margin-left: -10px
    }

    [dir="rtl"] .ml-4xl-n10 {
        margin-right: -10px
    }

    .m-4xl-n11 {
        margin: -11px
    }

    .mt-4xl-n11 {
        margin-top: -11px
    }

    .mr-4xl-n11 {
        margin-right: -11px
    }

    [dir="rtl"] .mr-4xl-n11 {
        margin-left: -11px
    }

    .mb-4xl-n11 {
        margin-bottom: -11px
    }

    .ml-4xl-n11 {
        margin-left: -11px
    }

    [dir="rtl"] .ml-4xl-n11 {
        margin-right: -11px
    }

    .m-4xl-n12 {
        margin: -12px
    }

    .mt-4xl-n12 {
        margin-top: -12px
    }

    .mr-4xl-n12 {
        margin-right: -12px
    }

    [dir="rtl"] .mr-4xl-n12 {
        margin-left: -12px
    }

    .mb-4xl-n12 {
        margin-bottom: -12px
    }

    .ml-4xl-n12 {
        margin-left: -12px
    }

    [dir="rtl"] .ml-4xl-n12 {
        margin-right: -12px
    }

    .m-4xl-n13 {
        margin: -13px
    }

    .mt-4xl-n13 {
        margin-top: -13px
    }

    .mr-4xl-n13 {
        margin-right: -13px
    }

    [dir="rtl"] .mr-4xl-n13 {
        margin-left: -13px
    }

    .mb-4xl-n13 {
        margin-bottom: -13px
    }

    .ml-4xl-n13 {
        margin-left: -13px
    }

    [dir="rtl"] .ml-4xl-n13 {
        margin-right: -13px
    }

    .m-4xl-n14 {
        margin: -14px
    }

    .mt-4xl-n14 {
        margin-top: -14px
    }

    .mr-4xl-n14 {
        margin-right: -14px
    }

    [dir="rtl"] .mr-4xl-n14 {
        margin-left: -14px
    }

    .mb-4xl-n14 {
        margin-bottom: -14px
    }

    .ml-4xl-n14 {
        margin-left: -14px
    }

    [dir="rtl"] .ml-4xl-n14 {
        margin-right: -14px
    }

    .m-4xl-n15 {
        margin: -15px
    }

    .mt-4xl-n15 {
        margin-top: -15px
    }

    .mr-4xl-n15 {
        margin-right: -15px
    }

    [dir="rtl"] .mr-4xl-n15 {
        margin-left: -15px
    }

    .mb-4xl-n15 {
        margin-bottom: -15px
    }

    .ml-4xl-n15 {
        margin-left: -15px
    }

    [dir="rtl"] .ml-4xl-n15 {
        margin-right: -15px
    }

    .m-4xl-n16 {
        margin: -16px
    }

    .mt-4xl-n16 {
        margin-top: -16px
    }

    .mr-4xl-n16 {
        margin-right: -16px
    }

    [dir="rtl"] .mr-4xl-n16 {
        margin-left: -16px
    }

    .mb-4xl-n16 {
        margin-bottom: -16px
    }

    .ml-4xl-n16 {
        margin-left: -16px
    }

    [dir="rtl"] .ml-4xl-n16 {
        margin-right: -16px
    }

    .m-4xl-n17 {
        margin: -17px
    }

    .mt-4xl-n17 {
        margin-top: -17px
    }

    .mr-4xl-n17 {
        margin-right: -17px
    }

    [dir="rtl"] .mr-4xl-n17 {
        margin-left: -17px
    }

    .mb-4xl-n17 {
        margin-bottom: -17px
    }

    .ml-4xl-n17 {
        margin-left: -17px
    }

    [dir="rtl"] .ml-4xl-n17 {
        margin-right: -17px
    }

    .m-4xl-n18 {
        margin: -18px
    }

    .mt-4xl-n18 {
        margin-top: -18px
    }

    .mr-4xl-n18 {
        margin-right: -18px
    }

    [dir="rtl"] .mr-4xl-n18 {
        margin-left: -18px
    }

    .mb-4xl-n18 {
        margin-bottom: -18px
    }

    .ml-4xl-n18 {
        margin-left: -18px
    }

    [dir="rtl"] .ml-4xl-n18 {
        margin-right: -18px
    }

    .m-4xl-n19 {
        margin: -19px
    }

    .mt-4xl-n19 {
        margin-top: -19px
    }

    .mr-4xl-n19 {
        margin-right: -19px
    }

    [dir="rtl"] .mr-4xl-n19 {
        margin-left: -19px
    }

    .mb-4xl-n19 {
        margin-bottom: -19px
    }

    .ml-4xl-n19 {
        margin-left: -19px
    }

    [dir="rtl"] .ml-4xl-n19 {
        margin-right: -19px
    }

    .m-4xl-n20 {
        margin: -20px
    }

    .mt-4xl-n20 {
        margin-top: -20px
    }

    .mr-4xl-n20 {
        margin-right: -20px
    }

    [dir="rtl"] .mr-4xl-n20 {
        margin-left: -20px
    }

    .mb-4xl-n20 {
        margin-bottom: -20px
    }

    .ml-4xl-n20 {
        margin-left: -20px
    }

    [dir="rtl"] .ml-4xl-n20 {
        margin-right: -20px
    }

    .m-4xl-n21 {
        margin: -21px
    }

    .mt-4xl-n21 {
        margin-top: -21px
    }

    .mr-4xl-n21 {
        margin-right: -21px
    }

    [dir="rtl"] .mr-4xl-n21 {
        margin-left: -21px
    }

    .mb-4xl-n21 {
        margin-bottom: -21px
    }

    .ml-4xl-n21 {
        margin-left: -21px
    }

    [dir="rtl"] .ml-4xl-n21 {
        margin-right: -21px
    }

    .m-4xl-n22 {
        margin: -22px
    }

    .mt-4xl-n22 {
        margin-top: -22px
    }

    .mr-4xl-n22 {
        margin-right: -22px
    }

    [dir="rtl"] .mr-4xl-n22 {
        margin-left: -22px
    }

    .mb-4xl-n22 {
        margin-bottom: -22px
    }

    .ml-4xl-n22 {
        margin-left: -22px
    }

    [dir="rtl"] .ml-4xl-n22 {
        margin-right: -22px
    }

    .m-4xl-n23 {
        margin: -23px
    }

    .mt-4xl-n23 {
        margin-top: -23px
    }

    .mr-4xl-n23 {
        margin-right: -23px
    }

    [dir="rtl"] .mr-4xl-n23 {
        margin-left: -23px
    }

    .mb-4xl-n23 {
        margin-bottom: -23px
    }

    .ml-4xl-n23 {
        margin-left: -23px
    }

    [dir="rtl"] .ml-4xl-n23 {
        margin-right: -23px
    }

    .m-4xl-n24 {
        margin: -24px
    }

    .mt-4xl-n24 {
        margin-top: -24px
    }

    .mr-4xl-n24 {
        margin-right: -24px
    }

    [dir="rtl"] .mr-4xl-n24 {
        margin-left: -24px
    }

    .mb-4xl-n24 {
        margin-bottom: -24px
    }

    .ml-4xl-n24 {
        margin-left: -24px
    }

    [dir="rtl"] .ml-4xl-n24 {
        margin-right: -24px
    }

    .m-4xl-n25 {
        margin: -25px
    }

    .mt-4xl-n25 {
        margin-top: -25px
    }

    .mr-4xl-n25 {
        margin-right: -25px
    }

    [dir="rtl"] .mr-4xl-n25 {
        margin-left: -25px
    }

    .mb-4xl-n25 {
        margin-bottom: -25px
    }

    .ml-4xl-n25 {
        margin-left: -25px
    }

    [dir="rtl"] .ml-4xl-n25 {
        margin-right: -25px
    }

    .m-4xl-n26 {
        margin: -26px
    }

    .mt-4xl-n26 {
        margin-top: -26px
    }

    .mr-4xl-n26 {
        margin-right: -26px
    }

    [dir="rtl"] .mr-4xl-n26 {
        margin-left: -26px
    }

    .mb-4xl-n26 {
        margin-bottom: -26px
    }

    .ml-4xl-n26 {
        margin-left: -26px
    }

    [dir="rtl"] .ml-4xl-n26 {
        margin-right: -26px
    }

    .m-4xl-n27 {
        margin: -27px
    }

    .mt-4xl-n27 {
        margin-top: -27px
    }

    .mr-4xl-n27 {
        margin-right: -27px
    }

    [dir="rtl"] .mr-4xl-n27 {
        margin-left: -27px
    }

    .mb-4xl-n27 {
        margin-bottom: -27px
    }

    .ml-4xl-n27 {
        margin-left: -27px
    }

    [dir="rtl"] .ml-4xl-n27 {
        margin-right: -27px
    }

    .m-4xl-n28 {
        margin: -28px
    }

    .mt-4xl-n28 {
        margin-top: -28px
    }

    .mr-4xl-n28 {
        margin-right: -28px
    }

    [dir="rtl"] .mr-4xl-n28 {
        margin-left: -28px
    }

    .mb-4xl-n28 {
        margin-bottom: -28px
    }

    .ml-4xl-n28 {
        margin-left: -28px
    }

    [dir="rtl"] .ml-4xl-n28 {
        margin-right: -28px
    }

    .m-4xl-n29 {
        margin: -29px
    }

    .mt-4xl-n29 {
        margin-top: -29px
    }

    .mr-4xl-n29 {
        margin-right: -29px
    }

    [dir="rtl"] .mr-4xl-n29 {
        margin-left: -29px
    }

    .mb-4xl-n29 {
        margin-bottom: -29px
    }

    .ml-4xl-n29 {
        margin-left: -29px
    }

    [dir="rtl"] .ml-4xl-n29 {
        margin-right: -29px
    }

    .m-4xl-n30 {
        margin: -30px
    }

    .mt-4xl-n30 {
        margin-top: -30px
    }

    .mr-4xl-n30 {
        margin-right: -30px
    }

    [dir="rtl"] .mr-4xl-n30 {
        margin-left: -30px
    }

    .mb-4xl-n30 {
        margin-bottom: -30px
    }

    .ml-4xl-n30 {
        margin-left: -30px
    }

    [dir="rtl"] .ml-4xl-n30 {
        margin-right: -30px
    }

    .m-4xl-n31 {
        margin: -31px
    }

    .mt-4xl-n31 {
        margin-top: -31px
    }

    .mr-4xl-n31 {
        margin-right: -31px
    }

    [dir="rtl"] .mr-4xl-n31 {
        margin-left: -31px
    }

    .mb-4xl-n31 {
        margin-bottom: -31px
    }

    .ml-4xl-n31 {
        margin-left: -31px
    }

    [dir="rtl"] .ml-4xl-n31 {
        margin-right: -31px
    }

    .m-4xl-n32 {
        margin: -32px
    }

    .mt-4xl-n32 {
        margin-top: -32px
    }

    .mr-4xl-n32 {
        margin-right: -32px
    }

    [dir="rtl"] .mr-4xl-n32 {
        margin-left: -32px
    }

    .mb-4xl-n32 {
        margin-bottom: -32px
    }

    .ml-4xl-n32 {
        margin-left: -32px
    }

    [dir="rtl"] .ml-4xl-n32 {
        margin-right: -32px
    }

    .m-4xl-n33 {
        margin: -33px
    }

    .mt-4xl-n33 {
        margin-top: -33px
    }

    .mr-4xl-n33 {
        margin-right: -33px
    }

    [dir="rtl"] .mr-4xl-n33 {
        margin-left: -33px
    }

    .mb-4xl-n33 {
        margin-bottom: -33px
    }

    .ml-4xl-n33 {
        margin-left: -33px
    }

    [dir="rtl"] .ml-4xl-n33 {
        margin-right: -33px
    }

    .m-4xl-n35 {
        margin: -35px
    }

    .mt-4xl-n35 {
        margin-top: -35px
    }

    .mr-4xl-n35 {
        margin-right: -35px
    }

    [dir="rtl"] .mr-4xl-n35 {
        margin-left: -35px
    }

    .mb-4xl-n35 {
        margin-bottom: -35px
    }

    .ml-4xl-n35 {
        margin-left: -35px
    }

    [dir="rtl"] .ml-4xl-n35 {
        margin-right: -35px
    }

    .m-4xl-n40 {
        margin: -40px
    }

    .mt-4xl-n40 {
        margin-top: -40px
    }

    .mr-4xl-n40 {
        margin-right: -40px
    }

    [dir="rtl"] .mr-4xl-n40 {
        margin-left: -40px
    }

    .mb-4xl-n40 {
        margin-bottom: -40px
    }

    .ml-4xl-n40 {
        margin-left: -40px
    }

    [dir="rtl"] .ml-4xl-n40 {
        margin-right: -40px
    }

    .m-4xl-n45 {
        margin: -45px
    }

    .mt-4xl-n45 {
        margin-top: -45px
    }

    .mr-4xl-n45 {
        margin-right: -45px
    }

    [dir="rtl"] .mr-4xl-n45 {
        margin-left: -45px
    }

    .mb-4xl-n45 {
        margin-bottom: -45px
    }

    .ml-4xl-n45 {
        margin-left: -45px
    }

    [dir="rtl"] .ml-4xl-n45 {
        margin-right: -45px
    }

    .m-4xl-n50 {
        margin: -50px
    }

    .mt-4xl-n50 {
        margin-top: -50px
    }

    .mr-4xl-n50 {
        margin-right: -50px
    }

    [dir="rtl"] .mr-4xl-n50 {
        margin-left: -50px
    }

    .mb-4xl-n50 {
        margin-bottom: -50px
    }

    .ml-4xl-n50 {
        margin-left: -50px
    }

    [dir="rtl"] .ml-4xl-n50 {
        margin-right: -50px
    }

    .m-4xl-n60 {
        margin: -60px
    }

    .mt-4xl-n60 {
        margin-top: -60px
    }

    .mr-4xl-n60 {
        margin-right: -60px
    }

    [dir="rtl"] .mr-4xl-n60 {
        margin-left: -60px
    }

    .mb-4xl-n60 {
        margin-bottom: -60px
    }

    .ml-4xl-n60 {
        margin-left: -60px
    }

    [dir="rtl"] .ml-4xl-n60 {
        margin-right: -60px
    }

    .m-4xl-n70 {
        margin: -70px
    }

    .mt-4xl-n70 {
        margin-top: -70px
    }

    .mr-4xl-n70 {
        margin-right: -70px
    }

    [dir="rtl"] .mr-4xl-n70 {
        margin-left: -70px
    }

    .mb-4xl-n70 {
        margin-bottom: -70px
    }

    .ml-4xl-n70 {
        margin-left: -70px
    }

    [dir="rtl"] .ml-4xl-n70 {
        margin-right: -70px
    }

    .m-4xl-n80 {
        margin: -80px
    }

    .mt-4xl-n80 {
        margin-top: -80px
    }

    .mr-4xl-n80 {
        margin-right: -80px
    }

    [dir="rtl"] .mr-4xl-n80 {
        margin-left: -80px
    }

    .mb-4xl-n80 {
        margin-bottom: -80px
    }

    .ml-4xl-n80 {
        margin-left: -80px
    }

    [dir="rtl"] .ml-4xl-n80 {
        margin-right: -80px
    }

    .m-4xl-n90 {
        margin: -90px
    }

    .mt-4xl-n90 {
        margin-top: -90px
    }

    .mr-4xl-n90 {
        margin-right: -90px
    }

    [dir="rtl"] .mr-4xl-n90 {
        margin-left: -90px
    }

    .mb-4xl-n90 {
        margin-bottom: -90px
    }

    .ml-4xl-n90 {
        margin-left: -90px
    }

    [dir="rtl"] .ml-4xl-n90 {
        margin-right: -90px
    }

    .m-4xl-n100 {
        margin: -100px
    }

    .mt-4xl-n100 {
        margin-top: -100px
    }

    .mr-4xl-n100 {
        margin-right: -100px
    }

    [dir="rtl"] .mr-4xl-n100 {
        margin-left: -100px
    }

    .mb-4xl-n100 {
        margin-bottom: -100px
    }

    .ml-4xl-n100 {
        margin-left: -100px
    }

    [dir="rtl"] .ml-4xl-n100 {
        margin-right: -100px
    }

    .m-4xl-n110 {
        margin: -110px
    }

    .mt-4xl-n110 {
        margin-top: -110px
    }

    .mr-4xl-n110 {
        margin-right: -110px
    }

    [dir="rtl"] .mr-4xl-n110 {
        margin-left: -110px
    }

    .mb-4xl-n110 {
        margin-bottom: -110px
    }

    .ml-4xl-n110 {
        margin-left: -110px
    }

    [dir="rtl"] .ml-4xl-n110 {
        margin-right: -110px
    }

    .m-4xl-n115 {
        margin: -115px
    }

    .mt-4xl-n115 {
        margin-top: -115px
    }

    .mr-4xl-n115 {
        margin-right: -115px
    }

    [dir="rtl"] .mr-4xl-n115 {
        margin-left: -115px
    }

    .mb-4xl-n115 {
        margin-bottom: -115px
    }

    .ml-4xl-n115 {
        margin-left: -115px
    }

    [dir="rtl"] .ml-4xl-n115 {
        margin-right: -115px
    }

    .m-4xl-n120 {
        margin: -120px
    }

    .mt-4xl-n120 {
        margin-top: -120px
    }

    .mr-4xl-n120 {
        margin-right: -120px
    }

    [dir="rtl"] .mr-4xl-n120 {
        margin-left: -120px
    }

    .mb-4xl-n120 {
        margin-bottom: -120px
    }

    .ml-4xl-n120 {
        margin-left: -120px
    }

    [dir="rtl"] .ml-4xl-n120 {
        margin-right: -120px
    }

    .m-4xl-n130 {
        margin: -130px
    }

    .mt-4xl-n130 {
        margin-top: -130px
    }

    .mr-4xl-n130 {
        margin-right: -130px
    }

    [dir="rtl"] .mr-4xl-n130 {
        margin-left: -130px
    }

    .mb-4xl-n130 {
        margin-bottom: -130px
    }

    .ml-4xl-n130 {
        margin-left: -130px
    }

    [dir="rtl"] .ml-4xl-n130 {
        margin-right: -130px
    }

    .m-4xl-n140 {
        margin: -140px
    }

    .mt-4xl-n140 {
        margin-top: -140px
    }

    .mr-4xl-n140 {
        margin-right: -140px
    }

    [dir="rtl"] .mr-4xl-n140 {
        margin-left: -140px
    }

    .mb-4xl-n140 {
        margin-bottom: -140px
    }

    .ml-4xl-n140 {
        margin-left: -140px
    }

    [dir="rtl"] .ml-4xl-n140 {
        margin-right: -140px
    }

    .m-4xl-n150 {
        margin: -150px
    }

    .mt-4xl-n150 {
        margin-top: -150px
    }

    .mr-4xl-n150 {
        margin-right: -150px
    }

    [dir="rtl"] .mr-4xl-n150 {
        margin-left: -150px
    }

    .mb-4xl-n150 {
        margin-bottom: -150px
    }

    .ml-4xl-n150 {
        margin-left: -150px
    }

    [dir="rtl"] .ml-4xl-n150 {
        margin-right: -150px
    }

    .m-4xl-n160 {
        margin: -160px
    }

    .mt-4xl-n160 {
        margin-top: -160px
    }

    .mr-4xl-n160 {
        margin-right: -160px
    }

    [dir="rtl"] .mr-4xl-n160 {
        margin-left: -160px
    }

    .mb-4xl-n160 {
        margin-bottom: -160px
    }

    .ml-4xl-n160 {
        margin-left: -160px
    }

    [dir="rtl"] .ml-4xl-n160 {
        margin-right: -160px
    }

    .m-4xl-n170 {
        margin: -170px
    }

    .mt-4xl-n170 {
        margin-top: -170px
    }

    .mr-4xl-n170 {
        margin-right: -170px
    }

    [dir="rtl"] .mr-4xl-n170 {
        margin-left: -170px
    }

    .mb-4xl-n170 {
        margin-bottom: -170px
    }

    .ml-4xl-n170 {
        margin-left: -170px
    }

    [dir="rtl"] .ml-4xl-n170 {
        margin-right: -170px
    }

    .m-4xl-n180 {
        margin: -180px
    }

    .mt-4xl-n180 {
        margin-top: -180px
    }

    .mr-4xl-n180 {
        margin-right: -180px
    }

    [dir="rtl"] .mr-4xl-n180 {
        margin-left: -180px
    }

    .mb-4xl-n180 {
        margin-bottom: -180px
    }

    .ml-4xl-n180 {
        margin-left: -180px
    }

    [dir="rtl"] .ml-4xl-n180 {
        margin-right: -180px
    }

    .m-4xl-n190 {
        margin: -190px
    }

    .mt-4xl-n190 {
        margin-top: -190px
    }

    .mr-4xl-n190 {
        margin-right: -190px
    }

    [dir="rtl"] .mr-4xl-n190 {
        margin-left: -190px
    }

    .mb-4xl-n190 {
        margin-bottom: -190px
    }

    .ml-4xl-n190 {
        margin-left: -190px
    }

    [dir="rtl"] .ml-4xl-n190 {
        margin-right: -190px
    }

    .m-4xl-n200 {
        margin: -200px
    }

    .mt-4xl-n200 {
        margin-top: -200px
    }

    .mr-4xl-n200 {
        margin-right: -200px
    }

    [dir="rtl"] .mr-4xl-n200 {
        margin-left: -200px
    }

    .mb-4xl-n200 {
        margin-bottom: -200px
    }

    .ml-4xl-n200 {
        margin-left: -200px
    }

    [dir="rtl"] .ml-4xl-n200 {
        margin-right: -200px
    }

    .m-4xl-auto {
        margin: auto
    }

    .mt-4xl-auto, .my-4xl-auto {
        margin-top: auto
    }

    .mr-4xl-auto, .mx-4xl-auto {
        margin-right: auto
    }

    .mb-4xl-auto, .my-4xl-auto {
        margin-bottom: auto
    }

    .ml-4xl-auto, .mx-4xl-auto {
        margin-left: auto
    }
}

.pb-last-0:last-child {
    padding-bottom: 0
}

.cms-mousewheel {
    overflow: hidden;
    height: 100%;
    max-height: 100vh
}

.cms-mousewheel > * {
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 34px);
    padding-right: 34px;
    height: 100%;
    max-height: 100vh;
    padding-bottom: 50px
}

.cms-mousewheel > * select, .cms-mousewheel > * table {
    width: calc(100% - 34px)
}

[dir='rtl'] .cms-mousewheel > * {
    padding-right: 0;
    padding-left: 34px
}

@-webkit-keyframes cms-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes cms-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes cms-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes cms-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes cms-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@-moz-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@-ms-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@-o-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }
    from {
        transform: rotate(175deg)
    }
}

@-webkit-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@-moz-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@-ms-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@-o-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }
    to {
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-moz-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-ms-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-o-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes spin-rotate-all {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-ms-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes spin-fade-in-first {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes spin-fade-in-second {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }
    20% {
        opacity: 0.8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-moz-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }
    20% {
        opacity: 0.8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-ms-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }
    20% {
        opacity: 0.8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-o-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }
    20% {
        opacity: 0.8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8
    }
    20% {
        opacity: 0.8
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-ms-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-o-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        transform: translateY(-150px)
    }
    100% {
        transform: translateY(0)
    }
}

@-moz-keyframes headerSlideDown {
    0% {
        transform: translateY(-150px)
    }
    100% {
        transform: translateY(0)
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        transform: translateY(-150px)
    }
    100% {
        transform: translateY(0)
    }
}

@-o-keyframes headerSlideDown {
    0% {
        transform: translateY(-150px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes headerSlideDown {
    0% {
        transform: translateY(-150px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes headerSlideUp {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-150px)
    }
}

@-moz-keyframes headerSlideUp {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-150px)
    }
}

@-ms-keyframes headerSlideUp {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-150px)
    }
}

@-o-keyframes headerSlideUp {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-150px)
    }
}

@keyframes headerSlideUp {
    0% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(-150px)
    }
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-ms-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-moz-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-ms-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-o-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes vibrate {
    0% {
        top: 0px
    }
    25% {
        top: -5px
    }
    50% {
        top: 0px
    }
    75% {
        top: 5px
    }
    100% {
        top: 0px
    }
}

@-moz-keyframes vibrate {
    0% {
        top: 0px
    }
    25% {
        top: -5px
    }
    50% {
        top: 0px
    }
    75% {
        top: 5px
    }
    100% {
        top: 0px
    }
}

@-ms-keyframes vibrate {
    0% {
        top: 0px
    }
    25% {
        top: -5px
    }
    50% {
        top: 0px
    }
    75% {
        top: 5px
    }
    100% {
        top: 0px
    }
}

@-o-keyframes vibrate {
    0% {
        top: 0px
    }
    25% {
        top: -5px
    }
    50% {
        top: 0px
    }
    75% {
        top: 5px
    }
    100% {
        top: 0px
    }
}

@keyframes vibrate {
    0% {
        top: 0px
    }
    25% {
        top: -5px
    }
    50% {
        top: 0px
    }
    75% {
        top: 5px
    }
    100% {
        top: 0px
    }
}

@-webkit-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }
    50% {
        right: 20px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@-moz-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }
    50% {
        right: 20px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@-ms-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }
    50% {
        right: 20px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@-o-keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }
    50% {
        right: 20px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@keyframes readmoreIcon {
    0% {
        right: 0;
        opacity: 1
    }
    50% {
        right: 20px;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@-webkit-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }
    50% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-moz-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }
    50% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-ms-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }
    50% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-o-keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }
    50% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes readmoreIcon-rtl {
    0% {
        left: 0;
        opacity: 1
    }
    50% {
        left: 20px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes cms_fade_move_down {
    0% {
        transform: translate(0, -200%);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translate(0, 200%);
        opacity: 0
    }
}

@-moz-keyframes cms_fade_move_down {
    0% {
        transform: translate(0, -200%);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translate(0, 200%);
        opacity: 0
    }
}

@-ms-keyframes cms_fade_move_down {
    0% {
        transform: translate(0, -200%);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translate(0, 200%);
        opacity: 0
    }
}

@-o-keyframes cms_fade_move_down {
    0% {
        transform: translate(0, -200%);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translate(0, 200%);
        opacity: 0
    }
}

@keyframes cms_fade_move_down {
    0% {
        transform: translate(0, -200%);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: translate(0, 200%);
        opacity: 0
    }
}

.cms-fade-move-down {
    display: block;
    animation: cms_fade_move_down 2s linear 0s infinite
}

.wp-block-button {
    margin-bottom: 20px
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-archives + p {
    margin-top: 20px
}

.wp-block-cover {
    color: #fff
}

.single-post p[class], .single-post p[style] {
    line-height: normal;
    clear: both;
    overflow: hidden
}

[class*="wp-block-"] {
    margin-top: 30px;
    margin-bottom: 30px
}

[class*="wp-block-"]:first-child {
    margin-top: 0
}

[class*="wp-block-"]:last-child {
    margin-bottom: 0
}

[class*="wp-block-"] [class*="wp-block-"] {
    margin-top: 0;
    margin-bottom: 0
}

.cms-post-content [class*="wp-block-"] {
    margin-top: 0;
    margin-bottom: 0 !important
}

.wp-block-group.has-background {
    padding: 15px 20px
}

.wp-block-group .wp-block-button + * {
    padding-top: 15px
}

.wp-block-rss {
    list-style: none
}

.wp-block-table .has-fixed-layout {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.blocks-gallery-caption {
    margin-bottom: 30px
}

.wp-caption.alignright {
    margin-bottom: 0 !important
}

.wp-block-latest-comments li, .wp-block-latest-posts__list li {
    padding: 0 0 15px;
    margin: 0 0 15px !important;
    border-bottom: 1px solid #ddd
}

.wp-block-latest-comments li:last-child, .wp-block-latest-posts__list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-search .wp-block-search__button {
    flex: 0 0 auto;
    background: var(--color-accent);
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    line-height: 60px
}

.wp-block-search .wp-block-search__button.has-icon {
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-search .wp-block-search__button.has-icon .search-icon {
    fill: white;
    transform: translate(0, 7px)
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin-left: -5px;
    margin-right: -5px
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper > * {
    margin-left: 5px;
    margin-right: 5px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0 15px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__input {
    padding-inline-end: 60px !important
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

[dir="rtl"] .wp-block-search.wp-block-search__button-inside .wp-block-search__button {
    right: auto;
    left: 0
}

.cms-badge-1 {
    height: 65px;
    min-width: 60px;
    position: relative;
    background-color: var(--color-secondary);
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 4px 0 0 4px
}

[dir="rtl"] .cms-badge-1 {
    border-radius: 0 4px 4px 0
}

.cms-badge-1:before, .cms-badge-1:after {
    content: '';
    display: block;
    position: absolute
}

.cms-badge-1:after {
    height: 5px;
    width: 100%;
    background: #fff;
    left: 5px;
    bottom: 0
}

[dir="rtl"] .cms-badge-1:after {
    left: auto;
    right: 5px
}

.cms-badge-2 {
    position: relative
}

.cms-badge-2:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 35px 0 35px;
    border-color: var(--color-secondary) transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px
}

.cms-badge-3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    padding: 5px 9px 14px;
    position: relative;
    overflow: hidden;
    max-width: 46px
}

.cms-badge-3:not(.badge-svg) {
    background-color: var(--color-primary)
}

.cms-badge-3:not(.badge-svg):after {
    content: '';
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    height: 22px;
    top: calc(100% - 10px);
    border-radius: 50% 50% 0 0
}

.cms-badge-3.badge-svg > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    fill: var(--color-primary);
    height: 100%;
    transform: translateX(-50%)
}

.cms-badge-4 {
    position: relative
}

.cms-badge-4:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 35px 0 35px;
    border-color: var(--color-white) transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px
}

.cms-ribbon {
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 2;
    overflow: hidden;
    width: 125px;
    height: 125px;
    text-align: right
}

.cms-ribbon .main {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 164px;
    display: block;
    border-color: var(--color-secondary);
    position: absolute;
    top: 31px;
    right: -34px
}

.cms-ribbon .main .before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left-width: 3px;
    border-left-style: solid;
    border-right: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    border-top-width: 3px;
    border-top-style: solid
}

.cms-ribbon .main .after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent !important;
    border-right-width: 3px;
    border-right-style: solid;
    border-bottom: 3px solid transparent !important;
    border-top-width: 3px;
    border-top-style: solid
}

.bdr-solid {
    border-style: solid
}

.bdr-t-solid {
    border-top-style: solid
}

.bdr-r-solid {
    border-right-style: solid
}

.bdr-b-solid {
    border-bottom-style: solid
}

.bdr-l-solid {
    border-left-style: solid
}

.bdr-dashed {
    border-style: dashed
}

.bdr-t-dashed {
    border-top-style: dashed
}

.bdr-r-dashed {
    border-right-style: dashed
}

.bdr-b-dashed {
    border-bottom-style: dashed
}

.bdr-l-dashed {
    border-left-style: dashed
}

.bdr-dotted {
    border-style: dotted
}

.bdr-t-dotted {
    border-top-style: dotted
}

.bdr-r-dotted {
    border-right-style: dotted
}

.bdr-b-dotted {
    border-bottom-style: dotted
}

.bdr-l-dotted {
    border-left-style: dotted
}

.bdr-double {
    border-style: double
}

.bdr-t-double {
    border-top-style: double
}

.bdr-r-double {
    border-right-style: double
}

.bdr-b-double {
    border-bottom-style: double
}

.bdr-l-double {
    border-left-style: double
}

.bdr-groove {
    border-style: groove
}

.bdr-t-groove {
    border-top-style: groove
}

.bdr-r-groove {
    border-right-style: groove
}

.bdr-b-groove {
    border-bottom-style: groove
}

.bdr-l-groove {
    border-left-style: groove
}

.bdr-inset {
    border-style: inset
}

.bdr-t-inset {
    border-top-style: inset
}

.bdr-r-inset {
    border-right-style: inset
}

.bdr-b-inset {
    border-bottom-style: inset
}

.bdr-l-inset {
    border-left-style: inset
}

.bdr-outset {
    border-style: outset
}

.bdr-t-outset {
    border-top-style: outset
}

.bdr-r-outset {
    border-right-style: outset
}

.bdr-b-outset {
    border-bottom-style: outset
}

.bdr-l-outset {
    border-left-style: outset
}

.bdr-ridge {
    border-style: ridge
}

.bdr-t-ridge {
    border-top-style: ridge
}

.bdr-r-ridge {
    border-right-style: ridge
}

.bdr-b-ridge {
    border-bottom-style: ridge
}

.bdr-l-ridge {
    border-left-style: ridge
}

.bdr-0 {
    border-width: 0px
}

.bdr-t-0 {
    border-top-width: 0px
}

.bdr-r-0 {
    border-right-width: 0px
}

.bdr-b-0 {
    border-bottom-width: 0px
}

.bdr-l-0 {
    border-left-width: 0px
}

.bdr-lr-0 {
    border-left-width: 0px;
    border-right-width: 0px
}

.bdr-tb-0 {
    border-top-width: 0px;
    border-bottom-width: 0px
}

.bdr-1 {
    border-width: 1px
}

.bdr-t-1 {
    border-top-width: 1px
}

.bdr-r-1 {
    border-right-width: 1px
}

.bdr-b-1 {
    border-bottom-width: 1px
}

.bdr-l-1 {
    border-left-width: 1px
}

.bdr-lr-1 {
    border-left-width: 1px;
    border-right-width: 1px
}

.bdr-tb-1 {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.bdr-2 {
    border-width: 2px
}

.bdr-t-2 {
    border-top-width: 2px
}

.bdr-r-2 {
    border-right-width: 2px
}

.bdr-b-2 {
    border-bottom-width: 2px
}

.bdr-l-2 {
    border-left-width: 2px
}

.bdr-lr-2 {
    border-left-width: 2px;
    border-right-width: 2px
}

.bdr-tb-2 {
    border-top-width: 2px;
    border-bottom-width: 2px
}

.bdr-3 {
    border-width: 3px
}

.bdr-t-3 {
    border-top-width: 3px
}

.bdr-r-3 {
    border-right-width: 3px
}

.bdr-b-3 {
    border-bottom-width: 3px
}

.bdr-l-3 {
    border-left-width: 3px
}

.bdr-lr-3 {
    border-left-width: 3px;
    border-right-width: 3px
}

.bdr-tb-3 {
    border-top-width: 3px;
    border-bottom-width: 3px
}

.bdr-4 {
    border-width: 4px
}

.bdr-t-4 {
    border-top-width: 4px
}

.bdr-r-4 {
    border-right-width: 4px
}

.bdr-b-4 {
    border-bottom-width: 4px
}

.bdr-l-4 {
    border-left-width: 4px
}

.bdr-lr-4 {
    border-left-width: 4px;
    border-right-width: 4px
}

.bdr-tb-4 {
    border-top-width: 4px;
    border-bottom-width: 4px
}

.bdr-5 {
    border-width: 5px
}

.bdr-t-5 {
    border-top-width: 5px
}

.bdr-r-5 {
    border-right-width: 5px
}

.bdr-b-5 {
    border-bottom-width: 5px
}

.bdr-l-5 {
    border-left-width: 5px
}

.bdr-lr-5 {
    border-left-width: 5px;
    border-right-width: 5px
}

.bdr-tb-5 {
    border-top-width: 5px;
    border-bottom-width: 5px
}

.bdr-6 {
    border-width: 6px
}

.bdr-t-6 {
    border-top-width: 6px
}

.bdr-r-6 {
    border-right-width: 6px
}

.bdr-b-6 {
    border-bottom-width: 6px
}

.bdr-l-6 {
    border-left-width: 6px
}

.bdr-lr-6 {
    border-left-width: 6px;
    border-right-width: 6px
}

.bdr-tb-6 {
    border-top-width: 6px;
    border-bottom-width: 6px
}

.bdr-7 {
    border-width: 7px
}

.bdr-t-7 {
    border-top-width: 7px
}

.bdr-r-7 {
    border-right-width: 7px
}

.bdr-b-7 {
    border-bottom-width: 7px
}

.bdr-l-7 {
    border-left-width: 7px
}

.bdr-lr-7 {
    border-left-width: 7px;
    border-right-width: 7px
}

.bdr-tb-7 {
    border-top-width: 7px;
    border-bottom-width: 7px
}

.bdr-8 {
    border-width: 8px
}

.bdr-t-8 {
    border-top-width: 8px
}

.bdr-r-8 {
    border-right-width: 8px
}

.bdr-b-8 {
    border-bottom-width: 8px
}

.bdr-l-8 {
    border-left-width: 8px
}

.bdr-lr-8 {
    border-left-width: 8px;
    border-right-width: 8px
}

.bdr-tb-8 {
    border-top-width: 8px;
    border-bottom-width: 8px
}

.bdr-9 {
    border-width: 9px
}

.bdr-t-9 {
    border-top-width: 9px
}

.bdr-r-9 {
    border-right-width: 9px
}

.bdr-b-9 {
    border-bottom-width: 9px
}

.bdr-l-9 {
    border-left-width: 9px
}

.bdr-lr-9 {
    border-left-width: 9px;
    border-right-width: 9px
}

.bdr-tb-9 {
    border-top-width: 9px;
    border-bottom-width: 9px
}

.bdr-10 {
    border-width: 10px
}

.bdr-t-10 {
    border-top-width: 10px
}

.bdr-r-10 {
    border-right-width: 10px
}

.bdr-b-10 {
    border-bottom-width: 10px
}

.bdr-l-10 {
    border-left-width: 10px
}

.bdr-lr-10 {
    border-left-width: 10px;
    border-right-width: 10px
}

.bdr-tb-10 {
    border-top-width: 10px;
    border-bottom-width: 10px
}

.bdr-radius-5 {
    border-radius: 5px !important
}

.bdr-radius-10 {
    border-radius: 10px !important
}

.bdr-radius-15 {
    border-radius: 15px !important
}

.bdr-radius-20 {
    border-radius: 20px !important
}

.bdr-radius-24 {
    border-radius: 24px !important
}

.bdr-radius-25 {
    border-radius: 25px !important
}

.bdr-radius-40 {
    border-radius: 40px !important
}

[class*="bdr-radius-"] {
    overflow: hidden
}

.circle, .cms-circle, .elementor img.circle {
    border-radius: 50%
}

.bdr-main {
    border-color: #eaeaea
}

.cms-hover-bdr-b:hover {
    border-bottom: 2px solid var(--color-accent)
}

.cms-radius-0, .elementor .cms-radius-0, .elementor .cms-radius-0 > .elementor-column-wrap {
    border-radius: 0
}

.cms-radius-t-0 {
    border-radius: 0 0 0 0 !important
}

.cms-radius-b-0 {
    border-radius: 0 0 0 0 !important
}

.elementor .cms-radius-tlbr-0, .cms-radius-tlbr-0 {
    border-radius: 0 0 0 0
}

.elementor .cms-radius-bltr-0, .cms-radius-bltr-0 {
    border-radius: 0 0 0 0
}

.cms-radius-4, .elementor .cms-radius-4, .elementor .cms-radius-4 > .elementor-column-wrap {
    border-radius: 4px
}

.cms-radius-t-4 {
    border-radius: 4px 4px 0 0 !important
}

.cms-radius-b-4 {
    border-radius: 0 0 4px 4px !important
}

.elementor .cms-radius-tlbr-4, .cms-radius-tlbr-4 {
    border-radius: 4px 0 4px 0
}

.elementor .cms-radius-bltr-4, .cms-radius-bltr-4 {
    border-radius: 0 4px 0 4px
}

.cms-radius-6, .elementor .cms-radius-6, .elementor .cms-radius-6 > .elementor-column-wrap {
    border-radius: 6px
}

.cms-radius-t-6 {
    border-radius: 6px 6px 0 0 !important
}

.cms-radius-b-6 {
    border-radius: 0 0 6px 6px !important
}

.elementor .cms-radius-tlbr-6, .cms-radius-tlbr-6 {
    border-radius: 6px 0 6px 0
}

.elementor .cms-radius-bltr-6, .cms-radius-bltr-6 {
    border-radius: 0 6px 0 6px
}

.cms-radius-8, .elementor .cms-radius-8, .elementor .cms-radius-8 > .elementor-column-wrap {
    border-radius: 8px
}

.cms-radius-t-8 {
    border-radius: 8px 8px 0 0 !important
}

.cms-radius-b-8 {
    border-radius: 0 0 8px 8px !important
}

.elementor .cms-radius-tlbr-8, .cms-radius-tlbr-8 {
    border-radius: 8px 0 8px 0
}

.elementor .cms-radius-bltr-8, .cms-radius-bltr-8 {
    border-radius: 0 8px 0 8px
}

.cms-radius-12, .elementor .cms-radius-12, .elementor .cms-radius-12 > .elementor-column-wrap {
    border-radius: 12px
}

.cms-radius-t-12 {
    border-radius: 12px 12px 0 0 !important
}

.cms-radius-b-12 {
    border-radius: 0 0 12px 12px !important
}

.elementor .cms-radius-tlbr-12, .cms-radius-tlbr-12 {
    border-radius: 12px 0 12px 0
}

.elementor .cms-radius-bltr-12, .cms-radius-bltr-12 {
    border-radius: 0 12px 0 12px
}

.cms-radius-24, .elementor .cms-radius-24, .elementor .cms-radius-24 > .elementor-column-wrap {
    border-radius: 24px
}

.cms-radius-t-24 {
    border-radius: 24px 24px 0 0 !important
}

.cms-radius-b-24 {
    border-radius: 0 0 24px 24px !important
}

.elementor .cms-radius-tlbr-24, .cms-radius-tlbr-24 {
    border-radius: 24px 0 24px 0
}

.elementor .cms-radius-bltr-24, .cms-radius-bltr-24 {
    border-radius: 0 24px 0 24px
}

button:not(.btn), .button, input[type="button"], input[type="submit"], [type="reset"] {
    padding: 20px 30px;
    color: var(--color-white);
    background: var(--color-primary)
}

button:not(.btn):hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, [type="reset"]:hover, button:not(.btn):focus, .button:focus, input[type="button"]:focus, input[type="submit"]:focus, [type="reset"]:focus {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff
}

.btn, .button, button, input[type="button"], input[type="submit"], .added_to_cart {
    position: relative;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    outline: none;
    cursor: pointer;
    text-transform: capitalize;
    vertical-align: top;
    border: none;
    box-shadow: none;
    border-radius: 0;
    transition: all 300ms ease-in-out;
    overflow: hidden
}

.btn:hover, .button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .added_to_cart:hover, .btn:focus, .button:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus, .added_to_cart:focus {
    outline: none
}

[dir="rtl"] .btn, [dir="rtl"] .button, [dir="rtl"] button, [dir="rtl"] input[type="button"], [dir="rtl"] input[type="submit"], [dir="rtl"] .added_to_cart {
    border-radius: 0
}

.btn.text-justify, .button.text-justify, button.text-justify, input[type="button"].text-justify, input[type="submit"].text-justify, .added_to_cart.text-justify {
    display: block
}

.btn.cms-radius-0, .button.cms-radius-0, button.cms-radius-0, input[type="button"].cms-radius-0, input[type="submit"].cms-radius-0, .added_to_cart.cms-radius-0 {
    border-radius: 0 !important
}

.cms-btn-content {
    display: flex;
    flex-wrap: wrap
}

.cms-btn-content > span {
    flex: 0 0 auto;
    position: relative;
    white-space: nowrap
}

.cms-btn-content > span.cms-align-icon-right {
    order: 2
}

.cms-btn-content.justify-content-between > .cms-btn-text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden
}

.btn:not(.btn-style-2) {
    border-radius: 5px
}

.btn:not(.btn-style-2) .cms-btn-content {
    align-items: center;
    margin: 0 -5px
}

.btn:not(.btn-style-2) .cms-btn-content > span {
    margin: 0 5px
}

.cms--link .cms-btn-content {
    margin-left: -5px;
    margin-right: -5px;
    align-items: center
}

.cms--link .cms-btn-content > span {
    margin-left: 5px;
    margin-right: 5px
}

.cms--link.bottom-line-yes .cms-btn-text {
    border-bottom: 2px solid var(--color-secondary)
}

.cms-btn-icon {
    font-size: 10px;
    display: flex;
    align-items: center
}

.cms-btn-icon.icon-outline-yes:before {
    box-shadow: 0 0 0 2px #bcbcbc inset;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center
}

.text-start > .cms-btn-content {
    justify-content: flex-start
}

.text-end > .cms-btn-content {
    justify-content: flex-end
}

.text-justify > .cms-btn-content {
    justify-content: space-between
}

.cms-loading-icon, .cms-added-icon {
    display: none
}

.loading .cms-loading-icon {
    display: inline-block
}

.loading .cms-default-icon, .loading .cms-added-icon {
    display: none
}

.added .cms-added-icon {
    display: inline-block
}

.added .cms-default-icon, .added .cms-loading-icon {
    display: none
}

.btn-fill {
    color: #fff
}

.btn-fill.btn-accent {
    background-color: var(--color-accent)
}

.btn-fill.btn-hover-accent:hover, .btn-fill.btn-hover-accent:focus {
    color: #fff;
    background-color: var(--color-accent)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-darken-accent {
    background-color: var(--color-darken-accent)
}

.btn-fill.btn-hover-darken-accent:hover, .btn-fill.btn-hover-darken-accent:focus {
    color: #fff;
    background-color: var(--color-darken-accent)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-lighten-accent {
    background-color: var(--color-lighten-accent)
}

.btn-fill.btn-hover-lighten-accent:hover, .btn-fill.btn-hover-lighten-accent:focus {
    color: #fff;
    background-color: var(--color-lighten-accent)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-primary {
    background-color: var(--color-primary)
}

.btn-fill.btn-hover-primary:hover, .btn-fill.btn-hover-primary:focus {
    color: #fff;
    background-color: var(--color-primary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-darken-primary {
    background-color: var(--color-darken-primary)
}

.btn-fill.btn-hover-darken-primary:hover, .btn-fill.btn-hover-darken-primary:focus {
    color: #fff;
    background-color: var(--color-darken-primary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-lighten-primary {
    background-color: var(--color-lighten-primary)
}

.btn-fill.btn-hover-lighten-primary:hover, .btn-fill.btn-hover-lighten-primary:focus {
    color: #fff;
    background-color: var(--color-lighten-primary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-secondary {
    background-color: var(--color-secondary)
}

.btn-fill.btn-hover-secondary:hover, .btn-fill.btn-hover-secondary:focus {
    color: #fff;
    background-color: var(--color-secondary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-darken-secondary {
    background-color: var(--color-darken-secondary)
}

.btn-fill.btn-hover-darken-secondary:hover, .btn-fill.btn-hover-darken-secondary:focus {
    color: #fff;
    background-color: var(--color-darken-secondary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-lighten-secondary {
    background-color: var(--color-lighten-secondary)
}

.btn-fill.btn-hover-lighten-secondary:hover, .btn-fill.btn-hover-lighten-secondary:focus {
    color: #fff;
    background-color: var(--color-lighten-secondary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-thirdary {
    background-color: var(--color-thirdary)
}

.btn-fill.btn-hover-thirdary:hover, .btn-fill.btn-hover-thirdary:focus {
    color: #fff;
    background-color: var(--color-thirdary)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-rating {
    background-color: var(--color-rating)
}

.btn-fill.btn-hover-rating:hover, .btn-fill.btn-hover-rating:focus {
    color: #fff;
    background-color: var(--color-rating)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-heading {
    background-color: var(--color-heading)
}

.btn-fill.btn-hover-heading:hover, .btn-fill.btn-hover-heading:focus {
    color: #fff;
    background-color: var(--color-heading)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-body {
    background-color: var(--color-body)
}

.btn-fill.btn-hover-body:hover, .btn-fill.btn-hover-body:focus {
    color: #fff;
    background-color: var(--color-body)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-white {
    background-color: var(--color-white)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: #fff;
    background-color: var(--color-white)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-transparent {
    background-color: var(--color-transparent)
}

.btn-fill.btn-hover-transparent:hover, .btn-fill.btn-hover-transparent:focus {
    color: #fff;
    background-color: var(--color-transparent)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-1 {
    background-color: var(--color-custom-1)
}

.btn-fill.btn-hover-custom-1:hover, .btn-fill.btn-hover-custom-1:focus {
    color: #fff;
    background-color: var(--color-custom-1)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-2 {
    background-color: var(--color-custom-2)
}

.btn-fill.btn-hover-custom-2:hover, .btn-fill.btn-hover-custom-2:focus {
    color: #fff;
    background-color: var(--color-custom-2)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-3 {
    background-color: var(--color-custom-3)
}

.btn-fill.btn-hover-custom-3:hover, .btn-fill.btn-hover-custom-3:focus {
    color: #fff;
    background-color: var(--color-custom-3)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-4 {
    background-color: var(--color-custom-4)
}

.btn-fill.btn-hover-custom-4:hover, .btn-fill.btn-hover-custom-4:focus {
    color: #fff;
    background-color: var(--color-custom-4)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-5 {
    background-color: var(--color-custom-5)
}

.btn-fill.btn-hover-custom-5:hover, .btn-fill.btn-hover-custom-5:focus {
    color: #fff;
    background-color: var(--color-custom-5)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-6 {
    background-color: var(--color-custom-6)
}

.btn-fill.btn-hover-custom-6:hover, .btn-fill.btn-hover-custom-6:focus {
    color: #fff;
    background-color: var(--color-custom-6)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-fill.btn-custom-7 {
    background-color: var(--color-custom-7)
}

.btn-fill.btn-hover-custom-7:hover, .btn-fill.btn-hover-custom-7:focus {
    color: #fff;
    background-color: var(--color-custom-7)
}

.btn-fill.btn-white {
    color: var(--color-primary)
}

.btn-fill.btn-hover-white:hover, .btn-fill.btn-hover-white:focus {
    color: var(--color-primary)
}

.btn-outline {
    box-shadow: 0 0 0 2px #000 inset
}

.btn-outline.btn-accent {
    color: var(--color-accent);
    box-shadow: 0 0 0 2px var(--color-accent) inset
}

.btn-outline.btn-hover-accent:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-accent) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-darken-accent {
    color: var(--color-darken-accent);
    box-shadow: 0 0 0 2px var(--color-darken-accent) inset
}

.btn-outline.btn-hover-darken-accent:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-darken-accent) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-lighten-accent {
    color: var(--color-lighten-accent);
    box-shadow: 0 0 0 2px var(--color-lighten-accent) inset
}

.btn-outline.btn-hover-lighten-accent:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-lighten-accent) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-primary {
    color: var(--color-primary);
    box-shadow: 0 0 0 2px var(--color-primary) inset
}

.btn-outline.btn-hover-primary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-primary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-darken-primary {
    color: var(--color-darken-primary);
    box-shadow: 0 0 0 2px var(--color-darken-primary) inset
}

.btn-outline.btn-hover-darken-primary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-darken-primary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-lighten-primary {
    color: var(--color-lighten-primary);
    box-shadow: 0 0 0 2px var(--color-lighten-primary) inset
}

.btn-outline.btn-hover-lighten-primary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-lighten-primary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-secondary {
    color: var(--color-secondary);
    box-shadow: 0 0 0 2px var(--color-secondary) inset
}

.btn-outline.btn-hover-secondary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-secondary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-darken-secondary {
    color: var(--color-darken-secondary);
    box-shadow: 0 0 0 2px var(--color-darken-secondary) inset
}

.btn-outline.btn-hover-darken-secondary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-darken-secondary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-lighten-secondary {
    color: var(--color-lighten-secondary);
    box-shadow: 0 0 0 2px var(--color-lighten-secondary) inset
}

.btn-outline.btn-hover-lighten-secondary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-lighten-secondary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-thirdary {
    color: var(--color-thirdary);
    box-shadow: 0 0 0 2px var(--color-thirdary) inset
}

.btn-outline.btn-hover-thirdary:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-thirdary) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-rating {
    color: var(--color-rating);
    box-shadow: 0 0 0 2px var(--color-rating) inset
}

.btn-outline.btn-hover-rating:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-rating) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-heading {
    color: var(--color-heading);
    box-shadow: 0 0 0 2px var(--color-heading) inset
}

.btn-outline.btn-hover-heading:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-heading) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-body {
    color: var(--color-body);
    box-shadow: 0 0 0 2px var(--color-body) inset
}

.btn-outline.btn-hover-body:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-body) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-white {
    color: var(--color-white);
    box-shadow: 0 0 0 2px var(--color-white) inset
}

.btn-outline.btn-hover-white:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-white) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-transparent {
    color: var(--color-transparent);
    box-shadow: 0 0 0 2px var(--color-transparent) inset
}

.btn-outline.btn-hover-transparent:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-transparent) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-1 {
    color: var(--color-custom-1);
    box-shadow: 0 0 0 2px var(--color-custom-1) inset
}

.btn-outline.btn-hover-custom-1:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-1) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-2 {
    color: var(--color-custom-2);
    box-shadow: 0 0 0 2px var(--color-custom-2) inset
}

.btn-outline.btn-hover-custom-2:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-2) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-3 {
    color: var(--color-custom-3);
    box-shadow: 0 0 0 2px var(--color-custom-3) inset
}

.btn-outline.btn-hover-custom-3:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-3) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-4 {
    color: var(--color-custom-4);
    box-shadow: 0 0 0 2px var(--color-custom-4) inset
}

.btn-outline.btn-hover-custom-4:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-4) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-5 {
    color: var(--color-custom-5);
    box-shadow: 0 0 0 2px var(--color-custom-5) inset
}

.btn-outline.btn-hover-custom-5:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-5) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-6 {
    color: var(--color-custom-6);
    box-shadow: 0 0 0 2px var(--color-custom-6) inset
}

.btn-outline.btn-hover-custom-6:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-6) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn-outline.btn-custom-7 {
    color: var(--color-custom-7);
    box-shadow: 0 0 0 2px var(--color-custom-7) inset
}

.btn-outline.btn-hover-custom-7:hover {
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-custom-7) inset
}

.btn-outline.btn-hover-white:hover {
    color: var(--color-primary)
}

.btn:not(.btn-style-2).btn {
    padding: 18px 20px
}

.btn:not(.btn-style-2).btn-xs {
    padding: 10px 12px
}

.btn:not(.btn-style-2).btn-sm {
    padding: 14px 15px
}

.btn:not(.btn-style-2).btn-smd {
    padding: 16.5px 20px
}

.btn:not(.btn-style-2).btn-md {
    padding: 24px 30px 20px
}

.btn:not(.btn-style-2).btn-mdl {
    padding: 23px 30px
}

.btn:not(.btn-style-2).btn-lg {
    padding: 26px 30px
}

.btn:not(.btn-style-2).btn-xl {
    padding: 28px 30px
}

.btn:not(.btn-style-2).btn-xxl {
    padding: 31.5px 40px
}

.btn-style-2 {
    transition: none;
    background: none;
    padding: 0
}

.btn-style-2.btn-fill.btn-accent .cms-btn-text {
    background-color: var(--color-accent)
}

.btn-style-2.btn-fill.btn-accent .cms-btn-icon {
    background-color: var(--color-darken-accent)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-darken-accent .cms-btn-text {
    background-color: var(--color-darken-accent)
}

.btn-style-2.btn-fill.btn-darken-accent .cms-btn-icon {
    background-color: var(--color-darken-darken-accent)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-lighten-accent .cms-btn-text {
    background-color: var(--color-lighten-accent)
}

.btn-style-2.btn-fill.btn-lighten-accent .cms-btn-icon {
    background-color: var(--color-darken-lighten-accent)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-primary .cms-btn-text {
    background-color: var(--color-primary)
}

.btn-style-2.btn-fill.btn-primary .cms-btn-icon {
    background-color: var(--color-darken-primary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-darken-primary .cms-btn-text {
    background-color: var(--color-darken-primary)
}

.btn-style-2.btn-fill.btn-darken-primary .cms-btn-icon {
    background-color: var(--color-darken-darken-primary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-lighten-primary .cms-btn-text {
    background-color: var(--color-lighten-primary)
}

.btn-style-2.btn-fill.btn-lighten-primary .cms-btn-icon {
    background-color: var(--color-darken-lighten-primary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-secondary .cms-btn-text {
    background-color: var(--color-secondary)
}

.btn-style-2.btn-fill.btn-secondary .cms-btn-icon {
    background-color: var(--color-darken-secondary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-darken-secondary .cms-btn-text {
    background-color: var(--color-darken-secondary)
}

.btn-style-2.btn-fill.btn-darken-secondary .cms-btn-icon {
    background-color: var(--color-darken-darken-secondary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-lighten-secondary .cms-btn-text {
    background-color: var(--color-lighten-secondary)
}

.btn-style-2.btn-fill.btn-lighten-secondary .cms-btn-icon {
    background-color: var(--color-darken-lighten-secondary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-thirdary .cms-btn-text {
    background-color: var(--color-thirdary)
}

.btn-style-2.btn-fill.btn-thirdary .cms-btn-icon {
    background-color: var(--color-darken-thirdary)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-rating .cms-btn-text {
    background-color: var(--color-rating)
}

.btn-style-2.btn-fill.btn-rating .cms-btn-icon {
    background-color: var(--color-darken-rating)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-heading .cms-btn-text {
    background-color: var(--color-heading)
}

.btn-style-2.btn-fill.btn-heading .cms-btn-icon {
    background-color: var(--color-darken-heading)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-body .cms-btn-text {
    background-color: var(--color-body)
}

.btn-style-2.btn-fill.btn-body .cms-btn-icon {
    background-color: var(--color-darken-body)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-white .cms-btn-text {
    background-color: var(--color-white)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: var(--color-darken-white)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-transparent .cms-btn-text {
    background-color: var(--color-transparent)
}

.btn-style-2.btn-fill.btn-transparent .cms-btn-icon {
    background-color: var(--color-darken-transparent)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-1 .cms-btn-text {
    background-color: var(--color-custom-1)
}

.btn-style-2.btn-fill.btn-custom-1 .cms-btn-icon {
    background-color: var(--color-darken-custom-1)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-2 .cms-btn-text {
    background-color: var(--color-custom-2)
}

.btn-style-2.btn-fill.btn-custom-2 .cms-btn-icon {
    background-color: var(--color-darken-custom-2)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-3 .cms-btn-text {
    background-color: var(--color-custom-3)
}

.btn-style-2.btn-fill.btn-custom-3 .cms-btn-icon {
    background-color: var(--color-darken-custom-3)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-4 .cms-btn-text {
    background-color: var(--color-custom-4)
}

.btn-style-2.btn-fill.btn-custom-4 .cms-btn-icon {
    background-color: var(--color-darken-custom-4)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-5 .cms-btn-text {
    background-color: var(--color-custom-5)
}

.btn-style-2.btn-fill.btn-custom-5 .cms-btn-icon {
    background-color: var(--color-darken-custom-5)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-6 .cms-btn-text {
    background-color: var(--color-custom-6)
}

.btn-style-2.btn-fill.btn-custom-6 .cms-btn-icon {
    background-color: var(--color-darken-custom-6)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-fill.btn-custom-7 .cms-btn-text {
    background-color: var(--color-custom-7)
}

.btn-style-2.btn-fill.btn-custom-7 .cms-btn-icon {
    background-color: var(--color-darken-custom-7)
}

.btn-style-2.btn-fill.btn-white .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-accent:hover .cms-btn-text, .btn-style-2.btn-hover-accent:focus .cms-btn-text {
    background-color: var(--color-accent)
}

.btn-style-2.btn-hover-accent:hover .cms-btn-icon, .btn-style-2.btn-hover-accent:focus .cms-btn-icon {
    background-color: var(--color-darken-accent)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-darken-accent:hover .cms-btn-text, .btn-style-2.btn-hover-darken-accent:focus .cms-btn-text {
    background-color: var(--color-darken-accent)
}

.btn-style-2.btn-hover-darken-accent:hover .cms-btn-icon, .btn-style-2.btn-hover-darken-accent:focus .cms-btn-icon {
    background-color: var(--color-darken-darken-accent)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-lighten-accent:hover .cms-btn-text, .btn-style-2.btn-hover-lighten-accent:focus .cms-btn-text {
    background-color: var(--color-lighten-accent)
}

.btn-style-2.btn-hover-lighten-accent:hover .cms-btn-icon, .btn-style-2.btn-hover-lighten-accent:focus .cms-btn-icon {
    background-color: var(--color-darken-lighten-accent)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-primary:hover .cms-btn-text, .btn-style-2.btn-hover-primary:focus .cms-btn-text {
    background-color: var(--color-primary)
}

.btn-style-2.btn-hover-primary:hover .cms-btn-icon, .btn-style-2.btn-hover-primary:focus .cms-btn-icon {
    background-color: var(--color-darken-primary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-darken-primary:hover .cms-btn-text, .btn-style-2.btn-hover-darken-primary:focus .cms-btn-text {
    background-color: var(--color-darken-primary)
}

.btn-style-2.btn-hover-darken-primary:hover .cms-btn-icon, .btn-style-2.btn-hover-darken-primary:focus .cms-btn-icon {
    background-color: var(--color-darken-darken-primary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-lighten-primary:hover .cms-btn-text, .btn-style-2.btn-hover-lighten-primary:focus .cms-btn-text {
    background-color: var(--color-lighten-primary)
}

.btn-style-2.btn-hover-lighten-primary:hover .cms-btn-icon, .btn-style-2.btn-hover-lighten-primary:focus .cms-btn-icon {
    background-color: var(--color-darken-lighten-primary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-secondary:hover .cms-btn-text, .btn-style-2.btn-hover-secondary:focus .cms-btn-text {
    background-color: var(--color-secondary)
}

.btn-style-2.btn-hover-secondary:hover .cms-btn-icon, .btn-style-2.btn-hover-secondary:focus .cms-btn-icon {
    background-color: var(--color-darken-secondary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-darken-secondary:hover .cms-btn-text, .btn-style-2.btn-hover-darken-secondary:focus .cms-btn-text {
    background-color: var(--color-darken-secondary)
}

.btn-style-2.btn-hover-darken-secondary:hover .cms-btn-icon, .btn-style-2.btn-hover-darken-secondary:focus .cms-btn-icon {
    background-color: var(--color-darken-darken-secondary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-lighten-secondary:hover .cms-btn-text, .btn-style-2.btn-hover-lighten-secondary:focus .cms-btn-text {
    background-color: var(--color-lighten-secondary)
}

.btn-style-2.btn-hover-lighten-secondary:hover .cms-btn-icon, .btn-style-2.btn-hover-lighten-secondary:focus .cms-btn-icon {
    background-color: var(--color-darken-lighten-secondary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-thirdary:hover .cms-btn-text, .btn-style-2.btn-hover-thirdary:focus .cms-btn-text {
    background-color: var(--color-thirdary)
}

.btn-style-2.btn-hover-thirdary:hover .cms-btn-icon, .btn-style-2.btn-hover-thirdary:focus .cms-btn-icon {
    background-color: var(--color-darken-thirdary)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-rating:hover .cms-btn-text, .btn-style-2.btn-hover-rating:focus .cms-btn-text {
    background-color: var(--color-rating)
}

.btn-style-2.btn-hover-rating:hover .cms-btn-icon, .btn-style-2.btn-hover-rating:focus .cms-btn-icon {
    background-color: var(--color-darken-rating)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-heading:hover .cms-btn-text, .btn-style-2.btn-hover-heading:focus .cms-btn-text {
    background-color: var(--color-heading)
}

.btn-style-2.btn-hover-heading:hover .cms-btn-icon, .btn-style-2.btn-hover-heading:focus .cms-btn-icon {
    background-color: var(--color-darken-heading)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-body:hover .cms-btn-text, .btn-style-2.btn-hover-body:focus .cms-btn-text {
    background-color: var(--color-body)
}

.btn-style-2.btn-hover-body:hover .cms-btn-icon, .btn-style-2.btn-hover-body:focus .cms-btn-icon {
    background-color: var(--color-darken-body)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-white:hover .cms-btn-text, .btn-style-2.btn-hover-white:focus .cms-btn-text {
    background-color: var(--color-white)
}

.btn-style-2.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-hover-white:focus .cms-btn-icon {
    background-color: var(--color-darken-white)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-transparent:hover .cms-btn-text, .btn-style-2.btn-hover-transparent:focus .cms-btn-text {
    background-color: var(--color-transparent)
}

.btn-style-2.btn-hover-transparent:hover .cms-btn-icon, .btn-style-2.btn-hover-transparent:focus .cms-btn-icon {
    background-color: var(--color-darken-transparent)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-1:hover .cms-btn-text, .btn-style-2.btn-hover-custom-1:focus .cms-btn-text {
    background-color: var(--color-custom-1)
}

.btn-style-2.btn-hover-custom-1:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-1:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-1)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-2:hover .cms-btn-text, .btn-style-2.btn-hover-custom-2:focus .cms-btn-text {
    background-color: var(--color-custom-2)
}

.btn-style-2.btn-hover-custom-2:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-2:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-2)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-3:hover .cms-btn-text, .btn-style-2.btn-hover-custom-3:focus .cms-btn-text {
    background-color: var(--color-custom-3)
}

.btn-style-2.btn-hover-custom-3:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-3:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-3)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-4:hover .cms-btn-text, .btn-style-2.btn-hover-custom-4:focus .cms-btn-text {
    background-color: var(--color-custom-4)
}

.btn-style-2.btn-hover-custom-4:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-4:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-4)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-5:hover .cms-btn-text, .btn-style-2.btn-hover-custom-5:focus .cms-btn-text {
    background-color: var(--color-custom-5)
}

.btn-style-2.btn-hover-custom-5:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-5:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-5)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-6:hover .cms-btn-text, .btn-style-2.btn-hover-custom-6:focus .cms-btn-text {
    background-color: var(--color-custom-6)
}

.btn-style-2.btn-hover-custom-6:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-6:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-6)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn-hover-custom-7:hover .cms-btn-text, .btn-style-2.btn-hover-custom-7:focus .cms-btn-text {
    background-color: var(--color-custom-7)
}

.btn-style-2.btn-hover-custom-7:hover .cms-btn-icon, .btn-style-2.btn-hover-custom-7:focus .cms-btn-icon {
    background-color: var(--color-darken-custom-7)
}

.btn-style-2.btn-fill.btn-hover-white:hover .cms-btn-icon, .btn-style-2.btn-fill.btn-hover-white:focus .cms-btn-icon {
    background-color: #e6e8eb
}

.btn-style-2.btn .cms-btn-text {
    padding: 18px 20px
}

.btn-style-2.btn-xs .cms-btn-text {
    padding: 10px 12px
}

.btn-style-2.btn-sm .cms-btn-text {
    padding: 14px 15px
}

.btn-style-2.btn-smd .cms-btn-text {
    padding: 16.5px 20px
}

.btn-style-2.btn-md .cms-btn-text {
    padding: 24px 30px 20px
}

.btn-style-2.btn-mdl .cms-btn-text {
    padding: 23px 30px
}

.btn-style-2.btn-lg .cms-btn-text {
    padding: 26px 30px
}

.btn-style-2.btn-xl .cms-btn-text {
    padding: 28px 30px
}

.btn-style-2.btn-xxl .cms-btn-text {
    padding: 31.5px 40px
}

.btn-style-2.btn .cms-btn-icon {
    padding: 18px 20px
}

.btn-style-2.btn-xs .cms-btn-icon {
    padding: 10px 12px
}

.btn-style-2.btn-sm .cms-btn-icon {
    padding: 14px 14px
}

.btn-style-2.btn-smd .cms-btn-icon {
    padding: 16.5px 20px
}

.btn-style-2.btn-md .cms-btn-icon {
    padding: 22px 23.5px
}

.btn-style-2.btn-mdl .cms-btn-icon {
    padding: 23px 25px
}

.btn-style-2.btn-lg .cms-btn-icon {
    padding: 26px 30px
}

.btn-style-2.btn-xl .cms-btn-icon {
    padding: 28px 30px
}

.btn-style-2.btn-xxl .cms-btn-icon {
    padding: 31.5px 40px
}

.btn-style-2 .cms-btn-content > span {
    transition: all 300ms ease-in-out
}

.btn- {
    font-size: 15px
}

.btn-xs {
    font-size: 12px
}

.btn-sm {
    font-size: 13px
}

.btn-md {
    font-size: 15px
}

.btn-lg {
    font-size: 15px
}

.btn-xl {
    font-size: 15px
}

.btn-xxl {
    font-size: 15px
}

.btn-video {
    width: 105px;
    height: 105px;
    line-height: 73px;
    font-size: 33px;
    position: relative;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border: 16px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%
}

.btn-video:before, .btn-video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    animation: ripple 3s infinite
}

.btn-video:before {
    animation-delay: 0.9s
}

.btn-video:after {
    animation-delay: 0.6s
}

.btn-video .cms-play-video-icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.btn-video .cms-play-video-icon:before {
    font-family: "cmsi";
    content: '\f3aa'
}

.btn-video.rev-btn {
    border: none !important
}

.cms-video-btn {
    width: 68px;
    height: 68px;
    display: block;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease-in-out
}

.cms-video-btn > span {
    display: inline-block;
    transform: translateY(2px)
}

.cms-video-btn.size-54x36 {
    width: 54px;
    height: 36px;
    line-height: 36px;
    border-radius: 0
}

.cms-block-shadow {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    transition: all 0.5s linear
}

.cms-box-shadow {
    box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
    .h-xs-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
    .h-lg-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .h-xl-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1366px) {
    .h-xxl-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .h-3xl-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
    .h-4xl-100 {
        height: 100% !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.empty-none:empty {
    display: none
}

[dir="rtl"] .rtl-flip {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.img-cover {
    object-fit: cover
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.cms-divider {
    position: relative
}

.cms-divider:before {
    content: '';
    height: 4px;
    background: var(--color-accent);
    position: absolute;
    left: 0;
    right: 0
}

.cms-divider.divider-top:before {
    top: 0
}

.cms-divider.divider-bottom:before {
    bottom: 0
}

.cms-bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.cms-ripple {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
    background-color: #fff;
    color: var(--color-accent);
    border-radius: 50%
}

.cms-ripple:before, .cms-ripple:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
}

.cms-ripple:before {
    animation-delay: 0.9s
}

.cms-ripple:after {
    animation-delay: 0.6s
}

.cms-ripple.has-outline .cms-video-btn-outline {
    border: 1px solid var(--color-accent);
    border-radius: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px
}

.cms-ripple.has-outline.outline-white .cms-video-btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 3px
}

.cms-ripple.cms-ripple-accent {
    background-color: var(--color-accent);
    color: #fff
}

.cms-ripple.cms-ripple-accent:before, .cms-ripple.cms-ripple-accent:after {
    box-shadow: 0 0 0 0 var(--color-accent);
    opacity: 0.3
}

.cms-ripple.locate-point {
    background-color: #aeaeae
}

.cms-ripple.locate-point:before, .cms-ripple.locate-point:after {
    opacity: 0.5
}

.cms-ripple.locate-point .cms-ripple-inner {
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.cms-ripple.size-22 {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px
}

.cms-ripple.size-22:before, .cms-ripple.size-22:after {
    width: 20px;
    height: 20px
}

.cms-ripple.size-28 {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.cms-ripple.size-28:before, .cms-ripple.size-28:after {
    width: 28px;
    height: 28px
}

.cms-ripple.size-32 {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.cms-ripple.size-32:before, .cms-ripple.size-32:after {
    width: 32px;
    height: 32px
}

.cms-ripple.size-42 {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.cms-ripple.size-46 {
    width: 46px;
    height: 46px;
    line-height: 46px;
    box-shadow: 0 0 0 transparent
}

.cms-ripple.size-47 {
    width: 47px;
    height: 47px;
    line-height: 47px;
    box-shadow: 0 0 0 transparent
}

.cms-ripple.size-62 {
    width: 62px;
    height: 62px;
    line-height: 62px
}

.cms-ripple.size-68 {
    width: 68px;
    height: 68px;
    line-height: 68px
}

.cms-ripple.size-82 {
    width: 82px;
    height: 82px;
    line-height: 82px
}

.cms-ripple.size-90 {
    width: 90px;
    height: 90px;
    line-height: 90px
}

.cms-ripple.size-88 {
    width: 90px;
    height: 90px;
    line-height: 90px
}

.cms-ripple.cms-vibrate span {
    position: relative;
    animation: vibrate 2s linear 0s infinite
}

.cms-phone-ripple {
    display: block;
    border: 2px solid var(--color-accent)
}

.cms-phone-ripple.size-68 {
    width: 68px;
    height: 68px;
    padding: 9px
}

.cms-img {
    transition: all 300ms ease-in-out
}

.cms-hover-img-scale:hover .cms-img {
    transform: scale(1.1)
}

.z-ontop, .z-top {
    z-index: 2
}

.cms-link-overlay > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cms-invisible {
    visibility: hidden
}

.cms-rating-star:before {
    content: "\e949\e949\e949\e949\e949";
    letter-spacing: 4px
}

[data-elementor-open-lightbox="yes"] {
    cursor: pointer
}

.cms-image-as-bg {
    background-size: cover;
    background-position: center center
}

.cms-image-as-bg > img {
    visibility: hidden;
    opacity: 0
}

.cms-clip-path {
    position: relative;
    overflow: hidden
}

.cms-clip-path:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: calc(100% + 10px);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #fff;
    transition: all 300ms ease-in-out
}

.cms-clip-path-wrap:hover .cms-clip-path:after {
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%);
    clip-path: polygon(0 100%, 0 100%, 100% 100%)
}

.cms-clip-path-40:after {
    height: 41px
}

.cms-clip-path-accent:after {
    background-color: var(--color-accent)
}

.cms-clip-path-darken-accent:after {
    background-color: var(--color-darken-accent)
}

.cms-clip-path-lighten-accent:after {
    background-color: var(--color-lighten-accent)
}

.cms-clip-path-primary:after {
    background-color: var(--color-primary)
}

.cms-clip-path-darken-primary:after {
    background-color: var(--color-darken-primary)
}

.cms-clip-path-lighten-primary:after {
    background-color: var(--color-lighten-primary)
}

.cms-clip-path-secondary:after {
    background-color: var(--color-secondary)
}

.cms-clip-path-darken-secondary:after {
    background-color: var(--color-darken-secondary)
}

.cms-clip-path-lighten-secondary:after {
    background-color: var(--color-lighten-secondary)
}

.cms-clip-path-thirdary:after {
    background-color: var(--color-thirdary)
}

.cms-clip-path-rating:after {
    background-color: var(--color-rating)
}

.cms-clip-path-heading:after {
    background-color: var(--color-heading)
}

.cms-clip-path-body:after {
    background-color: var(--color-body)
}

.cms-clip-path-white:after {
    background-color: var(--color-white)
}

.cms-clip-path-transparent:after {
    background-color: var(--color-transparent)
}

.cms-clip-path-custom-1:after {
    background-color: var(--color-custom-1)
}

.cms-clip-path-custom-2:after {
    background-color: var(--color-custom-2)
}

.cms-clip-path-custom-3:after {
    background-color: var(--color-custom-3)
}

.cms-clip-path-custom-4:after {
    background-color: var(--color-custom-4)
}

.cms-clip-path-custom-5:after {
    background-color: var(--color-custom-5)
}

.cms-clip-path-custom-6:after {
    background-color: var(--color-custom-6)
}

.cms-clip-path-custom-7:after {
    background-color: var(--color-custom-7)
}

a.link-accent, .link-accent a {
    color: var(--color-accent)
}

a.link-hover-accent:hover, .link-hover-accent:hover a {
    color: var(--color-accent)
}

.text-accent {
    color: var(--color-accent)
}

.text-accent.cms-star-rated {
    color: var(--color-accent)
}

.text-hover-accent:hover {
    color: var(--color-accent)
}

.bg-accent {
    background-color: var(--color-accent)
}

.bg-hover-accent:hover {
    background-color: var(--color-accent)
}

.bdr-accent {
    border-color: var(--color-accent)
}

.bdr-hover-accent:hover {
    border-color: var(--color-accent)
}

.divider-accent:before {
    background-color: var(--color-accent)
}

.cms-bg-gradient-accent {
    background-image: -webkit-linear-gradient(90deg, var(--color-accent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-accent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-accent) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-accent a {
    color: var(--color-accent)
}

a.link-darken-accent, .link-darken-accent a {
    color: var(--color-darken-accent)
}

a.link-hover-darken-accent:hover, .link-hover-darken-accent:hover a {
    color: var(--color-darken-accent)
}

.text-darken-accent {
    color: var(--color-darken-accent)
}

.text-darken-accent.cms-star-rated {
    color: var(--color-darken-accent)
}

.text-hover-darken-accent:hover {
    color: var(--color-darken-accent)
}

.bg-darken-accent {
    background-color: var(--color-darken-accent)
}

.bg-hover-darken-accent:hover {
    background-color: var(--color-darken-accent)
}

.bdr-darken-accent {
    border-color: var(--color-darken-accent)
}

.bdr-hover-darken-accent:hover {
    border-color: var(--color-darken-accent)
}

.divider-darken-accent:before {
    background-color: var(--color-darken-accent)
}

.cms-bg-gradient-darken-accent {
    background-image: -webkit-linear-gradient(90deg, var(--color-darken-accent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-darken-accent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-darken-accent) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-darken-accent a {
    color: var(--color-darken-accent)
}

a.link-lighten-accent, .link-lighten-accent a {
    color: var(--color-lighten-accent)
}

a.link-hover-lighten-accent:hover, .link-hover-lighten-accent:hover a {
    color: var(--color-lighten-accent)
}

.text-lighten-accent {
    color: var(--color-lighten-accent)
}

.text-lighten-accent.cms-star-rated {
    color: var(--color-lighten-accent)
}

.text-hover-lighten-accent:hover {
    color: var(--color-lighten-accent)
}

.bg-lighten-accent {
    background-color: var(--color-lighten-accent)
}

.bg-hover-lighten-accent:hover {
    background-color: var(--color-lighten-accent)
}

.bdr-lighten-accent {
    border-color: var(--color-lighten-accent)
}

.bdr-hover-lighten-accent:hover {
    border-color: var(--color-lighten-accent)
}

.divider-lighten-accent:before {
    background-color: var(--color-lighten-accent)
}

.cms-bg-gradient-lighten-accent {
    background-image: -webkit-linear-gradient(90deg, var(--color-lighten-accent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-lighten-accent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-lighten-accent) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-lighten-accent a {
    color: var(--color-lighten-accent)
}

a.link-primary, .link-primary a {
    color: var(--color-primary)
}

a.link-hover-primary:hover, .link-hover-primary:hover a {
    color: var(--color-primary)
}

.text-primary {
    color: var(--color-primary)
}

.text-primary.cms-star-rated {
    color: var(--color-primary)
}

.text-hover-primary:hover {
    color: var(--color-primary)
}

.bg-primary {
    background-color: var(--color-primary)
}

.bg-hover-primary:hover {
    background-color: var(--color-primary)
}

.bdr-primary {
    border-color: var(--color-primary)
}

.bdr-hover-primary:hover {
    border-color: var(--color-primary)
}

.divider-primary:before {
    background-color: var(--color-primary)
}

.cms-bg-gradient-primary {
    background-image: -webkit-linear-gradient(90deg, var(--color-primary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-primary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-primary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-primary a {
    color: var(--color-primary)
}

a.link-darken-primary, .link-darken-primary a {
    color: var(--color-darken-primary)
}

a.link-hover-darken-primary:hover, .link-hover-darken-primary:hover a {
    color: var(--color-darken-primary)
}

.text-darken-primary {
    color: var(--color-darken-primary)
}

.text-darken-primary.cms-star-rated {
    color: var(--color-darken-primary)
}

.text-hover-darken-primary:hover {
    color: var(--color-darken-primary)
}

.bg-darken-primary {
    background-color: var(--color-darken-primary)
}

.bg-hover-darken-primary:hover {
    background-color: var(--color-darken-primary)
}

.bdr-darken-primary {
    border-color: var(--color-darken-primary)
}

.bdr-hover-darken-primary:hover {
    border-color: var(--color-darken-primary)
}

.divider-darken-primary:before {
    background-color: var(--color-darken-primary)
}

.cms-bg-gradient-darken-primary {
    background-image: -webkit-linear-gradient(90deg, var(--color-darken-primary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-darken-primary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-darken-primary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-darken-primary a {
    color: var(--color-darken-primary)
}

a.link-lighten-primary, .link-lighten-primary a {
    color: var(--color-lighten-primary)
}

a.link-hover-lighten-primary:hover, .link-hover-lighten-primary:hover a {
    color: var(--color-lighten-primary)
}

.text-lighten-primary {
    color: var(--color-lighten-primary)
}

.text-lighten-primary.cms-star-rated {
    color: var(--color-lighten-primary)
}

.text-hover-lighten-primary:hover {
    color: var(--color-lighten-primary)
}

.bg-lighten-primary {
    background-color: var(--color-lighten-primary)
}

.bg-hover-lighten-primary:hover {
    background-color: var(--color-lighten-primary)
}

.bdr-lighten-primary {
    border-color: var(--color-lighten-primary)
}

.bdr-hover-lighten-primary:hover {
    border-color: var(--color-lighten-primary)
}

.divider-lighten-primary:before {
    background-color: var(--color-lighten-primary)
}

.cms-bg-gradient-lighten-primary {
    background-image: -webkit-linear-gradient(90deg, var(--color-lighten-primary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-lighten-primary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-lighten-primary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-lighten-primary a {
    color: var(--color-lighten-primary)
}

a.link-secondary, .link-secondary a {
    color: var(--color-secondary)
}

a.link-hover-secondary:hover, .link-hover-secondary:hover a {
    color: var(--color-secondary)
}

.text-secondary {
    color: var(--color-secondary)
}

.text-secondary.cms-star-rated {
    color: var(--color-secondary)
}

.text-hover-secondary:hover {
    color: var(--color-secondary)
}

.bg-secondary {
    background-color: var(--color-secondary)
}

.bg-hover-secondary:hover {
    background-color: var(--color-secondary)
}

.bdr-secondary {
    border-color: var(--color-secondary)
}

.bdr-hover-secondary:hover {
    border-color: var(--color-secondary)
}

.divider-secondary:before {
    background-color: var(--color-secondary)
}

.cms-bg-gradient-secondary {
    background-image: -webkit-linear-gradient(90deg, var(--color-secondary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-secondary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-secondary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-secondary a {
    color: var(--color-secondary)
}

a.link-darken-secondary, .link-darken-secondary a {
    color: var(--color-darken-secondary)
}

a.link-hover-darken-secondary:hover, .link-hover-darken-secondary:hover a {
    color: var(--color-darken-secondary)
}

.text-darken-secondary {
    color: var(--color-darken-secondary)
}

.text-darken-secondary.cms-star-rated {
    color: var(--color-darken-secondary)
}

.text-hover-darken-secondary:hover {
    color: var(--color-darken-secondary)
}

.bg-darken-secondary {
    background-color: var(--color-darken-secondary)
}

.bg-hover-darken-secondary:hover {
    background-color: var(--color-darken-secondary)
}

.bdr-darken-secondary {
    border-color: var(--color-darken-secondary)
}

.bdr-hover-darken-secondary:hover {
    border-color: var(--color-darken-secondary)
}

.divider-darken-secondary:before {
    background-color: var(--color-darken-secondary)
}

.cms-bg-gradient-darken-secondary {
    background-image: -webkit-linear-gradient(90deg, var(--color-darken-secondary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-darken-secondary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-darken-secondary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-darken-secondary a {
    color: var(--color-darken-secondary)
}

a.link-lighten-secondary, .link-lighten-secondary a {
    color: var(--color-lighten-secondary)
}

a.link-hover-lighten-secondary:hover, .link-hover-lighten-secondary:hover a {
    color: var(--color-lighten-secondary)
}

.text-lighten-secondary {
    color: var(--color-lighten-secondary)
}

.text-lighten-secondary.cms-star-rated {
    color: var(--color-lighten-secondary)
}

.text-hover-lighten-secondary:hover {
    color: var(--color-lighten-secondary)
}

.bg-lighten-secondary {
    background-color: var(--color-lighten-secondary)
}

.bg-hover-lighten-secondary:hover {
    background-color: var(--color-lighten-secondary)
}

.bdr-lighten-secondary {
    border-color: var(--color-lighten-secondary)
}

.bdr-hover-lighten-secondary:hover {
    border-color: var(--color-lighten-secondary)
}

.divider-lighten-secondary:before {
    background-color: var(--color-lighten-secondary)
}

.cms-bg-gradient-lighten-secondary {
    background-image: -webkit-linear-gradient(90deg, var(--color-lighten-secondary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-lighten-secondary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-lighten-secondary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-lighten-secondary a {
    color: var(--color-lighten-secondary)
}

a.link-thirdary, .link-thirdary a {
    color: var(--color-thirdary)
}

a.link-hover-thirdary:hover, .link-hover-thirdary:hover a {
    color: var(--color-thirdary)
}

.text-thirdary {
    color: var(--color-thirdary)
}

.text-thirdary.cms-star-rated {
    color: var(--color-thirdary)
}

.text-hover-thirdary:hover {
    color: var(--color-thirdary)
}

.bg-thirdary {
    background-color: var(--color-thirdary)
}

.bg-hover-thirdary:hover {
    background-color: var(--color-thirdary)
}

.bdr-thirdary {
    border-color: var(--color-thirdary)
}

.bdr-hover-thirdary:hover {
    border-color: var(--color-thirdary)
}

.divider-thirdary:before {
    background-color: var(--color-thirdary)
}

.cms-bg-gradient-thirdary {
    background-image: -webkit-linear-gradient(90deg, var(--color-thirdary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-thirdary) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-thirdary) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-thirdary a {
    color: var(--color-thirdary)
}

a.link-rating, .link-rating a {
    color: var(--color-rating)
}

a.link-hover-rating:hover, .link-hover-rating:hover a {
    color: var(--color-rating)
}

.text-rating {
    color: var(--color-rating)
}

.text-rating.cms-star-rated {
    color: var(--color-rating)
}

.text-hover-rating:hover {
    color: var(--color-rating)
}

.bg-rating {
    background-color: var(--color-rating)
}

.bg-hover-rating:hover {
    background-color: var(--color-rating)
}

.bdr-rating {
    border-color: var(--color-rating)
}

.bdr-hover-rating:hover {
    border-color: var(--color-rating)
}

.divider-rating:before {
    background-color: var(--color-rating)
}

.cms-bg-gradient-rating {
    background-image: -webkit-linear-gradient(90deg, var(--color-rating) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-rating) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-rating) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-rating a {
    color: var(--color-rating)
}

a.link-heading, .link-heading a {
    color: var(--color-heading)
}

a.link-hover-heading:hover, .link-hover-heading:hover a {
    color: var(--color-heading)
}

.text-heading {
    color: var(--color-heading)
}

.text-heading.cms-star-rated {
    color: var(--color-heading)
}

.text-hover-heading:hover {
    color: var(--color-heading)
}

.bg-heading {
    background-color: var(--color-heading)
}

.bg-hover-heading:hover {
    background-color: var(--color-heading)
}

.bdr-heading {
    border-color: var(--color-heading)
}

.bdr-hover-heading:hover {
    border-color: var(--color-heading)
}

.divider-heading:before {
    background-color: var(--color-heading)
}

.cms-bg-gradient-heading {
    background-image: -webkit-linear-gradient(90deg, var(--color-heading) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-heading) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-heading) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-heading a {
    color: var(--color-heading)
}

a.link-body, .link-body a {
    color: var(--color-body)
}

a.link-hover-body:hover, .link-hover-body:hover a {
    color: var(--color-body)
}

.text-body {
    color: var(--color-body)
}

.text-body.cms-star-rated {
    color: var(--color-body)
}

.text-hover-body:hover {
    color: var(--color-body)
}

.bg-body {
    background-color: var(--color-body)
}

.bg-hover-body:hover {
    background-color: var(--color-body)
}

.bdr-body {
    border-color: var(--color-body)
}

.bdr-hover-body:hover {
    border-color: var(--color-body)
}

.divider-body:before {
    background-color: var(--color-body)
}

.cms-bg-gradient-body {
    background-image: -webkit-linear-gradient(90deg, var(--color-body) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-body) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-body) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-body a {
    color: var(--color-body)
}

a.link-white, .link-white a {
    color: var(--color-white)
}

a.link-hover-white:hover, .link-hover-white:hover a {
    color: var(--color-white)
}

.text-white {
    color: var(--color-white)
}

.text-white.cms-star-rated {
    color: var(--color-white)
}

.text-hover-white:hover {
    color: var(--color-white)
}

.bg-white {
    background-color: var(--color-white)
}

.bg-hover-white:hover {
    background-color: var(--color-white)
}

.bdr-white {
    border-color: var(--color-white)
}

.bdr-hover-white:hover {
    border-color: var(--color-white)
}

.divider-white:before {
    background-color: var(--color-white)
}

.cms-bg-gradient-white {
    background-image: -webkit-linear-gradient(90deg, var(--color-white) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-white) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-white) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-white a {
    color: var(--color-white)
}

a.link-transparent, .link-transparent a {
    color: var(--color-transparent)
}

a.link-hover-transparent:hover, .link-hover-transparent:hover a {
    color: var(--color-transparent)
}

.text-transparent {
    color: var(--color-transparent)
}

.text-transparent.cms-star-rated {
    color: var(--color-transparent)
}

.text-hover-transparent:hover {
    color: var(--color-transparent)
}

.bg-transparent {
    background-color: var(--color-transparent)
}

.bg-hover-transparent:hover {
    background-color: var(--color-transparent)
}

.bdr-transparent {
    border-color: var(--color-transparent)
}

.bdr-hover-transparent:hover {
    border-color: var(--color-transparent)
}

.divider-transparent:before {
    background-color: var(--color-transparent)
}

.cms-bg-gradient-transparent {
    background-image: -webkit-linear-gradient(90deg, var(--color-transparent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-transparent) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-transparent) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-transparent a {
    color: var(--color-transparent)
}

a.link-custom-1, .link-custom-1 a {
    color: var(--color-custom-1)
}

a.link-hover-custom-1:hover, .link-hover-custom-1:hover a {
    color: var(--color-custom-1)
}

.text-custom-1 {
    color: var(--color-custom-1)
}

.text-custom-1.cms-star-rated {
    color: var(--color-custom-1)
}

.text-hover-custom-1:hover {
    color: var(--color-custom-1)
}

.bg-custom-1 {
    background-color: var(--color-custom-1)
}

.bg-hover-custom-1:hover {
    background-color: var(--color-custom-1)
}

.bdr-custom-1 {
    border-color: var(--color-custom-1)
}

.bdr-hover-custom-1:hover {
    border-color: var(--color-custom-1)
}

.divider-custom-1:before {
    background-color: var(--color-custom-1)
}

.cms-bg-gradient-custom-1 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-1) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-1) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-1) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-1 a {
    color: var(--color-custom-1)
}

a.link-custom-2, .link-custom-2 a {
    color: var(--color-custom-2)
}

a.link-hover-custom-2:hover, .link-hover-custom-2:hover a {
    color: var(--color-custom-2)
}

.text-custom-2 {
    color: var(--color-custom-2)
}

.text-custom-2.cms-star-rated {
    color: var(--color-custom-2)
}

.text-hover-custom-2:hover {
    color: var(--color-custom-2)
}

.bg-custom-2 {
    background-color: var(--color-custom-2)
}

.bg-hover-custom-2:hover {
    background-color: var(--color-custom-2)
}

.bdr-custom-2 {
    border-color: var(--color-custom-2)
}

.bdr-hover-custom-2:hover {
    border-color: var(--color-custom-2)
}

.divider-custom-2:before {
    background-color: var(--color-custom-2)
}

.cms-bg-gradient-custom-2 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-2) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-2) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-2) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-2 a {
    color: var(--color-custom-2)
}

a.link-custom-3, .link-custom-3 a {
    color: var(--color-custom-3)
}

a.link-hover-custom-3:hover, .link-hover-custom-3:hover a {
    color: var(--color-custom-3)
}

.text-custom-3 {
    color: var(--color-custom-3)
}

.text-custom-3.cms-star-rated {
    color: var(--color-custom-3)
}

.text-hover-custom-3:hover {
    color: var(--color-custom-3)
}

.bg-custom-3 {
    background-color: var(--color-custom-3)
}

.bg-hover-custom-3:hover {
    background-color: var(--color-custom-3)
}

.bdr-custom-3 {
    border-color: var(--color-custom-3)
}

.bdr-hover-custom-3:hover {
    border-color: var(--color-custom-3)
}

.divider-custom-3:before {
    background-color: var(--color-custom-3)
}

.cms-bg-gradient-custom-3 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-3) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-3) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-3) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-3 a {
    color: var(--color-custom-3)
}

a.link-custom-4, .link-custom-4 a {
    color: var(--color-custom-4)
}

a.link-hover-custom-4:hover, .link-hover-custom-4:hover a {
    color: var(--color-custom-4)
}

.text-custom-4 {
    color: var(--color-custom-4)
}

.text-custom-4.cms-star-rated {
    color: var(--color-custom-4)
}

.text-hover-custom-4:hover {
    color: var(--color-custom-4)
}

.bg-custom-4 {
    background-color: var(--color-custom-4)
}

.bg-hover-custom-4:hover {
    background-color: var(--color-custom-4)
}

.bdr-custom-4 {
    border-color: var(--color-custom-4)
}

.bdr-hover-custom-4:hover {
    border-color: var(--color-custom-4)
}

.divider-custom-4:before {
    background-color: var(--color-custom-4)
}

.cms-bg-gradient-custom-4 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-4) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-4) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-4) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-4 a {
    color: var(--color-custom-4)
}

a.link-custom-5, .link-custom-5 a {
    color: var(--color-custom-5)
}

a.link-hover-custom-5:hover, .link-hover-custom-5:hover a {
    color: var(--color-custom-5)
}

.text-custom-5 {
    color: var(--color-custom-5)
}

.text-custom-5.cms-star-rated {
    color: var(--color-custom-5)
}

.text-hover-custom-5:hover {
    color: var(--color-custom-5)
}

.bg-custom-5 {
    background-color: var(--color-custom-5)
}

.bg-hover-custom-5:hover {
    background-color: var(--color-custom-5)
}

.bdr-custom-5 {
    border-color: var(--color-custom-5)
}

.bdr-hover-custom-5:hover {
    border-color: var(--color-custom-5)
}

.divider-custom-5:before {
    background-color: var(--color-custom-5)
}

.cms-bg-gradient-custom-5 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-5) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-5) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-5) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-5 a {
    color: var(--color-custom-5)
}

a.link-custom-6, .link-custom-6 a {
    color: var(--color-custom-6)
}

a.link-hover-custom-6:hover, .link-hover-custom-6:hover a {
    color: var(--color-custom-6)
}

.text-custom-6 {
    color: var(--color-custom-6)
}

.text-custom-6.cms-star-rated {
    color: var(--color-custom-6)
}

.text-hover-custom-6:hover {
    color: var(--color-custom-6)
}

.bg-custom-6 {
    background-color: var(--color-custom-6)
}

.bg-hover-custom-6:hover {
    background-color: var(--color-custom-6)
}

.bdr-custom-6 {
    border-color: var(--color-custom-6)
}

.bdr-hover-custom-6:hover {
    border-color: var(--color-custom-6)
}

.divider-custom-6:before {
    background-color: var(--color-custom-6)
}

.cms-bg-gradient-custom-6 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-6) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-6) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-6) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-6 a {
    color: var(--color-custom-6)
}

a.link-custom-7, .link-custom-7 a {
    color: var(--color-custom-7)
}

a.link-hover-custom-7:hover, .link-hover-custom-7:hover a {
    color: var(--color-custom-7)
}

.text-custom-7 {
    color: var(--color-custom-7)
}

.text-custom-7.cms-star-rated {
    color: var(--color-custom-7)
}

.text-hover-custom-7:hover {
    color: var(--color-custom-7)
}

.bg-custom-7 {
    background-color: var(--color-custom-7)
}

.bg-hover-custom-7:hover {
    background-color: var(--color-custom-7)
}

.bdr-custom-7 {
    border-color: var(--color-custom-7)
}

.bdr-hover-custom-7:hover {
    border-color: var(--color-custom-7)
}

.divider-custom-7:before {
    background-color: var(--color-custom-7)
}

.cms-bg-gradient-custom-7 {
    background-image: -webkit-linear-gradient(90deg, var(--color-custom-7) 0%, rgba(0, 1, 0,) 77%);
    background-image: -moz-linear-gradient(90deg, var(--color-custom-7) 0%, rgba(0, 1, 0,) 77%);
    background-image: -ms-linear-gradient(90deg, var(--color-custom-7) 0%, rgba(0, 1, 0,) 77%)
}

.current-menu-item .link-hover-custom-7 a {
    color: var(--color-custom-7)
}

.text-red {
    color: #f00
}

.bg-inherit {
    background: inherit
}

.bg-light-accent {
    background-color: #e4f2e2
}

.bg-f4f4f4 {
    background-color: #f4f4f4
}

.bg-f0f5fd {
    background-color: #f0f5fd
}

@media (max-width: 479.98px) {
    .d-max-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
    .d-max-xs-none {
        display: none !important
    }

    .d-max-xs-inline {
        display: inline !important
    }

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

    .d-max-xs-block {
        display: block !important
    }

    .d-max-xs-table {
        display: table !important
    }

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

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

    .d-max-xs-flex {
        display: flex !important
    }

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

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

    .d-max-sm-inline {
        display: inline !important
    }

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

    .d-max-sm-block {
        display: block !important
    }

    .d-max-sm-table {
        display: table !important
    }

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

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

    .d-max-sm-flex {
        display: flex !important
    }

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

@media (max-width: 1024.98px) {
    .d-max-md-none {
        display: none !important
    }

    .d-max-md-inline {
        display: inline !important
    }

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

    .d-max-md-block {
        display: block !important
    }

    .d-max-md-table {
        display: table !important
    }

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

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

    .d-max-md-flex {
        display: flex !important
    }

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

@media (max-width: 1279.98px) {
    .d-max-lg-none {
        display: none !important
    }

    .d-max-lg-inline {
        display: inline !important
    }

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

    .d-max-lg-block {
        display: block !important
    }

    .d-max-lg-table {
        display: table !important
    }

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

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

    .d-max-lg-flex {
        display: flex !important
    }

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

@media (max-width: 1365.98px) {
    .d-max-xl-none {
        display: none !important
    }

    .d-max-xl-inline {
        display: inline !important
    }

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

    .d-max-xl-block {
        display: block !important
    }

    .d-max-xl-table {
        display: table !important
    }

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

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

    .d-max-xl-flex {
        display: flex !important
    }

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

@media (max-width: 1439.98px) {
    .d-max-xxl-none {
        display: none !important
    }

    .d-max-xxl-inline {
        display: inline !important
    }

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

    .d-max-xxl-block {
        display: block !important
    }

    .d-max-xxl-table {
        display: table !important
    }

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

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

    .d-max-xxl-flex {
        display: flex !important
    }

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

@media (max-width: 1599.98px) {
    .d-max-3xl-none {
        display: none !important
    }

    .d-max-3xl-inline {
        display: inline !important
    }

    .d-max-3xl-inline-block {
        display: inline-block !important
    }

    .d-max-3xl-block {
        display: block !important
    }

    .d-max-3xl-table {
        display: table !important
    }

    .d-max-3xl-table-row {
        display: table-row !important
    }

    .d-max-3xl-table-cell {
        display: table-cell !important
    }

    .d-max-3xl-flex {
        display: flex !important
    }

    .d-max-3xl-inline-flex {
        display: inline-flex !important
    }
}

.d-max-4xl-none {
    display: none !important
}

.d-max-4xl-inline {
    display: inline !important
}

.d-max-4xl-inline-block {
    display: inline-block !important
}

.d-max-4xl-block {
    display: block !important
}

.d-max-4xl-table {
    display: table !important
}

.d-max-4xl-table-row {
    display: table-row !important
}

.d-max-4xl-table-cell {
    display: table-cell !important
}

.d-max-4xl-flex {
    display: flex !important
}

.d-max-4xl-inline-flex {
    display: inline-flex !important
}

.d-flex {
    flex-wrap: wrap
}

.hover-border {
    transition: color 0.25s
}

.hover-border:before, .hover-border:after {
    border: 3px solid transparent;
    width: 0;
    height: 0
}

.hover-border:before {
    top: 0;
    left: 0
}

.hover-border:after {
    bottom: 0;
    right: 0
}

.hover-border:hover:before, .hover-border:hover:after {
    width: 100%;
    height: 100%;
    display: block
}

.hover-border:hover:before {
    border-top-color: var(--color-accent);
    border-right-color: var(--color-accent);
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s
}

.hover-border:hover:after {
    border-bottom-color: var(--color-accent);
    border-left-color: var(--color-accent);
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

.hover-border-outer {
    position: relative;
    z-index: 1;
    height: 100%;
    display: block
}

.hover-border-outer:before, .hover-border-outer:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1;
    display: block
}

.cms-hover-show-more-text-wrap .cms-hover-show-more-text {
    overflow: hidden
}

.cms-hover-show-more-text-wrap .cms-hover-show-more-text .cms-btn-text {
    transform: translateX(-150%);
    transition: all 300ms ease-in-out
}

.cms-hover-show-more-text-wrap:hover .cms-btn-text {
    transform: translateX(0)
}

.cms-img-hover .cms-img {
    opacity: 0.5
}

.cms-img-hover .cms-img:hover {
    opacity: 1
}

.cms-img-hoverzoom-in .cms-img:hover {
    transform: scale(0.9)
}

.cms-img-hoverzoom-out .cms-img:hover {
    transform: scale(1.1)
}

.cms-hover-image-zoomout .cms-post-image {
    overflow: hidden
}

.cms-hover-image-zoomout:hover .cms-img {
    transform: scale(1.1)
}

.cms-icon {
    line-height: 1
}

.cmsi-arrow-right.circle {
    border-radius: 50%;
    text-align: center
}

.cmsi-arrow-right.size-22 {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    display: inline-block
}

.cms-modal-html {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5)
}

.cms-modal-html.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: scale(1)
}

.cms-modal-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: var(--color-accent);
    cursor: pointer
}

.cms-modal-close:hover {
    background: red
}

[dir="rtl"] .cms-modal-close {
    right: auto;
    left: 40px
}

@media (max-width: 767px) {
    .cms-modal-close {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }
}

.opacity-0 {
    opacity: 0
}

.opacity-01 {
    opacity: 0.1
}

.opacity-02 {
    opacity: 0.2
}

.opacity-025 {
    opacity: 0.25
}

.opacity-03 {
    opacity: 0.3
}

.opacity-04 {
    opacity: 0.4
}

.opacity-05 {
    opacity: 0.5
}

.opacity-06 {
    opacity: 0.6
}

.opacity-07 {
    opacity: 0.7
}

.opacity-08 {
    opacity: 0.8
}

.opacity-09 {
    opacity: 0.9
}

.opacity-15 {
    opacity: 0.15
}

.cms-overlay-wrap {
    position: relative;
    overflow: hidden;
    outline: none
}

.cms-overlay-wrap img {
    transition: all 300ms ease-in-out
}

.cms-overlay-wrap .cms-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out
}

.cms-overlay-wrap .cms-overlay-content:not([class*="bg-"]) {
    background: var(--primary-07)
}

.cms-overlay-wrap .cms-bottom-to-top {
    transform: translateY(100%)
}

.cms-overlay-wrap:hover img {
    transform: scale(1.1)
}

.cms-overlay-wrap:hover .cms-overlay-content {
    visibility: visible;
    opacity: 1
}

.cms-overlay-wrap:hover .cms-bottom-to-top {
    transform: translateY(0)
}

@media (max-width: 1024px) {
    .cms-overlay-wrap .cms-overlay-content {
        visibility: visible;
        opacity: 1
    }

    .cms-overlay-wrap .cms-bottom-to-top {
        transform: translateY(0)
    }
}

.cms-overlay-wrap.cms-overlay-bottom-to-top:before {
    height: 0
}

.cms-overlay-wrap.cms-overlay-bottom-to-top:hover:before {
    height: calc(100% - 20px)
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    transition: all 500ms linear;
    transform: translateY(100%)
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title {
    color: var(--color-accent)
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title:hover {
    color: #fff
}

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title:hover a {
    color: inherit
}

.cms-overlay-wrap.cms-overlay-slideup:hover .cms-overlay-content {
    transform: translateY(0)
}

.cms-overlay-wrap.cms-overlay-zoom-in .cms-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(4, 43, 111, 0.4);
    transform: scale(0)
}

.cms-overlay-wrap.cms-overlay-center-to-side .cms-overlay-content {
    left: 50%;
    right: 50%;
    background: rgba(4, 43, 111, 0.4)
}

.cms-overlay-wrap:hover.cms-overlay-zoom-in .cms-overlay-content {
    transform: scale(1)
}

.cms-overlay-wrap:hover.cms-overlay-center-to-side .cms-overlay-content {
    left: 0;
    right: 0
}

.cms-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.relative {
    position: relative
}

.absolute {
    position: absolute;
    z-index: 1
}

.absolute.left {
    left: 0
}

[dir="rtl"] .absolute.left {
    left: auto;
    right: 0
}

.absolute.right {
    right: 0
}

[dir="rtl"] .absolute.right {
    right: auto;
    left: 0
}

@media (min-width: 1280px) {
    .absolute-xl {
        position: absolute
    }
}

@media (min-width: 1025px) {
    .absolute-lg {
        position: absolute
    }
}

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

.cms-abs-t-0 {
    top: 0px
}

.cms-abs-r-0 {
    right: 0px
}

[dir="rtl"] .cms-abs-r-0 {
    right: auto;
    left: 0px
}

.cms-abs-b-0 {
    bottom: 0px
}

.cms-abs-l-0 {
    left: 0px
}

[dir="rtl"] .cms-abs-l-0 {
    left: auto;
    right: 0px
}

.cms-abs-t-5 {
    top: 5px
}

.cms-abs-r-5 {
    right: 5px
}

[dir="rtl"] .cms-abs-r-5 {
    right: auto;
    left: 5px
}

.cms-abs-b-5 {
    bottom: 5px
}

.cms-abs-l-5 {
    left: 5px
}

[dir="rtl"] .cms-abs-l-5 {
    left: auto;
    right: 5px
}

.cms-abs-t-10 {
    top: 10px
}

.cms-abs-r-10 {
    right: 10px
}

[dir="rtl"] .cms-abs-r-10 {
    right: auto;
    left: 10px
}

.cms-abs-b-10 {
    bottom: 10px
}

.cms-abs-l-10 {
    left: 10px
}

[dir="rtl"] .cms-abs-l-10 {
    left: auto;
    right: 10px
}

.cms-abs-t-15 {
    top: 15px
}

.cms-abs-r-15 {
    right: 15px
}

[dir="rtl"] .cms-abs-r-15 {
    right: auto;
    left: 15px
}

.cms-abs-b-15 {
    bottom: 15px
}

.cms-abs-l-15 {
    left: 15px
}

[dir="rtl"] .cms-abs-l-15 {
    left: auto;
    right: 15px
}

.cms-abs-t-20 {
    top: 20px
}

.cms-abs-r-20 {
    right: 20px
}

[dir="rtl"] .cms-abs-r-20 {
    right: auto;
    left: 20px
}

.cms-abs-b-20 {
    bottom: 20px
}

.cms-abs-l-20 {
    left: 20px
}

[dir="rtl"] .cms-abs-l-20 {
    left: auto;
    right: 20px
}

.cms-abs-t-25 {
    top: 25px
}

.cms-abs-r-25 {
    right: 25px
}

[dir="rtl"] .cms-abs-r-25 {
    right: auto;
    left: 25px
}

.cms-abs-b-25 {
    bottom: 25px
}

.cms-abs-l-25 {
    left: 25px
}

[dir="rtl"] .cms-abs-l-25 {
    left: auto;
    right: 25px
}

.cms-abs-t-30 {
    top: 30px
}

.cms-abs-r-30 {
    right: 30px
}

[dir="rtl"] .cms-abs-r-30 {
    right: auto;
    left: 30px
}

.cms-abs-b-30 {
    bottom: 30px
}

.cms-abs-l-30 {
    left: 30px
}

[dir="rtl"] .cms-abs-l-30 {
    left: auto;
    right: 30px
}

.cms-abs-t-35 {
    top: 35px
}

.cms-abs-r-35 {
    right: 35px
}

[dir="rtl"] .cms-abs-r-35 {
    right: auto;
    left: 35px
}

.cms-abs-b-35 {
    bottom: 35px
}

.cms-abs-l-35 {
    left: 35px
}

[dir="rtl"] .cms-abs-l-35 {
    left: auto;
    right: 35px
}

.cms-abs-t-40 {
    top: 40px
}

.cms-abs-r-40 {
    right: 40px
}

[dir="rtl"] .cms-abs-r-40 {
    right: auto;
    left: 40px
}

.cms-abs-b-40 {
    bottom: 40px
}

.cms-abs-l-40 {
    left: 40px
}

[dir="rtl"] .cms-abs-l-40 {
    left: auto;
    right: 40px
}

.cms-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    z-index: 2
}

.rating-container {
    display: inline-block;
    height: 24px;
    vertical-align: top;
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl
}

.rating-container * {
    font-size: 20px
}

.rating-container > input {
    display: none
}

.rating-container > input + label {
    font-family: "cmsi";
    line-height: 1
}

.rating-container > input + label:before {
    display: inline-block;
    content: "\e948";
    color: var(--color-body)
}

.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before, .cms-rating-icon-filled:before {
    content: "\e949";
    color: var(--color-rating)
}

.rating-container:hover > input + label:before, .cms-rating-icon-empty:before {
    content: "\e948";
    color: var(--color-body);
    text-shadow: none
}

.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
    content: "\e949";
    color: var(--color-rating)
}

.cms-rating-icon-filled, .cms-rating-icon-empty {
    font-family: "cmsi";
    display: inline-block;
    overflow: hidden;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0
}

.cms-rating-icon-empty {
    z-index: -1
}

.cms-star-rating {
    width: 90px;
    height: 14px;
    display: inline-block;
    letter-spacing: 3px;
    color: var(--color-body);
    font-size: 13px
}

.cms-star-rating:before {
    font-family: "cmsi";
    content: '\e948\e948\e948\e948\e948'
}

.cms-star-rating .cms-star-rated {
    top: 0
}

.cms-star-rating .cms-star-rated:before {
    font-family: "cmsi";
    content: '\e949\e949\e949\e949\e949'
}

.cms-star-rated {
    color: var(--color-rating);
    white-space: nowrap;
    overflow: hidden
}

.cms-search-form, .woocommerce-product-search {
    position: relative
}

.cms-search-form [type="search"], .woocommerce-product-search [type="search"] {
    padding-right: 58px;
    height: 65px !important;
    line-height: 65px !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 1px #e6e8eb inset !important
}

[dir="rtl"] .cms-search-form [type="search"], [dir="rtl"] .woocommerce-product-search [type="search"] {
    padding-right: 20px;
    padding-left: 58px
}

.cms-search-form [type="submit"], .woocommerce-product-search [type="submit"] {
    width: 48px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 0;
    text-indent: -999999px;
    color: var(--color-primary)
}

[dir="rtl"] .cms-search-form [type="submit"], [dir="rtl"] .woocommerce-product-search [type="submit"] {
    right: auto;
    left: 0
}

.cms-search-form [type="submit"]:before, .woocommerce-product-search [type="submit"]:before {
    font-family: "cmsi";
    content: "\e93f";
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    transform: translate(-50%, -50%)
}

.cms-search-form [type="submit"]:hover, .woocommerce-product-search [type="submit"]:hover {
    color: var(--color-accent)
}

.cms-search-form.cms-search-form-popup {
    width: 100%;
    max-width: 775px;
    margin: 0 auto
}

.cms-search-form.cms-search-form-popup [type="search"] {
    padding-left: 58px !important;
    padding-right: 0;
    font-size: 35px !important;
    background: transparent;
    font-family: var(--heading-font-family);
    border-bottom: 2px solid #eaeaea !important;
    box-shadow: none !important;
    border-radius: 0 !important
}

[dir="rtl"] .cms-search-form.cms-search-form-popup [type="search"] {
    padding-right: 58px !important;
    padding-left: 0
}

@media (max-width: 1024px) {
    .cms-search-form.cms-search-form-popup [type="search"] {
        font-size: 20px !important
    }
}

@media (max-width: 767px) {
    .cms-search-form.cms-search-form-popup [type="search"] {
        font-size: 15px !important
    }
}

.cms-search-form.cms-search-form-popup [type="search"]::-webkit-input-placeholder {
    font-size: 35px;
    color: var(--body-font-color)
}

@media (max-width: 1024px) {
    .cms-search-form.cms-search-form-popup [type="search"]::-webkit-input-placeholder {
        font-size: 20px !important
    }
}

@media (max-width: 767px) {
    .cms-search-form.cms-search-form-popup [type="search"]::-webkit-input-placeholder {
        font-size: 15px !important
    }
}

.cms-search-form.cms-search-form-popup [type="submit"] {
    left: 0
}

.cms-search-form.cms-search-form-popup [type="submit"]:before {
    font-size: 28px;
    margin-top: -2px
}

[dir="rtl"] .cms-search-form.cms-search-form-popup [type="submit"] {
    left: auto;
    right: 0
}

#cms-search-popup.cms-modal-html {
    background: #fff
}

.cms-shadow-1 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-shadow-active-1.active, .cms-shadow-active-1:hover, .cms-shadow-active-1.current, .cms-shadow-active-1[class*="current"] {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.active .cms-shadow-active-1, [class*="current"] .cms-shadow-active-1 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-shadow-hover-1:hover {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.elementor img.cms-shadow-1 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-shadow-2 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-shadow-active-2.active, .cms-shadow-active-2:hover, .cms-shadow-active-2.current, .cms-shadow-active-2[class*="current"] {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.active .cms-shadow-active-2, [class*="current"] .cms-shadow-active-2 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-shadow-hover-2:hover {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.elementor img.cms-shadow-2 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-shadow-3 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
}

.cms-shadow-active-3.active, .cms-shadow-active-3:hover, .cms-shadow-active-3.current, .cms-shadow-active-3[class*="current"] {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
}

.active .cms-shadow-active-3, [class*="current"] .cms-shadow-active-3 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
}

.cms-shadow-hover-3:hover {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
}

.elementor img.cms-shadow-3 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
}

.cms-shadow-4 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
}

.cms-shadow-active-4.active, .cms-shadow-active-4:hover, .cms-shadow-active-4.current, .cms-shadow-active-4[class*="current"] {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
}

.active .cms-shadow-active-4, [class*="current"] .cms-shadow-active-4 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
}

.cms-shadow-hover-4:hover {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
}

.elementor img.cms-shadow-4 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
}

.cms-shadow-5 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
}

.cms-shadow-active-5.active, .cms-shadow-active-5:hover, .cms-shadow-active-5.current, .cms-shadow-active-5[class*="current"] {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
}

.active .cms-shadow-active-5, [class*="current"] .cms-shadow-active-5 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
}

.cms-shadow-hover-5:hover {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
}

.elementor img.cms-shadow-5 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
}

.cms-shadow-6 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
}

.cms-shadow-active-6.active, .cms-shadow-active-6:hover, .cms-shadow-active-6.current, .cms-shadow-active-6[class*="current"] {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
}

.active .cms-shadow-active-6, [class*="current"] .cms-shadow-active-6 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
}

.cms-shadow-hover-6:hover {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
}

.elementor img.cms-shadow-6 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
}

@media (max-width: 479.98px) {
    .cms-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 575.98px) {
    .cms-xs-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-xs-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-xs-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-xs-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-xs-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-xs-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 767.98px) {
    .cms-sm-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-sm-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-sm-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-sm-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-sm-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-sm-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 1024.98px) {
    .cms-md-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-md-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-md-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-md-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-md-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-md-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 1279.98px) {
    .cms-lg-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-lg-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-lg-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-lg-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-lg-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-lg-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 1365.98px) {
    .cms-xl-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-xl-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-xl-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-xl-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-xl-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-xl-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 1439.98px) {
    .cms-xxl-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-xxl-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-xxl-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-xxl-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-xxl-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-xxl-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

@media (max-width: 1599.98px) {
    .cms-3xl-shadow-1 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-3xl-shadow-2 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
    }

    .cms-3xl-shadow-3 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
    }

    .cms-3xl-shadow-4 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
    }

    .cms-3xl-shadow-5 {
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
    }

    .cms-3xl-shadow-6 {
        box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
    }
}

.cms-4xl-shadow-1 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-4xl-shadow-2 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15)
}

.cms-4xl-shadow-3 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13)
}

.cms-4xl-shadow-4 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12)
}

.cms-4xl-shadow-5 {
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1)
}

.cms-4xl-shadow-6 {
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07)
}

a, .transition, .cms-transition, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cms-swiper-dots button, img {
    transition: all 300ms ease-in-out
}

.cms-transition-1 {
    transition: all 300ms linear 0s
}

.cms-transition-2 {
    transition: all 300ms linear 0.05s
}

[class*="cms-gradient-"]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cms-gradient-1 {
    background: rgba(27, 26, 26, 0.25)
}

.cms-gradient-1:before {
    background: -webkit-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: -o-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: -ms-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: -moz-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: linear-gradient(to bottom, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%)
}

.cms-gradient-accent {
    background: rgba(var(--color-accent-rgb), 0.9)
}

.cms-gradient-accent:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-accent-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-accent-rgb), 1) 80%)
}

.cms-gradient-darken-accent {
    background: rgba(var(--color-darken-accent-rgb), 0.9)
}

.cms-gradient-darken-accent:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-darken-accent-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-darken-accent-rgb), 1) 80%)
}

.cms-gradient-lighten-accent {
    background: rgba(var(--color-lighten-accent-rgb), 0.9)
}

.cms-gradient-lighten-accent:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-lighten-accent-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-lighten-accent-rgb), 1) 80%)
}

.cms-gradient-primary {
    background: rgba(var(--color-primary-rgb), 0.9)
}

.cms-gradient-primary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-primary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-primary-rgb), 1) 80%)
}

.cms-gradient-darken-primary {
    background: rgba(var(--color-darken-primary-rgb), 0.9)
}

.cms-gradient-darken-primary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-darken-primary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-darken-primary-rgb), 1) 80%)
}

.cms-gradient-lighten-primary {
    background: rgba(var(--color-lighten-primary-rgb), 0.9)
}

.cms-gradient-lighten-primary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-lighten-primary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-lighten-primary-rgb), 1) 80%)
}

.cms-gradient-secondary {
    background: rgba(var(--color-secondary-rgb), 0.9)
}

.cms-gradient-secondary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-secondary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-secondary-rgb), 1) 80%)
}

.cms-gradient-darken-secondary {
    background: rgba(var(--color-darken-secondary-rgb), 0.9)
}

.cms-gradient-darken-secondary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-darken-secondary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-darken-secondary-rgb), 1) 80%)
}

.cms-gradient-lighten-secondary {
    background: rgba(var(--color-lighten-secondary-rgb), 0.9)
}

.cms-gradient-lighten-secondary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-lighten-secondary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-lighten-secondary-rgb), 1) 80%)
}

.cms-gradient-thirdary {
    background: rgba(var(--color-thirdary-rgb), 0.9)
}

.cms-gradient-thirdary:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-thirdary-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-thirdary-rgb), 1) 80%)
}

.cms-gradient-rating {
    background: rgba(var(--color-rating-rgb), 0.9)
}

.cms-gradient-rating:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-rating-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-rating-rgb), 1) 80%)
}

.cms-gradient-heading {
    background: rgba(var(--color-heading-rgb), 0.9)
}

.cms-gradient-heading:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-heading-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-heading-rgb), 1) 80%)
}

.cms-gradient-body {
    background: rgba(var(--color-body-rgb), 0.9)
}

.cms-gradient-body:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-body-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-body-rgb), 1) 80%)
}

.cms-gradient-white {
    background: rgba(var(--color-white-rgb), 0.9)
}

.cms-gradient-white:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-white-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-white-rgb), 1) 80%)
}

.cms-gradient-transparent {
    background: rgba(var(--color-transparent-rgb), 0.9)
}

.cms-gradient-transparent:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-transparent-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-transparent-rgb), 1) 80%)
}

.cms-gradient-custom-1 {
    background: rgba(var(--color-custom-1-rgb), 0.9)
}

.cms-gradient-custom-1:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-1-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-1-rgb), 1) 80%)
}

.cms-gradient-custom-2 {
    background: rgba(var(--color-custom-2-rgb), 0.9)
}

.cms-gradient-custom-2:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-2-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-2-rgb), 1) 80%)
}

.cms-gradient-custom-3 {
    background: rgba(var(--color-custom-3-rgb), 0.9)
}

.cms-gradient-custom-3:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-3-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-3-rgb), 1) 80%)
}

.cms-gradient-custom-4 {
    background: rgba(var(--color-custom-4-rgb), 0.9)
}

.cms-gradient-custom-4:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-4-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-4-rgb), 1) 80%)
}

.cms-gradient-custom-5 {
    background: rgba(var(--color-custom-5-rgb), 0.9)
}

.cms-gradient-custom-5:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-5-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-5-rgb), 1) 80%)
}

.cms-gradient-custom-6 {
    background: rgba(var(--color-custom-6-rgb), 0.9)
}

.cms-gradient-custom-6:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-6-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-6-rgb), 1) 80%)
}

.cms-gradient-custom-7 {
    background: rgba(var(--color-custom-7-rgb), 0.9)
}

.cms-gradient-custom-7:before {
    background-image: -moz-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-7-rgb), 1) 80%);
    background-image: -webkit-linear-gradient(-90deg, rgba(6, 70, 178, 0) 0%, rgba(11, 173, 246, 0) 0%, rgba(var(--color-custom-7-rgb), 1) 80%)
}

.text-8 {
    font-size: 8px
}

.lh-8 {
    line-height: 8px
}

.lh-8.cms-heading {
    line-height: 8px
}

.text-10 {
    font-size: 10px
}

.lh-10 {
    line-height: 10px
}

.lh-10.cms-heading {
    line-height: 10px
}

.text-11 {
    font-size: 11px
}

.lh-11 {
    line-height: 11px
}

.lh-11.cms-heading {
    line-height: 11px
}

.text-12 {
    font-size: 12px
}

.lh-12 {
    line-height: 12px
}

.lh-12.cms-heading {
    line-height: 12px
}

.text-13 {
    font-size: 13px
}

.lh-13 {
    line-height: 13px
}

.lh-13.cms-heading {
    line-height: 13px
}

.text-14 {
    font-size: 14px
}

.lh-14 {
    line-height: 14px
}

.lh-14.cms-heading {
    line-height: 14px
}

.text-15 {
    font-size: 15px
}

.lh-15 {
    line-height: 15px
}

.lh-15.cms-heading {
    line-height: 15px
}

.text-16 {
    font-size: 16px
}

.lh-16 {
    line-height: 16px
}

.lh-16.cms-heading {
    line-height: 16px
}

.text-17 {
    font-size: 17px
}

.lh-17 {
    line-height: 17px
}

.lh-17.cms-heading {
    line-height: 17px
}

.text-18 {
    font-size: 18px
}

.lh-18 {
    line-height: 18px
}

.lh-18.cms-heading {
    line-height: 18px
}

.text-19 {
    font-size: 19px
}

.lh-19 {
    line-height: 19px
}

.lh-19.cms-heading {
    line-height: 19px
}

.text-20 {
    font-size: 20px
}

.lh-20 {
    line-height: 20px
}

.lh-20.cms-heading {
    line-height: 20px
}

.text-21 {
    font-size: 21px
}

.lh-21 {
    line-height: 21px
}

.lh-21.cms-heading {
    line-height: 21px
}

.text-22 {
    font-size: 22px
}

.lh-22 {
    line-height: 22px
}

.lh-22.cms-heading {
    line-height: 22px
}

.text-23 {
    font-size: 23px
}

.lh-23 {
    line-height: 23px
}

.lh-23.cms-heading {
    line-height: 23px
}

.text-24 {
    font-size: 24px
}

.lh-24 {
    line-height: 24px
}

.lh-24.cms-heading {
    line-height: 24px
}

.text-25 {
    font-size: 25px
}

.lh-25 {
    line-height: 25px
}

.lh-25.cms-heading {
    line-height: 25px
}

.text-26 {
    font-size: 26px
}

.lh-26 {
    line-height: 26px
}

.lh-26.cms-heading {
    line-height: 26px
}

.text-27 {
    font-size: 27px
}

.lh-27 {
    line-height: 27px
}

.lh-27.cms-heading {
    line-height: 27px
}

.text-28 {
    font-size: 28px
}

.lh-28 {
    line-height: 28px
}

.lh-28.cms-heading {
    line-height: 28px
}

.text-29 {
    font-size: 29px
}

.lh-29 {
    line-height: 29px
}

.lh-29.cms-heading {
    line-height: 29px
}

.text-30 {
    font-size: 30px
}

.lh-30 {
    line-height: 30px
}

.lh-30.cms-heading {
    line-height: 30px
}

.text-31 {
    font-size: 31px
}

.lh-31 {
    line-height: 31px
}

.lh-31.cms-heading {
    line-height: 31px
}

.text-32 {
    font-size: 32px
}

.lh-32 {
    line-height: 32px
}

.lh-32.cms-heading {
    line-height: 32px
}

.text-33 {
    font-size: 33px
}

.lh-33 {
    line-height: 33px
}

.lh-33.cms-heading {
    line-height: 33px
}

.text-34 {
    font-size: 34px
}

.lh-34 {
    line-height: 34px
}

.lh-34.cms-heading {
    line-height: 34px
}

.text-35 {
    font-size: 35px
}

.lh-35 {
    line-height: 35px
}

.lh-35.cms-heading {
    line-height: 35px
}

.text-36 {
    font-size: 36px
}

.lh-36 {
    line-height: 36px
}

.lh-36.cms-heading {
    line-height: 36px
}

.text-37 {
    font-size: 37px
}

.lh-37 {
    line-height: 37px
}

.lh-37.cms-heading {
    line-height: 37px
}

.text-38 {
    font-size: 38px
}

.lh-38 {
    line-height: 38px
}

.lh-38.cms-heading {
    line-height: 38px
}

.text-39 {
    font-size: 39px
}

.lh-39 {
    line-height: 39px
}

.lh-39.cms-heading {
    line-height: 39px
}

.text-40 {
    font-size: 40px
}

.lh-40 {
    line-height: 40px
}

.lh-40.cms-heading {
    line-height: 40px
}

.text-41 {
    font-size: 41px
}

.lh-41 {
    line-height: 41px
}

.lh-41.cms-heading {
    line-height: 41px
}

.text-42 {
    font-size: 42px
}

.lh-42 {
    line-height: 42px
}

.lh-42.cms-heading {
    line-height: 42px
}

.text-43 {
    font-size: 43px
}

.lh-43 {
    line-height: 43px
}

.lh-43.cms-heading {
    line-height: 43px
}

.text-44 {
    font-size: 44px
}

.lh-44 {
    line-height: 44px
}

.lh-44.cms-heading {
    line-height: 44px
}

.text-45 {
    font-size: 45px
}

.lh-45 {
    line-height: 45px
}

.lh-45.cms-heading {
    line-height: 45px
}

.text-46 {
    font-size: 46px
}

.lh-46 {
    line-height: 46px
}

.lh-46.cms-heading {
    line-height: 46px
}

.text-48 {
    font-size: 48px
}

.lh-48 {
    line-height: 48px
}

.lh-48.cms-heading {
    line-height: 48px
}

.text-50 {
    font-size: 50px
}

.lh-50 {
    line-height: 50px
}

.lh-50.cms-heading {
    line-height: 50px
}

.text-52 {
    font-size: 52px
}

.lh-52 {
    line-height: 52px
}

.lh-52.cms-heading {
    line-height: 52px
}

.text-54 {
    font-size: 54px
}

.lh-54 {
    line-height: 54px
}

.lh-54.cms-heading {
    line-height: 54px
}

.text-55 {
    font-size: 55px
}

.lh-55 {
    line-height: 55px
}

.lh-55.cms-heading {
    line-height: 55px
}

.text-60 {
    font-size: 60px
}

.lh-60 {
    line-height: 60px
}

.lh-60.cms-heading {
    line-height: 60px
}

.text-64 {
    font-size: 64px
}

.lh-64 {
    line-height: 64px
}

.lh-64.cms-heading {
    line-height: 64px
}

.text-68 {
    font-size: 68px
}

.lh-68 {
    line-height: 68px
}

.lh-68.cms-heading {
    line-height: 68px
}

.text-70 {
    font-size: 70px
}

.lh-70 {
    line-height: 70px
}

.lh-70.cms-heading {
    line-height: 70px
}

.text-75 {
    font-size: 75px
}

.lh-75 {
    line-height: 75px
}

.lh-75.cms-heading {
    line-height: 75px
}

.text-78 {
    font-size: 78px
}

.lh-78 {
    line-height: 78px
}

.lh-78.cms-heading {
    line-height: 78px
}

.text-80 {
    font-size: 80px
}

.lh-80 {
    line-height: 80px
}

.lh-80.cms-heading {
    line-height: 80px
}

.text-82 {
    font-size: 82px
}

.lh-82 {
    line-height: 82px
}

.lh-82.cms-heading {
    line-height: 82px
}

.text-85 {
    font-size: 85px
}

.lh-85 {
    line-height: 85px
}

.lh-85.cms-heading {
    line-height: 85px
}

.text-90 {
    font-size: 90px
}

.lh-90 {
    line-height: 90px
}

.lh-90.cms-heading {
    line-height: 90px
}

.text-100 {
    font-size: 100px
}

.lh-100 {
    line-height: 100px
}

.lh-100.cms-heading {
    line-height: 100px
}

.text-180 {
    font-size: 180px
}

.lh-180 {
    line-height: 180px
}

.lh-180.cms-heading {
    line-height: 180px
}

.text-200 {
    font-size: 200px
}

.lh-200 {
    line-height: 200px
}

.lh-200.cms-heading {
    line-height: 200px
}

@media (min-width: 480px) {
    .text-xs-8 {
        font-size: 8px
    }

    .lh-xs-8 {
        line-height: 8px
    }

    .lh-xs-8.cms-heading {
        line-height: 8px
    }

    .text-xs-10 {
        font-size: 10px
    }

    .lh-xs-10 {
        line-height: 10px
    }

    .lh-xs-10.cms-heading {
        line-height: 10px
    }

    .text-xs-11 {
        font-size: 11px
    }

    .lh-xs-11 {
        line-height: 11px
    }

    .lh-xs-11.cms-heading {
        line-height: 11px
    }

    .text-xs-12 {
        font-size: 12px
    }

    .lh-xs-12 {
        line-height: 12px
    }

    .lh-xs-12.cms-heading {
        line-height: 12px
    }

    .text-xs-13 {
        font-size: 13px
    }

    .lh-xs-13 {
        line-height: 13px
    }

    .lh-xs-13.cms-heading {
        line-height: 13px
    }

    .text-xs-14 {
        font-size: 14px
    }

    .lh-xs-14 {
        line-height: 14px
    }

    .lh-xs-14.cms-heading {
        line-height: 14px
    }

    .text-xs-15 {
        font-size: 15px
    }

    .lh-xs-15 {
        line-height: 15px
    }

    .lh-xs-15.cms-heading {
        line-height: 15px
    }

    .text-xs-16 {
        font-size: 16px
    }

    .lh-xs-16 {
        line-height: 16px
    }

    .lh-xs-16.cms-heading {
        line-height: 16px
    }

    .text-xs-17 {
        font-size: 17px
    }

    .lh-xs-17 {
        line-height: 17px
    }

    .lh-xs-17.cms-heading {
        line-height: 17px
    }

    .text-xs-18 {
        font-size: 18px
    }

    .lh-xs-18 {
        line-height: 18px
    }

    .lh-xs-18.cms-heading {
        line-height: 18px
    }

    .text-xs-19 {
        font-size: 19px
    }

    .lh-xs-19 {
        line-height: 19px
    }

    .lh-xs-19.cms-heading {
        line-height: 19px
    }

    .text-xs-20 {
        font-size: 20px
    }

    .lh-xs-20 {
        line-height: 20px
    }

    .lh-xs-20.cms-heading {
        line-height: 20px
    }

    .text-xs-21 {
        font-size: 21px
    }

    .lh-xs-21 {
        line-height: 21px
    }

    .lh-xs-21.cms-heading {
        line-height: 21px
    }

    .text-xs-22 {
        font-size: 22px
    }

    .lh-xs-22 {
        line-height: 22px
    }

    .lh-xs-22.cms-heading {
        line-height: 22px
    }

    .text-xs-23 {
        font-size: 23px
    }

    .lh-xs-23 {
        line-height: 23px
    }

    .lh-xs-23.cms-heading {
        line-height: 23px
    }

    .text-xs-24 {
        font-size: 24px
    }

    .lh-xs-24 {
        line-height: 24px
    }

    .lh-xs-24.cms-heading {
        line-height: 24px
    }

    .text-xs-25 {
        font-size: 25px
    }

    .lh-xs-25 {
        line-height: 25px
    }

    .lh-xs-25.cms-heading {
        line-height: 25px
    }

    .text-xs-26 {
        font-size: 26px
    }

    .lh-xs-26 {
        line-height: 26px
    }

    .lh-xs-26.cms-heading {
        line-height: 26px
    }

    .text-xs-27 {
        font-size: 27px
    }

    .lh-xs-27 {
        line-height: 27px
    }

    .lh-xs-27.cms-heading {
        line-height: 27px
    }

    .text-xs-28 {
        font-size: 28px
    }

    .lh-xs-28 {
        line-height: 28px
    }

    .lh-xs-28.cms-heading {
        line-height: 28px
    }

    .text-xs-29 {
        font-size: 29px
    }

    .lh-xs-29 {
        line-height: 29px
    }

    .lh-xs-29.cms-heading {
        line-height: 29px
    }

    .text-xs-30 {
        font-size: 30px
    }

    .lh-xs-30 {
        line-height: 30px
    }

    .lh-xs-30.cms-heading {
        line-height: 30px
    }

    .text-xs-31 {
        font-size: 31px
    }

    .lh-xs-31 {
        line-height: 31px
    }

    .lh-xs-31.cms-heading {
        line-height: 31px
    }

    .text-xs-32 {
        font-size: 32px
    }

    .lh-xs-32 {
        line-height: 32px
    }

    .lh-xs-32.cms-heading {
        line-height: 32px
    }

    .text-xs-33 {
        font-size: 33px
    }

    .lh-xs-33 {
        line-height: 33px
    }

    .lh-xs-33.cms-heading {
        line-height: 33px
    }

    .text-xs-34 {
        font-size: 34px
    }

    .lh-xs-34 {
        line-height: 34px
    }

    .lh-xs-34.cms-heading {
        line-height: 34px
    }

    .text-xs-35 {
        font-size: 35px
    }

    .lh-xs-35 {
        line-height: 35px
    }

    .lh-xs-35.cms-heading {
        line-height: 35px
    }

    .text-xs-36 {
        font-size: 36px
    }

    .lh-xs-36 {
        line-height: 36px
    }

    .lh-xs-36.cms-heading {
        line-height: 36px
    }

    .text-xs-37 {
        font-size: 37px
    }

    .lh-xs-37 {
        line-height: 37px
    }

    .lh-xs-37.cms-heading {
        line-height: 37px
    }

    .text-xs-38 {
        font-size: 38px
    }

    .lh-xs-38 {
        line-height: 38px
    }

    .lh-xs-38.cms-heading {
        line-height: 38px
    }

    .text-xs-39 {
        font-size: 39px
    }

    .lh-xs-39 {
        line-height: 39px
    }

    .lh-xs-39.cms-heading {
        line-height: 39px
    }

    .text-xs-40 {
        font-size: 40px
    }

    .lh-xs-40 {
        line-height: 40px
    }

    .lh-xs-40.cms-heading {
        line-height: 40px
    }

    .text-xs-41 {
        font-size: 41px
    }

    .lh-xs-41 {
        line-height: 41px
    }

    .lh-xs-41.cms-heading {
        line-height: 41px
    }

    .text-xs-42 {
        font-size: 42px
    }

    .lh-xs-42 {
        line-height: 42px
    }

    .lh-xs-42.cms-heading {
        line-height: 42px
    }

    .text-xs-43 {
        font-size: 43px
    }

    .lh-xs-43 {
        line-height: 43px
    }

    .lh-xs-43.cms-heading {
        line-height: 43px
    }

    .text-xs-44 {
        font-size: 44px
    }

    .lh-xs-44 {
        line-height: 44px
    }

    .lh-xs-44.cms-heading {
        line-height: 44px
    }

    .text-xs-45 {
        font-size: 45px
    }

    .lh-xs-45 {
        line-height: 45px
    }

    .lh-xs-45.cms-heading {
        line-height: 45px
    }

    .text-xs-46 {
        font-size: 46px
    }

    .lh-xs-46 {
        line-height: 46px
    }

    .lh-xs-46.cms-heading {
        line-height: 46px
    }

    .text-xs-48 {
        font-size: 48px
    }

    .lh-xs-48 {
        line-height: 48px
    }

    .lh-xs-48.cms-heading {
        line-height: 48px
    }

    .text-xs-50 {
        font-size: 50px
    }

    .lh-xs-50 {
        line-height: 50px
    }

    .lh-xs-50.cms-heading {
        line-height: 50px
    }

    .text-xs-52 {
        font-size: 52px
    }

    .lh-xs-52 {
        line-height: 52px
    }

    .lh-xs-52.cms-heading {
        line-height: 52px
    }

    .text-xs-54 {
        font-size: 54px
    }

    .lh-xs-54 {
        line-height: 54px
    }

    .lh-xs-54.cms-heading {
        line-height: 54px
    }

    .text-xs-55 {
        font-size: 55px
    }

    .lh-xs-55 {
        line-height: 55px
    }

    .lh-xs-55.cms-heading {
        line-height: 55px
    }

    .text-xs-60 {
        font-size: 60px
    }

    .lh-xs-60 {
        line-height: 60px
    }

    .lh-xs-60.cms-heading {
        line-height: 60px
    }

    .text-xs-64 {
        font-size: 64px
    }

    .lh-xs-64 {
        line-height: 64px
    }

    .lh-xs-64.cms-heading {
        line-height: 64px
    }

    .text-xs-68 {
        font-size: 68px
    }

    .lh-xs-68 {
        line-height: 68px
    }

    .lh-xs-68.cms-heading {
        line-height: 68px
    }

    .text-xs-70 {
        font-size: 70px
    }

    .lh-xs-70 {
        line-height: 70px
    }

    .lh-xs-70.cms-heading {
        line-height: 70px
    }

    .text-xs-75 {
        font-size: 75px
    }

    .lh-xs-75 {
        line-height: 75px
    }

    .lh-xs-75.cms-heading {
        line-height: 75px
    }

    .text-xs-78 {
        font-size: 78px
    }

    .lh-xs-78 {
        line-height: 78px
    }

    .lh-xs-78.cms-heading {
        line-height: 78px
    }

    .text-xs-80 {
        font-size: 80px
    }

    .lh-xs-80 {
        line-height: 80px
    }

    .lh-xs-80.cms-heading {
        line-height: 80px
    }

    .text-xs-82 {
        font-size: 82px
    }

    .lh-xs-82 {
        line-height: 82px
    }

    .lh-xs-82.cms-heading {
        line-height: 82px
    }

    .text-xs-85 {
        font-size: 85px
    }

    .lh-xs-85 {
        line-height: 85px
    }

    .lh-xs-85.cms-heading {
        line-height: 85px
    }

    .text-xs-90 {
        font-size: 90px
    }

    .lh-xs-90 {
        line-height: 90px
    }

    .lh-xs-90.cms-heading {
        line-height: 90px
    }

    .text-xs-100 {
        font-size: 100px
    }

    .lh-xs-100 {
        line-height: 100px
    }

    .lh-xs-100.cms-heading {
        line-height: 100px
    }

    .text-xs-180 {
        font-size: 180px
    }

    .lh-xs-180 {
        line-height: 180px
    }

    .lh-xs-180.cms-heading {
        line-height: 180px
    }

    .text-xs-200 {
        font-size: 200px
    }

    .lh-xs-200 {
        line-height: 200px
    }

    .lh-xs-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 576px) {
    .text-sm-8 {
        font-size: 8px
    }

    .lh-sm-8 {
        line-height: 8px
    }

    .lh-sm-8.cms-heading {
        line-height: 8px
    }

    .text-sm-10 {
        font-size: 10px
    }

    .lh-sm-10 {
        line-height: 10px
    }

    .lh-sm-10.cms-heading {
        line-height: 10px
    }

    .text-sm-11 {
        font-size: 11px
    }

    .lh-sm-11 {
        line-height: 11px
    }

    .lh-sm-11.cms-heading {
        line-height: 11px
    }

    .text-sm-12 {
        font-size: 12px
    }

    .lh-sm-12 {
        line-height: 12px
    }

    .lh-sm-12.cms-heading {
        line-height: 12px
    }

    .text-sm-13 {
        font-size: 13px
    }

    .lh-sm-13 {
        line-height: 13px
    }

    .lh-sm-13.cms-heading {
        line-height: 13px
    }

    .text-sm-14 {
        font-size: 14px
    }

    .lh-sm-14 {
        line-height: 14px
    }

    .lh-sm-14.cms-heading {
        line-height: 14px
    }

    .text-sm-15 {
        font-size: 15px
    }

    .lh-sm-15 {
        line-height: 15px
    }

    .lh-sm-15.cms-heading {
        line-height: 15px
    }

    .text-sm-16 {
        font-size: 16px
    }

    .lh-sm-16 {
        line-height: 16px
    }

    .lh-sm-16.cms-heading {
        line-height: 16px
    }

    .text-sm-17 {
        font-size: 17px
    }

    .lh-sm-17 {
        line-height: 17px
    }

    .lh-sm-17.cms-heading {
        line-height: 17px
    }

    .text-sm-18 {
        font-size: 18px
    }

    .lh-sm-18 {
        line-height: 18px
    }

    .lh-sm-18.cms-heading {
        line-height: 18px
    }

    .text-sm-19 {
        font-size: 19px
    }

    .lh-sm-19 {
        line-height: 19px
    }

    .lh-sm-19.cms-heading {
        line-height: 19px
    }

    .text-sm-20 {
        font-size: 20px
    }

    .lh-sm-20 {
        line-height: 20px
    }

    .lh-sm-20.cms-heading {
        line-height: 20px
    }

    .text-sm-21 {
        font-size: 21px
    }

    .lh-sm-21 {
        line-height: 21px
    }

    .lh-sm-21.cms-heading {
        line-height: 21px
    }

    .text-sm-22 {
        font-size: 22px
    }

    .lh-sm-22 {
        line-height: 22px
    }

    .lh-sm-22.cms-heading {
        line-height: 22px
    }

    .text-sm-23 {
        font-size: 23px
    }

    .lh-sm-23 {
        line-height: 23px
    }

    .lh-sm-23.cms-heading {
        line-height: 23px
    }

    .text-sm-24 {
        font-size: 24px
    }

    .lh-sm-24 {
        line-height: 24px
    }

    .lh-sm-24.cms-heading {
        line-height: 24px
    }

    .text-sm-25 {
        font-size: 25px
    }

    .lh-sm-25 {
        line-height: 25px
    }

    .lh-sm-25.cms-heading {
        line-height: 25px
    }

    .text-sm-26 {
        font-size: 26px
    }

    .lh-sm-26 {
        line-height: 26px
    }

    .lh-sm-26.cms-heading {
        line-height: 26px
    }

    .text-sm-27 {
        font-size: 27px
    }

    .lh-sm-27 {
        line-height: 27px
    }

    .lh-sm-27.cms-heading {
        line-height: 27px
    }

    .text-sm-28 {
        font-size: 28px
    }

    .lh-sm-28 {
        line-height: 28px
    }

    .lh-sm-28.cms-heading {
        line-height: 28px
    }

    .text-sm-29 {
        font-size: 29px
    }

    .lh-sm-29 {
        line-height: 29px
    }

    .lh-sm-29.cms-heading {
        line-height: 29px
    }

    .text-sm-30 {
        font-size: 30px
    }

    .lh-sm-30 {
        line-height: 30px
    }

    .lh-sm-30.cms-heading {
        line-height: 30px
    }

    .text-sm-31 {
        font-size: 31px
    }

    .lh-sm-31 {
        line-height: 31px
    }

    .lh-sm-31.cms-heading {
        line-height: 31px
    }

    .text-sm-32 {
        font-size: 32px
    }

    .lh-sm-32 {
        line-height: 32px
    }

    .lh-sm-32.cms-heading {
        line-height: 32px
    }

    .text-sm-33 {
        font-size: 33px
    }

    .lh-sm-33 {
        line-height: 33px
    }

    .lh-sm-33.cms-heading {
        line-height: 33px
    }

    .text-sm-34 {
        font-size: 34px
    }

    .lh-sm-34 {
        line-height: 34px
    }

    .lh-sm-34.cms-heading {
        line-height: 34px
    }

    .text-sm-35 {
        font-size: 35px
    }

    .lh-sm-35 {
        line-height: 35px
    }

    .lh-sm-35.cms-heading {
        line-height: 35px
    }

    .text-sm-36 {
        font-size: 36px
    }

    .lh-sm-36 {
        line-height: 36px
    }

    .lh-sm-36.cms-heading {
        line-height: 36px
    }

    .text-sm-37 {
        font-size: 37px
    }

    .lh-sm-37 {
        line-height: 37px
    }

    .lh-sm-37.cms-heading {
        line-height: 37px
    }

    .text-sm-38 {
        font-size: 38px
    }

    .lh-sm-38 {
        line-height: 38px
    }

    .lh-sm-38.cms-heading {
        line-height: 38px
    }

    .text-sm-39 {
        font-size: 39px
    }

    .lh-sm-39 {
        line-height: 39px
    }

    .lh-sm-39.cms-heading {
        line-height: 39px
    }

    .text-sm-40 {
        font-size: 40px
    }

    .lh-sm-40 {
        line-height: 40px
    }

    .lh-sm-40.cms-heading {
        line-height: 40px
    }

    .text-sm-41 {
        font-size: 41px
    }

    .lh-sm-41 {
        line-height: 41px
    }

    .lh-sm-41.cms-heading {
        line-height: 41px
    }

    .text-sm-42 {
        font-size: 42px
    }

    .lh-sm-42 {
        line-height: 42px
    }

    .lh-sm-42.cms-heading {
        line-height: 42px
    }

    .text-sm-43 {
        font-size: 43px
    }

    .lh-sm-43 {
        line-height: 43px
    }

    .lh-sm-43.cms-heading {
        line-height: 43px
    }

    .text-sm-44 {
        font-size: 44px
    }

    .lh-sm-44 {
        line-height: 44px
    }

    .lh-sm-44.cms-heading {
        line-height: 44px
    }

    .text-sm-45 {
        font-size: 45px
    }

    .lh-sm-45 {
        line-height: 45px
    }

    .lh-sm-45.cms-heading {
        line-height: 45px
    }

    .text-sm-46 {
        font-size: 46px
    }

    .lh-sm-46 {
        line-height: 46px
    }

    .lh-sm-46.cms-heading {
        line-height: 46px
    }

    .text-sm-48 {
        font-size: 48px
    }

    .lh-sm-48 {
        line-height: 48px
    }

    .lh-sm-48.cms-heading {
        line-height: 48px
    }

    .text-sm-50 {
        font-size: 50px
    }

    .lh-sm-50 {
        line-height: 50px
    }

    .lh-sm-50.cms-heading {
        line-height: 50px
    }

    .text-sm-52 {
        font-size: 52px
    }

    .lh-sm-52 {
        line-height: 52px
    }

    .lh-sm-52.cms-heading {
        line-height: 52px
    }

    .text-sm-54 {
        font-size: 54px
    }

    .lh-sm-54 {
        line-height: 54px
    }

    .lh-sm-54.cms-heading {
        line-height: 54px
    }

    .text-sm-55 {
        font-size: 55px
    }

    .lh-sm-55 {
        line-height: 55px
    }

    .lh-sm-55.cms-heading {
        line-height: 55px
    }

    .text-sm-60 {
        font-size: 60px
    }

    .lh-sm-60 {
        line-height: 60px
    }

    .lh-sm-60.cms-heading {
        line-height: 60px
    }

    .text-sm-64 {
        font-size: 64px
    }

    .lh-sm-64 {
        line-height: 64px
    }

    .lh-sm-64.cms-heading {
        line-height: 64px
    }

    .text-sm-68 {
        font-size: 68px
    }

    .lh-sm-68 {
        line-height: 68px
    }

    .lh-sm-68.cms-heading {
        line-height: 68px
    }

    .text-sm-70 {
        font-size: 70px
    }

    .lh-sm-70 {
        line-height: 70px
    }

    .lh-sm-70.cms-heading {
        line-height: 70px
    }

    .text-sm-75 {
        font-size: 75px
    }

    .lh-sm-75 {
        line-height: 75px
    }

    .lh-sm-75.cms-heading {
        line-height: 75px
    }

    .text-sm-78 {
        font-size: 78px
    }

    .lh-sm-78 {
        line-height: 78px
    }

    .lh-sm-78.cms-heading {
        line-height: 78px
    }

    .text-sm-80 {
        font-size: 80px
    }

    .lh-sm-80 {
        line-height: 80px
    }

    .lh-sm-80.cms-heading {
        line-height: 80px
    }

    .text-sm-82 {
        font-size: 82px
    }

    .lh-sm-82 {
        line-height: 82px
    }

    .lh-sm-82.cms-heading {
        line-height: 82px
    }

    .text-sm-85 {
        font-size: 85px
    }

    .lh-sm-85 {
        line-height: 85px
    }

    .lh-sm-85.cms-heading {
        line-height: 85px
    }

    .text-sm-90 {
        font-size: 90px
    }

    .lh-sm-90 {
        line-height: 90px
    }

    .lh-sm-90.cms-heading {
        line-height: 90px
    }

    .text-sm-100 {
        font-size: 100px
    }

    .lh-sm-100 {
        line-height: 100px
    }

    .lh-sm-100.cms-heading {
        line-height: 100px
    }

    .text-sm-180 {
        font-size: 180px
    }

    .lh-sm-180 {
        line-height: 180px
    }

    .lh-sm-180.cms-heading {
        line-height: 180px
    }

    .text-sm-200 {
        font-size: 200px
    }

    .lh-sm-200 {
        line-height: 200px
    }

    .lh-sm-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 768px) {
    .text-md-8 {
        font-size: 8px
    }

    .lh-md-8 {
        line-height: 8px
    }

    .lh-md-8.cms-heading {
        line-height: 8px
    }

    .text-md-10 {
        font-size: 10px
    }

    .lh-md-10 {
        line-height: 10px
    }

    .lh-md-10.cms-heading {
        line-height: 10px
    }

    .text-md-11 {
        font-size: 11px
    }

    .lh-md-11 {
        line-height: 11px
    }

    .lh-md-11.cms-heading {
        line-height: 11px
    }

    .text-md-12 {
        font-size: 12px
    }

    .lh-md-12 {
        line-height: 12px
    }

    .lh-md-12.cms-heading {
        line-height: 12px
    }

    .text-md-13 {
        font-size: 13px
    }

    .lh-md-13 {
        line-height: 13px
    }

    .lh-md-13.cms-heading {
        line-height: 13px
    }

    .text-md-14 {
        font-size: 14px
    }

    .lh-md-14 {
        line-height: 14px
    }

    .lh-md-14.cms-heading {
        line-height: 14px
    }

    .text-md-15 {
        font-size: 15px
    }

    .lh-md-15 {
        line-height: 15px
    }

    .lh-md-15.cms-heading {
        line-height: 15px
    }

    .text-md-16 {
        font-size: 16px
    }

    .lh-md-16 {
        line-height: 16px
    }

    .lh-md-16.cms-heading {
        line-height: 16px
    }

    .text-md-17 {
        font-size: 17px
    }

    .lh-md-17 {
        line-height: 17px
    }

    .lh-md-17.cms-heading {
        line-height: 17px
    }

    .text-md-18 {
        font-size: 18px
    }

    .lh-md-18 {
        line-height: 18px
    }

    .lh-md-18.cms-heading {
        line-height: 18px
    }

    .text-md-19 {
        font-size: 19px
    }

    .lh-md-19 {
        line-height: 19px
    }

    .lh-md-19.cms-heading {
        line-height: 19px
    }

    .text-md-20 {
        font-size: 20px
    }

    .lh-md-20 {
        line-height: 20px
    }

    .lh-md-20.cms-heading {
        line-height: 20px
    }

    .text-md-21 {
        font-size: 21px
    }

    .lh-md-21 {
        line-height: 21px
    }

    .lh-md-21.cms-heading {
        line-height: 21px
    }

    .text-md-22 {
        font-size: 22px
    }

    .lh-md-22 {
        line-height: 22px
    }

    .lh-md-22.cms-heading {
        line-height: 22px
    }

    .text-md-23 {
        font-size: 23px
    }

    .lh-md-23 {
        line-height: 23px
    }

    .lh-md-23.cms-heading {
        line-height: 23px
    }

    .text-md-24 {
        font-size: 24px
    }

    .lh-md-24 {
        line-height: 24px
    }

    .lh-md-24.cms-heading {
        line-height: 24px
    }

    .text-md-25 {
        font-size: 25px
    }

    .lh-md-25 {
        line-height: 25px
    }

    .lh-md-25.cms-heading {
        line-height: 25px
    }

    .text-md-26 {
        font-size: 26px
    }

    .lh-md-26 {
        line-height: 26px
    }

    .lh-md-26.cms-heading {
        line-height: 26px
    }

    .text-md-27 {
        font-size: 27px
    }

    .lh-md-27 {
        line-height: 27px
    }

    .lh-md-27.cms-heading {
        line-height: 27px
    }

    .text-md-28 {
        font-size: 28px
    }

    .lh-md-28 {
        line-height: 28px
    }

    .lh-md-28.cms-heading {
        line-height: 28px
    }

    .text-md-29 {
        font-size: 29px
    }

    .lh-md-29 {
        line-height: 29px
    }

    .lh-md-29.cms-heading {
        line-height: 29px
    }

    .text-md-30 {
        font-size: 30px
    }

    .lh-md-30 {
        line-height: 30px
    }

    .lh-md-30.cms-heading {
        line-height: 30px
    }

    .text-md-31 {
        font-size: 31px
    }

    .lh-md-31 {
        line-height: 31px
    }

    .lh-md-31.cms-heading {
        line-height: 31px
    }

    .text-md-32 {
        font-size: 32px
    }

    .lh-md-32 {
        line-height: 32px
    }

    .lh-md-32.cms-heading {
        line-height: 32px
    }

    .text-md-33 {
        font-size: 33px
    }

    .lh-md-33 {
        line-height: 33px
    }

    .lh-md-33.cms-heading {
        line-height: 33px
    }

    .text-md-34 {
        font-size: 34px
    }

    .lh-md-34 {
        line-height: 34px
    }

    .lh-md-34.cms-heading {
        line-height: 34px
    }

    .text-md-35 {
        font-size: 35px
    }

    .lh-md-35 {
        line-height: 35px
    }

    .lh-md-35.cms-heading {
        line-height: 35px
    }

    .text-md-36 {
        font-size: 36px
    }

    .lh-md-36 {
        line-height: 36px
    }

    .lh-md-36.cms-heading {
        line-height: 36px
    }

    .text-md-37 {
        font-size: 37px
    }

    .lh-md-37 {
        line-height: 37px
    }

    .lh-md-37.cms-heading {
        line-height: 37px
    }

    .text-md-38 {
        font-size: 38px
    }

    .lh-md-38 {
        line-height: 38px
    }

    .lh-md-38.cms-heading {
        line-height: 38px
    }

    .text-md-39 {
        font-size: 39px
    }

    .lh-md-39 {
        line-height: 39px
    }

    .lh-md-39.cms-heading {
        line-height: 39px
    }

    .text-md-40 {
        font-size: 40px
    }

    .lh-md-40 {
        line-height: 40px
    }

    .lh-md-40.cms-heading {
        line-height: 40px
    }

    .text-md-41 {
        font-size: 41px
    }

    .lh-md-41 {
        line-height: 41px
    }

    .lh-md-41.cms-heading {
        line-height: 41px
    }

    .text-md-42 {
        font-size: 42px
    }

    .lh-md-42 {
        line-height: 42px
    }

    .lh-md-42.cms-heading {
        line-height: 42px
    }

    .text-md-43 {
        font-size: 43px
    }

    .lh-md-43 {
        line-height: 43px
    }

    .lh-md-43.cms-heading {
        line-height: 43px
    }

    .text-md-44 {
        font-size: 44px
    }

    .lh-md-44 {
        line-height: 44px
    }

    .lh-md-44.cms-heading {
        line-height: 44px
    }

    .text-md-45 {
        font-size: 45px
    }

    .lh-md-45 {
        line-height: 45px
    }

    .lh-md-45.cms-heading {
        line-height: 45px
    }

    .text-md-46 {
        font-size: 46px
    }

    .lh-md-46 {
        line-height: 46px
    }

    .lh-md-46.cms-heading {
        line-height: 46px
    }

    .text-md-48 {
        font-size: 48px
    }

    .lh-md-48 {
        line-height: 48px
    }

    .lh-md-48.cms-heading {
        line-height: 48px
    }

    .text-md-50 {
        font-size: 50px
    }

    .lh-md-50 {
        line-height: 50px
    }

    .lh-md-50.cms-heading {
        line-height: 50px
    }

    .text-md-52 {
        font-size: 52px
    }

    .lh-md-52 {
        line-height: 52px
    }

    .lh-md-52.cms-heading {
        line-height: 52px
    }

    .text-md-54 {
        font-size: 54px
    }

    .lh-md-54 {
        line-height: 54px
    }

    .lh-md-54.cms-heading {
        line-height: 54px
    }

    .text-md-55 {
        font-size: 55px
    }

    .lh-md-55 {
        line-height: 55px
    }

    .lh-md-55.cms-heading {
        line-height: 55px
    }

    .text-md-60 {
        font-size: 60px
    }

    .lh-md-60 {
        line-height: 60px
    }

    .lh-md-60.cms-heading {
        line-height: 60px
    }

    .text-md-64 {
        font-size: 64px
    }

    .lh-md-64 {
        line-height: 64px
    }

    .lh-md-64.cms-heading {
        line-height: 64px
    }

    .text-md-68 {
        font-size: 68px
    }

    .lh-md-68 {
        line-height: 68px
    }

    .lh-md-68.cms-heading {
        line-height: 68px
    }

    .text-md-70 {
        font-size: 70px
    }

    .lh-md-70 {
        line-height: 70px
    }

    .lh-md-70.cms-heading {
        line-height: 70px
    }

    .text-md-75 {
        font-size: 75px
    }

    .lh-md-75 {
        line-height: 75px
    }

    .lh-md-75.cms-heading {
        line-height: 75px
    }

    .text-md-78 {
        font-size: 78px
    }

    .lh-md-78 {
        line-height: 78px
    }

    .lh-md-78.cms-heading {
        line-height: 78px
    }

    .text-md-80 {
        font-size: 80px
    }

    .lh-md-80 {
        line-height: 80px
    }

    .lh-md-80.cms-heading {
        line-height: 80px
    }

    .text-md-82 {
        font-size: 82px
    }

    .lh-md-82 {
        line-height: 82px
    }

    .lh-md-82.cms-heading {
        line-height: 82px
    }

    .text-md-85 {
        font-size: 85px
    }

    .lh-md-85 {
        line-height: 85px
    }

    .lh-md-85.cms-heading {
        line-height: 85px
    }

    .text-md-90 {
        font-size: 90px
    }

    .lh-md-90 {
        line-height: 90px
    }

    .lh-md-90.cms-heading {
        line-height: 90px
    }

    .text-md-100 {
        font-size: 100px
    }

    .lh-md-100 {
        line-height: 100px
    }

    .lh-md-100.cms-heading {
        line-height: 100px
    }

    .text-md-180 {
        font-size: 180px
    }

    .lh-md-180 {
        line-height: 180px
    }

    .lh-md-180.cms-heading {
        line-height: 180px
    }

    .text-md-200 {
        font-size: 200px
    }

    .lh-md-200 {
        line-height: 200px
    }

    .lh-md-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 1025px) {
    .text-lg-8 {
        font-size: 8px
    }

    .lh-lg-8 {
        line-height: 8px
    }

    .lh-lg-8.cms-heading {
        line-height: 8px
    }

    .text-lg-10 {
        font-size: 10px
    }

    .lh-lg-10 {
        line-height: 10px
    }

    .lh-lg-10.cms-heading {
        line-height: 10px
    }

    .text-lg-11 {
        font-size: 11px
    }

    .lh-lg-11 {
        line-height: 11px
    }

    .lh-lg-11.cms-heading {
        line-height: 11px
    }

    .text-lg-12 {
        font-size: 12px
    }

    .lh-lg-12 {
        line-height: 12px
    }

    .lh-lg-12.cms-heading {
        line-height: 12px
    }

    .text-lg-13 {
        font-size: 13px
    }

    .lh-lg-13 {
        line-height: 13px
    }

    .lh-lg-13.cms-heading {
        line-height: 13px
    }

    .text-lg-14 {
        font-size: 14px
    }

    .lh-lg-14 {
        line-height: 14px
    }

    .lh-lg-14.cms-heading {
        line-height: 14px
    }

    .text-lg-15 {
        font-size: 15px
    }

    .lh-lg-15 {
        line-height: 15px
    }

    .lh-lg-15.cms-heading {
        line-height: 15px
    }

    .text-lg-16 {
        font-size: 16px
    }

    .lh-lg-16 {
        line-height: 16px
    }

    .lh-lg-16.cms-heading {
        line-height: 16px
    }

    .text-lg-17 {
        font-size: 17px
    }

    .lh-lg-17 {
        line-height: 17px
    }

    .lh-lg-17.cms-heading {
        line-height: 17px
    }

    .text-lg-18 {
        font-size: 18px
    }

    .lh-lg-18 {
        line-height: 18px
    }

    .lh-lg-18.cms-heading {
        line-height: 18px
    }

    .text-lg-19 {
        font-size: 19px
    }

    .lh-lg-19 {
        line-height: 19px
    }

    .lh-lg-19.cms-heading {
        line-height: 19px
    }

    .text-lg-20 {
        font-size: 20px
    }

    .lh-lg-20 {
        line-height: 20px
    }

    .lh-lg-20.cms-heading {
        line-height: 20px
    }

    .text-lg-21 {
        font-size: 21px
    }

    .lh-lg-21 {
        line-height: 21px
    }

    .lh-lg-21.cms-heading {
        line-height: 21px
    }

    .text-lg-22 {
        font-size: 22px
    }

    .lh-lg-22 {
        line-height: 22px
    }

    .lh-lg-22.cms-heading {
        line-height: 22px
    }

    .text-lg-23 {
        font-size: 23px
    }

    .lh-lg-23 {
        line-height: 23px
    }

    .lh-lg-23.cms-heading {
        line-height: 23px
    }

    .text-lg-24 {
        font-size: 24px
    }

    .lh-lg-24 {
        line-height: 24px
    }

    .lh-lg-24.cms-heading {
        line-height: 24px
    }

    .text-lg-25 {
        font-size: 25px
    }

    .lh-lg-25 {
        line-height: 25px
    }

    .lh-lg-25.cms-heading {
        line-height: 25px
    }

    .text-lg-26 {
        font-size: 26px
    }

    .lh-lg-26 {
        line-height: 26px
    }

    .lh-lg-26.cms-heading {
        line-height: 26px
    }

    .text-lg-27 {
        font-size: 27px
    }

    .lh-lg-27 {
        line-height: 27px
    }

    .lh-lg-27.cms-heading {
        line-height: 27px
    }

    .text-lg-28 {
        font-size: 28px
    }

    .lh-lg-28 {
        line-height: 28px
    }

    .lh-lg-28.cms-heading {
        line-height: 28px
    }

    .text-lg-29 {
        font-size: 29px
    }

    .lh-lg-29 {
        line-height: 29px
    }

    .lh-lg-29.cms-heading {
        line-height: 29px
    }

    .text-lg-30 {
        font-size: 30px
    }

    .lh-lg-30 {
        line-height: 30px
    }

    .lh-lg-30.cms-heading {
        line-height: 30px
    }

    .text-lg-31 {
        font-size: 31px
    }

    .lh-lg-31 {
        line-height: 31px
    }

    .lh-lg-31.cms-heading {
        line-height: 31px
    }

    .text-lg-32 {
        font-size: 32px
    }

    .lh-lg-32 {
        line-height: 32px
    }

    .lh-lg-32.cms-heading {
        line-height: 32px
    }

    .text-lg-33 {
        font-size: 33px
    }

    .lh-lg-33 {
        line-height: 33px
    }

    .lh-lg-33.cms-heading {
        line-height: 33px
    }

    .text-lg-34 {
        font-size: 34px
    }

    .lh-lg-34 {
        line-height: 34px
    }

    .lh-lg-34.cms-heading {
        line-height: 34px
    }

    .text-lg-35 {
        font-size: 35px
    }

    .lh-lg-35 {
        line-height: 35px
    }

    .lh-lg-35.cms-heading {
        line-height: 35px
    }

    .text-lg-36 {
        font-size: 36px
    }

    .lh-lg-36 {
        line-height: 36px
    }

    .lh-lg-36.cms-heading {
        line-height: 36px
    }

    .text-lg-37 {
        font-size: 37px
    }

    .lh-lg-37 {
        line-height: 37px
    }

    .lh-lg-37.cms-heading {
        line-height: 37px
    }

    .text-lg-38 {
        font-size: 38px
    }

    .lh-lg-38 {
        line-height: 38px
    }

    .lh-lg-38.cms-heading {
        line-height: 38px
    }

    .text-lg-39 {
        font-size: 39px
    }

    .lh-lg-39 {
        line-height: 39px
    }

    .lh-lg-39.cms-heading {
        line-height: 39px
    }

    .text-lg-40 {
        font-size: 40px
    }

    .lh-lg-40 {
        line-height: 40px
    }

    .lh-lg-40.cms-heading {
        line-height: 40px
    }

    .text-lg-41 {
        font-size: 41px
    }

    .lh-lg-41 {
        line-height: 41px
    }

    .lh-lg-41.cms-heading {
        line-height: 41px
    }

    .text-lg-42 {
        font-size: 42px
    }

    .lh-lg-42 {
        line-height: 42px
    }

    .lh-lg-42.cms-heading {
        line-height: 42px
    }

    .text-lg-43 {
        font-size: 43px
    }

    .lh-lg-43 {
        line-height: 43px
    }

    .lh-lg-43.cms-heading {
        line-height: 43px
    }

    .text-lg-44 {
        font-size: 44px
    }

    .lh-lg-44 {
        line-height: 44px
    }

    .lh-lg-44.cms-heading {
        line-height: 44px
    }

    .text-lg-45 {
        font-size: 45px
    }

    .lh-lg-45 {
        line-height: 45px
    }

    .lh-lg-45.cms-heading {
        line-height: 45px
    }

    .text-lg-46 {
        font-size: 46px
    }

    .lh-lg-46 {
        line-height: 46px
    }

    .lh-lg-46.cms-heading {
        line-height: 46px
    }

    .text-lg-48 {
        font-size: 48px
    }

    .lh-lg-48 {
        line-height: 48px
    }

    .lh-lg-48.cms-heading {
        line-height: 48px
    }

    .text-lg-50 {
        font-size: 50px
    }

    .lh-lg-50 {
        line-height: 50px
    }

    .lh-lg-50.cms-heading {
        line-height: 50px
    }

    .text-lg-52 {
        font-size: 52px
    }

    .lh-lg-52 {
        line-height: 52px
    }

    .lh-lg-52.cms-heading {
        line-height: 52px
    }

    .text-lg-54 {
        font-size: 54px
    }

    .lh-lg-54 {
        line-height: 54px
    }

    .lh-lg-54.cms-heading {
        line-height: 54px
    }

    .text-lg-55 {
        font-size: 55px
    }

    .lh-lg-55 {
        line-height: 55px
    }

    .lh-lg-55.cms-heading {
        line-height: 55px
    }

    .text-lg-60 {
        font-size: 60px
    }

    .lh-lg-60 {
        line-height: 60px
    }

    .lh-lg-60.cms-heading {
        line-height: 60px
    }

    .text-lg-64 {
        font-size: 64px
    }

    .lh-lg-64 {
        line-height: 64px
    }

    .lh-lg-64.cms-heading {
        line-height: 64px
    }

    .text-lg-68 {
        font-size: 68px
    }

    .lh-lg-68 {
        line-height: 68px
    }

    .lh-lg-68.cms-heading {
        line-height: 68px
    }

    .text-lg-70 {
        font-size: 70px
    }

    .lh-lg-70 {
        line-height: 70px
    }

    .lh-lg-70.cms-heading {
        line-height: 70px
    }

    .text-lg-75 {
        font-size: 75px
    }

    .lh-lg-75 {
        line-height: 75px
    }

    .lh-lg-75.cms-heading {
        line-height: 75px
    }

    .text-lg-78 {
        font-size: 78px
    }

    .lh-lg-78 {
        line-height: 78px
    }

    .lh-lg-78.cms-heading {
        line-height: 78px
    }

    .text-lg-80 {
        font-size: 80px
    }

    .lh-lg-80 {
        line-height: 80px
    }

    .lh-lg-80.cms-heading {
        line-height: 80px
    }

    .text-lg-82 {
        font-size: 82px
    }

    .lh-lg-82 {
        line-height: 82px
    }

    .lh-lg-82.cms-heading {
        line-height: 82px
    }

    .text-lg-85 {
        font-size: 85px
    }

    .lh-lg-85 {
        line-height: 85px
    }

    .lh-lg-85.cms-heading {
        line-height: 85px
    }

    .text-lg-90 {
        font-size: 90px
    }

    .lh-lg-90 {
        line-height: 90px
    }

    .lh-lg-90.cms-heading {
        line-height: 90px
    }

    .text-lg-100 {
        font-size: 100px
    }

    .lh-lg-100 {
        line-height: 100px
    }

    .lh-lg-100.cms-heading {
        line-height: 100px
    }

    .text-lg-180 {
        font-size: 180px
    }

    .lh-lg-180 {
        line-height: 180px
    }

    .lh-lg-180.cms-heading {
        line-height: 180px
    }

    .text-lg-200 {
        font-size: 200px
    }

    .lh-lg-200 {
        line-height: 200px
    }

    .lh-lg-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 1280px) {
    .text-xl-8 {
        font-size: 8px
    }

    .lh-xl-8 {
        line-height: 8px
    }

    .lh-xl-8.cms-heading {
        line-height: 8px
    }

    .text-xl-10 {
        font-size: 10px
    }

    .lh-xl-10 {
        line-height: 10px
    }

    .lh-xl-10.cms-heading {
        line-height: 10px
    }

    .text-xl-11 {
        font-size: 11px
    }

    .lh-xl-11 {
        line-height: 11px
    }

    .lh-xl-11.cms-heading {
        line-height: 11px
    }

    .text-xl-12 {
        font-size: 12px
    }

    .lh-xl-12 {
        line-height: 12px
    }

    .lh-xl-12.cms-heading {
        line-height: 12px
    }

    .text-xl-13 {
        font-size: 13px
    }

    .lh-xl-13 {
        line-height: 13px
    }

    .lh-xl-13.cms-heading {
        line-height: 13px
    }

    .text-xl-14 {
        font-size: 14px
    }

    .lh-xl-14 {
        line-height: 14px
    }

    .lh-xl-14.cms-heading {
        line-height: 14px
    }

    .text-xl-15 {
        font-size: 15px
    }

    .lh-xl-15 {
        line-height: 15px
    }

    .lh-xl-15.cms-heading {
        line-height: 15px
    }

    .text-xl-16 {
        font-size: 16px
    }

    .lh-xl-16 {
        line-height: 16px
    }

    .lh-xl-16.cms-heading {
        line-height: 16px
    }

    .text-xl-17 {
        font-size: 17px
    }

    .lh-xl-17 {
        line-height: 17px
    }

    .lh-xl-17.cms-heading {
        line-height: 17px
    }

    .text-xl-18 {
        font-size: 18px
    }

    .lh-xl-18 {
        line-height: 18px
    }

    .lh-xl-18.cms-heading {
        line-height: 18px
    }

    .text-xl-19 {
        font-size: 19px
    }

    .lh-xl-19 {
        line-height: 19px
    }

    .lh-xl-19.cms-heading {
        line-height: 19px
    }

    .text-xl-20 {
        font-size: 20px
    }

    .lh-xl-20 {
        line-height: 20px
    }

    .lh-xl-20.cms-heading {
        line-height: 20px
    }

    .text-xl-21 {
        font-size: 21px
    }

    .lh-xl-21 {
        line-height: 21px
    }

    .lh-xl-21.cms-heading {
        line-height: 21px
    }

    .text-xl-22 {
        font-size: 22px
    }

    .lh-xl-22 {
        line-height: 22px
    }

    .lh-xl-22.cms-heading {
        line-height: 22px
    }

    .text-xl-23 {
        font-size: 23px
    }

    .lh-xl-23 {
        line-height: 23px
    }

    .lh-xl-23.cms-heading {
        line-height: 23px
    }

    .text-xl-24 {
        font-size: 24px
    }

    .lh-xl-24 {
        line-height: 24px
    }

    .lh-xl-24.cms-heading {
        line-height: 24px
    }

    .text-xl-25 {
        font-size: 25px
    }

    .lh-xl-25 {
        line-height: 25px
    }

    .lh-xl-25.cms-heading {
        line-height: 25px
    }

    .text-xl-26 {
        font-size: 26px
    }

    .lh-xl-26 {
        line-height: 26px
    }

    .lh-xl-26.cms-heading {
        line-height: 26px
    }

    .text-xl-27 {
        font-size: 27px
    }

    .lh-xl-27 {
        line-height: 27px
    }

    .lh-xl-27.cms-heading {
        line-height: 27px
    }

    .text-xl-28 {
        font-size: 28px
    }

    .lh-xl-28 {
        line-height: 28px
    }

    .lh-xl-28.cms-heading {
        line-height: 28px
    }

    .text-xl-29 {
        font-size: 29px
    }

    .lh-xl-29 {
        line-height: 29px
    }

    .lh-xl-29.cms-heading {
        line-height: 29px
    }

    .text-xl-30 {
        font-size: 30px
    }

    .lh-xl-30 {
        line-height: 30px
    }

    .lh-xl-30.cms-heading {
        line-height: 30px
    }

    .text-xl-31 {
        font-size: 31px
    }

    .lh-xl-31 {
        line-height: 31px
    }

    .lh-xl-31.cms-heading {
        line-height: 31px
    }

    .text-xl-32 {
        font-size: 32px
    }

    .lh-xl-32 {
        line-height: 32px
    }

    .lh-xl-32.cms-heading {
        line-height: 32px
    }

    .text-xl-33 {
        font-size: 33px
    }

    .lh-xl-33 {
        line-height: 33px
    }

    .lh-xl-33.cms-heading {
        line-height: 33px
    }

    .text-xl-34 {
        font-size: 34px
    }

    .lh-xl-34 {
        line-height: 34px
    }

    .lh-xl-34.cms-heading {
        line-height: 34px
    }

    .text-xl-35 {
        font-size: 35px
    }

    .lh-xl-35 {
        line-height: 35px
    }

    .lh-xl-35.cms-heading {
        line-height: 35px
    }

    .text-xl-36 {
        font-size: 36px
    }

    .lh-xl-36 {
        line-height: 36px
    }

    .lh-xl-36.cms-heading {
        line-height: 36px
    }

    .text-xl-37 {
        font-size: 37px
    }

    .lh-xl-37 {
        line-height: 37px
    }

    .lh-xl-37.cms-heading {
        line-height: 37px
    }

    .text-xl-38 {
        font-size: 38px
    }

    .lh-xl-38 {
        line-height: 38px
    }

    .lh-xl-38.cms-heading {
        line-height: 38px
    }

    .text-xl-39 {
        font-size: 39px
    }

    .lh-xl-39 {
        line-height: 39px
    }

    .lh-xl-39.cms-heading {
        line-height: 39px
    }

    .text-xl-40 {
        font-size: 40px
    }

    .lh-xl-40 {
        line-height: 40px
    }

    .lh-xl-40.cms-heading {
        line-height: 40px
    }

    .text-xl-41 {
        font-size: 41px
    }

    .lh-xl-41 {
        line-height: 41px
    }

    .lh-xl-41.cms-heading {
        line-height: 41px
    }

    .text-xl-42 {
        font-size: 42px
    }

    .lh-xl-42 {
        line-height: 42px
    }

    .lh-xl-42.cms-heading {
        line-height: 42px
    }

    .text-xl-43 {
        font-size: 43px
    }

    .lh-xl-43 {
        line-height: 43px
    }

    .lh-xl-43.cms-heading {
        line-height: 43px
    }

    .text-xl-44 {
        font-size: 44px
    }

    .lh-xl-44 {
        line-height: 44px
    }

    .lh-xl-44.cms-heading {
        line-height: 44px
    }

    .text-xl-45 {
        font-size: 45px
    }

    .lh-xl-45 {
        line-height: 45px
    }

    .lh-xl-45.cms-heading {
        line-height: 45px
    }

    .text-xl-46 {
        font-size: 46px
    }

    .lh-xl-46 {
        line-height: 46px
    }

    .lh-xl-46.cms-heading {
        line-height: 46px
    }

    .text-xl-48 {
        font-size: 48px
    }

    .lh-xl-48 {
        line-height: 48px
    }

    .lh-xl-48.cms-heading {
        line-height: 48px
    }

    .text-xl-50 {
        font-size: 50px
    }

    .lh-xl-50 {
        line-height: 50px
    }

    .lh-xl-50.cms-heading {
        line-height: 50px
    }

    .text-xl-52 {
        font-size: 52px
    }

    .lh-xl-52 {
        line-height: 52px
    }

    .lh-xl-52.cms-heading {
        line-height: 52px
    }

    .text-xl-54 {
        font-size: 54px
    }

    .lh-xl-54 {
        line-height: 54px
    }

    .lh-xl-54.cms-heading {
        line-height: 54px
    }

    .text-xl-55 {
        font-size: 55px
    }

    .lh-xl-55 {
        line-height: 55px
    }

    .lh-xl-55.cms-heading {
        line-height: 55px
    }

    .text-xl-60 {
        font-size: 60px
    }

    .lh-xl-60 {
        line-height: 60px
    }

    .lh-xl-60.cms-heading {
        line-height: 60px
    }

    .text-xl-64 {
        font-size: 64px
    }

    .lh-xl-64 {
        line-height: 64px
    }

    .lh-xl-64.cms-heading {
        line-height: 64px
    }

    .text-xl-68 {
        font-size: 68px
    }

    .lh-xl-68 {
        line-height: 68px
    }

    .lh-xl-68.cms-heading {
        line-height: 68px
    }

    .text-xl-70 {
        font-size: 70px
    }

    .lh-xl-70 {
        line-height: 70px
    }

    .lh-xl-70.cms-heading {
        line-height: 70px
    }

    .text-xl-75 {
        font-size: 75px
    }

    .lh-xl-75 {
        line-height: 75px
    }

    .lh-xl-75.cms-heading {
        line-height: 75px
    }

    .text-xl-78 {
        font-size: 78px
    }

    .lh-xl-78 {
        line-height: 78px
    }

    .lh-xl-78.cms-heading {
        line-height: 78px
    }

    .text-xl-80 {
        font-size: 80px
    }

    .lh-xl-80 {
        line-height: 80px
    }

    .lh-xl-80.cms-heading {
        line-height: 80px
    }

    .text-xl-82 {
        font-size: 82px
    }

    .lh-xl-82 {
        line-height: 82px
    }

    .lh-xl-82.cms-heading {
        line-height: 82px
    }

    .text-xl-85 {
        font-size: 85px
    }

    .lh-xl-85 {
        line-height: 85px
    }

    .lh-xl-85.cms-heading {
        line-height: 85px
    }

    .text-xl-90 {
        font-size: 90px
    }

    .lh-xl-90 {
        line-height: 90px
    }

    .lh-xl-90.cms-heading {
        line-height: 90px
    }

    .text-xl-100 {
        font-size: 100px
    }

    .lh-xl-100 {
        line-height: 100px
    }

    .lh-xl-100.cms-heading {
        line-height: 100px
    }

    .text-xl-180 {
        font-size: 180px
    }

    .lh-xl-180 {
        line-height: 180px
    }

    .lh-xl-180.cms-heading {
        line-height: 180px
    }

    .text-xl-200 {
        font-size: 200px
    }

    .lh-xl-200 {
        line-height: 200px
    }

    .lh-xl-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 1366px) {
    .text-xxl-8 {
        font-size: 8px
    }

    .lh-xxl-8 {
        line-height: 8px
    }

    .lh-xxl-8.cms-heading {
        line-height: 8px
    }

    .text-xxl-10 {
        font-size: 10px
    }

    .lh-xxl-10 {
        line-height: 10px
    }

    .lh-xxl-10.cms-heading {
        line-height: 10px
    }

    .text-xxl-11 {
        font-size: 11px
    }

    .lh-xxl-11 {
        line-height: 11px
    }

    .lh-xxl-11.cms-heading {
        line-height: 11px
    }

    .text-xxl-12 {
        font-size: 12px
    }

    .lh-xxl-12 {
        line-height: 12px
    }

    .lh-xxl-12.cms-heading {
        line-height: 12px
    }

    .text-xxl-13 {
        font-size: 13px
    }

    .lh-xxl-13 {
        line-height: 13px
    }

    .lh-xxl-13.cms-heading {
        line-height: 13px
    }

    .text-xxl-14 {
        font-size: 14px
    }

    .lh-xxl-14 {
        line-height: 14px
    }

    .lh-xxl-14.cms-heading {
        line-height: 14px
    }

    .text-xxl-15 {
        font-size: 15px
    }

    .lh-xxl-15 {
        line-height: 15px
    }

    .lh-xxl-15.cms-heading {
        line-height: 15px
    }

    .text-xxl-16 {
        font-size: 16px
    }

    .lh-xxl-16 {
        line-height: 16px
    }

    .lh-xxl-16.cms-heading {
        line-height: 16px
    }

    .text-xxl-17 {
        font-size: 17px
    }

    .lh-xxl-17 {
        line-height: 17px
    }

    .lh-xxl-17.cms-heading {
        line-height: 17px
    }

    .text-xxl-18 {
        font-size: 18px
    }

    .lh-xxl-18 {
        line-height: 18px
    }

    .lh-xxl-18.cms-heading {
        line-height: 18px
    }

    .text-xxl-19 {
        font-size: 19px
    }

    .lh-xxl-19 {
        line-height: 19px
    }

    .lh-xxl-19.cms-heading {
        line-height: 19px
    }

    .text-xxl-20 {
        font-size: 20px
    }

    .lh-xxl-20 {
        line-height: 20px
    }

    .lh-xxl-20.cms-heading {
        line-height: 20px
    }

    .text-xxl-21 {
        font-size: 21px
    }

    .lh-xxl-21 {
        line-height: 21px
    }

    .lh-xxl-21.cms-heading {
        line-height: 21px
    }

    .text-xxl-22 {
        font-size: 22px
    }

    .lh-xxl-22 {
        line-height: 22px
    }

    .lh-xxl-22.cms-heading {
        line-height: 22px
    }

    .text-xxl-23 {
        font-size: 23px
    }

    .lh-xxl-23 {
        line-height: 23px
    }

    .lh-xxl-23.cms-heading {
        line-height: 23px
    }

    .text-xxl-24 {
        font-size: 24px
    }

    .lh-xxl-24 {
        line-height: 24px
    }

    .lh-xxl-24.cms-heading {
        line-height: 24px
    }

    .text-xxl-25 {
        font-size: 25px
    }

    .lh-xxl-25 {
        line-height: 25px
    }

    .lh-xxl-25.cms-heading {
        line-height: 25px
    }

    .text-xxl-26 {
        font-size: 26px
    }

    .lh-xxl-26 {
        line-height: 26px
    }

    .lh-xxl-26.cms-heading {
        line-height: 26px
    }

    .text-xxl-27 {
        font-size: 27px
    }

    .lh-xxl-27 {
        line-height: 27px
    }

    .lh-xxl-27.cms-heading {
        line-height: 27px
    }

    .text-xxl-28 {
        font-size: 28px
    }

    .lh-xxl-28 {
        line-height: 28px
    }

    .lh-xxl-28.cms-heading {
        line-height: 28px
    }

    .text-xxl-29 {
        font-size: 29px
    }

    .lh-xxl-29 {
        line-height: 29px
    }

    .lh-xxl-29.cms-heading {
        line-height: 29px
    }

    .text-xxl-30 {
        font-size: 30px
    }

    .lh-xxl-30 {
        line-height: 30px
    }

    .lh-xxl-30.cms-heading {
        line-height: 30px
    }

    .text-xxl-31 {
        font-size: 31px
    }

    .lh-xxl-31 {
        line-height: 31px
    }

    .lh-xxl-31.cms-heading {
        line-height: 31px
    }

    .text-xxl-32 {
        font-size: 32px
    }

    .lh-xxl-32 {
        line-height: 32px
    }

    .lh-xxl-32.cms-heading {
        line-height: 32px
    }

    .text-xxl-33 {
        font-size: 33px
    }

    .lh-xxl-33 {
        line-height: 33px
    }

    .lh-xxl-33.cms-heading {
        line-height: 33px
    }

    .text-xxl-34 {
        font-size: 34px
    }

    .lh-xxl-34 {
        line-height: 34px
    }

    .lh-xxl-34.cms-heading {
        line-height: 34px
    }

    .text-xxl-35 {
        font-size: 35px
    }

    .lh-xxl-35 {
        line-height: 35px
    }

    .lh-xxl-35.cms-heading {
        line-height: 35px
    }

    .text-xxl-36 {
        font-size: 36px
    }

    .lh-xxl-36 {
        line-height: 36px
    }

    .lh-xxl-36.cms-heading {
        line-height: 36px
    }

    .text-xxl-37 {
        font-size: 37px
    }

    .lh-xxl-37 {
        line-height: 37px
    }

    .lh-xxl-37.cms-heading {
        line-height: 37px
    }

    .text-xxl-38 {
        font-size: 38px
    }

    .lh-xxl-38 {
        line-height: 38px
    }

    .lh-xxl-38.cms-heading {
        line-height: 38px
    }

    .text-xxl-39 {
        font-size: 39px
    }

    .lh-xxl-39 {
        line-height: 39px
    }

    .lh-xxl-39.cms-heading {
        line-height: 39px
    }

    .text-xxl-40 {
        font-size: 40px
    }

    .lh-xxl-40 {
        line-height: 40px
    }

    .lh-xxl-40.cms-heading {
        line-height: 40px
    }

    .text-xxl-41 {
        font-size: 41px
    }

    .lh-xxl-41 {
        line-height: 41px
    }

    .lh-xxl-41.cms-heading {
        line-height: 41px
    }

    .text-xxl-42 {
        font-size: 42px
    }

    .lh-xxl-42 {
        line-height: 42px
    }

    .lh-xxl-42.cms-heading {
        line-height: 42px
    }

    .text-xxl-43 {
        font-size: 43px
    }

    .lh-xxl-43 {
        line-height: 43px
    }

    .lh-xxl-43.cms-heading {
        line-height: 43px
    }

    .text-xxl-44 {
        font-size: 44px
    }

    .lh-xxl-44 {
        line-height: 44px
    }

    .lh-xxl-44.cms-heading {
        line-height: 44px
    }

    .text-xxl-45 {
        font-size: 45px
    }

    .lh-xxl-45 {
        line-height: 45px
    }

    .lh-xxl-45.cms-heading {
        line-height: 45px
    }

    .text-xxl-46 {
        font-size: 46px
    }

    .lh-xxl-46 {
        line-height: 46px
    }

    .lh-xxl-46.cms-heading {
        line-height: 46px
    }

    .text-xxl-48 {
        font-size: 48px
    }

    .lh-xxl-48 {
        line-height: 48px
    }

    .lh-xxl-48.cms-heading {
        line-height: 48px
    }

    .text-xxl-50 {
        font-size: 50px
    }

    .lh-xxl-50 {
        line-height: 50px
    }

    .lh-xxl-50.cms-heading {
        line-height: 50px
    }

    .text-xxl-52 {
        font-size: 52px
    }

    .lh-xxl-52 {
        line-height: 52px
    }

    .lh-xxl-52.cms-heading {
        line-height: 52px
    }

    .text-xxl-54 {
        font-size: 54px
    }

    .lh-xxl-54 {
        line-height: 54px
    }

    .lh-xxl-54.cms-heading {
        line-height: 54px
    }

    .text-xxl-55 {
        font-size: 55px
    }

    .lh-xxl-55 {
        line-height: 55px
    }

    .lh-xxl-55.cms-heading {
        line-height: 55px
    }

    .text-xxl-60 {
        font-size: 60px
    }

    .lh-xxl-60 {
        line-height: 60px
    }

    .lh-xxl-60.cms-heading {
        line-height: 60px
    }

    .text-xxl-64 {
        font-size: 64px
    }

    .lh-xxl-64 {
        line-height: 64px
    }

    .lh-xxl-64.cms-heading {
        line-height: 64px
    }

    .text-xxl-68 {
        font-size: 68px
    }

    .lh-xxl-68 {
        line-height: 68px
    }

    .lh-xxl-68.cms-heading {
        line-height: 68px
    }

    .text-xxl-70 {
        font-size: 70px
    }

    .lh-xxl-70 {
        line-height: 70px
    }

    .lh-xxl-70.cms-heading {
        line-height: 70px
    }

    .text-xxl-75 {
        font-size: 75px
    }

    .lh-xxl-75 {
        line-height: 75px
    }

    .lh-xxl-75.cms-heading {
        line-height: 75px
    }

    .text-xxl-78 {
        font-size: 78px
    }

    .lh-xxl-78 {
        line-height: 78px
    }

    .lh-xxl-78.cms-heading {
        line-height: 78px
    }

    .text-xxl-80 {
        font-size: 80px
    }

    .lh-xxl-80 {
        line-height: 80px
    }

    .lh-xxl-80.cms-heading {
        line-height: 80px
    }

    .text-xxl-82 {
        font-size: 82px
    }

    .lh-xxl-82 {
        line-height: 82px
    }

    .lh-xxl-82.cms-heading {
        line-height: 82px
    }

    .text-xxl-85 {
        font-size: 85px
    }

    .lh-xxl-85 {
        line-height: 85px
    }

    .lh-xxl-85.cms-heading {
        line-height: 85px
    }

    .text-xxl-90 {
        font-size: 90px
    }

    .lh-xxl-90 {
        line-height: 90px
    }

    .lh-xxl-90.cms-heading {
        line-height: 90px
    }

    .text-xxl-100 {
        font-size: 100px
    }

    .lh-xxl-100 {
        line-height: 100px
    }

    .lh-xxl-100.cms-heading {
        line-height: 100px
    }

    .text-xxl-180 {
        font-size: 180px
    }

    .lh-xxl-180 {
        line-height: 180px
    }

    .lh-xxl-180.cms-heading {
        line-height: 180px
    }

    .text-xxl-200 {
        font-size: 200px
    }

    .lh-xxl-200 {
        line-height: 200px
    }

    .lh-xxl-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 1440px) {
    .text-3xl-8 {
        font-size: 8px
    }

    .lh-3xl-8 {
        line-height: 8px
    }

    .lh-3xl-8.cms-heading {
        line-height: 8px
    }

    .text-3xl-10 {
        font-size: 10px
    }

    .lh-3xl-10 {
        line-height: 10px
    }

    .lh-3xl-10.cms-heading {
        line-height: 10px
    }

    .text-3xl-11 {
        font-size: 11px
    }

    .lh-3xl-11 {
        line-height: 11px
    }

    .lh-3xl-11.cms-heading {
        line-height: 11px
    }

    .text-3xl-12 {
        font-size: 12px
    }

    .lh-3xl-12 {
        line-height: 12px
    }

    .lh-3xl-12.cms-heading {
        line-height: 12px
    }

    .text-3xl-13 {
        font-size: 13px
    }

    .lh-3xl-13 {
        line-height: 13px
    }

    .lh-3xl-13.cms-heading {
        line-height: 13px
    }

    .text-3xl-14 {
        font-size: 14px
    }

    .lh-3xl-14 {
        line-height: 14px
    }

    .lh-3xl-14.cms-heading {
        line-height: 14px
    }

    .text-3xl-15 {
        font-size: 15px
    }

    .lh-3xl-15 {
        line-height: 15px
    }

    .lh-3xl-15.cms-heading {
        line-height: 15px
    }

    .text-3xl-16 {
        font-size: 16px
    }

    .lh-3xl-16 {
        line-height: 16px
    }

    .lh-3xl-16.cms-heading {
        line-height: 16px
    }

    .text-3xl-17 {
        font-size: 17px
    }

    .lh-3xl-17 {
        line-height: 17px
    }

    .lh-3xl-17.cms-heading {
        line-height: 17px
    }

    .text-3xl-18 {
        font-size: 18px
    }

    .lh-3xl-18 {
        line-height: 18px
    }

    .lh-3xl-18.cms-heading {
        line-height: 18px
    }

    .text-3xl-19 {
        font-size: 19px
    }

    .lh-3xl-19 {
        line-height: 19px
    }

    .lh-3xl-19.cms-heading {
        line-height: 19px
    }

    .text-3xl-20 {
        font-size: 20px
    }

    .lh-3xl-20 {
        line-height: 20px
    }

    .lh-3xl-20.cms-heading {
        line-height: 20px
    }

    .text-3xl-21 {
        font-size: 21px
    }

    .lh-3xl-21 {
        line-height: 21px
    }

    .lh-3xl-21.cms-heading {
        line-height: 21px
    }

    .text-3xl-22 {
        font-size: 22px
    }

    .lh-3xl-22 {
        line-height: 22px
    }

    .lh-3xl-22.cms-heading {
        line-height: 22px
    }

    .text-3xl-23 {
        font-size: 23px
    }

    .lh-3xl-23 {
        line-height: 23px
    }

    .lh-3xl-23.cms-heading {
        line-height: 23px
    }

    .text-3xl-24 {
        font-size: 24px
    }

    .lh-3xl-24 {
        line-height: 24px
    }

    .lh-3xl-24.cms-heading {
        line-height: 24px
    }

    .text-3xl-25 {
        font-size: 25px
    }

    .lh-3xl-25 {
        line-height: 25px
    }

    .lh-3xl-25.cms-heading {
        line-height: 25px
    }

    .text-3xl-26 {
        font-size: 26px
    }

    .lh-3xl-26 {
        line-height: 26px
    }

    .lh-3xl-26.cms-heading {
        line-height: 26px
    }

    .text-3xl-27 {
        font-size: 27px
    }

    .lh-3xl-27 {
        line-height: 27px
    }

    .lh-3xl-27.cms-heading {
        line-height: 27px
    }

    .text-3xl-28 {
        font-size: 28px
    }

    .lh-3xl-28 {
        line-height: 28px
    }

    .lh-3xl-28.cms-heading {
        line-height: 28px
    }

    .text-3xl-29 {
        font-size: 29px
    }

    .lh-3xl-29 {
        line-height: 29px
    }

    .lh-3xl-29.cms-heading {
        line-height: 29px
    }

    .text-3xl-30 {
        font-size: 30px
    }

    .lh-3xl-30 {
        line-height: 30px
    }

    .lh-3xl-30.cms-heading {
        line-height: 30px
    }

    .text-3xl-31 {
        font-size: 31px
    }

    .lh-3xl-31 {
        line-height: 31px
    }

    .lh-3xl-31.cms-heading {
        line-height: 31px
    }

    .text-3xl-32 {
        font-size: 32px
    }

    .lh-3xl-32 {
        line-height: 32px
    }

    .lh-3xl-32.cms-heading {
        line-height: 32px
    }

    .text-3xl-33 {
        font-size: 33px
    }

    .lh-3xl-33 {
        line-height: 33px
    }

    .lh-3xl-33.cms-heading {
        line-height: 33px
    }

    .text-3xl-34 {
        font-size: 34px
    }

    .lh-3xl-34 {
        line-height: 34px
    }

    .lh-3xl-34.cms-heading {
        line-height: 34px
    }

    .text-3xl-35 {
        font-size: 35px
    }

    .lh-3xl-35 {
        line-height: 35px
    }

    .lh-3xl-35.cms-heading {
        line-height: 35px
    }

    .text-3xl-36 {
        font-size: 36px
    }

    .lh-3xl-36 {
        line-height: 36px
    }

    .lh-3xl-36.cms-heading {
        line-height: 36px
    }

    .text-3xl-37 {
        font-size: 37px
    }

    .lh-3xl-37 {
        line-height: 37px
    }

    .lh-3xl-37.cms-heading {
        line-height: 37px
    }

    .text-3xl-38 {
        font-size: 38px
    }

    .lh-3xl-38 {
        line-height: 38px
    }

    .lh-3xl-38.cms-heading {
        line-height: 38px
    }

    .text-3xl-39 {
        font-size: 39px
    }

    .lh-3xl-39 {
        line-height: 39px
    }

    .lh-3xl-39.cms-heading {
        line-height: 39px
    }

    .text-3xl-40 {
        font-size: 40px
    }

    .lh-3xl-40 {
        line-height: 40px
    }

    .lh-3xl-40.cms-heading {
        line-height: 40px
    }

    .text-3xl-41 {
        font-size: 41px
    }

    .lh-3xl-41 {
        line-height: 41px
    }

    .lh-3xl-41.cms-heading {
        line-height: 41px
    }

    .text-3xl-42 {
        font-size: 42px
    }

    .lh-3xl-42 {
        line-height: 42px
    }

    .lh-3xl-42.cms-heading {
        line-height: 42px
    }

    .text-3xl-43 {
        font-size: 43px
    }

    .lh-3xl-43 {
        line-height: 43px
    }

    .lh-3xl-43.cms-heading {
        line-height: 43px
    }

    .text-3xl-44 {
        font-size: 44px
    }

    .lh-3xl-44 {
        line-height: 44px
    }

    .lh-3xl-44.cms-heading {
        line-height: 44px
    }

    .text-3xl-45 {
        font-size: 45px
    }

    .lh-3xl-45 {
        line-height: 45px
    }

    .lh-3xl-45.cms-heading {
        line-height: 45px
    }

    .text-3xl-46 {
        font-size: 46px
    }

    .lh-3xl-46 {
        line-height: 46px
    }

    .lh-3xl-46.cms-heading {
        line-height: 46px
    }

    .text-3xl-48 {
        font-size: 48px
    }

    .lh-3xl-48 {
        line-height: 48px
    }

    .lh-3xl-48.cms-heading {
        line-height: 48px
    }

    .text-3xl-50 {
        font-size: 50px
    }

    .lh-3xl-50 {
        line-height: 50px
    }

    .lh-3xl-50.cms-heading {
        line-height: 50px
    }

    .text-3xl-52 {
        font-size: 52px
    }

    .lh-3xl-52 {
        line-height: 52px
    }

    .lh-3xl-52.cms-heading {
        line-height: 52px
    }

    .text-3xl-54 {
        font-size: 54px
    }

    .lh-3xl-54 {
        line-height: 54px
    }

    .lh-3xl-54.cms-heading {
        line-height: 54px
    }

    .text-3xl-55 {
        font-size: 55px
    }

    .lh-3xl-55 {
        line-height: 55px
    }

    .lh-3xl-55.cms-heading {
        line-height: 55px
    }

    .text-3xl-60 {
        font-size: 60px
    }

    .lh-3xl-60 {
        line-height: 60px
    }

    .lh-3xl-60.cms-heading {
        line-height: 60px
    }

    .text-3xl-64 {
        font-size: 64px
    }

    .lh-3xl-64 {
        line-height: 64px
    }

    .lh-3xl-64.cms-heading {
        line-height: 64px
    }

    .text-3xl-68 {
        font-size: 68px
    }

    .lh-3xl-68 {
        line-height: 68px
    }

    .lh-3xl-68.cms-heading {
        line-height: 68px
    }

    .text-3xl-70 {
        font-size: 70px
    }

    .lh-3xl-70 {
        line-height: 70px
    }

    .lh-3xl-70.cms-heading {
        line-height: 70px
    }

    .text-3xl-75 {
        font-size: 75px
    }

    .lh-3xl-75 {
        line-height: 75px
    }

    .lh-3xl-75.cms-heading {
        line-height: 75px
    }

    .text-3xl-78 {
        font-size: 78px
    }

    .lh-3xl-78 {
        line-height: 78px
    }

    .lh-3xl-78.cms-heading {
        line-height: 78px
    }

    .text-3xl-80 {
        font-size: 80px
    }

    .lh-3xl-80 {
        line-height: 80px
    }

    .lh-3xl-80.cms-heading {
        line-height: 80px
    }

    .text-3xl-82 {
        font-size: 82px
    }

    .lh-3xl-82 {
        line-height: 82px
    }

    .lh-3xl-82.cms-heading {
        line-height: 82px
    }

    .text-3xl-85 {
        font-size: 85px
    }

    .lh-3xl-85 {
        line-height: 85px
    }

    .lh-3xl-85.cms-heading {
        line-height: 85px
    }

    .text-3xl-90 {
        font-size: 90px
    }

    .lh-3xl-90 {
        line-height: 90px
    }

    .lh-3xl-90.cms-heading {
        line-height: 90px
    }

    .text-3xl-100 {
        font-size: 100px
    }

    .lh-3xl-100 {
        line-height: 100px
    }

    .lh-3xl-100.cms-heading {
        line-height: 100px
    }

    .text-3xl-180 {
        font-size: 180px
    }

    .lh-3xl-180 {
        line-height: 180px
    }

    .lh-3xl-180.cms-heading {
        line-height: 180px
    }

    .text-3xl-200 {
        font-size: 200px
    }

    .lh-3xl-200 {
        line-height: 200px
    }

    .lh-3xl-200.cms-heading {
        line-height: 200px
    }
}

@media (min-width: 1600px) {
    .text-4xl-8 {
        font-size: 8px
    }

    .lh-4xl-8 {
        line-height: 8px
    }

    .lh-4xl-8.cms-heading {
        line-height: 8px
    }

    .text-4xl-10 {
        font-size: 10px
    }

    .lh-4xl-10 {
        line-height: 10px
    }

    .lh-4xl-10.cms-heading {
        line-height: 10px
    }

    .text-4xl-11 {
        font-size: 11px
    }

    .lh-4xl-11 {
        line-height: 11px
    }

    .lh-4xl-11.cms-heading {
        line-height: 11px
    }

    .text-4xl-12 {
        font-size: 12px
    }

    .lh-4xl-12 {
        line-height: 12px
    }

    .lh-4xl-12.cms-heading {
        line-height: 12px
    }

    .text-4xl-13 {
        font-size: 13px
    }

    .lh-4xl-13 {
        line-height: 13px
    }

    .lh-4xl-13.cms-heading {
        line-height: 13px
    }

    .text-4xl-14 {
        font-size: 14px
    }

    .lh-4xl-14 {
        line-height: 14px
    }

    .lh-4xl-14.cms-heading {
        line-height: 14px
    }

    .text-4xl-15 {
        font-size: 15px
    }

    .lh-4xl-15 {
        line-height: 15px
    }

    .lh-4xl-15.cms-heading {
        line-height: 15px
    }

    .text-4xl-16 {
        font-size: 16px
    }

    .lh-4xl-16 {
        line-height: 16px
    }

    .lh-4xl-16.cms-heading {
        line-height: 16px
    }

    .text-4xl-17 {
        font-size: 17px
    }

    .lh-4xl-17 {
        line-height: 17px
    }

    .lh-4xl-17.cms-heading {
        line-height: 17px
    }

    .text-4xl-18 {
        font-size: 18px
    }

    .lh-4xl-18 {
        line-height: 18px
    }

    .lh-4xl-18.cms-heading {
        line-height: 18px
    }

    .text-4xl-19 {
        font-size: 19px
    }

    .lh-4xl-19 {
        line-height: 19px
    }

    .lh-4xl-19.cms-heading {
        line-height: 19px
    }

    .text-4xl-20 {
        font-size: 20px
    }

    .lh-4xl-20 {
        line-height: 20px
    }

    .lh-4xl-20.cms-heading {
        line-height: 20px
    }

    .text-4xl-21 {
        font-size: 21px
    }

    .lh-4xl-21 {
        line-height: 21px
    }

    .lh-4xl-21.cms-heading {
        line-height: 21px
    }

    .text-4xl-22 {
        font-size: 22px
    }

    .lh-4xl-22 {
        line-height: 22px
    }

    .lh-4xl-22.cms-heading {
        line-height: 22px
    }

    .text-4xl-23 {
        font-size: 23px
    }

    .lh-4xl-23 {
        line-height: 23px
    }

    .lh-4xl-23.cms-heading {
        line-height: 23px
    }

    .text-4xl-24 {
        font-size: 24px
    }

    .lh-4xl-24 {
        line-height: 24px
    }

    .lh-4xl-24.cms-heading {
        line-height: 24px
    }

    .text-4xl-25 {
        font-size: 25px
    }

    .lh-4xl-25 {
        line-height: 25px
    }

    .lh-4xl-25.cms-heading {
        line-height: 25px
    }

    .text-4xl-26 {
        font-size: 26px
    }

    .lh-4xl-26 {
        line-height: 26px
    }

    .lh-4xl-26.cms-heading {
        line-height: 26px
    }

    .text-4xl-27 {
        font-size: 27px
    }

    .lh-4xl-27 {
        line-height: 27px
    }

    .lh-4xl-27.cms-heading {
        line-height: 27px
    }

    .text-4xl-28 {
        font-size: 28px
    }

    .lh-4xl-28 {
        line-height: 28px
    }

    .lh-4xl-28.cms-heading {
        line-height: 28px
    }

    .text-4xl-29 {
        font-size: 29px
    }

    .lh-4xl-29 {
        line-height: 29px
    }

    .lh-4xl-29.cms-heading {
        line-height: 29px
    }

    .text-4xl-30 {
        font-size: 30px
    }

    .lh-4xl-30 {
        line-height: 30px
    }

    .lh-4xl-30.cms-heading {
        line-height: 30px
    }

    .text-4xl-31 {
        font-size: 31px
    }

    .lh-4xl-31 {
        line-height: 31px
    }

    .lh-4xl-31.cms-heading {
        line-height: 31px
    }

    .text-4xl-32 {
        font-size: 32px
    }

    .lh-4xl-32 {
        line-height: 32px
    }

    .lh-4xl-32.cms-heading {
        line-height: 32px
    }

    .text-4xl-33 {
        font-size: 33px
    }

    .lh-4xl-33 {
        line-height: 33px
    }

    .lh-4xl-33.cms-heading {
        line-height: 33px
    }

    .text-4xl-34 {
        font-size: 34px
    }

    .lh-4xl-34 {
        line-height: 34px
    }

    .lh-4xl-34.cms-heading {
        line-height: 34px
    }

    .text-4xl-35 {
        font-size: 35px
    }

    .lh-4xl-35 {
        line-height: 35px
    }

    .lh-4xl-35.cms-heading {
        line-height: 35px
    }

    .text-4xl-36 {
        font-size: 36px
    }

    .lh-4xl-36 {
        line-height: 36px
    }

    .lh-4xl-36.cms-heading {
        line-height: 36px
    }

    .text-4xl-37 {
        font-size: 37px
    }

    .lh-4xl-37 {
        line-height: 37px
    }

    .lh-4xl-37.cms-heading {
        line-height: 37px
    }

    .text-4xl-38 {
        font-size: 38px
    }

    .lh-4xl-38 {
        line-height: 38px
    }

    .lh-4xl-38.cms-heading {
        line-height: 38px
    }

    .text-4xl-39 {
        font-size: 39px
    }

    .lh-4xl-39 {
        line-height: 39px
    }

    .lh-4xl-39.cms-heading {
        line-height: 39px
    }

    .text-4xl-40 {
        font-size: 40px
    }

    .lh-4xl-40 {
        line-height: 40px
    }

    .lh-4xl-40.cms-heading {
        line-height: 40px
    }

    .text-4xl-41 {
        font-size: 41px
    }

    .lh-4xl-41 {
        line-height: 41px
    }

    .lh-4xl-41.cms-heading {
        line-height: 41px
    }

    .text-4xl-42 {
        font-size: 42px
    }

    .lh-4xl-42 {
        line-height: 42px
    }

    .lh-4xl-42.cms-heading {
        line-height: 42px
    }

    .text-4xl-43 {
        font-size: 43px
    }

    .lh-4xl-43 {
        line-height: 43px
    }

    .lh-4xl-43.cms-heading {
        line-height: 43px
    }

    .text-4xl-44 {
        font-size: 44px
    }

    .lh-4xl-44 {
        line-height: 44px
    }

    .lh-4xl-44.cms-heading {
        line-height: 44px
    }

    .text-4xl-45 {
        font-size: 45px
    }

    .lh-4xl-45 {
        line-height: 45px
    }

    .lh-4xl-45.cms-heading {
        line-height: 45px
    }

    .text-4xl-46 {
        font-size: 46px
    }

    .lh-4xl-46 {
        line-height: 46px
    }

    .lh-4xl-46.cms-heading {
        line-height: 46px
    }

    .text-4xl-48 {
        font-size: 48px
    }

    .lh-4xl-48 {
        line-height: 48px
    }

    .lh-4xl-48.cms-heading {
        line-height: 48px
    }

    .text-4xl-50 {
        font-size: 50px
    }

    .lh-4xl-50 {
        line-height: 50px
    }

    .lh-4xl-50.cms-heading {
        line-height: 50px
    }

    .text-4xl-52 {
        font-size: 52px
    }

    .lh-4xl-52 {
        line-height: 52px
    }

    .lh-4xl-52.cms-heading {
        line-height: 52px
    }

    .text-4xl-54 {
        font-size: 54px
    }

    .lh-4xl-54 {
        line-height: 54px
    }

    .lh-4xl-54.cms-heading {
        line-height: 54px
    }

    .text-4xl-55 {
        font-size: 55px
    }

    .lh-4xl-55 {
        line-height: 55px
    }

    .lh-4xl-55.cms-heading {
        line-height: 55px
    }

    .text-4xl-60 {
        font-size: 60px
    }

    .lh-4xl-60 {
        line-height: 60px
    }

    .lh-4xl-60.cms-heading {
        line-height: 60px
    }

    .text-4xl-64 {
        font-size: 64px
    }

    .lh-4xl-64 {
        line-height: 64px
    }

    .lh-4xl-64.cms-heading {
        line-height: 64px
    }

    .text-4xl-68 {
        font-size: 68px
    }

    .lh-4xl-68 {
        line-height: 68px
    }

    .lh-4xl-68.cms-heading {
        line-height: 68px
    }

    .text-4xl-70 {
        font-size: 70px
    }

    .lh-4xl-70 {
        line-height: 70px
    }

    .lh-4xl-70.cms-heading {
        line-height: 70px
    }

    .text-4xl-75 {
        font-size: 75px
    }

    .lh-4xl-75 {
        line-height: 75px
    }

    .lh-4xl-75.cms-heading {
        line-height: 75px
    }

    .text-4xl-78 {
        font-size: 78px
    }

    .lh-4xl-78 {
        line-height: 78px
    }

    .lh-4xl-78.cms-heading {
        line-height: 78px
    }

    .text-4xl-80 {
        font-size: 80px
    }

    .lh-4xl-80 {
        line-height: 80px
    }

    .lh-4xl-80.cms-heading {
        line-height: 80px
    }

    .text-4xl-82 {
        font-size: 82px
    }

    .lh-4xl-82 {
        line-height: 82px
    }

    .lh-4xl-82.cms-heading {
        line-height: 82px
    }

    .text-4xl-85 {
        font-size: 85px
    }

    .lh-4xl-85 {
        line-height: 85px
    }

    .lh-4xl-85.cms-heading {
        line-height: 85px
    }

    .text-4xl-90 {
        font-size: 90px
    }

    .lh-4xl-90 {
        line-height: 90px
    }

    .lh-4xl-90.cms-heading {
        line-height: 90px
    }

    .text-4xl-100 {
        font-size: 100px
    }

    .lh-4xl-100 {
        line-height: 100px
    }

    .lh-4xl-100.cms-heading {
        line-height: 100px
    }

    .text-4xl-180 {
        font-size: 180px
    }

    .lh-4xl-180 {
        line-height: 180px
    }

    .lh-4xl-180.cms-heading {
        line-height: 180px
    }

    .text-4xl-200 {
        font-size: 200px
    }

    .lh-4xl-200 {
        line-height: 200px
    }

    .lh-4xl-200.cms-heading {
        line-height: 200px
    }
}

.lh-1 {
    line-height: 1.15
}

.text-large {
    font-size: var(--body-font-size-large)
}

.text-medium {
    font-size: var(--body-font-size-medium)
}

.text-small {
    font-size: var(--body-font-size-small)
}

.text-xsmall {
    font-size: var(--body-font-size-xsmall)
}

.text-xxsmall {
    font-size: var(--body-font-size-xxsmall)
}

.text-8.text-va-20 {
    letter-spacing: 0.16px
}

.text-8.text-va-30 {
    letter-spacing: 0.24px
}

.text-8.text-va-40 {
    letter-spacing: 0.32px
}

.text-8.text-va-50 {
    letter-spacing: 0.4px
}

.text-8.text-va-70 {
    letter-spacing: 0.56px
}

.text-8.text-va-100 {
    letter-spacing: 0.8px
}

.text-8.text-va-200 {
    letter-spacing: 1.6px
}

.text-10.text-va-20 {
    letter-spacing: 0.2px
}

.text-10.text-va-30 {
    letter-spacing: 0.3px
}

.text-10.text-va-40 {
    letter-spacing: 0.4px
}

.text-10.text-va-50 {
    letter-spacing: 0.5px
}

.text-10.text-va-70 {
    letter-spacing: 0.7px
}

.text-10.text-va-100 {
    letter-spacing: 1px
}

.text-10.text-va-200 {
    letter-spacing: 2px
}

.text-11.text-va-20 {
    letter-spacing: 0.22px
}

.text-11.text-va-30 {
    letter-spacing: 0.33px
}

.text-11.text-va-40 {
    letter-spacing: 0.44px
}

.text-11.text-va-50 {
    letter-spacing: 0.55px
}

.text-11.text-va-70 {
    letter-spacing: 0.77px
}

.text-11.text-va-100 {
    letter-spacing: 1.1px
}

.text-11.text-va-200 {
    letter-spacing: 2.2px
}

.text-12.text-va-20 {
    letter-spacing: 0.24px
}

.text-12.text-va-30 {
    letter-spacing: 0.36px
}

.text-12.text-va-40 {
    letter-spacing: 0.48px
}

.text-12.text-va-50 {
    letter-spacing: 0.6px
}

.text-12.text-va-70 {
    letter-spacing: 0.84px
}

.text-12.text-va-100 {
    letter-spacing: 1.2px
}

.text-12.text-va-200 {
    letter-spacing: 2.4px
}

.text-13.text-va-20 {
    letter-spacing: 0.26px
}

.text-13.text-va-30 {
    letter-spacing: 0.39px
}

.text-13.text-va-40 {
    letter-spacing: 0.52px
}

.text-13.text-va-50 {
    letter-spacing: 0.65px
}

.text-13.text-va-70 {
    letter-spacing: 0.91px
}

.text-13.text-va-100 {
    letter-spacing: 1.3px
}

.text-13.text-va-200 {
    letter-spacing: 2.6px
}

.text-14.text-va-20 {
    letter-spacing: 0.28px
}

.text-14.text-va-30 {
    letter-spacing: 0.42px
}

.text-14.text-va-40 {
    letter-spacing: 0.56px
}

.text-14.text-va-50 {
    letter-spacing: 0.7px
}

.text-14.text-va-70 {
    letter-spacing: 0.98px
}

.text-14.text-va-100 {
    letter-spacing: 1.4px
}

.text-14.text-va-200 {
    letter-spacing: 2.8px
}

.text-15.text-va-20 {
    letter-spacing: 0.3px
}

.text-15.text-va-30 {
    letter-spacing: 0.45px
}

.text-15.text-va-40 {
    letter-spacing: 0.6px
}

.text-15.text-va-50 {
    letter-spacing: 0.75px
}

.text-15.text-va-70 {
    letter-spacing: 1.05px
}

.text-15.text-va-100 {
    letter-spacing: 1.5px
}

.text-15.text-va-200 {
    letter-spacing: 3px
}

.text-16.text-va-20 {
    letter-spacing: 0.32px
}

.text-16.text-va-30 {
    letter-spacing: 0.48px
}

.text-16.text-va-40 {
    letter-spacing: 0.64px
}

.text-16.text-va-50 {
    letter-spacing: 0.8px
}

.text-16.text-va-70 {
    letter-spacing: 1.12px
}

.text-16.text-va-100 {
    letter-spacing: 1.6px
}

.text-16.text-va-200 {
    letter-spacing: 3.2px
}

.text-17.text-va-20 {
    letter-spacing: 0.34px
}

.text-17.text-va-30 {
    letter-spacing: 0.51px
}

.text-17.text-va-40 {
    letter-spacing: 0.68px
}

.text-17.text-va-50 {
    letter-spacing: 0.85px
}

.text-17.text-va-70 {
    letter-spacing: 1.19px
}

.text-17.text-va-100 {
    letter-spacing: 1.7px
}

.text-17.text-va-200 {
    letter-spacing: 3.4px
}

.text-18.text-va-20 {
    letter-spacing: 0.36px
}

.text-18.text-va-30 {
    letter-spacing: 0.54px
}

.text-18.text-va-40 {
    letter-spacing: 0.72px
}

.text-18.text-va-50 {
    letter-spacing: 0.9px
}

.text-18.text-va-70 {
    letter-spacing: 1.26px
}

.text-18.text-va-100 {
    letter-spacing: 1.8px
}

.text-18.text-va-200 {
    letter-spacing: 3.6px
}

.text-19.text-va-20 {
    letter-spacing: 0.38px
}

.text-19.text-va-30 {
    letter-spacing: 0.57px
}

.text-19.text-va-40 {
    letter-spacing: 0.76px
}

.text-19.text-va-50 {
    letter-spacing: 0.95px
}

.text-19.text-va-70 {
    letter-spacing: 1.33px
}

.text-19.text-va-100 {
    letter-spacing: 1.9px
}

.text-19.text-va-200 {
    letter-spacing: 3.8px
}

.text-20.text-va-20 {
    letter-spacing: 0.4px
}

.text-20.text-va-30 {
    letter-spacing: 0.6px
}

.text-20.text-va-40 {
    letter-spacing: 0.8px
}

.text-20.text-va-50 {
    letter-spacing: 1px
}

.text-20.text-va-70 {
    letter-spacing: 1.4px
}

.text-20.text-va-100 {
    letter-spacing: 2px
}

.text-20.text-va-200 {
    letter-spacing: 4px
}

.text-21.text-va-20 {
    letter-spacing: 0.42px
}

.text-21.text-va-30 {
    letter-spacing: 0.63px
}

.text-21.text-va-40 {
    letter-spacing: 0.84px
}

.text-21.text-va-50 {
    letter-spacing: 1.05px
}

.text-21.text-va-70 {
    letter-spacing: 1.47px
}

.text-21.text-va-100 {
    letter-spacing: 2.1px
}

.text-21.text-va-200 {
    letter-spacing: 4.2px
}

.text-22.text-va-20 {
    letter-spacing: 0.44px
}

.text-22.text-va-30 {
    letter-spacing: 0.66px
}

.text-22.text-va-40 {
    letter-spacing: 0.88px
}

.text-22.text-va-50 {
    letter-spacing: 1.1px
}

.text-22.text-va-70 {
    letter-spacing: 1.54px
}

.text-22.text-va-100 {
    letter-spacing: 2.2px
}

.text-22.text-va-200 {
    letter-spacing: 4.4px
}

.text-23.text-va-20 {
    letter-spacing: 0.46px
}

.text-23.text-va-30 {
    letter-spacing: 0.69px
}

.text-23.text-va-40 {
    letter-spacing: 0.92px
}

.text-23.text-va-50 {
    letter-spacing: 1.15px
}

.text-23.text-va-70 {
    letter-spacing: 1.61px
}

.text-23.text-va-100 {
    letter-spacing: 2.3px
}

.text-23.text-va-200 {
    letter-spacing: 4.6px
}

.text-24.text-va-20 {
    letter-spacing: 0.48px
}

.text-24.text-va-30 {
    letter-spacing: 0.72px
}

.text-24.text-va-40 {
    letter-spacing: 0.96px
}

.text-24.text-va-50 {
    letter-spacing: 1.2px
}

.text-24.text-va-70 {
    letter-spacing: 1.68px
}

.text-24.text-va-100 {
    letter-spacing: 2.4px
}

.text-24.text-va-200 {
    letter-spacing: 4.8px
}

.text-25.text-va-20 {
    letter-spacing: 0.5px
}

.text-25.text-va-30 {
    letter-spacing: 0.75px
}

.text-25.text-va-40 {
    letter-spacing: 1px
}

.text-25.text-va-50 {
    letter-spacing: 1.25px
}

.text-25.text-va-70 {
    letter-spacing: 1.75px
}

.text-25.text-va-100 {
    letter-spacing: 2.5px
}

.text-25.text-va-200 {
    letter-spacing: 5px
}

.text-26.text-va-20 {
    letter-spacing: 0.52px
}

.text-26.text-va-30 {
    letter-spacing: 0.78px
}

.text-26.text-va-40 {
    letter-spacing: 1.04px
}

.text-26.text-va-50 {
    letter-spacing: 1.3px
}

.text-26.text-va-70 {
    letter-spacing: 1.82px
}

.text-26.text-va-100 {
    letter-spacing: 2.6px
}

.text-26.text-va-200 {
    letter-spacing: 5.2px
}

.text-27.text-va-20 {
    letter-spacing: 0.54px
}

.text-27.text-va-30 {
    letter-spacing: 0.81px
}

.text-27.text-va-40 {
    letter-spacing: 1.08px
}

.text-27.text-va-50 {
    letter-spacing: 1.35px
}

.text-27.text-va-70 {
    letter-spacing: 1.89px
}

.text-27.text-va-100 {
    letter-spacing: 2.7px
}

.text-27.text-va-200 {
    letter-spacing: 5.4px
}

.text-28.text-va-20 {
    letter-spacing: 0.56px
}

.text-28.text-va-30 {
    letter-spacing: 0.84px
}

.text-28.text-va-40 {
    letter-spacing: 1.12px
}

.text-28.text-va-50 {
    letter-spacing: 1.4px
}

.text-28.text-va-70 {
    letter-spacing: 1.96px
}

.text-28.text-va-100 {
    letter-spacing: 2.8px
}

.text-28.text-va-200 {
    letter-spacing: 5.6px
}

.text-29.text-va-20 {
    letter-spacing: 0.58px
}

.text-29.text-va-30 {
    letter-spacing: 0.87px
}

.text-29.text-va-40 {
    letter-spacing: 1.16px
}

.text-29.text-va-50 {
    letter-spacing: 1.45px
}

.text-29.text-va-70 {
    letter-spacing: 2.03px
}

.text-29.text-va-100 {
    letter-spacing: 2.9px
}

.text-29.text-va-200 {
    letter-spacing: 5.8px
}

.text-30.text-va-20 {
    letter-spacing: 0.6px
}

.text-30.text-va-30 {
    letter-spacing: 0.9px
}

.text-30.text-va-40 {
    letter-spacing: 1.2px
}

.text-30.text-va-50 {
    letter-spacing: 1.5px
}

.text-30.text-va-70 {
    letter-spacing: 2.1px
}

.text-30.text-va-100 {
    letter-spacing: 3px
}

.text-30.text-va-200 {
    letter-spacing: 6px
}

.text-31.text-va-20 {
    letter-spacing: 0.62px
}

.text-31.text-va-30 {
    letter-spacing: 0.93px
}

.text-31.text-va-40 {
    letter-spacing: 1.24px
}

.text-31.text-va-50 {
    letter-spacing: 1.55px
}

.text-31.text-va-70 {
    letter-spacing: 2.17px
}

.text-31.text-va-100 {
    letter-spacing: 3.1px
}

.text-31.text-va-200 {
    letter-spacing: 6.2px
}

.text-32.text-va-20 {
    letter-spacing: 0.64px
}

.text-32.text-va-30 {
    letter-spacing: 0.96px
}

.text-32.text-va-40 {
    letter-spacing: 1.28px
}

.text-32.text-va-50 {
    letter-spacing: 1.6px
}

.text-32.text-va-70 {
    letter-spacing: 2.24px
}

.text-32.text-va-100 {
    letter-spacing: 3.2px
}

.text-32.text-va-200 {
    letter-spacing: 6.4px
}

.text-33.text-va-20 {
    letter-spacing: 0.66px
}

.text-33.text-va-30 {
    letter-spacing: 0.99px
}

.text-33.text-va-40 {
    letter-spacing: 1.32px
}

.text-33.text-va-50 {
    letter-spacing: 1.65px
}

.text-33.text-va-70 {
    letter-spacing: 2.31px
}

.text-33.text-va-100 {
    letter-spacing: 3.3px
}

.text-33.text-va-200 {
    letter-spacing: 6.6px
}

.text-34.text-va-20 {
    letter-spacing: 0.68px
}

.text-34.text-va-30 {
    letter-spacing: 1.02px
}

.text-34.text-va-40 {
    letter-spacing: 1.36px
}

.text-34.text-va-50 {
    letter-spacing: 1.7px
}

.text-34.text-va-70 {
    letter-spacing: 2.38px
}

.text-34.text-va-100 {
    letter-spacing: 3.4px
}

.text-34.text-va-200 {
    letter-spacing: 6.8px
}

.text-35.text-va-20 {
    letter-spacing: 0.7px
}

.text-35.text-va-30 {
    letter-spacing: 1.05px
}

.text-35.text-va-40 {
    letter-spacing: 1.4px
}

.text-35.text-va-50 {
    letter-spacing: 1.75px
}

.text-35.text-va-70 {
    letter-spacing: 2.45px
}

.text-35.text-va-100 {
    letter-spacing: 3.5px
}

.text-35.text-va-200 {
    letter-spacing: 7px
}

.text-36.text-va-20 {
    letter-spacing: 0.72px
}

.text-36.text-va-30 {
    letter-spacing: 1.08px
}

.text-36.text-va-40 {
    letter-spacing: 1.44px
}

.text-36.text-va-50 {
    letter-spacing: 1.8px
}

.text-36.text-va-70 {
    letter-spacing: 2.52px
}

.text-36.text-va-100 {
    letter-spacing: 3.6px
}

.text-36.text-va-200 {
    letter-spacing: 7.2px
}

.text-37.text-va-20 {
    letter-spacing: 0.74px
}

.text-37.text-va-30 {
    letter-spacing: 1.11px
}

.text-37.text-va-40 {
    letter-spacing: 1.48px
}

.text-37.text-va-50 {
    letter-spacing: 1.85px
}

.text-37.text-va-70 {
    letter-spacing: 2.59px
}

.text-37.text-va-100 {
    letter-spacing: 3.7px
}

.text-37.text-va-200 {
    letter-spacing: 7.4px
}

.text-38.text-va-20 {
    letter-spacing: 0.76px
}

.text-38.text-va-30 {
    letter-spacing: 1.14px
}

.text-38.text-va-40 {
    letter-spacing: 1.52px
}

.text-38.text-va-50 {
    letter-spacing: 1.9px
}

.text-38.text-va-70 {
    letter-spacing: 2.66px
}

.text-38.text-va-100 {
    letter-spacing: 3.8px
}

.text-38.text-va-200 {
    letter-spacing: 7.6px
}

.text-39.text-va-20 {
    letter-spacing: 0.78px
}

.text-39.text-va-30 {
    letter-spacing: 1.17px
}

.text-39.text-va-40 {
    letter-spacing: 1.56px
}

.text-39.text-va-50 {
    letter-spacing: 1.95px
}

.text-39.text-va-70 {
    letter-spacing: 2.73px
}

.text-39.text-va-100 {
    letter-spacing: 3.9px
}

.text-39.text-va-200 {
    letter-spacing: 7.8px
}

.text-40.text-va-20 {
    letter-spacing: 0.8px
}

.text-40.text-va-30 {
    letter-spacing: 1.2px
}

.text-40.text-va-40 {
    letter-spacing: 1.6px
}

.text-40.text-va-50 {
    letter-spacing: 2px
}

.text-40.text-va-70 {
    letter-spacing: 2.8px
}

.text-40.text-va-100 {
    letter-spacing: 4px
}

.text-40.text-va-200 {
    letter-spacing: 8px
}

.text-41.text-va-20 {
    letter-spacing: 0.82px
}

.text-41.text-va-30 {
    letter-spacing: 1.23px
}

.text-41.text-va-40 {
    letter-spacing: 1.64px
}

.text-41.text-va-50 {
    letter-spacing: 2.05px
}

.text-41.text-va-70 {
    letter-spacing: 2.87px
}

.text-41.text-va-100 {
    letter-spacing: 4.1px
}

.text-41.text-va-200 {
    letter-spacing: 8.2px
}

.text-42.text-va-20 {
    letter-spacing: 0.84px
}

.text-42.text-va-30 {
    letter-spacing: 1.26px
}

.text-42.text-va-40 {
    letter-spacing: 1.68px
}

.text-42.text-va-50 {
    letter-spacing: 2.1px
}

.text-42.text-va-70 {
    letter-spacing: 2.94px
}

.text-42.text-va-100 {
    letter-spacing: 4.2px
}

.text-42.text-va-200 {
    letter-spacing: 8.4px
}

.text-43.text-va-20 {
    letter-spacing: 0.86px
}

.text-43.text-va-30 {
    letter-spacing: 1.29px
}

.text-43.text-va-40 {
    letter-spacing: 1.72px
}

.text-43.text-va-50 {
    letter-spacing: 2.15px
}

.text-43.text-va-70 {
    letter-spacing: 3.01px
}

.text-43.text-va-100 {
    letter-spacing: 4.3px
}

.text-43.text-va-200 {
    letter-spacing: 8.6px
}

.text-44.text-va-20 {
    letter-spacing: 0.88px
}

.text-44.text-va-30 {
    letter-spacing: 1.32px
}

.text-44.text-va-40 {
    letter-spacing: 1.76px
}

.text-44.text-va-50 {
    letter-spacing: 2.2px
}

.text-44.text-va-70 {
    letter-spacing: 3.08px
}

.text-44.text-va-100 {
    letter-spacing: 4.4px
}

.text-44.text-va-200 {
    letter-spacing: 8.8px
}

.text-45.text-va-20 {
    letter-spacing: 0.9px
}

.text-45.text-va-30 {
    letter-spacing: 1.35px
}

.text-45.text-va-40 {
    letter-spacing: 1.8px
}

.text-45.text-va-50 {
    letter-spacing: 2.25px
}

.text-45.text-va-70 {
    letter-spacing: 3.15px
}

.text-45.text-va-100 {
    letter-spacing: 4.5px
}

.text-45.text-va-200 {
    letter-spacing: 9px
}

.text-46.text-va-20 {
    letter-spacing: 0.92px
}

.text-46.text-va-30 {
    letter-spacing: 1.38px
}

.text-46.text-va-40 {
    letter-spacing: 1.84px
}

.text-46.text-va-50 {
    letter-spacing: 2.3px
}

.text-46.text-va-70 {
    letter-spacing: 3.22px
}

.text-46.text-va-100 {
    letter-spacing: 4.6px
}

.text-46.text-va-200 {
    letter-spacing: 9.2px
}

.text-48.text-va-20 {
    letter-spacing: 0.96px
}

.text-48.text-va-30 {
    letter-spacing: 1.44px
}

.text-48.text-va-40 {
    letter-spacing: 1.92px
}

.text-48.text-va-50 {
    letter-spacing: 2.4px
}

.text-48.text-va-70 {
    letter-spacing: 3.36px
}

.text-48.text-va-100 {
    letter-spacing: 4.8px
}

.text-48.text-va-200 {
    letter-spacing: 9.6px
}

.text-50.text-va-20 {
    letter-spacing: 1px
}

.text-50.text-va-30 {
    letter-spacing: 1.5px
}

.text-50.text-va-40 {
    letter-spacing: 2px
}

.text-50.text-va-50 {
    letter-spacing: 2.5px
}

.text-50.text-va-70 {
    letter-spacing: 3.5px
}

.text-50.text-va-100 {
    letter-spacing: 5px
}

.text-50.text-va-200 {
    letter-spacing: 10px
}

.text-52.text-va-20 {
    letter-spacing: 1.04px
}

.text-52.text-va-30 {
    letter-spacing: 1.56px
}

.text-52.text-va-40 {
    letter-spacing: 2.08px
}

.text-52.text-va-50 {
    letter-spacing: 2.6px
}

.text-52.text-va-70 {
    letter-spacing: 3.64px
}

.text-52.text-va-100 {
    letter-spacing: 5.2px
}

.text-52.text-va-200 {
    letter-spacing: 10.4px
}

.text-54.text-va-20 {
    letter-spacing: 1.08px
}

.text-54.text-va-30 {
    letter-spacing: 1.62px
}

.text-54.text-va-40 {
    letter-spacing: 2.16px
}

.text-54.text-va-50 {
    letter-spacing: 2.7px
}

.text-54.text-va-70 {
    letter-spacing: 3.78px
}

.text-54.text-va-100 {
    letter-spacing: 5.4px
}

.text-54.text-va-200 {
    letter-spacing: 10.8px
}

.text-55.text-va-20 {
    letter-spacing: 1.1px
}

.text-55.text-va-30 {
    letter-spacing: 1.65px
}

.text-55.text-va-40 {
    letter-spacing: 2.2px
}

.text-55.text-va-50 {
    letter-spacing: 2.75px
}

.text-55.text-va-70 {
    letter-spacing: 3.85px
}

.text-55.text-va-100 {
    letter-spacing: 5.5px
}

.text-55.text-va-200 {
    letter-spacing: 11px
}

.text-60.text-va-20 {
    letter-spacing: 1.2px
}

.text-60.text-va-30 {
    letter-spacing: 1.8px
}

.text-60.text-va-40 {
    letter-spacing: 2.4px
}

.text-60.text-va-50 {
    letter-spacing: 3px
}

.text-60.text-va-70 {
    letter-spacing: 4.2px
}

.text-60.text-va-100 {
    letter-spacing: 6px
}

.text-60.text-va-200 {
    letter-spacing: 12px
}

.text-64.text-va-20 {
    letter-spacing: 1.28px
}

.text-64.text-va-30 {
    letter-spacing: 1.92px
}

.text-64.text-va-40 {
    letter-spacing: 2.56px
}

.text-64.text-va-50 {
    letter-spacing: 3.2px
}

.text-64.text-va-70 {
    letter-spacing: 4.48px
}

.text-64.text-va-100 {
    letter-spacing: 6.4px
}

.text-64.text-va-200 {
    letter-spacing: 12.8px
}

.text-68.text-va-20 {
    letter-spacing: 1.36px
}

.text-68.text-va-30 {
    letter-spacing: 2.04px
}

.text-68.text-va-40 {
    letter-spacing: 2.72px
}

.text-68.text-va-50 {
    letter-spacing: 3.4px
}

.text-68.text-va-70 {
    letter-spacing: 4.76px
}

.text-68.text-va-100 {
    letter-spacing: 6.8px
}

.text-68.text-va-200 {
    letter-spacing: 13.6px
}

.text-70.text-va-20 {
    letter-spacing: 1.4px
}

.text-70.text-va-30 {
    letter-spacing: 2.1px
}

.text-70.text-va-40 {
    letter-spacing: 2.8px
}

.text-70.text-va-50 {
    letter-spacing: 3.5px
}

.text-70.text-va-70 {
    letter-spacing: 4.9px
}

.text-70.text-va-100 {
    letter-spacing: 7px
}

.text-70.text-va-200 {
    letter-spacing: 14px
}

.text-75.text-va-20 {
    letter-spacing: 1.5px
}

.text-75.text-va-30 {
    letter-spacing: 2.25px
}

.text-75.text-va-40 {
    letter-spacing: 3px
}

.text-75.text-va-50 {
    letter-spacing: 3.75px
}

.text-75.text-va-70 {
    letter-spacing: 5.25px
}

.text-75.text-va-100 {
    letter-spacing: 7.5px
}

.text-75.text-va-200 {
    letter-spacing: 15px
}

.text-78.text-va-20 {
    letter-spacing: 1.56px
}

.text-78.text-va-30 {
    letter-spacing: 2.34px
}

.text-78.text-va-40 {
    letter-spacing: 3.12px
}

.text-78.text-va-50 {
    letter-spacing: 3.9px
}

.text-78.text-va-70 {
    letter-spacing: 5.46px
}

.text-78.text-va-100 {
    letter-spacing: 7.8px
}

.text-78.text-va-200 {
    letter-spacing: 15.6px
}

.text-80.text-va-20 {
    letter-spacing: 1.6px
}

.text-80.text-va-30 {
    letter-spacing: 2.4px
}

.text-80.text-va-40 {
    letter-spacing: 3.2px
}

.text-80.text-va-50 {
    letter-spacing: 4px
}

.text-80.text-va-70 {
    letter-spacing: 5.6px
}

.text-80.text-va-100 {
    letter-spacing: 8px
}

.text-80.text-va-200 {
    letter-spacing: 16px
}

.text-82.text-va-20 {
    letter-spacing: 1.64px
}

.text-82.text-va-30 {
    letter-spacing: 2.46px
}

.text-82.text-va-40 {
    letter-spacing: 3.28px
}

.text-82.text-va-50 {
    letter-spacing: 4.1px
}

.text-82.text-va-70 {
    letter-spacing: 5.74px
}

.text-82.text-va-100 {
    letter-spacing: 8.2px
}

.text-82.text-va-200 {
    letter-spacing: 16.4px
}

.text-85.text-va-20 {
    letter-spacing: 1.7px
}

.text-85.text-va-30 {
    letter-spacing: 2.55px
}

.text-85.text-va-40 {
    letter-spacing: 3.4px
}

.text-85.text-va-50 {
    letter-spacing: 4.25px
}

.text-85.text-va-70 {
    letter-spacing: 5.95px
}

.text-85.text-va-100 {
    letter-spacing: 8.5px
}

.text-85.text-va-200 {
    letter-spacing: 17px
}

.text-90.text-va-20 {
    letter-spacing: 1.8px
}

.text-90.text-va-30 {
    letter-spacing: 2.7px
}

.text-90.text-va-40 {
    letter-spacing: 3.6px
}

.text-90.text-va-50 {
    letter-spacing: 4.5px
}

.text-90.text-va-70 {
    letter-spacing: 6.3px
}

.text-90.text-va-100 {
    letter-spacing: 9px
}

.text-90.text-va-200 {
    letter-spacing: 18px
}

.text-100.text-va-20 {
    letter-spacing: 2px
}

.text-100.text-va-30 {
    letter-spacing: 3px
}

.text-100.text-va-40 {
    letter-spacing: 4px
}

.text-100.text-va-50 {
    letter-spacing: 5px
}

.text-100.text-va-70 {
    letter-spacing: 7px
}

.text-100.text-va-100 {
    letter-spacing: 10px
}

.text-100.text-va-200 {
    letter-spacing: 20px
}

.text-180.text-va-20 {
    letter-spacing: 3.6px
}

.text-180.text-va-30 {
    letter-spacing: 5.4px
}

.text-180.text-va-40 {
    letter-spacing: 7.2px
}

.text-180.text-va-50 {
    letter-spacing: 9px
}

.text-180.text-va-70 {
    letter-spacing: 12.6px
}

.text-180.text-va-100 {
    letter-spacing: 18px
}

.text-180.text-va-200 {
    letter-spacing: 36px
}

.text-200.text-va-20 {
    letter-spacing: 4px
}

.text-200.text-va-30 {
    letter-spacing: 6px
}

.text-200.text-va-40 {
    letter-spacing: 8px
}

.text-200.text-va-50 {
    letter-spacing: 10px
}

.text-200.text-va-70 {
    letter-spacing: 14px
}

.text-200.text-va-100 {
    letter-spacing: 20px
}

.text-200.text-va-200 {
    letter-spacing: 40px
}

@media (min-width: 480px) {
    .text-xs-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-xs-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-xs-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-xs-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-xs-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-xs-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-xs-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-xs-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-xs-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-xs-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-xs-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-xs-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-xs-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-xs-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-xs-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-xs-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-xs-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-xs-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-xs-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-xs-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-xs-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-xs-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-xs-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-xs-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-xs-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-xs-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-xs-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-xs-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-xs-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-xs-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-xs-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-xs-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-xs-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-xs-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-xs-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-xs-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-xs-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-xs-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-xs-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-xs-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-xs-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-xs-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-xs-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-xs-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-xs-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-xs-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-xs-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-xs-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-xs-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-xs-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-xs-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-xs-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-xs-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-xs-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-xs-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-xs-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-xs-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-xs-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-xs-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-xs-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-xs-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-xs-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-xs-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-xs-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-xs-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-xs-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-xs-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-xs-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-xs-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-xs-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-xs-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-xs-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-xs-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-xs-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-xs-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-xs-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-xs-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-xs-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-xs-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-xs-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-xs-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-xs-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-xs-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-xs-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-xs-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-xs-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-xs-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-xs-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-xs-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-xs-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-xs-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-xs-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-xs-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-xs-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-xs-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-xs-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-xs-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-xs-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-xs-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-xs-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-xs-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-xs-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-xs-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-xs-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-xs-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-xs-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-xs-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-xs-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-xs-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-xs-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-xs-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-xs-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-xs-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-xs-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-xs-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-xs-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-xs-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-xs-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-xs-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-xs-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-xs-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-xs-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-xs-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-xs-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-xs-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-xs-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-xs-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-xs-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-xs-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-xs-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-xs-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-xs-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-xs-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-xs-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-xs-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-xs-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-xs-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-xs-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-xs-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-xs-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-xs-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-xs-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-xs-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-xs-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-xs-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-xs-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-xs-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-xs-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-xs-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-xs-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-xs-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-xs-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-xs-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-xs-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-xs-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-xs-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-xs-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-xs-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-xs-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-xs-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-xs-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-xs-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-xs-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-xs-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-xs-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-xs-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-xs-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-xs-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-xs-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-xs-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-xs-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-xs-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-xs-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-xs-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-xs-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-xs-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-xs-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-xs-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-xs-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-xs-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-xs-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-xs-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-xs-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-xs-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-xs-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-xs-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-xs-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-xs-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-xs-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-xs-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-xs-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-xs-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-xs-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-xs-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-xs-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-xs-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-xs-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-xs-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-xs-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-xs-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-xs-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-xs-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-xs-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-xs-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-xs-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-xs-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-xs-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-xs-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-xs-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-xs-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-xs-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-xs-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-xs-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-xs-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-xs-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-xs-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-xs-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-xs-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-xs-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-xs-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-xs-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-xs-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-xs-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-xs-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-xs-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-xs-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-xs-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-xs-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-xs-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-xs-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-xs-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-xs-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-xs-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-xs-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-xs-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-xs-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-xs-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-xs-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-xs-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-xs-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-xs-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-xs-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-xs-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-xs-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-xs-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-xs-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-xs-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-xs-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-xs-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-xs-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-xs-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-xs-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-xs-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-xs-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-xs-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-xs-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-xs-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-xs-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-xs-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-xs-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-xs-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-xs-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-xs-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-xs-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-xs-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-xs-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-xs-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-xs-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-xs-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-xs-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-xs-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-xs-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-xs-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-xs-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-xs-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-xs-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-xs-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-xs-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-xs-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-xs-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-xs-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-xs-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-xs-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-xs-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-xs-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-xs-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-xs-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-xs-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-xs-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-xs-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-xs-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-xs-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-xs-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-xs-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-xs-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-xs-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-xs-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-xs-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-xs-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-xs-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-xs-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-xs-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-xs-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-xs-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-xs-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-xs-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-xs-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-xs-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-xs-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-xs-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-xs-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-xs-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-xs-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-xs-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-xs-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-xs-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-xs-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-xs-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-xs-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-xs-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-xs-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-xs-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-xs-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-xs-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-xs-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-xs-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-xs-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-xs-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-xs-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-xs-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-xs-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-xs-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-xs-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-xs-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-xs-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-xs-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-xs-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-xs-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-xs-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-xs-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-xs-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-xs-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-xs-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-xs-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-xs-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-xs-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-xs-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-xs-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-xs-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-xs-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-xs-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-xs-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-xs-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-xs-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-xs-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-xs-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-xs-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-xs-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-xs-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-xs-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-xs-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-xs-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-xs-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-xs-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-xs-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-xs-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-xs-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-xs-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-xs-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-xs-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-xs-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-xs-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-xs-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-xs-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-xs-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-xs-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-xs-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-xs-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-xs-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-xs-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-xs-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-xs-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-xs-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-xs-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-xs-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-xs-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-xs-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-xs-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-xs-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-xs-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-xs-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-xs-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 576px) {
    .text-sm-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-sm-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-sm-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-sm-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-sm-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-sm-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-sm-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-sm-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-sm-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-sm-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-sm-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-sm-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-sm-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-sm-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-sm-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-sm-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-sm-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-sm-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-sm-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-sm-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-sm-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-sm-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-sm-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-sm-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-sm-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-sm-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-sm-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-sm-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-sm-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-sm-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-sm-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-sm-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-sm-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-sm-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-sm-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-sm-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-sm-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-sm-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-sm-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-sm-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-sm-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-sm-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-sm-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-sm-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-sm-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-sm-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-sm-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-sm-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-sm-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-sm-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-sm-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-sm-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-sm-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-sm-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-sm-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-sm-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-sm-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-sm-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-sm-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-sm-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-sm-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-sm-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-sm-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-sm-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-sm-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-sm-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-sm-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-sm-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-sm-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-sm-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-sm-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-sm-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-sm-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-sm-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-sm-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-sm-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-sm-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-sm-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-sm-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-sm-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-sm-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-sm-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-sm-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-sm-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-sm-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-sm-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-sm-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-sm-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-sm-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-sm-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-sm-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-sm-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-sm-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-sm-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-sm-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-sm-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-sm-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-sm-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-sm-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-sm-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-sm-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-sm-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-sm-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-sm-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-sm-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-sm-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-sm-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-sm-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-sm-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-sm-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-sm-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-sm-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-sm-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-sm-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-sm-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-sm-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-sm-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-sm-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-sm-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-sm-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-sm-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-sm-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-sm-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-sm-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-sm-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-sm-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-sm-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-sm-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-sm-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-sm-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-sm-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-sm-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-sm-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-sm-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-sm-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-sm-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-sm-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-sm-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-sm-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-sm-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-sm-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-sm-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-sm-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-sm-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-sm-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-sm-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-sm-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-sm-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-sm-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-sm-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-sm-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-sm-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-sm-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-sm-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-sm-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-sm-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-sm-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-sm-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-sm-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-sm-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-sm-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-sm-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-sm-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-sm-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-sm-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-sm-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-sm-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-sm-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-sm-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-sm-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-sm-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-sm-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-sm-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-sm-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-sm-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-sm-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-sm-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-sm-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-sm-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-sm-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-sm-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-sm-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-sm-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-sm-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-sm-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-sm-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-sm-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-sm-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-sm-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-sm-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-sm-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-sm-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-sm-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-sm-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-sm-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-sm-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-sm-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-sm-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-sm-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-sm-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-sm-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-sm-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-sm-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-sm-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-sm-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-sm-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-sm-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-sm-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-sm-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-sm-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-sm-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-sm-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-sm-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-sm-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-sm-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-sm-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-sm-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-sm-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-sm-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-sm-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-sm-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-sm-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-sm-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-sm-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-sm-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-sm-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-sm-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-sm-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-sm-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-sm-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-sm-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-sm-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-sm-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-sm-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-sm-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-sm-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-sm-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-sm-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-sm-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-sm-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-sm-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-sm-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-sm-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-sm-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-sm-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-sm-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-sm-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-sm-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-sm-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-sm-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-sm-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-sm-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-sm-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-sm-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-sm-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-sm-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-sm-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-sm-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-sm-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-sm-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-sm-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-sm-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-sm-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-sm-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-sm-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-sm-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-sm-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-sm-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-sm-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-sm-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-sm-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-sm-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-sm-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-sm-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-sm-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-sm-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-sm-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-sm-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-sm-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-sm-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-sm-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-sm-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-sm-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-sm-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-sm-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-sm-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-sm-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-sm-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-sm-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-sm-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-sm-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-sm-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-sm-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-sm-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-sm-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-sm-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-sm-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-sm-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-sm-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-sm-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-sm-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-sm-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-sm-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-sm-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-sm-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-sm-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-sm-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-sm-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-sm-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-sm-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-sm-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-sm-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-sm-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-sm-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-sm-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-sm-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-sm-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-sm-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-sm-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-sm-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-sm-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-sm-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-sm-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-sm-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-sm-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-sm-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-sm-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-sm-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-sm-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-sm-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-sm-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-sm-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-sm-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-sm-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-sm-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-sm-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-sm-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-sm-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-sm-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-sm-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-sm-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-sm-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-sm-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-sm-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-sm-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-sm-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-sm-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-sm-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-sm-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-sm-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-sm-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-sm-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-sm-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-sm-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-sm-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-sm-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-sm-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-sm-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-sm-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-sm-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-sm-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-sm-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-sm-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-sm-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-sm-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-sm-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-sm-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-sm-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-sm-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-sm-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-sm-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-sm-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-sm-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-sm-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-sm-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-sm-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-sm-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-sm-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-sm-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-sm-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-sm-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-sm-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-sm-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-sm-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-sm-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-sm-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-sm-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-sm-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-sm-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-sm-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-sm-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-sm-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 768px) {
    .text-md-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-md-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-md-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-md-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-md-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-md-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-md-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-md-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-md-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-md-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-md-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-md-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-md-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-md-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-md-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-md-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-md-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-md-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-md-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-md-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-md-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-md-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-md-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-md-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-md-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-md-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-md-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-md-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-md-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-md-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-md-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-md-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-md-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-md-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-md-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-md-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-md-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-md-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-md-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-md-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-md-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-md-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-md-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-md-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-md-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-md-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-md-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-md-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-md-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-md-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-md-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-md-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-md-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-md-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-md-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-md-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-md-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-md-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-md-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-md-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-md-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-md-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-md-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-md-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-md-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-md-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-md-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-md-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-md-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-md-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-md-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-md-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-md-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-md-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-md-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-md-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-md-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-md-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-md-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-md-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-md-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-md-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-md-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-md-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-md-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-md-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-md-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-md-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-md-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-md-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-md-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-md-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-md-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-md-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-md-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-md-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-md-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-md-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-md-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-md-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-md-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-md-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-md-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-md-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-md-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-md-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-md-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-md-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-md-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-md-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-md-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-md-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-md-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-md-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-md-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-md-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-md-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-md-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-md-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-md-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-md-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-md-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-md-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-md-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-md-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-md-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-md-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-md-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-md-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-md-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-md-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-md-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-md-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-md-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-md-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-md-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-md-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-md-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-md-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-md-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-md-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-md-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-md-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-md-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-md-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-md-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-md-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-md-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-md-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-md-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-md-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-md-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-md-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-md-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-md-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-md-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-md-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-md-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-md-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-md-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-md-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-md-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-md-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-md-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-md-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-md-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-md-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-md-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-md-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-md-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-md-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-md-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-md-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-md-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-md-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-md-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-md-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-md-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-md-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-md-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-md-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-md-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-md-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-md-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-md-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-md-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-md-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-md-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-md-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-md-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-md-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-md-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-md-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-md-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-md-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-md-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-md-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-md-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-md-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-md-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-md-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-md-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-md-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-md-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-md-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-md-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-md-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-md-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-md-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-md-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-md-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-md-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-md-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-md-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-md-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-md-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-md-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-md-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-md-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-md-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-md-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-md-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-md-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-md-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-md-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-md-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-md-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-md-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-md-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-md-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-md-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-md-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-md-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-md-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-md-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-md-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-md-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-md-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-md-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-md-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-md-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-md-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-md-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-md-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-md-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-md-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-md-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-md-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-md-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-md-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-md-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-md-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-md-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-md-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-md-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-md-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-md-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-md-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-md-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-md-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-md-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-md-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-md-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-md-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-md-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-md-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-md-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-md-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-md-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-md-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-md-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-md-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-md-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-md-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-md-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-md-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-md-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-md-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-md-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-md-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-md-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-md-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-md-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-md-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-md-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-md-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-md-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-md-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-md-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-md-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-md-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-md-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-md-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-md-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-md-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-md-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-md-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-md-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-md-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-md-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-md-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-md-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-md-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-md-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-md-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-md-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-md-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-md-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-md-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-md-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-md-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-md-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-md-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-md-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-md-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-md-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-md-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-md-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-md-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-md-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-md-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-md-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-md-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-md-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-md-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-md-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-md-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-md-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-md-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-md-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-md-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-md-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-md-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-md-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-md-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-md-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-md-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-md-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-md-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-md-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-md-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-md-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-md-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-md-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-md-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-md-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-md-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-md-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-md-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-md-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-md-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-md-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-md-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-md-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-md-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-md-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-md-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-md-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-md-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-md-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-md-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-md-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-md-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-md-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-md-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-md-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-md-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-md-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-md-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-md-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-md-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-md-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-md-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-md-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-md-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-md-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-md-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-md-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-md-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-md-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-md-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-md-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-md-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-md-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-md-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-md-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-md-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-md-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-md-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-md-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-md-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-md-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1025px) {
    .text-lg-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-lg-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-lg-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-lg-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-lg-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-lg-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-lg-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-lg-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-lg-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-lg-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-lg-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-lg-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-lg-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-lg-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-lg-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-lg-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-lg-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-lg-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-lg-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-lg-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-lg-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-lg-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-lg-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-lg-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-lg-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-lg-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-lg-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-lg-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-lg-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-lg-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-lg-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-lg-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-lg-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-lg-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-lg-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-lg-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-lg-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-lg-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-lg-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-lg-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-lg-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-lg-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-lg-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-lg-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-lg-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-lg-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-lg-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-lg-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-lg-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-lg-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-lg-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-lg-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-lg-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-lg-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-lg-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-lg-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-lg-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-lg-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-lg-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-lg-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-lg-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-lg-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-lg-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-lg-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-lg-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-lg-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-lg-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-lg-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-lg-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-lg-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-lg-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-lg-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-lg-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-lg-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-lg-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-lg-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-lg-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-lg-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-lg-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-lg-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-lg-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-lg-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-lg-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-lg-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-lg-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-lg-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-lg-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-lg-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-lg-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-lg-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-lg-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-lg-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-lg-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-lg-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-lg-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-lg-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-lg-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-lg-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-lg-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-lg-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-lg-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-lg-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-lg-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-lg-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-lg-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-lg-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-lg-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-lg-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-lg-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-lg-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-lg-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-lg-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-lg-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-lg-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-lg-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-lg-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-lg-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-lg-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-lg-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-lg-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-lg-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-lg-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-lg-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-lg-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-lg-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-lg-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-lg-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-lg-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-lg-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-lg-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-lg-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-lg-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-lg-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-lg-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-lg-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-lg-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-lg-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-lg-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-lg-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-lg-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-lg-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-lg-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-lg-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-lg-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-lg-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-lg-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-lg-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-lg-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-lg-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-lg-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-lg-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-lg-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-lg-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-lg-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-lg-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-lg-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-lg-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-lg-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-lg-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-lg-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-lg-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-lg-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-lg-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-lg-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-lg-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-lg-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-lg-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-lg-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-lg-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-lg-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-lg-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-lg-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-lg-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-lg-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-lg-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-lg-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-lg-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-lg-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-lg-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-lg-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-lg-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-lg-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-lg-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-lg-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-lg-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-lg-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-lg-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-lg-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-lg-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-lg-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-lg-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-lg-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-lg-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-lg-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-lg-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-lg-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-lg-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-lg-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-lg-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-lg-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-lg-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-lg-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-lg-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-lg-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-lg-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-lg-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-lg-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-lg-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-lg-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-lg-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-lg-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-lg-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-lg-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-lg-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-lg-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-lg-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-lg-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-lg-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-lg-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-lg-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-lg-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-lg-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-lg-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-lg-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-lg-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-lg-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-lg-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-lg-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-lg-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-lg-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-lg-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-lg-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-lg-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-lg-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-lg-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-lg-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-lg-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-lg-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-lg-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-lg-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-lg-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-lg-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-lg-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-lg-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-lg-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-lg-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-lg-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-lg-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-lg-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-lg-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-lg-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-lg-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-lg-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-lg-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-lg-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-lg-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-lg-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-lg-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-lg-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-lg-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-lg-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-lg-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-lg-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-lg-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-lg-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-lg-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-lg-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-lg-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-lg-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-lg-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-lg-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-lg-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-lg-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-lg-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-lg-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-lg-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-lg-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-lg-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-lg-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-lg-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-lg-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-lg-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-lg-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-lg-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-lg-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-lg-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-lg-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-lg-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-lg-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-lg-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-lg-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-lg-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-lg-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-lg-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-lg-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-lg-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-lg-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-lg-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-lg-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-lg-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-lg-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-lg-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-lg-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-lg-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-lg-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-lg-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-lg-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-lg-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-lg-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-lg-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-lg-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-lg-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-lg-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-lg-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-lg-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-lg-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-lg-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-lg-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-lg-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-lg-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-lg-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-lg-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-lg-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-lg-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-lg-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-lg-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-lg-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-lg-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-lg-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-lg-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-lg-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-lg-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-lg-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-lg-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-lg-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-lg-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-lg-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-lg-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-lg-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-lg-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-lg-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-lg-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-lg-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-lg-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-lg-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-lg-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-lg-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-lg-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-lg-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-lg-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-lg-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-lg-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-lg-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-lg-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-lg-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-lg-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-lg-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-lg-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-lg-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-lg-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-lg-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-lg-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-lg-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-lg-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-lg-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-lg-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-lg-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-lg-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-lg-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-lg-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-lg-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-lg-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-lg-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-lg-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-lg-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-lg-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-lg-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-lg-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-lg-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-lg-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-lg-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-lg-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-lg-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-lg-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-lg-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-lg-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-lg-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-lg-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-lg-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-lg-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-lg-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-lg-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1280px) {
    .text-xl-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-xl-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-xl-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-xl-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-xl-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-xl-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-xl-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-xl-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-xl-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-xl-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-xl-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-xl-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-xl-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-xl-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-xl-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-xl-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-xl-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-xl-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-xl-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-xl-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-xl-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-xl-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-xl-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-xl-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-xl-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-xl-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-xl-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-xl-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-xl-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-xl-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-xl-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-xl-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-xl-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-xl-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-xl-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-xl-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-xl-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-xl-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-xl-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-xl-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-xl-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-xl-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-xl-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-xl-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-xl-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-xl-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-xl-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-xl-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-xl-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-xl-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-xl-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-xl-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-xl-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-xl-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-xl-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-xl-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-xl-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-xl-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-xl-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-xl-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-xl-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-xl-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-xl-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-xl-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-xl-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-xl-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-xl-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-xl-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-xl-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-xl-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-xl-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-xl-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-xl-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-xl-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-xl-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-xl-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-xl-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-xl-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-xl-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-xl-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-xl-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-xl-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-xl-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-xl-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-xl-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-xl-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-xl-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-xl-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-xl-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-xl-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-xl-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-xl-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-xl-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-xl-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-xl-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-xl-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-xl-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-xl-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-xl-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-xl-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-xl-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-xl-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-xl-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-xl-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-xl-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-xl-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-xl-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-xl-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-xl-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-xl-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-xl-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-xl-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-xl-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-xl-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-xl-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-xl-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-xl-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-xl-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-xl-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-xl-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-xl-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-xl-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-xl-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-xl-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-xl-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-xl-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-xl-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-xl-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-xl-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-xl-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-xl-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-xl-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-xl-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-xl-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-xl-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-xl-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-xl-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-xl-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-xl-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-xl-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-xl-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-xl-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-xl-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-xl-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-xl-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-xl-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-xl-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-xl-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-xl-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-xl-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-xl-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-xl-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-xl-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-xl-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-xl-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-xl-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-xl-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-xl-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-xl-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-xl-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-xl-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-xl-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-xl-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-xl-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-xl-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-xl-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-xl-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-xl-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-xl-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-xl-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-xl-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-xl-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-xl-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-xl-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-xl-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-xl-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-xl-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-xl-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-xl-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-xl-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-xl-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-xl-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-xl-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-xl-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-xl-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-xl-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-xl-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-xl-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-xl-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-xl-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-xl-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-xl-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-xl-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-xl-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-xl-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-xl-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-xl-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-xl-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-xl-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-xl-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-xl-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-xl-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-xl-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-xl-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-xl-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-xl-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-xl-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-xl-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-xl-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-xl-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-xl-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-xl-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-xl-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-xl-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-xl-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-xl-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-xl-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-xl-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-xl-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-xl-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-xl-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-xl-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-xl-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-xl-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-xl-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-xl-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-xl-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-xl-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-xl-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-xl-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-xl-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-xl-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-xl-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-xl-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-xl-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-xl-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-xl-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-xl-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-xl-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-xl-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-xl-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-xl-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-xl-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-xl-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-xl-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-xl-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-xl-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-xl-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-xl-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-xl-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-xl-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-xl-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-xl-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-xl-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-xl-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-xl-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-xl-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-xl-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-xl-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-xl-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-xl-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-xl-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-xl-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-xl-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-xl-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-xl-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-xl-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-xl-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-xl-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-xl-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-xl-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-xl-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-xl-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-xl-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-xl-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-xl-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-xl-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-xl-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-xl-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-xl-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-xl-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-xl-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-xl-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-xl-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-xl-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-xl-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-xl-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-xl-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-xl-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-xl-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-xl-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-xl-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-xl-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-xl-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-xl-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-xl-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-xl-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-xl-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-xl-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-xl-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-xl-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-xl-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-xl-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-xl-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-xl-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-xl-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-xl-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-xl-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-xl-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-xl-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-xl-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-xl-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-xl-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-xl-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-xl-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-xl-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-xl-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-xl-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-xl-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-xl-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-xl-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-xl-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-xl-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-xl-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-xl-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-xl-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-xl-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-xl-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-xl-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-xl-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-xl-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-xl-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-xl-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-xl-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-xl-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-xl-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-xl-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-xl-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-xl-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-xl-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-xl-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-xl-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-xl-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-xl-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-xl-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-xl-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-xl-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-xl-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-xl-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-xl-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-xl-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-xl-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-xl-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-xl-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-xl-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-xl-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-xl-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-xl-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-xl-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-xl-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-xl-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-xl-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-xl-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-xl-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-xl-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-xl-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-xl-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-xl-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-xl-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-xl-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-xl-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-xl-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-xl-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-xl-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-xl-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-xl-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-xl-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-xl-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-xl-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-xl-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-xl-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-xl-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-xl-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-xl-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-xl-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-xl-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-xl-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-xl-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-xl-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-xl-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-xl-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-xl-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1366px) {
    .text-xxl-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-xxl-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-xxl-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-xxl-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-xxl-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-xxl-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-xxl-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-xxl-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-xxl-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-xxl-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-xxl-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-xxl-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-xxl-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-xxl-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-xxl-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-xxl-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-xxl-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-xxl-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-xxl-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-xxl-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-xxl-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-xxl-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-xxl-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-xxl-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-xxl-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-xxl-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-xxl-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-xxl-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-xxl-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-xxl-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-xxl-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-xxl-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-xxl-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-xxl-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-xxl-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-xxl-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-xxl-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-xxl-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-xxl-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-xxl-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-xxl-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-xxl-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-xxl-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-xxl-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-xxl-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-xxl-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-xxl-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-xxl-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-xxl-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-xxl-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-xxl-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-xxl-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-xxl-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-xxl-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-xxl-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-xxl-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-xxl-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-xxl-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-xxl-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-xxl-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-xxl-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-xxl-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-xxl-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-xxl-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-xxl-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-xxl-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-xxl-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-xxl-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-xxl-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-xxl-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-xxl-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-xxl-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-xxl-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-xxl-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-xxl-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-xxl-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-xxl-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-xxl-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-xxl-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-xxl-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-xxl-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-xxl-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-xxl-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-xxl-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-xxl-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-xxl-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-xxl-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-xxl-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-xxl-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-xxl-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-xxl-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-xxl-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-xxl-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-xxl-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-xxl-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-xxl-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-xxl-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-xxl-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-xxl-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-xxl-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-xxl-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-xxl-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-xxl-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-xxl-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-xxl-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-xxl-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-xxl-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-xxl-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-xxl-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-xxl-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-xxl-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-xxl-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-xxl-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-xxl-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-xxl-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-xxl-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-xxl-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-xxl-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-xxl-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-xxl-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-xxl-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-xxl-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-xxl-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-xxl-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-xxl-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-xxl-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-xxl-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-xxl-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-xxl-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-xxl-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-xxl-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-xxl-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-xxl-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-xxl-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-xxl-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-xxl-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-xxl-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-xxl-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-xxl-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-xxl-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-xxl-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-xxl-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-xxl-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-xxl-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-xxl-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-xxl-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-xxl-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-xxl-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-xxl-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-xxl-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-xxl-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-xxl-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-xxl-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-xxl-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-xxl-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-xxl-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-xxl-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-xxl-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-xxl-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-xxl-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-xxl-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-xxl-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-xxl-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-xxl-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-xxl-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-xxl-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-xxl-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-xxl-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-xxl-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-xxl-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-xxl-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-xxl-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-xxl-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-xxl-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-xxl-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-xxl-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-xxl-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-xxl-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-xxl-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-xxl-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-xxl-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-xxl-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-xxl-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-xxl-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-xxl-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-xxl-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-xxl-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-xxl-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-xxl-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-xxl-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-xxl-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-xxl-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-xxl-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-xxl-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-xxl-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-xxl-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-xxl-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-xxl-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-xxl-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-xxl-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-xxl-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-xxl-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-xxl-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-xxl-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-xxl-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-xxl-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-xxl-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-xxl-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-xxl-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-xxl-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-xxl-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-xxl-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-xxl-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-xxl-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-xxl-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-xxl-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-xxl-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-xxl-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-xxl-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-xxl-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-xxl-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-xxl-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-xxl-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-xxl-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-xxl-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-xxl-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-xxl-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-xxl-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-xxl-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-xxl-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-xxl-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-xxl-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-xxl-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-xxl-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-xxl-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-xxl-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-xxl-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-xxl-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-xxl-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-xxl-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-xxl-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-xxl-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-xxl-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-xxl-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-xxl-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-xxl-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-xxl-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-xxl-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-xxl-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-xxl-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-xxl-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-xxl-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-xxl-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-xxl-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-xxl-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-xxl-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-xxl-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-xxl-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-xxl-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-xxl-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-xxl-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-xxl-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-xxl-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-xxl-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-xxl-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-xxl-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-xxl-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-xxl-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-xxl-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-xxl-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-xxl-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-xxl-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-xxl-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-xxl-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-xxl-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-xxl-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-xxl-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-xxl-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-xxl-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-xxl-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-xxl-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-xxl-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-xxl-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-xxl-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-xxl-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-xxl-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-xxl-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-xxl-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-xxl-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-xxl-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-xxl-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-xxl-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-xxl-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-xxl-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-xxl-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-xxl-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-xxl-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-xxl-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-xxl-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-xxl-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-xxl-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-xxl-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-xxl-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-xxl-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-xxl-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-xxl-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-xxl-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-xxl-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-xxl-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-xxl-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-xxl-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-xxl-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-xxl-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-xxl-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-xxl-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-xxl-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-xxl-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-xxl-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-xxl-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-xxl-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-xxl-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-xxl-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-xxl-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-xxl-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-xxl-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-xxl-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-xxl-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-xxl-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-xxl-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-xxl-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-xxl-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-xxl-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-xxl-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-xxl-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-xxl-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-xxl-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-xxl-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-xxl-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-xxl-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-xxl-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-xxl-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-xxl-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-xxl-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-xxl-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-xxl-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-xxl-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-xxl-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-xxl-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-xxl-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-xxl-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-xxl-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-xxl-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-xxl-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-xxl-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-xxl-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-xxl-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-xxl-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-xxl-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-xxl-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-xxl-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-xxl-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-xxl-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-xxl-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-xxl-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-xxl-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-xxl-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-xxl-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-xxl-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-xxl-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-xxl-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-xxl-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-xxl-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-xxl-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-xxl-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-xxl-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-xxl-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-xxl-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-xxl-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-xxl-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-xxl-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-xxl-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-xxl-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-xxl-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-xxl-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-xxl-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-xxl-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-xxl-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-xxl-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-xxl-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-xxl-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-xxl-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-xxl-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1440px) {
    .text-3xl-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-3xl-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-3xl-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-3xl-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-3xl-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-3xl-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-3xl-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-3xl-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-3xl-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-3xl-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-3xl-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-3xl-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-3xl-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-3xl-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-3xl-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-3xl-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-3xl-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-3xl-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-3xl-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-3xl-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-3xl-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-3xl-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-3xl-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-3xl-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-3xl-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-3xl-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-3xl-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-3xl-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-3xl-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-3xl-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-3xl-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-3xl-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-3xl-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-3xl-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-3xl-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-3xl-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-3xl-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-3xl-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-3xl-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-3xl-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-3xl-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-3xl-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-3xl-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-3xl-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-3xl-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-3xl-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-3xl-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-3xl-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-3xl-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-3xl-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-3xl-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-3xl-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-3xl-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-3xl-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-3xl-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-3xl-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-3xl-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-3xl-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-3xl-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-3xl-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-3xl-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-3xl-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-3xl-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-3xl-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-3xl-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-3xl-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-3xl-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-3xl-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-3xl-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-3xl-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-3xl-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-3xl-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-3xl-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-3xl-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-3xl-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-3xl-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-3xl-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-3xl-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-3xl-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-3xl-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-3xl-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-3xl-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-3xl-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-3xl-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-3xl-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-3xl-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-3xl-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-3xl-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-3xl-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-3xl-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-3xl-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-3xl-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-3xl-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-3xl-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-3xl-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-3xl-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-3xl-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-3xl-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-3xl-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-3xl-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-3xl-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-3xl-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-3xl-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-3xl-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-3xl-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-3xl-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-3xl-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-3xl-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-3xl-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-3xl-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-3xl-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-3xl-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-3xl-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-3xl-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-3xl-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-3xl-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-3xl-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-3xl-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-3xl-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-3xl-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-3xl-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-3xl-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-3xl-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-3xl-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-3xl-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-3xl-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-3xl-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-3xl-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-3xl-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-3xl-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-3xl-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-3xl-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-3xl-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-3xl-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-3xl-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-3xl-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-3xl-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-3xl-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-3xl-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-3xl-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-3xl-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-3xl-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-3xl-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-3xl-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-3xl-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-3xl-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-3xl-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-3xl-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-3xl-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-3xl-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-3xl-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-3xl-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-3xl-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-3xl-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-3xl-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-3xl-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-3xl-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-3xl-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-3xl-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-3xl-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-3xl-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-3xl-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-3xl-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-3xl-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-3xl-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-3xl-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-3xl-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-3xl-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-3xl-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-3xl-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-3xl-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-3xl-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-3xl-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-3xl-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-3xl-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-3xl-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-3xl-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-3xl-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-3xl-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-3xl-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-3xl-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-3xl-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-3xl-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-3xl-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-3xl-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-3xl-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-3xl-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-3xl-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-3xl-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-3xl-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-3xl-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-3xl-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-3xl-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-3xl-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-3xl-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-3xl-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-3xl-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-3xl-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-3xl-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-3xl-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-3xl-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-3xl-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-3xl-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-3xl-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-3xl-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-3xl-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-3xl-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-3xl-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-3xl-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-3xl-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-3xl-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-3xl-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-3xl-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-3xl-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-3xl-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-3xl-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-3xl-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-3xl-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-3xl-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-3xl-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-3xl-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-3xl-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-3xl-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-3xl-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-3xl-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-3xl-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-3xl-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-3xl-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-3xl-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-3xl-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-3xl-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-3xl-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-3xl-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-3xl-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-3xl-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-3xl-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-3xl-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-3xl-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-3xl-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-3xl-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-3xl-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-3xl-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-3xl-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-3xl-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-3xl-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-3xl-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-3xl-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-3xl-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-3xl-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-3xl-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-3xl-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-3xl-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-3xl-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-3xl-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-3xl-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-3xl-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-3xl-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-3xl-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-3xl-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-3xl-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-3xl-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-3xl-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-3xl-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-3xl-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-3xl-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-3xl-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-3xl-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-3xl-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-3xl-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-3xl-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-3xl-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-3xl-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-3xl-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-3xl-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-3xl-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-3xl-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-3xl-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-3xl-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-3xl-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-3xl-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-3xl-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-3xl-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-3xl-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-3xl-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-3xl-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-3xl-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-3xl-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-3xl-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-3xl-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-3xl-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-3xl-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-3xl-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-3xl-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-3xl-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-3xl-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-3xl-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-3xl-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-3xl-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-3xl-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-3xl-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-3xl-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-3xl-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-3xl-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-3xl-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-3xl-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-3xl-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-3xl-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-3xl-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-3xl-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-3xl-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-3xl-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-3xl-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-3xl-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-3xl-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-3xl-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-3xl-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-3xl-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-3xl-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-3xl-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-3xl-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-3xl-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-3xl-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-3xl-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-3xl-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-3xl-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-3xl-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-3xl-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-3xl-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-3xl-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-3xl-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-3xl-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-3xl-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-3xl-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-3xl-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-3xl-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-3xl-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-3xl-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-3xl-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-3xl-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-3xl-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-3xl-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-3xl-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-3xl-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-3xl-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-3xl-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-3xl-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-3xl-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-3xl-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-3xl-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-3xl-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-3xl-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-3xl-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-3xl-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-3xl-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-3xl-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-3xl-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-3xl-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-3xl-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-3xl-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-3xl-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-3xl-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-3xl-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-3xl-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-3xl-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-3xl-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-3xl-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-3xl-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-3xl-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-3xl-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-3xl-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-3xl-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-3xl-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-3xl-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-3xl-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-3xl-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-3xl-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-3xl-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-3xl-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-3xl-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-3xl-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-3xl-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-3xl-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-3xl-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-3xl-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-3xl-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-3xl-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-3xl-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-3xl-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-3xl-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-3xl-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-3xl-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-3xl-200.text-va-200 {
        letter-spacing: 40px
    }
}

@media (min-width: 1600px) {
    .text-4xl-8.text-va-20 {
        letter-spacing: 0.16px
    }

    .text-4xl-8.text-va-30 {
        letter-spacing: 0.24px
    }

    .text-4xl-8.text-va-40 {
        letter-spacing: 0.32px
    }

    .text-4xl-8.text-va-50 {
        letter-spacing: 0.4px
    }

    .text-4xl-8.text-va-70 {
        letter-spacing: 0.56px
    }

    .text-4xl-8.text-va-100 {
        letter-spacing: 0.8px
    }

    .text-4xl-8.text-va-200 {
        letter-spacing: 1.6px
    }

    .text-4xl-10.text-va-20 {
        letter-spacing: 0.2px
    }

    .text-4xl-10.text-va-30 {
        letter-spacing: 0.3px
    }

    .text-4xl-10.text-va-40 {
        letter-spacing: 0.4px
    }

    .text-4xl-10.text-va-50 {
        letter-spacing: 0.5px
    }

    .text-4xl-10.text-va-70 {
        letter-spacing: 0.7px
    }

    .text-4xl-10.text-va-100 {
        letter-spacing: 1px
    }

    .text-4xl-10.text-va-200 {
        letter-spacing: 2px
    }

    .text-4xl-11.text-va-20 {
        letter-spacing: 0.22px
    }

    .text-4xl-11.text-va-30 {
        letter-spacing: 0.33px
    }

    .text-4xl-11.text-va-40 {
        letter-spacing: 0.44px
    }

    .text-4xl-11.text-va-50 {
        letter-spacing: 0.55px
    }

    .text-4xl-11.text-va-70 {
        letter-spacing: 0.77px
    }

    .text-4xl-11.text-va-100 {
        letter-spacing: 1.1px
    }

    .text-4xl-11.text-va-200 {
        letter-spacing: 2.2px
    }

    .text-4xl-12.text-va-20 {
        letter-spacing: 0.24px
    }

    .text-4xl-12.text-va-30 {
        letter-spacing: 0.36px
    }

    .text-4xl-12.text-va-40 {
        letter-spacing: 0.48px
    }

    .text-4xl-12.text-va-50 {
        letter-spacing: 0.6px
    }

    .text-4xl-12.text-va-70 {
        letter-spacing: 0.84px
    }

    .text-4xl-12.text-va-100 {
        letter-spacing: 1.2px
    }

    .text-4xl-12.text-va-200 {
        letter-spacing: 2.4px
    }

    .text-4xl-13.text-va-20 {
        letter-spacing: 0.26px
    }

    .text-4xl-13.text-va-30 {
        letter-spacing: 0.39px
    }

    .text-4xl-13.text-va-40 {
        letter-spacing: 0.52px
    }

    .text-4xl-13.text-va-50 {
        letter-spacing: 0.65px
    }

    .text-4xl-13.text-va-70 {
        letter-spacing: 0.91px
    }

    .text-4xl-13.text-va-100 {
        letter-spacing: 1.3px
    }

    .text-4xl-13.text-va-200 {
        letter-spacing: 2.6px
    }

    .text-4xl-14.text-va-20 {
        letter-spacing: 0.28px
    }

    .text-4xl-14.text-va-30 {
        letter-spacing: 0.42px
    }

    .text-4xl-14.text-va-40 {
        letter-spacing: 0.56px
    }

    .text-4xl-14.text-va-50 {
        letter-spacing: 0.7px
    }

    .text-4xl-14.text-va-70 {
        letter-spacing: 0.98px
    }

    .text-4xl-14.text-va-100 {
        letter-spacing: 1.4px
    }

    .text-4xl-14.text-va-200 {
        letter-spacing: 2.8px
    }

    .text-4xl-15.text-va-20 {
        letter-spacing: 0.3px
    }

    .text-4xl-15.text-va-30 {
        letter-spacing: 0.45px
    }

    .text-4xl-15.text-va-40 {
        letter-spacing: 0.6px
    }

    .text-4xl-15.text-va-50 {
        letter-spacing: 0.75px
    }

    .text-4xl-15.text-va-70 {
        letter-spacing: 1.05px
    }

    .text-4xl-15.text-va-100 {
        letter-spacing: 1.5px
    }

    .text-4xl-15.text-va-200 {
        letter-spacing: 3px
    }

    .text-4xl-16.text-va-20 {
        letter-spacing: 0.32px
    }

    .text-4xl-16.text-va-30 {
        letter-spacing: 0.48px
    }

    .text-4xl-16.text-va-40 {
        letter-spacing: 0.64px
    }

    .text-4xl-16.text-va-50 {
        letter-spacing: 0.8px
    }

    .text-4xl-16.text-va-70 {
        letter-spacing: 1.12px
    }

    .text-4xl-16.text-va-100 {
        letter-spacing: 1.6px
    }

    .text-4xl-16.text-va-200 {
        letter-spacing: 3.2px
    }

    .text-4xl-17.text-va-20 {
        letter-spacing: 0.34px
    }

    .text-4xl-17.text-va-30 {
        letter-spacing: 0.51px
    }

    .text-4xl-17.text-va-40 {
        letter-spacing: 0.68px
    }

    .text-4xl-17.text-va-50 {
        letter-spacing: 0.85px
    }

    .text-4xl-17.text-va-70 {
        letter-spacing: 1.19px
    }

    .text-4xl-17.text-va-100 {
        letter-spacing: 1.7px
    }

    .text-4xl-17.text-va-200 {
        letter-spacing: 3.4px
    }

    .text-4xl-18.text-va-20 {
        letter-spacing: 0.36px
    }

    .text-4xl-18.text-va-30 {
        letter-spacing: 0.54px
    }

    .text-4xl-18.text-va-40 {
        letter-spacing: 0.72px
    }

    .text-4xl-18.text-va-50 {
        letter-spacing: 0.9px
    }

    .text-4xl-18.text-va-70 {
        letter-spacing: 1.26px
    }

    .text-4xl-18.text-va-100 {
        letter-spacing: 1.8px
    }

    .text-4xl-18.text-va-200 {
        letter-spacing: 3.6px
    }

    .text-4xl-19.text-va-20 {
        letter-spacing: 0.38px
    }

    .text-4xl-19.text-va-30 {
        letter-spacing: 0.57px
    }

    .text-4xl-19.text-va-40 {
        letter-spacing: 0.76px
    }

    .text-4xl-19.text-va-50 {
        letter-spacing: 0.95px
    }

    .text-4xl-19.text-va-70 {
        letter-spacing: 1.33px
    }

    .text-4xl-19.text-va-100 {
        letter-spacing: 1.9px
    }

    .text-4xl-19.text-va-200 {
        letter-spacing: 3.8px
    }

    .text-4xl-20.text-va-20 {
        letter-spacing: 0.4px
    }

    .text-4xl-20.text-va-30 {
        letter-spacing: 0.6px
    }

    .text-4xl-20.text-va-40 {
        letter-spacing: 0.8px
    }

    .text-4xl-20.text-va-50 {
        letter-spacing: 1px
    }

    .text-4xl-20.text-va-70 {
        letter-spacing: 1.4px
    }

    .text-4xl-20.text-va-100 {
        letter-spacing: 2px
    }

    .text-4xl-20.text-va-200 {
        letter-spacing: 4px
    }

    .text-4xl-21.text-va-20 {
        letter-spacing: 0.42px
    }

    .text-4xl-21.text-va-30 {
        letter-spacing: 0.63px
    }

    .text-4xl-21.text-va-40 {
        letter-spacing: 0.84px
    }

    .text-4xl-21.text-va-50 {
        letter-spacing: 1.05px
    }

    .text-4xl-21.text-va-70 {
        letter-spacing: 1.47px
    }

    .text-4xl-21.text-va-100 {
        letter-spacing: 2.1px
    }

    .text-4xl-21.text-va-200 {
        letter-spacing: 4.2px
    }

    .text-4xl-22.text-va-20 {
        letter-spacing: 0.44px
    }

    .text-4xl-22.text-va-30 {
        letter-spacing: 0.66px
    }

    .text-4xl-22.text-va-40 {
        letter-spacing: 0.88px
    }

    .text-4xl-22.text-va-50 {
        letter-spacing: 1.1px
    }

    .text-4xl-22.text-va-70 {
        letter-spacing: 1.54px
    }

    .text-4xl-22.text-va-100 {
        letter-spacing: 2.2px
    }

    .text-4xl-22.text-va-200 {
        letter-spacing: 4.4px
    }

    .text-4xl-23.text-va-20 {
        letter-spacing: 0.46px
    }

    .text-4xl-23.text-va-30 {
        letter-spacing: 0.69px
    }

    .text-4xl-23.text-va-40 {
        letter-spacing: 0.92px
    }

    .text-4xl-23.text-va-50 {
        letter-spacing: 1.15px
    }

    .text-4xl-23.text-va-70 {
        letter-spacing: 1.61px
    }

    .text-4xl-23.text-va-100 {
        letter-spacing: 2.3px
    }

    .text-4xl-23.text-va-200 {
        letter-spacing: 4.6px
    }

    .text-4xl-24.text-va-20 {
        letter-spacing: 0.48px
    }

    .text-4xl-24.text-va-30 {
        letter-spacing: 0.72px
    }

    .text-4xl-24.text-va-40 {
        letter-spacing: 0.96px
    }

    .text-4xl-24.text-va-50 {
        letter-spacing: 1.2px
    }

    .text-4xl-24.text-va-70 {
        letter-spacing: 1.68px
    }

    .text-4xl-24.text-va-100 {
        letter-spacing: 2.4px
    }

    .text-4xl-24.text-va-200 {
        letter-spacing: 4.8px
    }

    .text-4xl-25.text-va-20 {
        letter-spacing: 0.5px
    }

    .text-4xl-25.text-va-30 {
        letter-spacing: 0.75px
    }

    .text-4xl-25.text-va-40 {
        letter-spacing: 1px
    }

    .text-4xl-25.text-va-50 {
        letter-spacing: 1.25px
    }

    .text-4xl-25.text-va-70 {
        letter-spacing: 1.75px
    }

    .text-4xl-25.text-va-100 {
        letter-spacing: 2.5px
    }

    .text-4xl-25.text-va-200 {
        letter-spacing: 5px
    }

    .text-4xl-26.text-va-20 {
        letter-spacing: 0.52px
    }

    .text-4xl-26.text-va-30 {
        letter-spacing: 0.78px
    }

    .text-4xl-26.text-va-40 {
        letter-spacing: 1.04px
    }

    .text-4xl-26.text-va-50 {
        letter-spacing: 1.3px
    }

    .text-4xl-26.text-va-70 {
        letter-spacing: 1.82px
    }

    .text-4xl-26.text-va-100 {
        letter-spacing: 2.6px
    }

    .text-4xl-26.text-va-200 {
        letter-spacing: 5.2px
    }

    .text-4xl-27.text-va-20 {
        letter-spacing: 0.54px
    }

    .text-4xl-27.text-va-30 {
        letter-spacing: 0.81px
    }

    .text-4xl-27.text-va-40 {
        letter-spacing: 1.08px
    }

    .text-4xl-27.text-va-50 {
        letter-spacing: 1.35px
    }

    .text-4xl-27.text-va-70 {
        letter-spacing: 1.89px
    }

    .text-4xl-27.text-va-100 {
        letter-spacing: 2.7px
    }

    .text-4xl-27.text-va-200 {
        letter-spacing: 5.4px
    }

    .text-4xl-28.text-va-20 {
        letter-spacing: 0.56px
    }

    .text-4xl-28.text-va-30 {
        letter-spacing: 0.84px
    }

    .text-4xl-28.text-va-40 {
        letter-spacing: 1.12px
    }

    .text-4xl-28.text-va-50 {
        letter-spacing: 1.4px
    }

    .text-4xl-28.text-va-70 {
        letter-spacing: 1.96px
    }

    .text-4xl-28.text-va-100 {
        letter-spacing: 2.8px
    }

    .text-4xl-28.text-va-200 {
        letter-spacing: 5.6px
    }

    .text-4xl-29.text-va-20 {
        letter-spacing: 0.58px
    }

    .text-4xl-29.text-va-30 {
        letter-spacing: 0.87px
    }

    .text-4xl-29.text-va-40 {
        letter-spacing: 1.16px
    }

    .text-4xl-29.text-va-50 {
        letter-spacing: 1.45px
    }

    .text-4xl-29.text-va-70 {
        letter-spacing: 2.03px
    }

    .text-4xl-29.text-va-100 {
        letter-spacing: 2.9px
    }

    .text-4xl-29.text-va-200 {
        letter-spacing: 5.8px
    }

    .text-4xl-30.text-va-20 {
        letter-spacing: 0.6px
    }

    .text-4xl-30.text-va-30 {
        letter-spacing: 0.9px
    }

    .text-4xl-30.text-va-40 {
        letter-spacing: 1.2px
    }

    .text-4xl-30.text-va-50 {
        letter-spacing: 1.5px
    }

    .text-4xl-30.text-va-70 {
        letter-spacing: 2.1px
    }

    .text-4xl-30.text-va-100 {
        letter-spacing: 3px
    }

    .text-4xl-30.text-va-200 {
        letter-spacing: 6px
    }

    .text-4xl-31.text-va-20 {
        letter-spacing: 0.62px
    }

    .text-4xl-31.text-va-30 {
        letter-spacing: 0.93px
    }

    .text-4xl-31.text-va-40 {
        letter-spacing: 1.24px
    }

    .text-4xl-31.text-va-50 {
        letter-spacing: 1.55px
    }

    .text-4xl-31.text-va-70 {
        letter-spacing: 2.17px
    }

    .text-4xl-31.text-va-100 {
        letter-spacing: 3.1px
    }

    .text-4xl-31.text-va-200 {
        letter-spacing: 6.2px
    }

    .text-4xl-32.text-va-20 {
        letter-spacing: 0.64px
    }

    .text-4xl-32.text-va-30 {
        letter-spacing: 0.96px
    }

    .text-4xl-32.text-va-40 {
        letter-spacing: 1.28px
    }

    .text-4xl-32.text-va-50 {
        letter-spacing: 1.6px
    }

    .text-4xl-32.text-va-70 {
        letter-spacing: 2.24px
    }

    .text-4xl-32.text-va-100 {
        letter-spacing: 3.2px
    }

    .text-4xl-32.text-va-200 {
        letter-spacing: 6.4px
    }

    .text-4xl-33.text-va-20 {
        letter-spacing: 0.66px
    }

    .text-4xl-33.text-va-30 {
        letter-spacing: 0.99px
    }

    .text-4xl-33.text-va-40 {
        letter-spacing: 1.32px
    }

    .text-4xl-33.text-va-50 {
        letter-spacing: 1.65px
    }

    .text-4xl-33.text-va-70 {
        letter-spacing: 2.31px
    }

    .text-4xl-33.text-va-100 {
        letter-spacing: 3.3px
    }

    .text-4xl-33.text-va-200 {
        letter-spacing: 6.6px
    }

    .text-4xl-34.text-va-20 {
        letter-spacing: 0.68px
    }

    .text-4xl-34.text-va-30 {
        letter-spacing: 1.02px
    }

    .text-4xl-34.text-va-40 {
        letter-spacing: 1.36px
    }

    .text-4xl-34.text-va-50 {
        letter-spacing: 1.7px
    }

    .text-4xl-34.text-va-70 {
        letter-spacing: 2.38px
    }

    .text-4xl-34.text-va-100 {
        letter-spacing: 3.4px
    }

    .text-4xl-34.text-va-200 {
        letter-spacing: 6.8px
    }

    .text-4xl-35.text-va-20 {
        letter-spacing: 0.7px
    }

    .text-4xl-35.text-va-30 {
        letter-spacing: 1.05px
    }

    .text-4xl-35.text-va-40 {
        letter-spacing: 1.4px
    }

    .text-4xl-35.text-va-50 {
        letter-spacing: 1.75px
    }

    .text-4xl-35.text-va-70 {
        letter-spacing: 2.45px
    }

    .text-4xl-35.text-va-100 {
        letter-spacing: 3.5px
    }

    .text-4xl-35.text-va-200 {
        letter-spacing: 7px
    }

    .text-4xl-36.text-va-20 {
        letter-spacing: 0.72px
    }

    .text-4xl-36.text-va-30 {
        letter-spacing: 1.08px
    }

    .text-4xl-36.text-va-40 {
        letter-spacing: 1.44px
    }

    .text-4xl-36.text-va-50 {
        letter-spacing: 1.8px
    }

    .text-4xl-36.text-va-70 {
        letter-spacing: 2.52px
    }

    .text-4xl-36.text-va-100 {
        letter-spacing: 3.6px
    }

    .text-4xl-36.text-va-200 {
        letter-spacing: 7.2px
    }

    .text-4xl-37.text-va-20 {
        letter-spacing: 0.74px
    }

    .text-4xl-37.text-va-30 {
        letter-spacing: 1.11px
    }

    .text-4xl-37.text-va-40 {
        letter-spacing: 1.48px
    }

    .text-4xl-37.text-va-50 {
        letter-spacing: 1.85px
    }

    .text-4xl-37.text-va-70 {
        letter-spacing: 2.59px
    }

    .text-4xl-37.text-va-100 {
        letter-spacing: 3.7px
    }

    .text-4xl-37.text-va-200 {
        letter-spacing: 7.4px
    }

    .text-4xl-38.text-va-20 {
        letter-spacing: 0.76px
    }

    .text-4xl-38.text-va-30 {
        letter-spacing: 1.14px
    }

    .text-4xl-38.text-va-40 {
        letter-spacing: 1.52px
    }

    .text-4xl-38.text-va-50 {
        letter-spacing: 1.9px
    }

    .text-4xl-38.text-va-70 {
        letter-spacing: 2.66px
    }

    .text-4xl-38.text-va-100 {
        letter-spacing: 3.8px
    }

    .text-4xl-38.text-va-200 {
        letter-spacing: 7.6px
    }

    .text-4xl-39.text-va-20 {
        letter-spacing: 0.78px
    }

    .text-4xl-39.text-va-30 {
        letter-spacing: 1.17px
    }

    .text-4xl-39.text-va-40 {
        letter-spacing: 1.56px
    }

    .text-4xl-39.text-va-50 {
        letter-spacing: 1.95px
    }

    .text-4xl-39.text-va-70 {
        letter-spacing: 2.73px
    }

    .text-4xl-39.text-va-100 {
        letter-spacing: 3.9px
    }

    .text-4xl-39.text-va-200 {
        letter-spacing: 7.8px
    }

    .text-4xl-40.text-va-20 {
        letter-spacing: 0.8px
    }

    .text-4xl-40.text-va-30 {
        letter-spacing: 1.2px
    }

    .text-4xl-40.text-va-40 {
        letter-spacing: 1.6px
    }

    .text-4xl-40.text-va-50 {
        letter-spacing: 2px
    }

    .text-4xl-40.text-va-70 {
        letter-spacing: 2.8px
    }

    .text-4xl-40.text-va-100 {
        letter-spacing: 4px
    }

    .text-4xl-40.text-va-200 {
        letter-spacing: 8px
    }

    .text-4xl-41.text-va-20 {
        letter-spacing: 0.82px
    }

    .text-4xl-41.text-va-30 {
        letter-spacing: 1.23px
    }

    .text-4xl-41.text-va-40 {
        letter-spacing: 1.64px
    }

    .text-4xl-41.text-va-50 {
        letter-spacing: 2.05px
    }

    .text-4xl-41.text-va-70 {
        letter-spacing: 2.87px
    }

    .text-4xl-41.text-va-100 {
        letter-spacing: 4.1px
    }

    .text-4xl-41.text-va-200 {
        letter-spacing: 8.2px
    }

    .text-4xl-42.text-va-20 {
        letter-spacing: 0.84px
    }

    .text-4xl-42.text-va-30 {
        letter-spacing: 1.26px
    }

    .text-4xl-42.text-va-40 {
        letter-spacing: 1.68px
    }

    .text-4xl-42.text-va-50 {
        letter-spacing: 2.1px
    }

    .text-4xl-42.text-va-70 {
        letter-spacing: 2.94px
    }

    .text-4xl-42.text-va-100 {
        letter-spacing: 4.2px
    }

    .text-4xl-42.text-va-200 {
        letter-spacing: 8.4px
    }

    .text-4xl-43.text-va-20 {
        letter-spacing: 0.86px
    }

    .text-4xl-43.text-va-30 {
        letter-spacing: 1.29px
    }

    .text-4xl-43.text-va-40 {
        letter-spacing: 1.72px
    }

    .text-4xl-43.text-va-50 {
        letter-spacing: 2.15px
    }

    .text-4xl-43.text-va-70 {
        letter-spacing: 3.01px
    }

    .text-4xl-43.text-va-100 {
        letter-spacing: 4.3px
    }

    .text-4xl-43.text-va-200 {
        letter-spacing: 8.6px
    }

    .text-4xl-44.text-va-20 {
        letter-spacing: 0.88px
    }

    .text-4xl-44.text-va-30 {
        letter-spacing: 1.32px
    }

    .text-4xl-44.text-va-40 {
        letter-spacing: 1.76px
    }

    .text-4xl-44.text-va-50 {
        letter-spacing: 2.2px
    }

    .text-4xl-44.text-va-70 {
        letter-spacing: 3.08px
    }

    .text-4xl-44.text-va-100 {
        letter-spacing: 4.4px
    }

    .text-4xl-44.text-va-200 {
        letter-spacing: 8.8px
    }

    .text-4xl-45.text-va-20 {
        letter-spacing: 0.9px
    }

    .text-4xl-45.text-va-30 {
        letter-spacing: 1.35px
    }

    .text-4xl-45.text-va-40 {
        letter-spacing: 1.8px
    }

    .text-4xl-45.text-va-50 {
        letter-spacing: 2.25px
    }

    .text-4xl-45.text-va-70 {
        letter-spacing: 3.15px
    }

    .text-4xl-45.text-va-100 {
        letter-spacing: 4.5px
    }

    .text-4xl-45.text-va-200 {
        letter-spacing: 9px
    }

    .text-4xl-46.text-va-20 {
        letter-spacing: 0.92px
    }

    .text-4xl-46.text-va-30 {
        letter-spacing: 1.38px
    }

    .text-4xl-46.text-va-40 {
        letter-spacing: 1.84px
    }

    .text-4xl-46.text-va-50 {
        letter-spacing: 2.3px
    }

    .text-4xl-46.text-va-70 {
        letter-spacing: 3.22px
    }

    .text-4xl-46.text-va-100 {
        letter-spacing: 4.6px
    }

    .text-4xl-46.text-va-200 {
        letter-spacing: 9.2px
    }

    .text-4xl-48.text-va-20 {
        letter-spacing: 0.96px
    }

    .text-4xl-48.text-va-30 {
        letter-spacing: 1.44px
    }

    .text-4xl-48.text-va-40 {
        letter-spacing: 1.92px
    }

    .text-4xl-48.text-va-50 {
        letter-spacing: 2.4px
    }

    .text-4xl-48.text-va-70 {
        letter-spacing: 3.36px
    }

    .text-4xl-48.text-va-100 {
        letter-spacing: 4.8px
    }

    .text-4xl-48.text-va-200 {
        letter-spacing: 9.6px
    }

    .text-4xl-50.text-va-20 {
        letter-spacing: 1px
    }

    .text-4xl-50.text-va-30 {
        letter-spacing: 1.5px
    }

    .text-4xl-50.text-va-40 {
        letter-spacing: 2px
    }

    .text-4xl-50.text-va-50 {
        letter-spacing: 2.5px
    }

    .text-4xl-50.text-va-70 {
        letter-spacing: 3.5px
    }

    .text-4xl-50.text-va-100 {
        letter-spacing: 5px
    }

    .text-4xl-50.text-va-200 {
        letter-spacing: 10px
    }

    .text-4xl-52.text-va-20 {
        letter-spacing: 1.04px
    }

    .text-4xl-52.text-va-30 {
        letter-spacing: 1.56px
    }

    .text-4xl-52.text-va-40 {
        letter-spacing: 2.08px
    }

    .text-4xl-52.text-va-50 {
        letter-spacing: 2.6px
    }

    .text-4xl-52.text-va-70 {
        letter-spacing: 3.64px
    }

    .text-4xl-52.text-va-100 {
        letter-spacing: 5.2px
    }

    .text-4xl-52.text-va-200 {
        letter-spacing: 10.4px
    }

    .text-4xl-54.text-va-20 {
        letter-spacing: 1.08px
    }

    .text-4xl-54.text-va-30 {
        letter-spacing: 1.62px
    }

    .text-4xl-54.text-va-40 {
        letter-spacing: 2.16px
    }

    .text-4xl-54.text-va-50 {
        letter-spacing: 2.7px
    }

    .text-4xl-54.text-va-70 {
        letter-spacing: 3.78px
    }

    .text-4xl-54.text-va-100 {
        letter-spacing: 5.4px
    }

    .text-4xl-54.text-va-200 {
        letter-spacing: 10.8px
    }

    .text-4xl-55.text-va-20 {
        letter-spacing: 1.1px
    }

    .text-4xl-55.text-va-30 {
        letter-spacing: 1.65px
    }

    .text-4xl-55.text-va-40 {
        letter-spacing: 2.2px
    }

    .text-4xl-55.text-va-50 {
        letter-spacing: 2.75px
    }

    .text-4xl-55.text-va-70 {
        letter-spacing: 3.85px
    }

    .text-4xl-55.text-va-100 {
        letter-spacing: 5.5px
    }

    .text-4xl-55.text-va-200 {
        letter-spacing: 11px
    }

    .text-4xl-60.text-va-20 {
        letter-spacing: 1.2px
    }

    .text-4xl-60.text-va-30 {
        letter-spacing: 1.8px
    }

    .text-4xl-60.text-va-40 {
        letter-spacing: 2.4px
    }

    .text-4xl-60.text-va-50 {
        letter-spacing: 3px
    }

    .text-4xl-60.text-va-70 {
        letter-spacing: 4.2px
    }

    .text-4xl-60.text-va-100 {
        letter-spacing: 6px
    }

    .text-4xl-60.text-va-200 {
        letter-spacing: 12px
    }

    .text-4xl-64.text-va-20 {
        letter-spacing: 1.28px
    }

    .text-4xl-64.text-va-30 {
        letter-spacing: 1.92px
    }

    .text-4xl-64.text-va-40 {
        letter-spacing: 2.56px
    }

    .text-4xl-64.text-va-50 {
        letter-spacing: 3.2px
    }

    .text-4xl-64.text-va-70 {
        letter-spacing: 4.48px
    }

    .text-4xl-64.text-va-100 {
        letter-spacing: 6.4px
    }

    .text-4xl-64.text-va-200 {
        letter-spacing: 12.8px
    }

    .text-4xl-68.text-va-20 {
        letter-spacing: 1.36px
    }

    .text-4xl-68.text-va-30 {
        letter-spacing: 2.04px
    }

    .text-4xl-68.text-va-40 {
        letter-spacing: 2.72px
    }

    .text-4xl-68.text-va-50 {
        letter-spacing: 3.4px
    }

    .text-4xl-68.text-va-70 {
        letter-spacing: 4.76px
    }

    .text-4xl-68.text-va-100 {
        letter-spacing: 6.8px
    }

    .text-4xl-68.text-va-200 {
        letter-spacing: 13.6px
    }

    .text-4xl-70.text-va-20 {
        letter-spacing: 1.4px
    }

    .text-4xl-70.text-va-30 {
        letter-spacing: 2.1px
    }

    .text-4xl-70.text-va-40 {
        letter-spacing: 2.8px
    }

    .text-4xl-70.text-va-50 {
        letter-spacing: 3.5px
    }

    .text-4xl-70.text-va-70 {
        letter-spacing: 4.9px
    }

    .text-4xl-70.text-va-100 {
        letter-spacing: 7px
    }

    .text-4xl-70.text-va-200 {
        letter-spacing: 14px
    }

    .text-4xl-75.text-va-20 {
        letter-spacing: 1.5px
    }

    .text-4xl-75.text-va-30 {
        letter-spacing: 2.25px
    }

    .text-4xl-75.text-va-40 {
        letter-spacing: 3px
    }

    .text-4xl-75.text-va-50 {
        letter-spacing: 3.75px
    }

    .text-4xl-75.text-va-70 {
        letter-spacing: 5.25px
    }

    .text-4xl-75.text-va-100 {
        letter-spacing: 7.5px
    }

    .text-4xl-75.text-va-200 {
        letter-spacing: 15px
    }

    .text-4xl-78.text-va-20 {
        letter-spacing: 1.56px
    }

    .text-4xl-78.text-va-30 {
        letter-spacing: 2.34px
    }

    .text-4xl-78.text-va-40 {
        letter-spacing: 3.12px
    }

    .text-4xl-78.text-va-50 {
        letter-spacing: 3.9px
    }

    .text-4xl-78.text-va-70 {
        letter-spacing: 5.46px
    }

    .text-4xl-78.text-va-100 {
        letter-spacing: 7.8px
    }

    .text-4xl-78.text-va-200 {
        letter-spacing: 15.6px
    }

    .text-4xl-80.text-va-20 {
        letter-spacing: 1.6px
    }

    .text-4xl-80.text-va-30 {
        letter-spacing: 2.4px
    }

    .text-4xl-80.text-va-40 {
        letter-spacing: 3.2px
    }

    .text-4xl-80.text-va-50 {
        letter-spacing: 4px
    }

    .text-4xl-80.text-va-70 {
        letter-spacing: 5.6px
    }

    .text-4xl-80.text-va-100 {
        letter-spacing: 8px
    }

    .text-4xl-80.text-va-200 {
        letter-spacing: 16px
    }

    .text-4xl-82.text-va-20 {
        letter-spacing: 1.64px
    }

    .text-4xl-82.text-va-30 {
        letter-spacing: 2.46px
    }

    .text-4xl-82.text-va-40 {
        letter-spacing: 3.28px
    }

    .text-4xl-82.text-va-50 {
        letter-spacing: 4.1px
    }

    .text-4xl-82.text-va-70 {
        letter-spacing: 5.74px
    }

    .text-4xl-82.text-va-100 {
        letter-spacing: 8.2px
    }

    .text-4xl-82.text-va-200 {
        letter-spacing: 16.4px
    }

    .text-4xl-85.text-va-20 {
        letter-spacing: 1.7px
    }

    .text-4xl-85.text-va-30 {
        letter-spacing: 2.55px
    }

    .text-4xl-85.text-va-40 {
        letter-spacing: 3.4px
    }

    .text-4xl-85.text-va-50 {
        letter-spacing: 4.25px
    }

    .text-4xl-85.text-va-70 {
        letter-spacing: 5.95px
    }

    .text-4xl-85.text-va-100 {
        letter-spacing: 8.5px
    }

    .text-4xl-85.text-va-200 {
        letter-spacing: 17px
    }

    .text-4xl-90.text-va-20 {
        letter-spacing: 1.8px
    }

    .text-4xl-90.text-va-30 {
        letter-spacing: 2.7px
    }

    .text-4xl-90.text-va-40 {
        letter-spacing: 3.6px
    }

    .text-4xl-90.text-va-50 {
        letter-spacing: 4.5px
    }

    .text-4xl-90.text-va-70 {
        letter-spacing: 6.3px
    }

    .text-4xl-90.text-va-100 {
        letter-spacing: 9px
    }

    .text-4xl-90.text-va-200 {
        letter-spacing: 18px
    }

    .text-4xl-100.text-va-20 {
        letter-spacing: 2px
    }

    .text-4xl-100.text-va-30 {
        letter-spacing: 3px
    }

    .text-4xl-100.text-va-40 {
        letter-spacing: 4px
    }

    .text-4xl-100.text-va-50 {
        letter-spacing: 5px
    }

    .text-4xl-100.text-va-70 {
        letter-spacing: 7px
    }

    .text-4xl-100.text-va-100 {
        letter-spacing: 10px
    }

    .text-4xl-100.text-va-200 {
        letter-spacing: 20px
    }

    .text-4xl-180.text-va-20 {
        letter-spacing: 3.6px
    }

    .text-4xl-180.text-va-30 {
        letter-spacing: 5.4px
    }

    .text-4xl-180.text-va-40 {
        letter-spacing: 7.2px
    }

    .text-4xl-180.text-va-50 {
        letter-spacing: 9px
    }

    .text-4xl-180.text-va-70 {
        letter-spacing: 12.6px
    }

    .text-4xl-180.text-va-100 {
        letter-spacing: 18px
    }

    .text-4xl-180.text-va-200 {
        letter-spacing: 36px
    }

    .text-4xl-200.text-va-20 {
        letter-spacing: 4px
    }

    .text-4xl-200.text-va-30 {
        letter-spacing: 6px
    }

    .text-4xl-200.text-va-40 {
        letter-spacing: 8px
    }

    .text-4xl-200.text-va-50 {
        letter-spacing: 10px
    }

    .text-4xl-200.text-va-70 {
        letter-spacing: 14px
    }

    .text-4xl-200.text-va-100 {
        letter-spacing: 20px
    }

    .text-4xl-200.text-va-200 {
        letter-spacing: 40px
    }
}

.cms-grid {
    position: relative
}

.cms-grid-sizer {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.cms-grid-gutter {
    width: 0
}

.cms-grid-filter-wrap {
    margin-top: -5px;
    margin-bottom: 32px
}

.cms-grid-filter-wrap .cms-filter-item {
    max-width: 100%;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: var(--color-primary);
    transition: all 300ms linear 0ms
}

.cms-grid-filter-wrap .cms-filter-item:after {
    content: '';
    height: 4px;
    position: absolute;
    background-color: transparent;
    left: 7.5px;
    right: 100%;
    margin: auto;
    bottom: -1px;
    opacity: 0;
    transition: all 300ms ease-in-out
}

.cms-grid-filter-wrap .cms-filter-item.active, .cms-grid-filter-wrap .cms-filter-item:hover {
    color: var(--color-accent)
}

.cms-grid-filter-wrap .cms-filter-item.active:after, .cms-grid-filter-wrap .cms-filter-item:hover:after {
    opacity: 1;
    right: 7.5px
}

.cms-grid-filter-wrap.outline .cms-filter-item:after {
    display: none
}

.cms-grid-filter-wrap.outline .cms-filter-item:after:hover .cms-filter-item-inner, .cms-grid-filter-wrap.outline .cms-filter-item:after.active .cms-filter-item-inner {
    border-color: var(--color-accent);
    color: var(--color-accent)
}

.cms-grid-filter-wrap.outline .cms-filter-item-inner {
    border: 2px solid filter_color;
    color: var(--color-primary);
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    transition: all 300ms ease-in-out
}

.cms-grid-overlay.loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10
}

.cms-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    z-index: 0
}

@media (min-width: 1025px) {
    .cms-swiper-container:not(.no-shadow) {
        padding: 0;
        margin: 0
    }
}

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

.cms-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0 !important
}

.cms-swiper-slide.swiper-slide-visible, .cms-swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.swiper-container-multirow-column > .cms-swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-multirow-column > .cms-swiper-wrapper .cms-swiper-slide {
    height: calc((100% - 40px) / 2)
}

.swiper-container-multirow-row > .cms-swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row
}

.swiper-container-multirow-row > .cms-swiper-wrapper .cms-swiper-slide {
    height: calc((100% - 40px) / 2)
}

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

.swiper-container-cube .swiper-cube-shadow {
    display: none;
    opacity: 0;
    visibility: hidden
}

@media (min-width: 1280px) {
    .cms-sliders-full-end .cms-swiper-container {
        margin-right: -160px
    }

    [dir="rtl"] .cms-sliders-full-end .cms-swiper-container {
        margin-right: 0;
        margin-left: -160px
    }
}

@media (min-width: 1600px) {
    .cms-sliders-full-end .cms-swiper-container {
        margin-right: -445px
    }

    [dir="rtl"] .cms-sliders-full-end .cms-swiper-container {
        margin-right: 0;
        margin-left: -445px
    }
}

@media (min-width: 1280px) {
    .cms-sliders-full-start .cms-swiper-container {
        margin-left: -360px
    }
}

@media (min-width: 1025px) {
    .cms-sliders-full-start .cms-swiper-container {
        margin-left: -160px
    }
}

.cms-swiper-arrow {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    color: var(--color-accent);
    opacity: 1;
    transition: background 300ms linear 0ms
}

.cms-swiper-arrow:before {
    display: block;
    line-height: 60px;
    transition: font-size 300ms linear 0ms
}

.cms-swiper-arrow:hover {
    opacity: 1
}

.cms-swiper-arrow.swiper-button-disabled {
    cursor: not-allowed
}

.cms-swiper-arrow-next:before {
    content: '\e95a'
}

.cms-swiper-arrow-prev:before {
    content: '\e959'
}

.cms-swiper-nav-outline-yes .cms-swiper-arrow {
    box-shadow: 0 0 0 2px #bcbcbc inset
}

.cms-swiper-nav-outline-yes .cms-swiper-arrow:hover {
    box-shadow: 0 0 0 2px transparent inset
}

.cms-swiper-arrows-false .cms-swiper-arrows, .cms-swiper-arrows-false .cms-swiper-arrow {
    display: none
}

@media (max-width: 1024px) {
    .cms-swiper-arrows-tablet-false .cms-swiper-arrows, .cms-swiper-arrows-tablet-false .cms-swiper-arrow {
        display: none
    }

    .cms-swiper-arrows-tablet-true .cms-swiper-arrows {
        display: flex
    }

    .cms-swiper-arrows-tablet-true .cms-swiper-arrow {
        display: block
    }
}

@media (max-width: 767px) {
    .cms-swiper-arrows-mobile-false .cms-swiper-arrows, .cms-swiper-arrows-mobile-false .cms-swiper-arrow {
        display: none
    }

    .cms-swiper-arrows-mobile-true .cms-swiper-arrows {
        display: flex
    }

    .cms-swiper-arrows-mobile-true .cms-swiper-arrow {
        display: block
    }
}

.cms-swiper-nav-in-vertical .cms-swiper-arrow, .cms-swiper-nav-out-vertical .cms-swiper-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
    left: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
    left: auto;
    right: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev:before {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

@media (max-width: 1366px) {
    .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
        left: 0
    }

    [dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
        left: auto;
        right: 0
    }
}

.cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
    right: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
    right: auto;
    left: 40px
}

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-next:before {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

@media (max-width: 1366px) {
    .cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
        right: 0
    }

    [dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
        right: auto;
        left: 0
    }
}

.cms-swiper-nav-out-vertical .cms-swiper-arrow-prev {
    left: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-prev {
    left: auto;
    right: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-prev:before {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-swiper-nav-out-vertical .cms-swiper-arrow-next {
    right: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-next {
    right: auto;
    left: -100px
}

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-next:before {
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.cms-swiper-nav-top-right .cms-swiper-arrows, .cms-swiper-nav-bottom-right .cms-swiper-arrows {
    justify-content: end
}

.cms-swiper-nav-top-center .cms-swiper-arrows, .cms-swiper-nav-bottom-center .cms-swiper-arrows {
    justify-content: center
}

.cms-swiper-nav-left-side .cms-swiper-container {
    overflow: visible
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap {
    position: relative
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a {
    font-weight: 700;
    padding-bottom: 3px;
    padding-right: 40px;
    border-bottom: 3px solid
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-accent {
    border-bottom-color: var(--color-accent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-accent:hover {
    border-bottom-color: var(--color-accent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-darken-accent {
    border-bottom-color: var(--color-darken-accent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-darken-accent:hover {
    border-bottom-color: var(--color-darken-accent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-lighten-accent {
    border-bottom-color: var(--color-lighten-accent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-lighten-accent:hover {
    border-bottom-color: var(--color-lighten-accent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-primary {
    border-bottom-color: var(--color-primary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-primary:hover {
    border-bottom-color: var(--color-primary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-darken-primary {
    border-bottom-color: var(--color-darken-primary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-darken-primary:hover {
    border-bottom-color: var(--color-darken-primary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-lighten-primary {
    border-bottom-color: var(--color-lighten-primary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-lighten-primary:hover {
    border-bottom-color: var(--color-lighten-primary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-secondary {
    border-bottom-color: var(--color-secondary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-secondary:hover {
    border-bottom-color: var(--color-secondary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-darken-secondary {
    border-bottom-color: var(--color-darken-secondary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-darken-secondary:hover {
    border-bottom-color: var(--color-darken-secondary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-lighten-secondary {
    border-bottom-color: var(--color-lighten-secondary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-lighten-secondary:hover {
    border-bottom-color: var(--color-lighten-secondary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-thirdary {
    border-bottom-color: var(--color-thirdary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-thirdary:hover {
    border-bottom-color: var(--color-thirdary)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-rating {
    border-bottom-color: var(--color-rating)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-rating:hover {
    border-bottom-color: var(--color-rating)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-heading {
    border-bottom-color: var(--color-heading)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-heading:hover {
    border-bottom-color: var(--color-heading)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-body {
    border-bottom-color: var(--color-body)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-body:hover {
    border-bottom-color: var(--color-body)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-white {
    border-bottom-color: var(--color-white)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-white:hover {
    border-bottom-color: var(--color-white)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-transparent {
    border-bottom-color: var(--color-transparent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-transparent:hover {
    border-bottom-color: var(--color-transparent)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-1 {
    border-bottom-color: var(--color-custom-1)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-1:hover {
    border-bottom-color: var(--color-custom-1)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-2 {
    border-bottom-color: var(--color-custom-2)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-2:hover {
    border-bottom-color: var(--color-custom-2)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-3 {
    border-bottom-color: var(--color-custom-3)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-3:hover {
    border-bottom-color: var(--color-custom-3)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-4 {
    border-bottom-color: var(--color-custom-4)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-4:hover {
    border-bottom-color: var(--color-custom-4)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-5 {
    border-bottom-color: var(--color-custom-5)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-5:hover {
    border-bottom-color: var(--color-custom-5)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-6 {
    border-bottom-color: var(--color-custom-6)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-6:hover {
    border-bottom-color: var(--color-custom-6)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-custom-7 {
    border-bottom-color: var(--color-custom-7)
}

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-custom-7:hover {
    border-bottom-color: var(--color-custom-7)
}

@media (min-width: 1025px) {
    .cms-swiper-nav-left-side .cms-swiper-slider-wrap {
        padding-left: 70px
    }

    [dir="rtl"] .cms-swiper-nav-left-side .cms-swiper-slider-wrap {
        padding-left: 0;
        padding-right: 70px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        width: 70px;
        position: absolute;
        top: 0;
        bottom: calc(70px + 10px);
        left: -70px;
        z-index: 1;
        flex-direction: column
    }

    [dir="rtl"] .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        left: auto;
        right: -70px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-arrow {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrow {
        width: 100%;
        flex: 0 0 100px;
        text-align: start
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrow-prev {
        margin-bottom: 10px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-additional {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding-bottom: 60px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-additional > * {
        transform: rotate(90deg) translate(0, 20px)
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-dots {
        max-width: 1280px
    }
}

@media (max-width: 1024px) {
    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        align-items: center;
        padding-top: 40px
    }

    .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-arrow {
        display: flex;
        flex-wrap: wrap
    }
}

.cms-swiper-nav-left-side.cms-swiper-arrows-false .cms-swiper-slider-wrap .cms-swiper-arrows {
    display: none
}

@media (min-width: 1025px) {
    .cms-swiper-nav-left-side.cms-swiper-arrows-false .cms-swiper-slider-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:before {
    content: '\e95a'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:hover:before {
    content: '\e95a';
    font-size: 22px
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:before {
    content: '\e95a'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-next:hover:before {
    content: '\e95a';
    font-size: 22px
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:before {
    content: '\e959'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:hover:before {
    content: '\e959';
    font-size: 22px
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:before {
    content: '\e959'
}

.cms-swiper-arrows-icon-chevron .cms-swiper-arrow-prev:hover:before {
    content: '\e959';
    font-size: 22px
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:before {
    content: '\e90d'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:hover:before {
    content: '\e916';
    font-size: 22px
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:before {
    content: '\e90d'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-next:hover:before {
    content: '\e916';
    font-size: 22px
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:before {
    content: '\e90c'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:hover:before {
    content: '\e914';
    font-size: 22px
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:before {
    content: '\e90c'
}

.cms-swiper-arrows-icon-arrow .cms-swiper-arrow-prev:hover:before {
    content: '\e914';
    font-size: 22px
}

.cms-swiper-nav-color-accent .cms-swiper-arrow {
    color: var(--color-accent)
}

.cms-swiper-nav-color-hover-accent .cms-swiper-arrow:hover {
    color: var(--color-accent)
}

.cms-swiper-nav-color-darken-accent .cms-swiper-arrow {
    color: var(--color-darken-accent)
}

.cms-swiper-nav-color-hover-darken-accent .cms-swiper-arrow:hover {
    color: var(--color-darken-accent)
}

.cms-swiper-nav-color-lighten-accent .cms-swiper-arrow {
    color: var(--color-lighten-accent)
}

.cms-swiper-nav-color-hover-lighten-accent .cms-swiper-arrow:hover {
    color: var(--color-lighten-accent)
}

.cms-swiper-nav-color-primary .cms-swiper-arrow {
    color: var(--color-primary)
}

.cms-swiper-nav-color-hover-primary .cms-swiper-arrow:hover {
    color: var(--color-primary)
}

.cms-swiper-nav-color-darken-primary .cms-swiper-arrow {
    color: var(--color-darken-primary)
}

.cms-swiper-nav-color-hover-darken-primary .cms-swiper-arrow:hover {
    color: var(--color-darken-primary)
}

.cms-swiper-nav-color-lighten-primary .cms-swiper-arrow {
    color: var(--color-lighten-primary)
}

.cms-swiper-nav-color-hover-lighten-primary .cms-swiper-arrow:hover {
    color: var(--color-lighten-primary)
}

.cms-swiper-nav-color-secondary .cms-swiper-arrow {
    color: var(--color-secondary)
}

.cms-swiper-nav-color-hover-secondary .cms-swiper-arrow:hover {
    color: var(--color-secondary)
}

.cms-swiper-nav-color-darken-secondary .cms-swiper-arrow {
    color: var(--color-darken-secondary)
}

.cms-swiper-nav-color-hover-darken-secondary .cms-swiper-arrow:hover {
    color: var(--color-darken-secondary)
}

.cms-swiper-nav-color-lighten-secondary .cms-swiper-arrow {
    color: var(--color-lighten-secondary)
}

.cms-swiper-nav-color-hover-lighten-secondary .cms-swiper-arrow:hover {
    color: var(--color-lighten-secondary)
}

.cms-swiper-nav-color-thirdary .cms-swiper-arrow {
    color: var(--color-thirdary)
}

.cms-swiper-nav-color-hover-thirdary .cms-swiper-arrow:hover {
    color: var(--color-thirdary)
}

.cms-swiper-nav-color-rating .cms-swiper-arrow {
    color: var(--color-rating)
}

.cms-swiper-nav-color-hover-rating .cms-swiper-arrow:hover {
    color: var(--color-rating)
}

.cms-swiper-nav-color-heading .cms-swiper-arrow {
    color: var(--color-heading)
}

.cms-swiper-nav-color-hover-heading .cms-swiper-arrow:hover {
    color: var(--color-heading)
}

.cms-swiper-nav-color-body .cms-swiper-arrow {
    color: var(--color-body)
}

.cms-swiper-nav-color-hover-body .cms-swiper-arrow:hover {
    color: var(--color-body)
}

.cms-swiper-nav-color-white .cms-swiper-arrow {
    color: var(--color-white)
}

.cms-swiper-nav-color-hover-white .cms-swiper-arrow:hover {
    color: var(--color-white)
}

.cms-swiper-nav-color-transparent .cms-swiper-arrow {
    color: var(--color-transparent)
}

.cms-swiper-nav-color-hover-transparent .cms-swiper-arrow:hover {
    color: var(--color-transparent)
}

.cms-swiper-nav-color-custom-1 .cms-swiper-arrow {
    color: var(--color-custom-1)
}

.cms-swiper-nav-color-hover-custom-1 .cms-swiper-arrow:hover {
    color: var(--color-custom-1)
}

.cms-swiper-nav-color-custom-2 .cms-swiper-arrow {
    color: var(--color-custom-2)
}

.cms-swiper-nav-color-hover-custom-2 .cms-swiper-arrow:hover {
    color: var(--color-custom-2)
}

.cms-swiper-nav-color-custom-3 .cms-swiper-arrow {
    color: var(--color-custom-3)
}

.cms-swiper-nav-color-hover-custom-3 .cms-swiper-arrow:hover {
    color: var(--color-custom-3)
}

.cms-swiper-nav-color-custom-4 .cms-swiper-arrow {
    color: var(--color-custom-4)
}

.cms-swiper-nav-color-hover-custom-4 .cms-swiper-arrow:hover {
    color: var(--color-custom-4)
}

.cms-swiper-nav-color-custom-5 .cms-swiper-arrow {
    color: var(--color-custom-5)
}

.cms-swiper-nav-color-hover-custom-5 .cms-swiper-arrow:hover {
    color: var(--color-custom-5)
}

.cms-swiper-nav-color-custom-6 .cms-swiper-arrow {
    color: var(--color-custom-6)
}

.cms-swiper-nav-color-hover-custom-6 .cms-swiper-arrow:hover {
    color: var(--color-custom-6)
}

.cms-swiper-nav-color-custom-7 .cms-swiper-arrow {
    color: var(--color-custom-7)
}

.cms-swiper-nav-color-hover-custom-7 .cms-swiper-arrow:hover {
    color: var(--color-custom-7)
}

.cms-swiper-nav-bg-color-accent .cms-swiper-arrow {
    background-color: var(--color-accent)
}

.cms-swiper-nav-bg-color-hover-accent .cms-swiper-arrow:hover {
    background-color: var(--color-accent)
}

.cms-swiper-nav-bg-color-darken-accent .cms-swiper-arrow {
    background-color: var(--color-darken-accent)
}

.cms-swiper-nav-bg-color-hover-darken-accent .cms-swiper-arrow:hover {
    background-color: var(--color-darken-accent)
}

.cms-swiper-nav-bg-color-lighten-accent .cms-swiper-arrow {
    background-color: var(--color-lighten-accent)
}

.cms-swiper-nav-bg-color-hover-lighten-accent .cms-swiper-arrow:hover {
    background-color: var(--color-lighten-accent)
}

.cms-swiper-nav-bg-color-primary .cms-swiper-arrow {
    background-color: var(--color-primary)
}

.cms-swiper-nav-bg-color-hover-primary .cms-swiper-arrow:hover {
    background-color: var(--color-primary)
}

.cms-swiper-nav-bg-color-darken-primary .cms-swiper-arrow {
    background-color: var(--color-darken-primary)
}

.cms-swiper-nav-bg-color-hover-darken-primary .cms-swiper-arrow:hover {
    background-color: var(--color-darken-primary)
}

.cms-swiper-nav-bg-color-lighten-primary .cms-swiper-arrow {
    background-color: var(--color-lighten-primary)
}

.cms-swiper-nav-bg-color-hover-lighten-primary .cms-swiper-arrow:hover {
    background-color: var(--color-lighten-primary)
}

.cms-swiper-nav-bg-color-secondary .cms-swiper-arrow {
    background-color: var(--color-secondary)
}

.cms-swiper-nav-bg-color-hover-secondary .cms-swiper-arrow:hover {
    background-color: var(--color-secondary)
}

.cms-swiper-nav-bg-color-darken-secondary .cms-swiper-arrow {
    background-color: var(--color-darken-secondary)
}

.cms-swiper-nav-bg-color-hover-darken-secondary .cms-swiper-arrow:hover {
    background-color: var(--color-darken-secondary)
}

.cms-swiper-nav-bg-color-lighten-secondary .cms-swiper-arrow {
    background-color: var(--color-lighten-secondary)
}

.cms-swiper-nav-bg-color-hover-lighten-secondary .cms-swiper-arrow:hover {
    background-color: var(--color-lighten-secondary)
}

.cms-swiper-nav-bg-color-thirdary .cms-swiper-arrow {
    background-color: var(--color-thirdary)
}

.cms-swiper-nav-bg-color-hover-thirdary .cms-swiper-arrow:hover {
    background-color: var(--color-thirdary)
}

.cms-swiper-nav-bg-color-rating .cms-swiper-arrow {
    background-color: var(--color-rating)
}

.cms-swiper-nav-bg-color-hover-rating .cms-swiper-arrow:hover {
    background-color: var(--color-rating)
}

.cms-swiper-nav-bg-color-heading .cms-swiper-arrow {
    background-color: var(--color-heading)
}

.cms-swiper-nav-bg-color-hover-heading .cms-swiper-arrow:hover {
    background-color: var(--color-heading)
}

.cms-swiper-nav-bg-color-body .cms-swiper-arrow {
    background-color: var(--color-body)
}

.cms-swiper-nav-bg-color-hover-body .cms-swiper-arrow:hover {
    background-color: var(--color-body)
}

.cms-swiper-nav-bg-color-white .cms-swiper-arrow {
    background-color: var(--color-white)
}

.cms-swiper-nav-bg-color-hover-white .cms-swiper-arrow:hover {
    background-color: var(--color-white)
}

.cms-swiper-nav-bg-color-transparent .cms-swiper-arrow {
    background-color: var(--color-transparent)
}

.cms-swiper-nav-bg-color-hover-transparent .cms-swiper-arrow:hover {
    background-color: var(--color-transparent)
}

.cms-swiper-nav-bg-color-custom-1 .cms-swiper-arrow {
    background-color: var(--color-custom-1)
}

.cms-swiper-nav-bg-color-hover-custom-1 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-1)
}

.cms-swiper-nav-bg-color-custom-2 .cms-swiper-arrow {
    background-color: var(--color-custom-2)
}

.cms-swiper-nav-bg-color-hover-custom-2 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-2)
}

.cms-swiper-nav-bg-color-custom-3 .cms-swiper-arrow {
    background-color: var(--color-custom-3)
}

.cms-swiper-nav-bg-color-hover-custom-3 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-3)
}

.cms-swiper-nav-bg-color-custom-4 .cms-swiper-arrow {
    background-color: var(--color-custom-4)
}

.cms-swiper-nav-bg-color-hover-custom-4 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-4)
}

.cms-swiper-nav-bg-color-custom-5 .cms-swiper-arrow {
    background-color: var(--color-custom-5)
}

.cms-swiper-nav-bg-color-hover-custom-5 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-5)
}

.cms-swiper-nav-bg-color-custom-6 .cms-swiper-arrow {
    background-color: var(--color-custom-6)
}

.cms-swiper-nav-bg-color-hover-custom-6 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-6)
}

.cms-swiper-nav-bg-color-custom-7 .cms-swiper-arrow {
    background-color: var(--color-custom-7)
}

.cms-swiper-nav-bg-color-hover-custom-7 .cms-swiper-arrow:hover {
    background-color: var(--color-custom-7)
}

.cms-swiper-arrows {
    display: flex;
    margin: 0 -10px
}

.cms-swiper-arrows .cms-swiper-arrow {
    margin: 0 10px
}

.cms-swiper-nav-size-default .cms-swiper-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px
}

.cms-swiper-nav-size-default .cms-swiper-arrow:before {
    line-height: 44px;
    font-size: 44px
}

.cms-swiper-nav-size-34 .cms-swiper-arrow {
    width: 34px;
    height: 34px;
    line-height: 34px
}

.cms-swiper-nav-size-34 .cms-swiper-arrow:before {
    line-height: 34px;
    font-size: 34px
}

.cms-swiper-nav-size-44 .cms-swiper-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px
}

.cms-swiper-nav-size-44 .cms-swiper-arrow:before {
    line-height: 44px;
    font-size: 44px
}

.cms-swiper-nav-size-58 .cms-swiper-arrow {
    width: 58px;
    height: 58px;
    line-height: 58px
}

.cms-swiper-nav-size-58 .cms-swiper-arrow:before {
    line-height: 58px;
    font-size: 58px
}

.cms-swiper-nav-shape-default .cms-swiper-arrow {
    font-size: 10px;
    border-radius: 0
}

.cms-swiper-nav-shape-square .cms-swiper-arrow {
    font-size: 10px;
    border-radius: 0
}

.cms-swiper-nav-shape-rounded .cms-swiper-arrow {
    font-size: 10px;
    border-radius: 12px
}

.cms-swiper-nav-shape-circle .cms-swiper-arrow {
    font-size: 10px;
    border-radius: 50%
}

@media (max-width: 1599px) {
    .cms-swiper-arrows-when-hover-lg .cms-swiper-arrow {
        visibility: hidden;
        opacity: 0
    }

    .cms-swiper-arrows-when-hover-lg:hover .cms-swiper-arrow {
        visibility: visible;
        opacity: 1
    }
}

.cms-swiper-dots {
    margin: 32px -2px 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cms-swiper-dots .cms-swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    transition: all 300ms ease-in-out
}

.cms-swiper-dots-false .cms-swiper-dots {
    display: none
}

@media (max-width: 1024px) {
    .cms-swiper-dots-tablet-false .cms-swiper-dots {
        display: none
    }

    .cms-swiper-dots-tablet-true .cms-swiper-dots {
        display: flex
    }
}

@media (max-width: 767px) {
    .cms-swiper-dots-mobile-false .cms-swiper-dots {
        display: none
    }

    .cms-swiper-dots-mobile-true .cms-swiper-dots {
        display: flex
    }
}

.cms-swiper-dots-circle .cms-swiper-pagination-bullet {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 2px
}

.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    background: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
}

.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-accent);
    box-shadow: 0 0 0 8px rgba(8, 87, 222, 0.2)
}

.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .cms-swiper-dots-divider .swiper-pagination-bullet, .cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .cms-swiper-pagination-bullet, .cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    flex: 0 0 20px;
    width: 20px;
    height: 6px;
    margin: 5px;
    background: var(--color-primary);
    opacity: 1;
    border-radius: 0;
    transition: all 300ms ease-in-out
}

.cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .cms-swiper-dots-divider .swiper-pagination-bullet:hover, .cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .cms-swiper-dots-divider .swiper-pagination-bullet.swiper-pagination-bullet-active, .cms-dots-by-theme .swiper-container-horizontal > .swiper-pagination-bullets .cms-swiper-pagination-bullet.swiper-pagination-bullet-active, .cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    flex: 0 0 40px;
    width: 40px;
    background: var(--color-accent)
}

.cms-dots-by-theme.elementor-pagination-position-outside .elementor-image-carousel-wrapper {
    padding-bottom: 63px
}

.cms-swiper-dots-color-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-accent)
}

.cms-swiper-dots-color-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-accent)
}

.cms-swiper-dots-color-hover-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-accent);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-accent)
}

.cms-swiper-dots-color-darken-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-darken-accent)
}

.cms-swiper-dots-color-darken-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-darken-accent)
}

.cms-swiper-dots-color-hover-darken-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-darken-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-darken-accent);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-darken-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-darken-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-darken-accent)
}

.cms-swiper-dots-color-lighten-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-lighten-accent)
}

.cms-swiper-dots-color-lighten-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-lighten-accent)
}

.cms-swiper-dots-color-hover-lighten-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-lighten-accent.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-lighten-accent);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-lighten-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-lighten-accent.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-lighten-accent)
}

.cms-swiper-dots-color-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-primary)
}

.cms-swiper-dots-color-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-primary)
}

.cms-swiper-dots-color-hover-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-primary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-primary)
}

.cms-swiper-dots-color-darken-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-darken-primary)
}

.cms-swiper-dots-color-darken-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-darken-primary)
}

.cms-swiper-dots-color-hover-darken-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-darken-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-darken-primary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-darken-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-darken-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-darken-primary)
}

.cms-swiper-dots-color-lighten-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-lighten-primary)
}

.cms-swiper-dots-color-lighten-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-lighten-primary)
}

.cms-swiper-dots-color-hover-lighten-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-lighten-primary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-lighten-primary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-lighten-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-lighten-primary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-lighten-primary)
}

.cms-swiper-dots-color-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-secondary)
}

.cms-swiper-dots-color-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-secondary)
}

.cms-swiper-dots-color-hover-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-secondary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-secondary)
}

.cms-swiper-dots-color-darken-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-darken-secondary)
}

.cms-swiper-dots-color-darken-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-darken-secondary)
}

.cms-swiper-dots-color-hover-darken-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-darken-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-darken-secondary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-darken-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-darken-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-darken-secondary)
}

.cms-swiper-dots-color-lighten-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-lighten-secondary)
}

.cms-swiper-dots-color-lighten-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-lighten-secondary)
}

.cms-swiper-dots-color-hover-lighten-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-lighten-secondary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-lighten-secondary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-lighten-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-lighten-secondary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-lighten-secondary)
}

.cms-swiper-dots-color-thirdary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-thirdary)
}

.cms-swiper-dots-color-thirdary.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-thirdary)
}

.cms-swiper-dots-color-hover-thirdary.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-thirdary.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-thirdary);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-thirdary.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-thirdary.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-thirdary)
}

.cms-swiper-dots-color-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-rating)
}

.cms-swiper-dots-color-rating.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-rating)
}

.cms-swiper-dots-color-hover-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-rating.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-rating);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-rating.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-rating.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-rating)
}

.cms-swiper-dots-color-heading.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-heading)
}

.cms-swiper-dots-color-heading.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-heading)
}

.cms-swiper-dots-color-hover-heading.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-heading.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-heading);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-heading.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-heading.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-heading)
}

.cms-swiper-dots-color-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-body)
}

.cms-swiper-dots-color-body.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-body)
}

.cms-swiper-dots-color-hover-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-body.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-body);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-body.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-body.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-body)
}

.cms-swiper-dots-color-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-white)
}

.cms-swiper-dots-color-white.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-white)
}

.cms-swiper-dots-color-hover-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-white.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-white);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-white.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-white.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-white)
}

.cms-swiper-dots-color-transparent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-transparent)
}

.cms-swiper-dots-color-transparent.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-transparent)
}

.cms-swiper-dots-color-hover-transparent.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-transparent.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-transparent);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-transparent.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-transparent.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-transparent)
}

.cms-swiper-dots-color-custom-1.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-1)
}

.cms-swiper-dots-color-custom-1.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-1)
}

.cms-swiper-dots-color-hover-custom-1.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-1.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-1);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-1.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-1.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-1)
}

.cms-swiper-dots-color-custom-2.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-2)
}

.cms-swiper-dots-color-custom-2.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-2)
}

.cms-swiper-dots-color-hover-custom-2.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-2.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-2);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-2.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-2.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-2)
}

.cms-swiper-dots-color-custom-3.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-3)
}

.cms-swiper-dots-color-custom-3.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-3)
}

.cms-swiper-dots-color-hover-custom-3.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-3.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-3);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-3.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-3.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-3)
}

.cms-swiper-dots-color-custom-4.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-4)
}

.cms-swiper-dots-color-custom-4.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-4)
}

.cms-swiper-dots-color-hover-custom-4.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-4.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-4);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-4.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-4.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-4)
}

.cms-swiper-dots-color-custom-5.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-5)
}

.cms-swiper-dots-color-custom-5.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-5)
}

.cms-swiper-dots-color-hover-custom-5.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-5.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-5);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-5.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-5.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-5)
}

.cms-swiper-dots-color-custom-6.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-6)
}

.cms-swiper-dots-color-custom-6.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-6)
}

.cms-swiper-dots-color-hover-custom-6.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-6.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-6);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-6.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-6.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-6)
}

.cms-swiper-dots-color-custom-7.cms-swiper-dots-circle .cms-swiper-pagination-bullet:before {
    background: var(--color-custom-7)
}

.cms-swiper-dots-color-custom-7.cms-swiper-dots-divider .cms-swiper-pagination-bullet {
    background: var(--color-custom-7)
}

.cms-swiper-dots-color-hover-custom-7.cms-swiper-dots-circle .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-custom-7.cms-swiper-dots-circle .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--color-custom-7);
    box-shadow: 0 0 0 8px rgba(0, 0, 0,)
}

.cms-swiper-dots-color-hover-custom-7.cms-swiper-dots-divider .cms-swiper-pagination-bullet:hover, .cms-swiper-dots-color-hover-custom-7.cms-swiper-dots-divider .cms-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-custom-7)
}

.cms-swiper-dots-in .cms-swiper-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0
}

.cms-swiper-dots-align-center .cms-swiper-dots {
    justify-content: center
}

.cms-swiper-dots-align-start .cms-swiper-dots {
    justify-content: start
}

.cms-swiper-dots-align-end .cms-swiper-dots {
    justify-content: end
}

.cms-swiper-dots-align-justify .cms-swiper-dots {
    justify-content: space-between
}

@media (max-width: 1024px) {
    .cms-swiper-dots-align-tablet-start .cms-swiper-dots {
        justify-content: start
    }

    .cms-swiper-dots-align-tablet-center .cms-swiper-dots {
        justify-content: center
    }

    .cms-swiper-dots-align-tablet-end .cms-swiper-dots {
        justify-content: end
    }

    .cms-swiper-dots-align-tablet-justify .cms-swiper-dots {
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .cms-swiper-dots-align-mobile-start .cms-swiper-dots {
        justify-content: start
    }

    .cms-swiper-dots-align-mobile-center .cms-swiper-dots {
        justify-content: center
    }

    .cms-swiper-dots-align-mobile-end .cms-swiper-dots {
        justify-content: end
    }

    .cms-swiper-dots-align-mobile-justify .cms-swiper-dots {
        justify-content: space-between
    }
}

.container-wide {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1600px
    }
}

.container-full {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 1600px) {
    .container-full {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width: 1280px) {
    .container-full.container-full2 {
        padding-left: 86px;
        padding-right: 80px;
        margin-left: auto;
        margin-right: 0
    }

    [dir="rtl"] .container-full.container-full2 {
        margin-right: auto;
        margin-left: 0
    }
}

@media (min-width: 1601px) {
    .container-full.container-full2 {
        max-width: 67%
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .container-full.container-full2 {
        max-width: 74%
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .container-full.container-full2 {
        max-width: 73%
    }
}

#cms-main {
    position: relative;
    z-index: 1
}

#cms-main:not(.cms-main-elementor) {
    margin-bottom: 110px
}

#cms-header-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.cms-header-logo a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    max-width: var(--logo-width);
    max-height: var(--header-height);
    line-height: var(--header-height)
}

.cms-header-logo .logo-ontop, .cms-header-logo .logo-sticky, .cms-header-logo .logo-mobile {
    display: none
}

@media (max-width: 1279px) {
    .cms-header-logo .logo-default, .cms-header-logo .logo-ontop, .cms-header-logo .logo-sticky {
        display: none !important
    }

    .cms-header-logo .logo-mobile {
        display: block
    }
}

.cms-logo {
    vertical-align: sub
}

.header-ontop .cms-header-logo .logo-ontop {
    display: block
}

.header-ontop .cms-header-logo .logo-default, .header-ontop .cms-header-logo .logo-sticky {
    display: none
}

.header-sticky .cms-header-logo .logo-sticky {
    display: block
}

.header-sticky .cms-header-logo .logo-default, .header-sticky .cms-header-logo .logo-ontop {
    display: none
}

@media (max-width: 1279px) {
    .cms-header-logo .cms-logo {

    }
}


.cms-primary-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.cms-primary-menu li {
    position: relative;
    padding: 0
}

.cms-primary-menu ul, .cms-primary-menu ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.cms-primary-menu .sub-menu li {
    padding: 0
}

.cms-primary-menu .sub-menu li:last-child a {
    border-bottom: 0
}

.cms-primary-menu .sub-menu a:not(.menu-heading) {
    display: block;
    font-size: var(--dropdown-font-size);
    font-weight: var(--dropdown-font-weight);
    padding: 10px 0;
    color: var(--dropdown-regular);
    background-color: var(--dropdown-item-bg);
    position: relative
}

.cms-primary-menu .sub-menu a:not(.menu-heading):before {
    font-family: "cmsi";
    content: "\e90d";
    position: absolute;
    left: -40px;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-size: 65%;
    color: var(--dropdown-hover)
}

[dir="rtl"] .cms-primary-menu .sub-menu a:not(.menu-heading):before {
    font-family: "cmsi";
    content: "\e90c";
    left: auto;
    right: -40px
}

.cms-primary-menu .sub-menu a:not(.menu-heading):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--dropdown-hover);
    transition: all 300ms ease-in-out
}

[dir="rtl"] .cms-primary-menu .sub-menu a:not(.menu-heading):after {
    left: auto;
    right: 0
}

.cms-primary-menu .sub-menu a:not(.menu-heading):hover {
    color: var(--dropdown-hover);
    background-color: var(--dropdown-item-bg-hover)
}

.cms-primary-menu .sub-menu a:not(.menu-heading):hover:before {
    left: -20px;
    visibility: hidden;
    opacity: 1
}

[dir="rtl"] .cms-primary-menu .sub-menu a:not(.menu-heading):hover:before {
    left: auto;
    right: -20px
}

.cms-primary-menu .sub-menu a:not(.menu-heading):hover:after {
    width: 100%
}

.cms-primary-menu .sub-menu .current-menu-item > a, .cms-primary-menu .sub-menu .current-menu-ancestor > a {
    color: var(--dropdown-active);
    background-color: var(--dropdown-item-bg-hover)
}

.cms-primary-menu .sub-menu .current-menu-item > a:after, .cms-primary-menu .sub-menu .current-menu-ancestor > a:after {
    width: 100%
}

.cms-primary-menu .sub-menu .cms-menu-title {
    display: block
}

@media (min-width: 1280px) {
    #cms-primary-menu {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: wrap
    }

    #cms-primary-menu li {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }

    #cms-primary-menu li:hover > .sub-menu {
        top: 0;
        z-index: 1;
        visibility: visible;
        opacity: 1
    }

    #cms-primary-menu > li {
        flex: 0 0 auto;
        width: auto;
        margin: 0 15px
    }

    #cms-primary-menu > li.cms-separator {
        padding-right: 70px
    }

    #cms-primary-menu > li.cms-separator:before {
        right: 70px
    }

    #cms-primary-menu > li.cms-separator:after {
        content: '';
        width: 2px;
        height: 27px;
        display: block;
        background-color: rgba(9, 29, 62, 0.15);
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%)
    }

    #cms-primary-menu > li:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        transform-origin: right center;
        transform: scale(0, 1);
        transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85)
    }

    #cms-primary-menu > li .main-menu-toggle:before {
        font-family: "cmsi";
        content: '\e91d';
        font-size: 80%;
        display: inline-block;
        position: relative;
        transform: translate(4px, 1px)
    }

    [dir="rtl"] #cms-primary-menu > li .main-menu-toggle:before {
        transform: translate(-4px, 1px)
    }

    #cms-primary-menu > li > .sub-menu {
        left: 0
    }

    [dir="rtl"] #cms-primary-menu > li > .sub-menu {
        left: auto;
        right: 0
    }

    #cms-primary-menu > li:hover > .sub-menu {
        top: 100%
    }

    #cms-primary-menu > li > a {
        line-height: var(--header-height);
        display: inline-block
    }

    #cms-primary-menu > li > a .cms-menu-title {
        position: relative;
        padding-bottom: 10px
    }

    #cms-primary-menu > li > a .cms-menu-title:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 3px;
        transition: all 300ms ease-in-out
    }

    #cms-primary-menu > li > a:hover .cms-menu-title:after {
        left: 0;
        width: 100%
    }

    #cms-primary-menu > li.current-menu-item:before, #cms-primary-menu > li.current-menu-ancestor:before, #cms-primary-menu > li:hover:before {
        transform-origin: left center;
        transform: scale(1, 1)
    }

    #cms-primary-menu > li.current-menu-item > a .cms-menu-title:after, #cms-primary-menu > li.current-menu-ancestor > a .cms-menu-title:after, #cms-primary-menu > li:hover > a .cms-menu-title:after {
        left: 0;
        width: 100%
    }

    #cms-primary-menu .sub-menu {
        width: 255px;
        color: var(--dropdown-regular);
        background-color: var(--dropdown-bg);
        background-image: none;
        background-repeat: repeat-x;
        background-position: top left;
        position: absolute;
        top: calc(100% + 30px);
        left: 100%;
        padding: 30px 50px;
        z-index: -1;
        visibility: hidden;
        box-shadow: var(--dropdown-shadow);
        opacity: 0;
        transition: all 300ms ease-in-out;
        border-radius: 0
    }

    #cms-primary-menu .sub-menu.back {
        left: auto;
        right: 100%
    }

    [dir="rtl"] #cms-primary-menu .sub-menu {
        left: auto;
        right: 100%
    }

    [dir="rtl"] #cms-primary-menu .sub-menu.back {
        right: auto;
        left: 100%
    }

    #cms-primary-menu .sub-menu .cms-parent-menu-icon:before {
        font-family: "cmsi";
        content: "\6a";
        font-size: 12px
    }

    #cms-primary-menu .cms-parent-menu-icon {
        float: right
    }

    #cms-primary-menu .cms-parent-menu-icon:before {
        margin-left: 5px;
        font-family: "cmsi";
        content: "\6a";
        font-size: 12px
    }

    [dir="rtl"] #cms-primary-menu .cms-parent-menu-icon:before {
        margin-left: 0;
        margin-right: 5px
    }

    [dir="rtl"] #cms-primary-menu .cms-parent-menu-icon {
        float: left
    }
}

.menu-item-object-language_switcher > a > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.menu-item-object-language_switcher > a > span > .trp-flag-image {
    margin-right: 10px
}

[dir="rtl"] .menu-item-object-language_switcher > a > span > .trp-flag-image {
    margin-right: 0;
    margin-left: 10px
}

#cms-primary-menu .megamenu .cms-megamenu {
    padding: 0;
    overflow: hidden
}

@media (min-width: 1200px) {
    #cms-primary-menu .megamenu .cms-megamenu {
        width: 490px
    }
}

#cms-primary-menu .megamenu .cms-megamenu + ul.sub-menu {
    margin-top: 30px
}

.header-icon {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle
}

.cms-header-cart-content {
    z-index: 5;
    width: 320px;
    position: absolute;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 0;
    opacity: 0;
    transition: all 300ms ease-in-out
}

.cms-header-cart-content.open {
    visibility: visible;
    opacity: 1
}

.cms-header-cart-content.inside {
    top: 100%;
    transform: translateY(100px)
}

.cms-header-cart-content.inside.open {
    transform: translateY(0)
}

.cms-header-cart-content.outside {
    top: 0;
    transform: translateX(320px)
}

.cms-header-cart-content.outside.open {
    transform: translateX(0)
}

[dir="rtl"] .cms-header-cart-content.outside {
    transform: translateX(-320px)
}

.h-btn-cart {
    position: relative
}

.h-btn-cart .cart-icon {
    padding-right: 15px
}

.h-btn-cart > .menu-text {
    padding-right: 5px;
    vertical-align: middle
}

[dir="rtl"] .h-btn-cart > .menu-text {
    padding-right: 0;
    padding-left: 5px
}

.cart-count {
    position: absolute;
    top: -10px;
    right: 0;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    background: var(--color-accent);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    padding: 0 3px
}

.menu-text {
    font-size: var(--menu-font-size);
    font-weight: var(--menu-font-weight);
    font-family: var(--menu-font-family)
}

.menu-text:hover {
    color: var(--menu-hover)
}

.cms-header-phone {
    width: 61px;
    height: 61px;
    line-height: 47px !important;
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    padding: 7px;
    box-shadow: 0 0 0 2px rgba(var(--color-accent-rgb), 0.5)
}

@media (min-width: 1366px) and (max-width: 1500px) {
    .cms-header-phone-text {
        display: none
    }
}

.cms-secondary-menu-title {
    cursor: pointer;
    color: var(--menu-regular);
    transition: all 300ms ease-in-out
}

.cms-secondary-menu-title:hover {
    color: var(--menu-hover)
}

.cms-header.is-sticky.header-sticky .cms-secondary-menu-title {
    color: var(--sticky-regular)
}

.cms-header.is-sticky.header-sticky .cms-secondary-menu-title:hover {
    color: var(--sticky-hover)
}

.cms-header.header-ontop .cms-secondary-menu-title {
    color: var(--ontop-regular)
}

.cms-header.header-ontop .cms-secondary-menu-title:hover {
    color: var(--ontop-hover)
}

#cms-secondary-menu {
    display: none;
    width: 255px;
    color: var(--dropdown-regular);
    background: var(--dropdown-bg);
    position: absolute;
    top: calc(100% + 43px);
    padding: 20px 40px;
    box-shadow: var(--dropdown-shadow);
    z-index: 5
}

#cms-secondary-menu a {
    display: block;
    font-size: var(--dropdown-font-size);
    padding: 5px 0;
    background-color: var(--dropdown-item-bg);
    position: relative;
    border-bottom: 1px solid var(--border-color)
}

#cms-secondary-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--dropdown-hover);
    transition: all 300ms ease-in-out
}

[dir="rtl"] #cms-secondary-menu a:after {
    left: auto;
    right: 0
}

#cms-secondary-menu a:hover {
    color: var(--dropdown-hover);
    background-color: var(--dropdown-item-bg-hover)
}

#cms-secondary-menu a:hover:after {
    width: 100%
}

[dir="rtl"] #cms-secondary-menu a:hover {
    padding-left: 0
}

.cms-hidden-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 460px;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: translateX(460px);
    transition: all 300ms ease-in-out
}

@media (max-width: 1279px) {
    .cms-hidden-sidebar {
        max-width: 320px
    }
}

[dir="rtl"] .cms-hidden-sidebar {
    right: auto;
    left: 0;
    transform: translateX(-460px)
}

.cms-hidden-sidebar .cms-hidden-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: red;
    cursor: pointer
}

.cms-hidden-sidebar .cms-hidden-close:hover {
    background: red;
    color: #fff
}

[dir="rtl"] .cms-hidden-sidebar .cms-hidden-close {
    right: auto;
    left: 0
}

.cms-hidden-sidebar.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

[dir="rtl"] .cms-header-hidden-sidebar {
    transform: rotate(180deg)
}

.logged-in .cms-hidden-sidebar {
    top: 32px
}

.cms-primary-menu > li > a {
    color: var(--menu-regular);
    font-size: var(--menu-font-size);
    font-weight: var(--menu-font-weight);
    font-family: var(--menu-font-family)
}

.cms-primary-menu > li > a .cms-menu-title:after {
    background: var(--menu-hover)
}

.cms-primary-menu > li > a:hover {
    color: var(--menu-hover)
}

.cms-primary-menu > li:hover > a, .cms-primary-menu > li:hover > .main-menu-toggle:before {
    color: var(--menu-hover)
}

.cms-primary-menu > li:hover > a .cms-menu-title:after, .cms-primary-menu > li:hover > .main-menu-toggle:before .cms-menu-title:after {
    background: var(--menu-hover)
}

.cms-primary-menu > li:hover:before {
    background-color: var(--menu-hover)
}

.cms-primary-menu > li.current-menu-item > a, .cms-primary-menu > li.current-menu-ancestor > a, .cms-primary-menu > li.current-menu-item > .main-menu-toggle:before, .cms-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before {
    color: var(--menu-active)
}

.cms-primary-menu > li.current-menu-item > a .cms-menu-title:after, .cms-primary-menu > li.current-menu-ancestor > a .cms-menu-title:after, .cms-primary-menu > li.current-menu-item > .main-menu-toggle:before .cms-menu-title:after, .cms-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before .cms-menu-title:after {
    background: var(--menu-active)
}

.cms-primary-menu > li.current-menu-item:before, .cms-primary-menu > li.current-menu-ancestor:before {
    background-color: var(--menu-active)
}

.menu-color {
    color: var(--menu-regular)
}

.menu-color:hover {
    color: var(--menu-hover)
}

.header-ontop .menu-color {
    color: var(--ontop-regular)
}

.header-ontop .menu-color:hover {
    color: var(--ontop-hover)
}

.header-sticky .menu-color {
    color: var(--sticky-regular)
}

.header-sticky .menu-color:hover {
    color: var(--sticky-hover)
}

.header-height {
    height: var(--header-height)
}

.header-ontop {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--ontop-bg)
}

.header-ontop:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #eaeaea;
    opacity: 0.15
}

@media (min-width: 1280px) {
    .header-ontop .cms-primary-menu > li > a, .header-ontop .cms-primary-menu > li > .main-menu-toggle:before {
        color: var(--ontop-regular)
    }

    .header-ontop .cms-primary-menu > li > a:hover, .header-ontop .cms-primary-menu > li > .main-menu-toggle:before:hover {
        color: var(--ontop-hover)
    }

    .header-ontop .cms-primary-menu > li:before {
        background-color: var(--ontop-hover)
    }

    .header-ontop .cms-primary-menu > li:hover > a, .header-ontop .cms-primary-menu > li:hover > .main-menu-toggle:before {
        color: var(--ontop-hover)
    }

    .header-ontop .cms-primary-menu > li:hover:before {
        background-color: var(--color-accent)
    }

    .header-ontop .cms-primary-menu > li.current-menu-item > a, .header-ontop .cms-primary-menu > li.current-menu-ancestor > a, .header-ontop .cms-primary-menu > li.current-menu-item .main-menu-toggle:before, .header-ontop .cms-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
        color: var(--ontop-active)
    }

    .header-ontop .cms-primary-menu > li.current-menu-item:before, .header-ontop .cms-primary-menu > li.current-menu-ancestor:before {
        background-color: var(--color-accent)
    }

    .header-ontop .menu-color {
        color: var(--ontop-regular)
    }

    .header-ontop .menu-color:hover {
        color: var(--ontop-hover)
    }
}

.header-sticky {
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: var(--sticky-bg)
}

@media (min-width: 1280px) {
    .header-sticky .cms-primary-menu > li > a, .header-sticky .cms-primary-menu > li > .main-menu-toggle:before {
        color: var(--sticky-regular)
    }

    .header-sticky .cms-primary-menu > li > a:hover, .header-sticky .cms-primary-menu > li > .main-menu-toggle:before:hover {
        color: var(--sticky-hover)
    }

    .header-sticky .cms-primary-menu > li:before {
        background-color: var(--sticky-hover)
    }

    .header-sticky .cms-primary-menu > li:hover:before {
        background-color: var(--sticky-hover)
    }

    .header-sticky .cms-primary-menu > li:hover > a, .header-sticky .cms-primary-menu > li:hover > .main-menu-toggle:before {
        color: var(--sticky-hover)
    }

    .header-sticky .cms-primary-menu > li.current-menu-item > a, .header-sticky .cms-primary-menu > li.current-menu-ancestor > a, .header-sticky .cms-primary-menu > li.current-menu-item .main-menu-toggle:before, .header-sticky .cms-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
        color: var(--sticky-active)
    }

    .header-sticky .cms-primary-menu > li.current-menu-item:before, .header-sticky .cms-primary-menu > li.current-menu-ancestor:before {
        background-color: var(--sticky-active)
    }

    .header-sticky .menu-color {
        color: var(--sticky-regular)
    }

    .header-sticky .menu-color:hover {
        color: var(--sticky-hover)
    }
}

.header-sticky.scroll-down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideUp
}

.cms-page {
    transition: padding 0.95s ease 0s
}

.logged-in .header-sticky {
    top: 32px
}

@media (max-width: 1199px) {
    .cms-primary-menu > li > a, ul.sub-menu > li > a {
        color: var(--dropdown-regular)
    }

    .cms-primary-menu > li > a:hover, ul.sub-menu > li > a:hover {
        color: var(--dropdown-hover)
    }

    .cms-primary-menu > li.current-menu-ancestor > a, ul.sub-menu > li.current-menu-ancestor > a, .cms-primary-menu > li.current-menu-item > a, ul.sub-menu > li.current-menu-item > a {
        color: var(--dropdown-active)
    }

    ul.sub-menu a {
        font-weight: 400 !important
    }
}

#main-menu-mobile .btn-nav-mobile {
    display: inline-block;
    height: 22px;
    width: 22px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 300ms linear 0ms
}

#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    transition: all 300ms linear 0ms;
    content: "";
    background-color: var(--menu-regular);
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    position: absolute
}

.header-ontop #main-menu-mobile .btn-nav-mobile:before, .header-ontop #main-menu-mobile .btn-nav-mobile:after, .header-ontop #main-menu-mobile .btn-nav-mobile span {
    background-color: var(--ontop-regular)
}

.header-sticky #main-menu-mobile .btn-nav-mobile:before, .header-sticky #main-menu-mobile .btn-nav-mobile:after, .header-sticky #main-menu-mobile .btn-nav-mobile span {
    background-color: var(--sticky-regular)
}

#main-menu-mobile .btn-nav-mobile:before {
    top: 0px
}

#main-menu-mobile .btn-nav-mobile span {
    top: 8px
}

#main-menu-mobile .btn-nav-mobile:after {
    top: 17px
}

#main-menu-mobile .btn-nav-mobile.opened:before {
    top: 8px;
    transform: rotate(45deg)
}

#main-menu-mobile .btn-nav-mobile.opened:after {
    transform: rotate(-45deg);
    top: 8px
}

#main-menu-mobile .btn-nav-mobile.opened span {
    display: none
}

@media (min-width: 1280px) {
    .cms-navigation-attrs:not(.has-atts), #main-menu-mobile {
        display: none
    }
}

@media (max-width: 1279px) {
    .cms-header-right {
        position: unset
    }

    .cms-navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 50px);
        visibility: hidden;
        background: var(--dropdown-bg);
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 20px !important;
        opacity: 0;
        transition: all 300ms ease-in-out
    }

    .cms-navigation.navigation-open {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    #cms-primary-menu.horizontal {
        margin: 0;
        padding: 10px 15px
    }

    #cms-primary-menu.horizontal li {
        flex: 0 0 100%;
        padding: 0
    }

    #cms-primary-menu.horizontal li a {
        padding: 5px 0;
        display: block
    }

    .cms-primary-menu {
        color: var(--dropdown-regular);
        padding: 5px 0 !important
    }

    .cms-primary-menu > li {
        padding: 5px 0
    }

    .cms-primary-menu .current-menu-item > a {
        color: var(--dropdown-active)
    }

    .cms-primary-menu .sub-menu {
        display: none;
        font-size: var(--menu-font-size)
    }

    .cms-primary-menu .sub-menu.submenu-open {
        padding-top: 5px
    }

    .cms-primary-menu ul.sub-menu a:not(.menu-heading):after {
        background-color: transparent !important
    }

    .main-menu-toggle {
        transition: all 300ms linear 0ms;
        cursor: pointer;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 7px;
        background-color: var(--dropdown-item-bg-hover)
    }

    .main-menu-toggle:before {
        font-family: "cmsi";
        content: '\e91d'
    }

    .main-menu-toggle.open:before {
        font-family: "cmsi";
        content: '\e920'
    }

    [dir="rtl"] .main-menu-toggle {
        right: auto;
        left: 0
    }
}

.header-separator {
    height: var(--header-height)
}

.header-separator span {
    width: 1px;
    height: 100%;
    display: block;
    background: transparent
}

.cms-header-wraps {
    z-index: 5;
    position: relative
}

#cms-header {
    box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12)
}

#cms-header:not(.header-ontop):not(.header-sticky) {
    background: #fff
}

.cms-pagetitle-bg {
    background-color: var(--ptitle-background-color);
    background-image: var(--ptitle-background-image);
    background-size: var(--ptitle-background-size);
    background-position: var(--ptitle-background-position);
    background-repeat: var(--ptitle-background-repeat);
    background-attachment: var(--ptitle-background-attachment);
    color: var(--ptitle-color)
}

.cms-pagetitle-bg .container {
    z-index: 1
}

.cms-pagetitle-bg.single {
    background-color: var(--single-ptitle-background-color);
    background-image: var(--single-ptitle-background-image);
    background-size: var(--single-ptitle-background-size);
    background-position: var(--single-ptitle-background-position);
    background-repeat: var(--single-ptitle-background-repeat);
    background-attachment: var(--single-ptitle-background-attachment);
    color: var(--single-ptitle-color)
}

.cms-page-title-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--ptitle-overlay-rgba)
}

.cms-page-title-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    background: -webkit-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: -o-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: -ms-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: -moz-linear-gradient(top, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%);
    background: linear-gradient(to bottom, #1b1a1a 0%, #1b1a1a 18%, rgba(27, 26, 26, 0) 64%, rgba(27, 26, 26, 0) 100%)
}

.cms-page-title-overlay.single {
    background-color: var(--single-ptitle-overlay-rgba)
}

.cms-page-title-overlay.single:before {
    opacity: 0
}

.cms-ptitle-scroll {
    bottom: 0;
    left: 0;
    right: 0
}

.cms-ptitle-scroll .cms-ptitle-scroll-bg {
    height: 110px
}

@media (max-width: 1024px) {
    .cms-ptitle-scroll .cms-ptitle-scroll-bg {
        height: 60px
    }
}

.cms-ptitle-scroll .cms-ptitle-scroll-icons {
    width: 80px
}

.cms-page-title, .cms-ptitle-text, .cms-page-title .main-title {
    color: var(--ptitle-color)
}

.cms-page-title .main-title {
    font-weight: var(--ptitle-font-weight);
    font-family: var(--ptitle-font-family)
}

@media (min-width: 1280px) {
    .cms-page-sub-title {
        max-width: 680px
    }
}

@media (min-width: 1600px) {
    .cms-page-sub-title {
        max-width: 560px
    }
}

.cms-page-title.text-center .cms-page-sub-title {
    margin-left: auto;
    margin-right: auto
}

.cms-breadcrumb {
    display: flex;
    flex-wrap: wrap
}

.cms-breadcrumb .breadcrumb-item {
    flex: 0 0 auto;
    max-width: 100%
}

.cms-breadcrumb .breadcrumb-item:last-child .breadcrumb-divider {
    display: none !important
}

.cms-breadcrumb .breadcrumb-link {
    font-weight: 700
}

.cms-breadcrumb .breadcrumb-divider {
    padding: 0 10px;
    font-size: 70%
}

.cms-pagetitle-breadcrumb {
    color: var(--ptitle-breadcrumb-regular)
}

.breadcrumb-link {
    color: var(--ptitle-breadcrumb-active)
}

.breadcrumb-link:hover {
    color: var(--ptitle-breadcrumb-hover)
}

.breadcrumb-item-single .breadcrumb-link, .breadcrumb-item-single .breadcrumb-divider {
    color: var(--single-ptitle-breadcrumb-active)
}

.breadcrumb-item-single .breadcrumb-link:hover, .breadcrumb-item-single .breadcrumb-divider:hover {
    color: var(--single-ptitle-breadcrumb-hover)
}

.breadcrumb-item-single .breadcrumb-text {
    color: var(--single-ptitle-breadcrumb-regular)
}

.cms-pagetitle-layout10 {
    padding-top: 18px;
    padding-bottom: 18px
}

.cms-pagetitle-layout10 .cms-pagetitle-breadcrumb {
    color: var(--color-primary)
}

.cms-pagetitle-layout10 .cms-pagetitle-breadcrumb a {
    color: var(--color-accent);
    font-weight: normal
}

.cms-pagetitle-layout10 .cms-pagetitle-breadcrumb a:hover {
    color: var(--color-primary)
}

.cms-pagetitle-layout10.single + #cms-main {
    padding-top: 0
}

.cms-media .cms-post-meta {
    bottom: 0;
    left: 0
}

[dir="rtl"] .cms-media .cms-post-meta {
    left: auto;
    right: 0
}

.cms-media .cms-post-meta .cms-post-meta-inner > span {
    padding-top: 10px;
    padding-bottom: 10px
}

.cms-media .cms-post-meta .cms-post-cat {
    background: var(--color-secondary);
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.cms-media .cms-post-meta .cms-post-cat:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 9px 0;
    border-color: transparent var(--color-secondary) transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 20px
}

[dir="rtl"] .cms-media .cms-post-meta .cms-post-cat:after {
    left: auto;
    right: 20px;
    border-width: 9px 12px 0 0;
    border-color: #007bff transparent transparent transparent
}

.cms-media .cms-post-meta .cms-post-cat a {
    color: #fff
}

.cms-media .cms-post-meta .cms-post-cat + .separator {
    display: none
}

.cms-media .cms-post-meta .cms-post-cat + .separator + .col-auto {
    margin-left: 10px
}

.cms-media .cms-post-meta .cms-post-cat + .separator + .col-auto [dir="rtl"] {
    margin-left: 0;
    margin-right: 10px
}

@media (max-width: 404px) {
    .cms-media .cms-post-cmt {
        margin-left: 10px;
        margin-top: -10px
    }

    [dir="rtl"] .cms-media .cms-post-cmt {
        margin-left: 0;
        margin-right: 10px
    }

    .cms-media .cms-post-cmt ~ .separator {
        display: none
    }
}

.cms-meta-separator {
    width: 5px;
    height: 5px;
    background: #9baac5;
    display: inline-block;
    transform: translateY(-1px)
}

.cms-post-archive {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #eaeaea
}

.cms-post-archive.cms-no-post-thumbnail {
    padding-top: 30px
}

.cms-post-archive:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.comment-list-wrap {
    margin-top: 63px
}

.comment-respond {
    margin-top: 55px
}

.comments-title, .comment-reply-title {
    font-size: 24px;
    margin: 0 0 30px 0
}

.woocommerce-Reviews-title {
    display: none
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0
}

.commentlist .comment, .commentlist .review {
    margin-top: 23px;
    padding: 30px 0 0 0;
    border-top: 2px solid #e6e8eb
}

.commentlist > .comment:first-child, .commentlist > .review:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.commentlist .comment-avatar img {
    border: 0;
    border-radius: 0
}

@media (max-width: 1024px) {
    .commentlist .comment-avatar img {
        max-width: 30px
    }
}

.commentlist .comment-content {
    max-width: calc(100% - 60px - 40px)
}

@media (max-width: 1024px) {
    .commentlist .comment-content {
        max-width: calc(100% - 45px)
    }
}

.commentlist .comment-content .comment-title {
    margin-top: -3px
}

.commentlist .comment-content .comment-meta {
    font-size: 12px;
    color: #333
}

.commentlist .comment-content .comment-reply {
    padding-top: 5px
}

.commentlist .children {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0
}

[dir="rtl"] .commentlist .children {
    padding: 0 15px 0 0
}

@media (min-width: 1025px) {
    .commentlist .children {
        padding: 0 0 0 calc(90px)
    }

    [dir="rtl"] .commentlist .children {
        padding: 0 calc(90px) 0 0
    }
}

.commentlist .comment-reply-link {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 14px
}

.commentlist .comment-reply-link:hover {
    color: var(--color-accent)
}

#respond #commentform .comment-form-comment {
    margin-top: 40px
}

#respond #commentform .comment-form-comment textarea {
    height: 158px
}

#respond .comment-form-cookies-consent {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap
}

#respond .comment-form-cookies-consent .cms-custom-checkbox {
    flex: 0 0 auto;
    margin-top: 1px
}

#respond .comment-form-cookies-consent #wp-comment-cookies-consent {
    transform: translateY(2px)
}

#respond .comment-form-cookies-consent label {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

#respond .form-submit {
    margin: 40px 0 0
}

.form-submit button[name="submit"] {
    padding: 0
}

.logged-in-as {
    margin-bottom: 0
}

#cancel-comment-reply-link {
    padding-left: 30px;
    color: red
}

[dir="rtl"] #cancel-comment-reply-link {
    padding-left: 0;
    padding-right: 30px
}

.comment-body + .comment-respond {
    margin-top: 32px
}

.comment-body + .comment-respond #reply-title {
    margin-bottom: 15px
}

.comment-body + .comment-respond + ul.children {
    margin-top: 15px
}

.no-comments {
    margin-top: 30px;
    color: red
}

.format-chat .cms-post-content > p:nth-child(odd) {
    text-align: start;
    display: inline-block;
    background: var(--color-accent);
    color: #fff;
    padding: 10px 15px
}

.format-chat .cms-post-content > p:nth-child(even) {
    text-align: end
}

.cms-post-content [id^="gallery-"].gallery {
    margin-bottom: 30px
}

.cms-post-author .cms-socials-layout-single-post {
    font-size: 16px
}

.cms-post-author .cms-socials-layout-single-post a {
    color: var(--color-primary)
}

.cms-post-author .cms-socials-layout-single-post a:hover {
    color: var(--color-accent)
}

.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    font-size: 0.875em;
    font-style: italic
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin: -2.5px;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    text-align: center;
    padding: 2.5px;
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.gallery .gallery-item img.attachment-thumbnail {
    width: 100%
}

.gallery-caption {
    display: block
}

.gallery-columns-2 .gallery-item {
    flex: 0 0 50%;
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.gallery-columns-4 .gallery-item {
    flex: 0 0 25%;
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.gallery-columns-7 .gallery-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.gallery-columns-8 .gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%
}

.cms-post-archive.type-product .cms-post-meta {
    padding: 0 0 0 5px !important
}

[dir="rtl"] .cms-post-archive.type-product .cms-post-meta {
    padding: 0 5px 0 0 !important
}

.cms-post-archive.type-product .cms-post-meta .cms-post-date, .cms-post-archive.type-product .cms-post-meta .cms-post-author, .cms-post-archive.type-product .cms-post-meta .cms-post-cmt {
    display: none
}

.cms-post-archive.type-product .cms-post-meta .cms-post-date ~ .separator, .cms-post-archive.type-product .cms-post-meta .cms-post-author ~ .separator, .cms-post-archive.type-product .cms-post-meta .cms-post-cmt ~ .separator {
    display: none
}

.navigation, .woocommerce-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px
}

.navigation:empty, .woocommerce-pagination:empty {
    display: none
}

.navigation .page-numbers, .woocommerce-pagination .page-numbers, .navigation .post-page-numbers, .woocommerce-pagination .post-page-numbers {
    flex: 0 0 auto;
    margin: 5px;
    font-size: 20px;
    font-weight: 700;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 0 2px #eaeaea inset
}

.navigation .page-numbers.current, .woocommerce-pagination .page-numbers.current, .navigation .post-page-numbers.current, .woocommerce-pagination .post-page-numbers.current, .navigation .page-numbers:hover, .woocommerce-pagination .page-numbers:hover, .navigation .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers:hover {
    background: var(--color-accent);
    color: #fff;
    box-shadow: 0 0 0 2px var(--color-accent) inset
}

@media (min-width: 1280px) {
    .navigation .page-numbers, .woocommerce-pagination .page-numbers {
        min-width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.navigation .nav-next-icon:before, .woocommerce-pagination .nav-next-icon:before {
    font-family: "cmsi";
    content: "\e90d";
    display: block;
    font-size: 10px
}

[dir="rtl"] .navigation .nav-next-icon:before, [dir="rtl"] .woocommerce-pagination .nav-next-icon:before {
    font-family: "cmsi";
    content: "\e90c"
}

.navigation .nav-prev-icon:before, .woocommerce-pagination .nav-prev-icon:before {
    font-family: "cmsi";
    content: "\e90c";
    font-size: 10px;
    display: block
}

[dir="rtl"] .navigation .nav-prev-icon:before, [dir="rtl"] .woocommerce-pagination .nav-prev-icon:before {
    font-family: "cmsi";
    content: "\e90d"
}

.navigation.cms-page-links, .woocommerce-pagination.cms-page-links {
    justify-content: start
}

.posts-pagination:not(.ajax) {
    padding-top: 50px
}

.cms-single-next-prev-navigation .cms-single-nav-inner {
    position: relative;
    display: inline-block
}

.cms-single-next-prev-navigation .cms-single-nav-inner > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.cms-single-next-prev-navigation .cms-single-nav-inner .cms-nav-label {
    color: var(--color-primary)
}

.cms-single-next-prev-navigation .cms-single-nav-inner:hover {
    color: var(--color-accent)
}

.cms-single-next-prev-navigation .cms-single-nav-inner:hover .cms-nav-icon {
    background-color: #0646b2
}

.cms-single-next-prev-navigation .cms-single-nav-inner:hover .cms-nav-label, .cms-single-next-prev-navigation .cms-single-nav-inner:hover .cms-nav-title {
    color: #fff
}

.cms-single-next-prev-navigation .cms-single-nav-inner:hover .cms-nav-label {
    text-transform: capitalize
}

.cms-single-next-prev-navigation .cms-single-nav-inner:hover .cms-posts-nav-arrow-title {
    background-color: var(--color-accent);
    color: #fff
}

.cms-single-next-prev-navigation .cms-nav-icon {
    font-size: 12px;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    display: block;
    background-color: var(--color-primary);
    color: #fff
}

@media (max-width: 767px) {
    .cms-single-next-prev-navigation .cms-nav-icon {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.cms-single-next-prev-navigation .post-image {
    overflow: hidden;
    position: relative
}

.cms-single-next-prev-navigation .post-image .cms-post-nav-img-icon {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: var(--color-accent);
    display: block;
    transform: scale(0);
    opacity: 0.9
}

.cms-single-next-prev-navigation .post-image .cms-post-nav-img-icon > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff
}

.cms-single-next-prev-navigation .cms-single-next-prev:hover .post-image .cms-post-nav-img-icon {
    transform: scale(1)
}

.cms-post-date {
    color: var(--color-primary)
}

.cms-post-author a {
    color: var(--color-secondary)
}

.cms-post-cmt a {
    color: var(--color-body)
}

.cms-post-cmt a .cmt-count {
    color: var(--color-secondary)
}

.widget label[class*="__label"], .widget .wp-block-group__inner-container > h2, .widget .widgettitle {
    font-size: 19px;
    color: var(--heading-font-color);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    padding: 0;
    margin: 0 0 25px
}

.widget {
    position: relative;
    list-style: none
}

.widget ul, .widget ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget ul ul, .widget ol ul, .widget ul ol, .widget ol ol {
    padding-left: 15px
}

[dir="rlt"] .widget ul ul, [dir="rlt"] .widget ol ul, [dir="rlt"] .widget ul ol, [dir="rlt"] .widget ol ol {
    padding-left: 0;
    padding-right: 15px
}

.widget .count {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: var(--color-accent);
    display: inline-block;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 0 0 1px #eaeaea;
    transition: all 300ms ease-in-out
}

.widget .cms-list-item > a, .widget .wc-layered-nav-term > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.widget .cms-list-item > a > .title, .widget .wc-layered-nav-term > a > .title {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.widget .cms-list-item > a > .count, .widget .wc-layered-nav-term > a > .count {
    flex: 0 0 auto;
    max-width: 100%;
    justify-content: space-between
}

.widget_recent_comments li, .widget_recent_entries li, .widget_meta li, .widget_rss li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea
}

.widget_recent_comments li:last-child, .widget_recent_entries li:last-child, .widget_meta li:last-child, .widget_rss li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.widget_recent_comments li, .widget_recent_entries li, .widget_meta li {
    font-weight: 700
}

.widget_recent_entries a, .widget_meta a {
    display: block
}

table.wp-calendar-table {
    border-spacing: 0
}

table.wp-calendar-table caption {
    margin-bottom: 15px;
    font-size: var(--body-font-size-medium);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--heading-font-color)
}

table.wp-calendar-table th, table.wp-calendar-table td {
    text-align: center;
    border-right: 0;
    padding: 0;
    line-height: 35px;
    position: relative
}

table.wp-calendar-table th a, table.wp-calendar-table td a {
    color: #fff;
    display: block;
    background-color: var(--color-accent);
    text-decoration: none;
    font-weight: 700
}

table.wp-calendar-table th a:hover, table.wp-calendar-table td a:hover {
    background-color: var(--color-primary)
}

table.wp-calendar-table thead th {
    background-color: var(--color-accent);
    color: #fff;
    font-weight: 600
}

.widget_calendar .wp-calendar-nav {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.widget_categories .widgettitle {
    margin-bottom: 15px
}

.widget_nav_menu.horizontal .menu {
    display: flex;
    flex-wrap: wrap;
    margin: -8px
}

.widget_nav_menu.horizontal .menu li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 8px
}

.widget_nav_menu.horizontal .menu li a {
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid transparent
}

.widget_nav_menu.horizontal .menu li a:hover {
    border-color: var(--color-secondary)
}

.widget_nav_menu.horizontal .menu li:after {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 50%
}

[dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
    margin-left: 0;
    margin-right: 8px
}

.widget_nav_menu.horizontal .menu li:last-child:after {
    display: none
}

.widget_nav_menu.horizontal .sub-menu {
    display: none
}

.cms-widget-menu-item, .wp-block-page-list li {
    position: relative;
    padding: 6px 0;
    font-weight: 700
}

.cms-widget-menu-item:last-child, .wp-block-page-list li:last-child {
    padding-bottom: 0
}

.cms-widget-menu-item .cms-menu-toggle, .wp-block-page-list li .cms-menu-toggle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px
}

.cms-widget-menu-item .cms-menu-toggle:hover, .wp-block-page-list li .cms-menu-toggle:hover {
    background-color: var(--color-accent)
}

.cms-widget-menu-item .cms-menu-toggle:before, .wp-block-page-list li .cms-menu-toggle:before {
    font-family: "cmsi";
    content: "\e91d"
}

.cms-widget-menu-item .cms-menu-toggle.open:before, .wp-block-page-list li .cms-menu-toggle.open:before {
    content: '\e920'
}

.cms-widget-menu-item:hover > a .cms-menu-toggle, .wp-block-page-list li:hover > a .cms-menu-toggle {
    background-color: var(--color-accent)
}

.cms-widget-menu-item .cms-dropdown, .wp-block-page-list li .cms-dropdown {
    display: none;
    padding-left: 0
}

.cms-widget-menu-item .cms-dropdown, .wp-block-page-list li .cms-dropdown, .cms-widget-menu-item .submenu-container, .wp-block-page-list li .submenu-container {
    margin-top: 10px
}

.widget_recent_comments a:not([class]) {
    color: var(--color-accent)
}

.widget_recent_comments a:not([class]):hover {
    color: var(--color-primary)
}

.widget_rss li .rsswidget {
    font-size: 125%
}

.widget_rss li .rss-date {
    font-style: italic;
    margin-bottom: 10px;
    display: block
}

.widget_rss li .rssSummary {
    margin-bottom: 10px
}

.widget_rss li cite {
    font-weight: 700;
    color: var(--color-accent)
}

.widget_rss .rss-widget-icon {
    vertical-align: middle
}

.tagcloud {
    margin: -5px;
    display: flex;
    flex-wrap: wrap
}

.tagcloud > a {
    flex: 0 0 auto;
    margin: 5px;
    padding: 6px 10px;
    box-shadow: 0 0 0 1px #eaeaea inset;
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--color-accent)
}

.tagcloud > a:hover {
    box-shadow: 0 0 0 1px var(--color-accent) inset;
    background: var(--color-accent);
    color: #fff
}

.widget_cms_recent_posts .cms-post-item {
    padding-bottom: 26px
}

.widget_cms_recent_posts .cms-post-item:last-child {
    padding-bottom: 0
}

.widget_cms_recent_posts .cms-post-title {
    line-height: 21px;
    max-height: 63px;
    overflow: hidden
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px
}

.header-sticky .sidebar-sticky {
    top: 120px
}

.cms-sidebar-area-inner .widget:not(:last-child) {
    margin-bottom: 40px
}

.cms-sidebar-area-inner .widget:not(.woocommerce) {
    background-color: #f0f5fd;
    position: relative;
    padding: 40px 20px
}

.cms-sidebar-area-inner .widget:not(.woocommerce):after {
    content: '';
    height: 6px;
    background-color: var(--color-accent);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0
}

@media (min-width: 767px) {
    .cms-sidebar-area-inner .widget:not(.woocommerce) {
        padding: 40px
    }

    .cms-sidebar-area-inner .widget:not(.woocommerce):after {
        left: 40px;
        right: 40px
    }
}

.cms-sidebar-area-inner .widget:not(.woocommerce).widget_search {
    background-color: var(--color-primary)
}

.cms-sidebar-area-inner .widget:not(.woocommerce).widget_search:after {
    display: none
}

.cms-sidebar-area-inner .widget:not(.woocommerce).widget_search .widgettitle, .cms-sidebar-area-inner .widget:not(.woocommerce).widget_search .wp-block-search__label {
    color: #fff
}

.cms-sidebar-area-inner .widget:not(.woocommerce).widget_search input[type="search"] {
    box-shadow: none
}

.cms-sidebar-area-bottom .cms-sidebar-area-inner {
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
}

@media (min-width: 1025px) {
    .cms-sidebar-area-bottom .cms-sidebar-area-inner {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 1280px) {
    .cms-sidebar-area-bottom .cms-sidebar-area-inner {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

.cms-sidebar-area-bottom .cms-sidebar-area-inner > .cms-widget {
    display: inline-block;
    width: 100%
}

#cms-footer.cms-footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.cms-scroll-top {
    height: 60px;
    width: 60px;
    background: var(--color-accent);
    color: #fff;
    border: none;
    position: fixed;
    right: 0;
    bottom: -55px;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    visibility: hidden;
    border-radius: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0
}

.cms-scroll-top:hover, .cms-scroll-top:focus, .cms-scroll-top:active {
    color: #fff;
    background: var(--color-primary)
}

.cms-scroll-top.on {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

.cms-scroll-top .cms-scroll-top-arrow {
    display: block;
    width: 100%;
    position: relative;
    animation: vibrate 2s linear 0s infinite
}

[dir="rtl"] .cms-scroll-top {
    right: auto;
    left: 0
}

@media (max-width: 1400px) {
    .cms-scroll-top {
        height: 40px;
        width: 40px;
        line-height: 40px
    }
}

#cms-footer.scroll-off:after {
    display: none
}

@media (min-width: 1600px) {
    .cms-scroll-top {
        width: 80px;
        height: 114px;
        line-height: 114px
    }

    #cms-footer:after {
        content: '';
        width: 80px;
        background: #04245c;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0
    }

    [dir="rtl"] #cms-footer:after {
        left: 0;
        right: auto
    }
}

[dir="rtl"] .wpcf7 {
    direction: rtl !important
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .cms-submit {
    position: relative
}

.wpcf7 .cms-submit .ajax-loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wpcf7 .cms-submit .ajax-loader.is-active {
    display: block
}

.wpcf7 label {
    font-size: 14px;
    font-weight: 700;
    color: var(--heading-font-color);
    padding-bottom: 7px
}

.wpcf7 label + br {
    display: none
}

.wpcf7 .wpcf7-form-control.wpcf7-radio, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.wpcf7 .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom span.wpcf7-list-item {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 10px;
    margin: 0;
    cursor: pointer
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type="radio"], .wpcf7 .wpcf7-form-control.wpcf7-radio_custom input[type="radio"] {
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1
}

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom .wpcf7-list-item-label {
    position: relative
}

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom .wpcf7-list-item-label:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #e6eaef;
    border-radius: 4px;
    margin-left: -23px;
    margin-right: 10px
}

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom .wpcf7-list-item-label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--color-accent);
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 3px;
    opacity: 0
}

.wpcf7 .wpcf7-checkbox, .wpcf7 .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -15px
}

.wpcf7 .wpcf7-checkbox > .wpcf7-list-item, .wpcf7 .wpcf7-radio > .wpcf7-list-item {
    flex: 0 0 auto;
    padding: 4px 15px;
    margin: 0
}

.wpcf7 .wpcf7-checkbox label, .wpcf7 .wpcf7-radio label {
    color: #616161
}

.wpcf7 .wpcf7-list-item label {
    font-weight: 400
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"], .wpcf7 .wpcf7-list-item label > input[type="radio"] {
    position: absolute;
    z-index: 1;
    opacity: 0
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"] ~ :before, .wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :before, .wpcf7 .wpcf7-list-item label > input[type="checkbox"] ~ :after, .wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :after {
    display: block;
    position: absolute;
    transition: all 300ms ease-in-out
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"] ~ :before, .wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :before {
    width: 17px;
    height: 17px;
    border: 2px solid #eaeaea;
    top: 0
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"] ~ :after, .wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :after {
    width: 7px;
    height: 7px;
    top: 5px;
    left: 5px;
    background-color: var(--color-accent);
    transform: scale(0)
}

[dir="rtl"] .wpcf7 .wpcf7-list-item label > input[type="checkbox"] ~ :after, [dir="rtl"] .wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :after {
    left: auto;
    right: 5px
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"]:checked ~ :before, .wpcf7 .wpcf7-list-item label > input[type="radio"]:checked ~ :before {
    border-color: var(--color-accent)
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"]:checked ~ :after, .wpcf7 .wpcf7-list-item label > input[type="radio"]:checked ~ :after {
    transform: scale(1)
}

.wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :before {
    border-radius: 50%
}

.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
    padding-inline-start: 27px;
    position: relative
}

rs-dotted {
    background-color: rgba(27, 26, 26, 0.15) !important;
    background-image: none !important
}

#trp-floater-ls {
    display: none !important
}

.tt_wrapper .event_container {
    padding-bottom: 25px;
    padding-top: 25px
}

.tt_wrapper .event_container .event_header {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: 16px;
    padding: 0 0 10px
}

.tt_wrapper .event_container .top_hour {
    margin-top: 20px
}

.tt_wrapper .event_container .bottom_hour {
    margin-bottom: 20px
}

.tt_wrapper .event_container .hours {
    font-size: 14px;
    font-weight: normal
}

.tt_wrapper .event_container .after_hour_text {
    font-size: 14px;
    font-family: var(--heading-font-family)
}

@media screen and (max-width: 1023px) {
    .tt_responsive .tt_timetable {
        display: none
    }

    .tt_responsive .tt_timetable.small {
        display: block
    }
}

#cms-loadding {
    background: #fff;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    transition: all 300ms ease-in-out
}

#cms-loadding .loading-spinner {
    margin: -20px auto 0 auto;
    width: 40px;
    height: 40px;
    top: 50%;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--color-primary);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

#cms-loadding .loading-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@font-face {
    font-family: cmsi;
    src: url(https://www.test.mayacure.com/assets/fonts/font-cmsi/fonts/cmsied36.eot?hrsk8t);
    src: url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-cmsi/fonts/cmsi.eot?hrsk8t#iefix) format('embedded-opentype'), url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-cmsi/fonts/cmsi.ttf?hrsk8t) format('truetype'), url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-cmsi/fonts/cmsi.woff?hrsk8t) format('woff'), url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-cmsi/fonts/cmsi.svg?hrsk8t#cmsi) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

.cmsi-heart-alt:before {
    content: "\e975"
}

.cmsi-heart:before {
    content: "\e976"
}

.cmsi-quote-square:before {
    content: "\e974"
}

.cmsi-left-quote:before {
    content: "\e973"
}

.cmsi-external-link:before {
    content: "\e971"
}

.cmsi-ellipsis-h:before {
    content: "\e970"
}

.cmsi-comment-alt1:before {
    content: "\e968"
}

.cmsi-comment-dots1:before {
    content: "\e969"
}

.cmsi-comment1:before {
    content: "\e96a"
}

.cmsi-comments1:before {
    content: "\e96b"
}

.cmsi-comment-alt:before {
    content: "\e96c"
}

.cmsi-comment-dots:before {
    content: "\e96d"
}

.cmsi-comment:before {
    content: "\e96e"
}

.cmsi-comments:before {
    content: "\e96f"
}

.cmsi-user1:before {
    content: "\e966"
}

.cmsi-user:before {
    content: "\e967"
}

.cmsi-folder1:before {
    content: "\e962"
}

.cmsi-folder-open1:before {
    content: "\e963"
}

.cmsi-folder-open:before {
    content: "\e964"
}

.cmsi-folder:before {
    content: "\e965"
}

.cmsi-arrow-circle-alt-left:before {
    content: "\e960"
}

.cmsi-plus-circle-01:before {
    content: "\e961"
}

.cmsi-alert:before {
    content: "\e901"
}

.cmsi-arrow-alt-circle-down:before {
    content: "\e902"
}

.cmsi-arrow-alt-circle-left:before {
    content: "\e903"
}

.cmsi-arrow-alt-circle-right:before {
    content: "\e904"
}

.cmsi-arrow-alt-circle-up:before {
    content: "\e905"
}

.cmsi-arrow-circle-down:before {
    content: "\e906"
}

.cmsi-arrow-circle-left:before {
    content: "\e907"
}

.cmsi-arrow-circle-right:before {
    content: "\e908"
}

.cmsi-arrow-circle-up:before {
    content: "\e909"
}

.cmsi-arrow-circle-up-large:before {
    content: "\e95c"
}

.cmsi-arrow-circle-down-large:before {
    content: "\e95d"
}

.cmsi-arrow-circle-left-large:before {
    content: "\e95e"
}

.cmsi-arrow-circle-right-large:before {
    content: "\e95f"
}

.cmsi-arrow-down:before {
    content: "\e90a"
}

.cmsi-arrow-up:before {
    content: "\e90b"
}

.cmsi-arrow-left:before {
    content: "\e90c"
}

.cmsi-arrow-right:before {
    content: "\e90d"
}

.cmsi-arrow-long-down:before {
    content: "\e90e"
}

.cmsi-arrow-long-left:before {
    content: "\e90f"
}

.cmsi-arrow-long-right:before {
    content: "\e910"
}

.cmsi-arrow-long-up:before {
    content: "\e911"
}

.cmsi-long-arrow-up:before {
    content: "\e912"
}

.cmsi-long-arrow-down:before {
    content: "\e913"
}

.cmsi-long-arrow-left:before {
    content: "\e914"
}

.cmsi-arrow-prev:before {
    content: "\e959"
}

.cmsi-arrow-next:before {
    content: "\e95a"
}

.cmsi-check:before {
    content: "\e915"
}

.cmsi-long-arrow-right:before {
    content: "\e916"
}

.cmsi-check-circle:before {
    content: "\e917"
}

.cmsi-check-alt-circle:before {
    content: "\e918"
}

.cmsi-chevron-circle-down:before {
    content: "\e919"
}

.cmsi-chevron-circle-left:before {
    content: "\e91a"
}

.cmsi-chevron-circle-right:before {
    content: "\e91b"
}

.cmsi-chevron-circle-up:before {
    content: "\e91c"
}

.cmsi-chevron-down:before {
    content: "\e91d"
}

.cmsi-chevron-left:before {
    content: "\e91e"
}

.cmsi-chevron-right:before {
    content: "\e91f"
}

.cmsi-chevron-up:before {
    content: "\e920"
}

.cmsi-clock:before {
    content: "\e921"
}

.cmsi-download:before {
    content: "\e922"
}

.cmsi-email:before {
    content: "\e923"
}

.cmsi-facebook-circle-alt:before {
    content: "\e924"
}

.cmsi-facebook-f:before {
    content: "\e925"
}

.cmsi-facebook-messenger:before {
    content: "\e926"
}

.cmsi-facebook-square:before {
    content: "\e927"
}

.cmsi-facebook:before {
    content: "\e928"
}

.cmsi-twitter-circle:before {
    content: "\e929"
}

.cmsi-twitter-square:before {
    content: "\e92a"
}

.cmsi-twitter:before {
    content: "\e92b"
}

.cmsi-instagram-square:before {
    content: "\e92c"
}

.cmsi-instagram:before {
    content: "\e92d"
}

.cmsi-linkedin-circle:before {
    content: "\e92e"
}

.cmsi-linkedin-in:before {
    content: "\e92f"
}

.cmsi-linkedin:before {
    content: "\e930"
}

.cmsi-pinterest-p:before {
    content: "\e931"
}

.cmsi-pinterest-square:before {
    content: "\e932"
}

.cmsi-youtube:before {
    content: "\e933"
}

.cmsi-map-marker:before {
    content: "\e934"
}

.cmsi-pinterest:before {
    content: "\e935"
}

.cmsi-phone-alt:before {
    content: "\e936"
}

.cmsi-phone:before {
    content: "\e937"
}

.cmsi-play-circle:before {
    content: "\e938"
}

.cmsi-play:before {
    content: "\e939"
}

.cmsi-plus:before {
    content: "\e93a"
}

.cmsi-plus-circle:before {
    content: "\e93b"
}

.cmsi-minus:before {
    content: "\e900"
}

.cmsi-minus-circle:before {
    content: "\e93c"
}

.cmsi-remove-circle:before {
    content: "\e93d"
}

.cmsi-remove:before {
    content: "\e93e"
}

.cmsi-search:before {
    content: "\e93f"
}

.cmsi-shadow:before {
    content: "\e940"
}

.cmsi-shopping-bag:before {
    content: "\e941"
}

.cmsi-shopping-basket:before {
    content: "\e942"
}

.cmsi-shopping-cart-arrow-right:before {
    content: "\e972"
}

.cmsi-shopping-cart-arrow-down:before {
    content: "\e943"
}

.cmsi-shopping-cart-plus:before {
    content: "\e944"
}

.cmsi-shopping-cart:before {
    content: "\e945"
}

.cmsi-sign-in-alt:before {
    content: "\e946"
}

.cmsi-sign-out-alt:before {
    content: "\e947"
}

.cmsi-star-alt:before {
    content: "\e948"
}

.cmsi-star:before {
    content: "\e949"
}

.cmsi-pdf:before {
    content: "\e94a"
}

.cmsi-thumbtack:before {
    content: "\e94b"
}

.cmsi-google-plus-g:before {
    content: "\e94c"
}

.cmsi-google-plus-square:before {
    content: "\e94d"
}

.cmsi-google-plus:before {
    content: "\e94e"
}

.cmsi-google:before {
    content: "\e94f"
}

.cmsi-rss-square:before {
    content: "\e950"
}

.cmsi-rss:before {
    content: "\e951"
}

.cmsi-skype:before {
    content: "\e952"
}

.cmsi-tumblr-square:before {
    content: "\e953"
}

.cmsi-tumblr:before {
    content: "\e954"
}

.cmsi-vimeo-square:before {
    content: "\e955"
}

.cmsi-vimeo-v:before {
    content: "\e956"
}

.cmsi-vimeo:before {
    content: "\e957"
}

.cmsi-yelp:before {
    content: "\e958"
}

.cmsi-spinner:before {
    content: "\e95b"
}

@font-face {
    font-family: medsky;
    src: url(https://www.test.mayacure.com/assets/fonts/font-theme/fonts/MedSkyf46a.eot?lg359f);
    src: url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-theme/fonts/MedSky.eot?lg359f#iefix) format('embedded-opentype'), url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-theme/fonts/MedSky.ttf?lg359f) format('truetype'), url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-theme/fonts/MedSky.woff?lg359f) format('woff'), url(https://www.test.mayacure.com/assets/wp-content/themes/medsky/assets/fonts/font-theme/fonts/MedSky.svg?lg359f#MedSky) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

.fip-box > [class^=medsky-icon-], .fip-box > [class*=medsky-icon-] {
    font-size: 30px
}

.medsky-icon-default:before {
    content: "\e932"
}

.medsky-icon-plaster:before {
    content: "\e900"
}

.medsky-icon-ambulance:before {
    content: "\e901"
}

.medsky-icon-medicine4:before {
    content: "\e902"
}

.medsky-icon-pill:before {
    content: "\e903"
}

.medsky-icon-first-aid-kit:before {
    content: "\e904"
}

.medsky-icon-medical-record4:before {
    content: "\e905"
}

.medsky-icon-medical-app1:before {
    content: "\e906"
}

.medsky-icon-iv-bag:before {
    content: "\e907"
}

.medsky-icon-medical-record3:before {
    content: "\e908"
}

.medsky-icon-eye-dropper:before {
    content: "\e909"
}

.medsky-icon-microscope:before {
    content: "\e90a"
}

.medsky-icon-Dental-care:before {
    content: "\e90b"
}

.medsky-icon-glove:before {
    content: "\e90c"
}

.medsky-icon-injection:before {
    content: "\e90d"
}

.medsky-icon-stethoscope:before {
    content: "\e90e"
}

.medsky-icon-healthcare:before {
    content: "\e90f"
}

.medsky-icon-medical-book:before {
    content: "\e910"
}

.medsky-icon-heart-rate:before {
    content: "\e911"
}

.medsky-icon-blood-bag:before {
    content: "\e912"
}

.medsky-icon-cardiogram:before {
    content: "\e913"
}

.medsky-icon-crutches:before {
    content: "\e914"
}

.medsky-icon-medical-record2:before {
    content: "\e915"
}

.medsky-icon-thermometer:before {
    content: "\e916"
}

.medsky-icon-medical-app:before {
    content: "\e917"
}

.medsky-icon-tablet:before {
    content: "\e918"
}

.medsky-icon-antiseptic1:before {
    content: "\e919"
}

.medsky-icon-doctor:before {
    content: "\e91a"
}

.medsky-icon-dna:before {
    content: "\e91b"
}

.medsky-icon-medicine5:before {
    content: "\e91c"
}

.medsky-icon-hospital-bed:before {
    content: "\e91d"
}

.medsky-icon-location:before {
    content: "\e91e"
}

.medsky-icon-medical-record1:before {
    content: "\e91f"
}

.medsky-icon-bandage1:before {
    content: "\e920"
}

.medsky-icon-lung:before {
    content: "\e921"
}

.medsky-icon-nurse:before {
    content: "\e922"
}

.medsky-icon-medical-record:before {
    content: "\e923"
}

.medsky-icon-syrup:before {
    content: "\e924"
}

.medsky-icon-medicine3:before {
    content: "\e925"
}

.medsky-icon-antiseptic:before {
    content: "\e926"
}

.medsky-icon-bandage:before {
    content: "\e927"
}

.medsky-icon-blood-sample:before {
    content: "\e928"
}

.medsky-icon-medicine:before {
    content: "\e929"
}

.medsky-icon-health-insurance:before {
    content: "\e92a"
}

.medsky-icon-medicine1:before {
    content: "\e92b"
}

.medsky-icon-effervescent:before {
    content: "\e92c"
}

.medsky-icon-pharmacy:before {
    content: "\e92d"
}

.medsky-icon-medical-prescription:before {
    content: "\e92e"
}

.medsky-icon-medical-appointment:before {
    content: "\e92f"
}

.medsky-icon-medicine2:before {
    content: "\e930"
}

.medsky-icon-drug:before {
    content: "\e931"
}

/*! elementor-icons - v5.14.0 - 04-01-2022 */
@font-face {
    font-family: eicons;
    src: url(../../plugins/elementor/assets/lib/eicons/fonts/eiconsdc2c.eot?5.14.0);
    src: url(https://www.test.mayacure.com/assets/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.14.0#iefix) format("embedded-opentype"), url(https://www.test.mayacure.com/assets/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.14.0) format("woff2"), url(https://www.test.mayacure.com/assets/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.14.0) format("woff"), url(https://www.test.mayacure.com/assets/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.14.0) format("truetype"), url(https://www.test.mayacure.com/assets/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.14.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-circle:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-wordpress-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-checkout:before {
    content: '\e98c'
}

.eicon-container:before {
    content: '\e98d'
}

.eicon-flip:before {
    content: '\e98e'
}

.eicon-info:before {
    content: '\e98f'
}

.eicon-my-account:before {
    content: '\e990'
}

.eicon-purchase-summary:before {
    content: '\e991'
}

.eicon-page-transition:before {
    content: '\e992'
}

.eicon-spotify:before {
    content: '\e993'
}

.eicon-stripe-button:before {
    content: '\e994'
}

.eicon-woo-settings:before {
    content: '\e995'
}

.eicon-woo-cart:before {
    content: '\e996'
}

.eicon-grow:before {
    content: '\e997'
}

.eicon-order-end:before {
    content: '\e998'
}

.eicon-nowrap:before {
    content: '\e999'
}

.eicon-order-start:before {
    content: '\e99a'
}

.eicon-progress-tracker:before {
    content: '\e99b'
}

.eicon-shrink:before {
    content: '\e99c'
}

.eicon-wrap:before {
    content: '\e99d'
}

.eicon-align-center-h:before {
    content: '\e99e'
}

.eicon-align-center-v:before {
    content: '\e99f'
}

.eicon-align-end-h:before {
    content: '\e9a0'
}

.eicon-align-end-v:before {
    content: '\e9a1'
}

.eicon-align-start-h:before {
    content: '\e9a2'
}

.eicon-align-start-v:before {
    content: '\e9a3'
}

.eicon-align-stretch-h:before {
    content: '\e9a4'
}

.eicon-align-stretch-v:before {
    content: '\e9a5'
}

.eicon-justify-center-h:before {
    content: '\e9a6'
}

.eicon-justify-center-v:before {
    content: '\e9a7'
}

.eicon-justify-end-h:before {
    content: '\e9a8'
}

.eicon-justify-end-v:before {
    content: '\e9a9'
}

.eicon-justify-space-around-h:before {
    content: '\e9aa'
}

.eicon-justify-space-around-v:before {
    content: '\e9ab'
}

.eicon-justify-space-between-h:before {
    content: '\e9ac'
}

.eicon-justify-space-between-v:before {
    content: '\e9ad'
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae'
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af'
}

.eicon-justify-start-h:before {
    content: '\e9b0'
}

.eicon-justify-start-v:before {
    content: '\e9b1'
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2'
}

.eicon-woocommerce-notices:before {
    content: '\e9b3'
}

.eicon-inner-container:before {
    content: '\e9b4'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}

/*! elementor - v3.5.5 - 03-02-2022 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width: 1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width: 1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper, .elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item > i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item > i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip > i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip > i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed, .elementor iframe, .elementor object, .elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background, .elementor .elementor-background-holder, .elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    -webkit-filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
    opacity: .8;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (min-width: -1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

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

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px
}

:root {
    --page-title-display: block
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display)
}

@-webkit-keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top > .elementor-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full > .elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute, .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    min-height: 1px
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width: -1px) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1025px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: -1px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1025px) and (max-width: -1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child, .elementor-reverse-laptop > .elementor-container > :nth-child(2), .elementor-reverse-laptop > .elementor-container > :nth-child(3), .elementor-reverse-laptop > .elementor-container > :nth-child(4), .elementor-reverse-laptop > .elementor-container > :nth-child(5), .elementor-reverse-laptop > .elementor-container > :nth-child(6), .elementor-reverse-laptop > .elementor-container > :nth-child(7), .elementor-reverse-laptop > .elementor-container > :nth-child(8), .elementor-reverse-laptop > .elementor-container > :nth-child(9), .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: -1px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) and (max-width: -1px) {
    .elementor-reverse-tablet > .elementor-container > :first-child, .elementor-reverse-tablet > .elementor-container > :nth-child(2), .elementor-reverse-tablet > .elementor-container > :nth-child(3), .elementor-reverse-tablet > .elementor-container > :nth-child(4), .elementor-reverse-tablet > .elementor-container > :nth-child(5), .elementor-reverse-tablet > .elementor-container > :nth-child(6), .elementor-reverse-tablet > .elementor-container > :nth-child(7), .elementor-reverse-tablet > .elementor-container > :nth-child(8), .elementor-reverse-tablet > .elementor-container > :nth-child(9), .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width: -1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: -1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: -1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: -1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width: -1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width: -1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width: -1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder, .elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i, .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before, .elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    -webkit-transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -webkit-transition: -webkit-transform var(--e-transform-transition-duration, .4s);
    transition: -webkit-transform var(--e-transform-transition-duration, .4s);
    -o-transition: transform var(--e-transform-transition-duration, .4s);
    transition: transform var(--e-transform-transition-duration, .4s);
    transition: transform var(--e-transform-transition-duration, .4s), -webkit-transform var(--e-transform-transition-duration, .4s)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

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

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

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

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

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    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;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.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-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-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-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-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-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-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    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: 5px;
    left: 0;
    width: 100%
}

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

.swiper-pagination-fraction {
    color: #000
}

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

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

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

.swiper-pagination-bullet-active {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

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

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

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

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

.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, .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-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

.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-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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-scrollbar {
    -webkit-border-radius: 10px;
    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);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    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%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: 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") no-repeat 50%
}

.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 {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg, .elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header > i, .elementor-slideshow__header > svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header > i {
    font-size: inherit
}

.elementor-slideshow__header > i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header > svg {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header > svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i, .elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(.7);
    -ms-transform: translateY(-100%) scaleX(.7);
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content, space-between);
    -ms-flex-pack: var(--justify-content, space-between);
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content, space-between);
        -ms-flex-pack: var(--justify-content, space-between);
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content, space-between);
        -ms-flex-pack: var(--justify-content, space-between);
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width: -1px) and (max-width: -1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width: -1px) and (max-width: -1px) {
    .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width: 1025px) and (max-width: 99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width: -1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    -webkit-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
    -ms-transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    -webkit-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
    -o-transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    -webkit-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
    -o-transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-kit-6 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

{
}
h1.entry-title {
    display: var(--page-title-display);
}

@media (max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }
}

.elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-button .elementor-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: var(--e-global-color-accent);
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var(--e-global-color-secondary);
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var(--e-global-color-accent);
}

.elementor-widget-tabs .elementor-tab-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-tabs .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
    fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
    color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-alert .elementor-alert-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-alert .elementor-alert-description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-path {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-23 .elementor-element.elementor-element-1c91cde .large-heading {
    letter-spacing: -3.6px;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .cms-slider-container {
    height: 645px;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44.cms-slide-img {
    background-position-y: 22%;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44.cms-slide-img img {
    opacity: 0;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44.cms-slider-content-text {
    flex: 0 0 56%;
    max-width: 56%;
    padding-top: 70px;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44 .description {
    width: 81%;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3.cms-slide-img {
    background-position-y: 26%;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3.cms-slide-img img {
    opacity: 0;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3.cms-slider-content-text {
    flex: 0 0 56%;
    max-width: 56%;
    padding-top: 70px;
}

.elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3 .description {
    width: 81%;
}

.elementor-23 .elementor-element.elementor-element-f6ee44d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-f6ee44d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #074EC7;
}

.elementor-23 .elementor-element.elementor-element-f6ee44d > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-23 .elementor-element.elementor-element-f6ee44d > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-23 .elementor-element.elementor-element-317cbd5 .cms-fancybox-wrap {
    background-color: #074EC7;
}

.elementor-23 .elementor-element.elementor-element-902a38d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-902a38d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #06369B;
}

.elementor-23 .elementor-element.elementor-element-902a38d > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-23 .elementor-element.elementor-element-902a38d > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-23 .elementor-element.elementor-element-5fe465b .cms-fancybox-wrap {
    background-color: #06369B;
}

.elementor-23 .elementor-element.elementor-element-a56fb91 > .elementor-widget-container {
    background-color: #FFFFFF;
}

.elementor-23 .elementor-element.elementor-element-a56fb91 {
    width: 220px;
    max-width: 220px;
    bottom: 35px;
}

body:not(.rtl) .elementor-23 .elementor-element.elementor-element-a56fb91 {
    right: 20px;
}

body.rtl .elementor-23 .elementor-element.elementor-element-a56fb91 {
    left: 20px;
}

.elementor-23 .elementor-element.elementor-element-393fd18:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-393fd18 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("../bg-section1.jpg");
    background-position: top center;
}

.elementor-23 .elementor-element.elementor-element-393fd18 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-23 .elementor-element.elementor-element-393fd18 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-23 .elementor-element.elementor-element-8e823bd .elementor-spacer-inner {
    height: 20px;
}

.elementor-23 .elementor-element.elementor-element-2156f42 .cms-posts-heading {
    width: 54%;
    flex: 0 0 54%;
}

.elementor-23 .elementor-element.elementor-element-74a8f34:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-74a8f34 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("../post-11.jpg");
}

.elementor-23 .elementor-element.elementor-element-74a8f34 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-23 .elementor-element.elementor-element-74a8f34 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-23 .elementor-element.elementor-element-23db9cb .cms-desc {
    font-size: 14px;
    font-weight: 700;
}

.elementor-23 .elementor-element.elementor-element-23032d7 .elementor-spacer-inner {
    height: 20px;
}

.elementor-23 .elementor-element.elementor-element-c85dfca {
    margin-top: 0px;
    margin-bottom: -220px;
}

.elementor-23 .elementor-element.elementor-element-e0bb18a .elementor-spacer-inner {
    height: 85px;
}

.elementor-23 .elementor-element.elementor-element-3ebef04 .cms-posts-heading {
    width: 38%;
    flex: 0 0 38%;
}

.elementor-23 .elementor-element.elementor-element-8c4b48f .cms-desc {
    color: #9094A3;
}

.elementor-23 .elementor-element.elementor-element-9fb5de7:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-9fb5de7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("../post-10.jpg");
}

.elementor-23 .elementor-element.elementor-element-9fb5de7 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-23 .elementor-element.elementor-element-9fb5de7 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-23 .elementor-element.elementor-element-71ad140 .elementor-spacer-inner {
    height: 15px;
}

.elementor-23 .elementor-element.elementor-element-ccc073c .elementor-spacer-inner {
    height: 125px;
}

.elementor-23 .elementor-element.elementor-element-e85599a a {
    opacity: 100%;
}

.elementor-23 .elementor-element.elementor-element-a3aa153 .elementor-spacer-inner {
    height: 40px;
}

.elementor-23 .elementor-element.elementor-element-34f1226 > .elementor-element-populated {
    padding: 0px 20px 0px 20px;
}

.elementor-23 .elementor-element.elementor-element-b302fab .elementor-spacer-inner {
    height: 125px;
}

.elementor-23 .elementor-element.elementor-element-dae17c4 .cms-btn-content-btn1 .cms-btn-icon {
    font-size: 18px;
}

.elementor-23 .elementor-element.elementor-element-dae17c4 {
    width: 560px;
    max-width: 560px;
}

.elementor-23 .elementor-element.elementor-element-c78ef1b .elementor-spacer-inner {
    height: 125px;
}

.elementor-23 .elementor-element.elementor-element-ac48d3b > .cms-section-boxed-bg {
    background-image: url("../post-12.jpg");
}

.elementor-23 .elementor-element.elementor-element-d5c4111 .cms-mainheading + .extra-space {
    margin-bottom: -10px;
}

.elementor-23 .elementor-element.elementor-element-1e9e7cd .elementor-spacer-inner {
    height: 85px;
}

.elementor-23 .elementor-element.elementor-element-a9693c5 .cms-desc {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
}

.elementor-23 .elementor-element.elementor-element-a9693c5 .cms-link .cms-icon {
    font-size: 32px;
}

@media (min-width: 768px) {
    .elementor-23 .elementor-element.elementor-element-e351685 {
        width: 50%;
    }

    .elementor-23 .elementor-element.elementor-element-34f1226 {
        width: 50%;
    }

    .elementor-23 .elementor-element.elementor-element-2272b27 {
        width: 44%;
    }

    .elementor-23 .elementor-element.elementor-element-8cd9ae0 {
        width: 56%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-23 .elementor-element.elementor-element-0951766 {
        width: 50%;
    }

    .elementor-23 .elementor-element.elementor-element-f6ee44d {
        width: 50%;
    }

    .elementor-23 .elementor-element.elementor-element-902a38d {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-0015590 {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-5a873d6 {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-8c14d53 {
        width: 33%;
    }

    .elementor-23 .elementor-element.elementor-element-dd4e2ec {
        width: 33%;
    }

    .elementor-23 .elementor-element.elementor-element-f9607d0 {
        width: 33%;
    }

    .elementor-23 .elementor-element.elementor-element-467019e {
        width: 50%;
    }

    .elementor-23 .elementor-element.elementor-element-39317c0 {
        width: 50%;
    }

    .elementor-23 .elementor-element.elementor-element-9b768b8 {
        width: 50.5%;
    }

    .elementor-23 .elementor-element.elementor-element-fbff035 {
        width: 49.5%;
    }

    .elementor-23 .elementor-element.elementor-element-e351685 {
        width: 40%;
    }

    .elementor-23 .elementor-element.elementor-element-34f1226 {
        width: 60%;
    }

    .elementor-23 .elementor-element.elementor-element-2272b27 {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-8cd9ae0 {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .elementor-23 .elementor-element.elementor-element-393fd18:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-393fd18 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-attachment: scroll;
    }
}

@media (max-width: 1024px) {
    .elementor-23 .elementor-element.elementor-element-1c91cde .large-heading {
        letter-spacing: -1px;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .cms-slider-container {
        height: 400px;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44.cms-slider-content-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44 .description {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3.cms-slider-content-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3 .description {
        width: 100%;
    }

    body:not(.rtl) .elementor-23 .elementor-element.elementor-element-a56fb91 {
        right: 20px;
    }

    body.rtl .elementor-23 .elementor-element.elementor-element-a56fb91 {
        left: 20px;
    }

    .elementor-23 .elementor-element.elementor-element-a56fb91 {
        bottom: 44px;
    }

    .elementor-23 .elementor-element.elementor-element-2156f42 .cms-posts-heading {
        width: 65%;
        flex: 0 0 65%;
    }

    .elementor-23 .elementor-element.elementor-element-3ebef04 .cms-posts-heading {
        width: 80%;
        flex: 0 0 80%;
    }

    .elementor-23 .elementor-element.elementor-element-dae17c4 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44.cms-slider-content-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 35px;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-7f20d44 .description {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3.cms-slider-content-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 35px;
    }

    .elementor-23 .elementor-element.elementor-element-1c91cde .elementor-repeater-item-03698c3 .description {
        width: 100%;
    }

    .elementor-23 .elementor-element.elementor-element-2156f42 .cms-posts-heading {
        width: 100%;
        flex: 0 0 100%;
    }
}

.elementor-132 .elementor-element.elementor-element-34ceee9.elementor-column > .elementor-widget-wrap {
    justify-content: flex-end;
}

.elementor-132 .elementor-element.elementor-element-6dce6fd .cms-qc-list .cms-icon {
    font-size: 16px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-132 .elementor-element.elementor-element-1a4b30a {
        width: 75%;
    }

    .elementor-132 .elementor-element.elementor-element-34ceee9 {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .elementor-132 .elementor-element.elementor-element-7a99020 {
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    .elementor-132 .elementor-element.elementor-element-34ceee9.elementor-column > .elementor-widget-wrap {
        justify-content: center;
    }
}

.elementor-286 .elementor-element.elementor-element-f451409 {
    padding: 110px 0px 80px 0px;
}

.elementor-286 .elementor-element.elementor-element-3cd5828 .cms-mainheading {
    font-size: 16px;
}

.elementor-286 .elementor-element.elementor-element-3cd5828 .cms-mainheading + .extra-space {
    margin-bottom: 25px;
}

.elementor-286 .elementor-element.elementor-element-17f12d8 .cms-heading {
    font-size: 16px;
}

.elementor-286 .elementor-element.elementor-element-cb1177e .cms-heading {
    font-size: 16px;
}

.elementor-286 .elementor-element.elementor-element-d33e203 .cms-heading {
    font-size: 16px;
}

.elementor-286 .elementor-element.elementor-element-77a8815 .cms-mainheading {
    font-size: 16px;
}

.elementor-286 .elementor-element.elementor-element-77a8815 .cms-mainheading + .extra-space {
    margin-bottom: 35px;
}

.elementor-286 .elementor-element.elementor-element-65ef843 {
    padding: 25px 0px 25px 0px;
}

@media (min-width: 768px) {
    .elementor-286 .elementor-element.elementor-element-f9a3f3a {
        width: 24%;
    }

    .elementor-286 .elementor-element.elementor-element-fc375be {
        width: 17%;
    }

    .elementor-286 .elementor-element.elementor-element-de67fdb {
        width: 18%;
    }

    .elementor-286 .elementor-element.elementor-element-a1f1a30 {
        width: 14%;
    }

    .elementor-286 .elementor-element.elementor-element-5fc42f3 {
        width: 27%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-286 .elementor-element.elementor-element-f9a3f3a {
        width: 50%;
    }

    .elementor-286 .elementor-element.elementor-element-fc375be {
        width: 25%;
    }

    .elementor-286 .elementor-element.elementor-element-de67fdb {
        width: 25%;
    }

    .elementor-286 .elementor-element.elementor-element-a1f1a30 {
        width: 40%;
    }

    .elementor-286 .elementor-element.elementor-element-5fc42f3 {
        width: 60%;
    }

    .elementor-286 .elementor-element.elementor-element-696cb0f {
        width: 100%;
    }

    .elementor-286 .elementor-element.elementor-element-2549a84 {
        width: 100%;
    }
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from, to {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from, to {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%, from, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

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

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

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

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
    transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8)
    }
    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }
    50% {
        transform: translateY(-4px)
    }
    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }
    50% {
        transform: translateY(4px)
    }
    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }
    33.3% {
        transform: translateY(-6px)
    }
    49.95% {
        transform: translateY(4px)
    }
    66.6% {
        transform: translateY(-2px)
    }
    83.25% {
        transform: translateY(1px)
    }
    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }
    33.3% {
        transform: translateX(-6px)
    }
    49.95% {
        transform: translateX(4px)
    }
    66.6% {
        transform: translateX(-2px)
    }
    83.25% {
        transform: translateX(1px)
    }
    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }
    33.3% {
        transform: translate(-6px, -6px)
    }
    49.95% {
        transform: translate(4px, 4px)
    }
    66.6% {
        transform: translate(-2px, -2px)
    }
    83.25% {
        transform: translate(1px, 1px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }
    33.3% {
        transform: translate(-6px, 6px)
    }
    49.95% {
        transform: translate(4px, -4px)
    }
    66.6% {
        transform: translate(-2px, 2px)
    }
    83.25% {
        transform: translate(1px, -1px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }
    33.3% {
        transform: skew(10deg)
    }
    49.95% {
        transform: skew(-6deg)
    }
    66.6% {
        transform: skew(4deg)
    }
    83.25% {
        transform: skew(-2deg)
    }
    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}


@media (max-width: 1279px) {
    .cms-header-logo .cms-logo {

    }
}



@media (max-width:576px) {
    .logo-default{
        width: 180% !important;;
    }
}
@media (min-width:576px) and (max-width:768px){ /* Telefonun yatay kullanımı */

}
@media (min-width:768px) and (max-width:992px){ /* Tabletin dikey kullanımı */

}
@media (min-width:992px) and (max-width:1200px){ /* Tabletin yatay kullanımı */

}
@media (min-width:1200px) and (max-width:1500px){ /* Laptop, PC, TV */

}
@media (min-width: 1500px){

}

.cms-post-excerpt{
    min-height: 120px !important;
}

.cms-item-content-title{
    min-height: 30px !important;
}

.hp-treatment-h4{
    min-height: unset !important;
}