@keyframes styles_rotate__8D869 {
    to {
        transform: rotate(1turn)
    }
}

@keyframes styles_dash__Dlv0d {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

.styles_spinner__E6NK6 {
    animation: styles_rotate__8D869 2s linear infinite
}

.styles_spinner__E6NK6 circle {
    stroke-linecap: round;
    animation: styles_dash__Dlv0d 1.5s ease-in-out infinite
}

.styles_heading__YwDIe {
    font-family: ABC Diatype Bold,sans-serif;
    font-feature-settings: "case","ss02","ss04","ss06"
}

.styles_heading1__x7mlf {
    font-size: 130px;
    line-height: 100%;
    letter-spacing: -.05em
}

@media (max-width: 800px) {
    .styles_heading1__x7mlf {
        font-size:64px;
        line-height: 51.2px
    }
}

.styles_heading2__nr0wE {
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -.04em
}

@media (max-width: 800px) {
    .styles_heading2__nr0wE {
        font-size:50px;
        letter-spacing: -.03em
    }
}

.styles_heading3__iwGXC {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -.03em
}

@media (max-width: 800px) {
    .styles_heading3__iwGXC {
        font-size:32px;
        line-height: 100%;
        letter-spacing: -.02em
    }
}

.styles_heading4__h0dFu {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.02em
}

@media (max-width: 800px) {
    .styles_heading4__h0dFu {
        font-size:20px;
        line-height: 120%;
        letter-spacing: -.02em
    }
}

.styles_heading5__CHcH1 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em
}

.styles_heading6__GOm05 {
    font-size: 16px;
    line-height: 140%
}

.styles_text__LlfBJ {
    font-family: ABC Diatype,sans-serif;
    font-feature-settings: "ss02","ss04","ss06";
    color: var(--color-grey-100)
}

.styles_text1___WCK1 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em
}

@media (max-width: 800px) {
    .styles_text1___WCK1 {
        font-size:20px;
        line-height: 120%;
        letter-spacing: -.01em
    }
}

.styles_text2__xsLxi {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em
}

@media (max-width: 800px) {
    .styles_text2__xsLxi {
        font-size:16px;
        line-height: 140%;
        letter-spacing: -.01em
    }
}

.styles_text3__Jd2fb {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

.styles_text4__zFO4j {
    font-size: 12px;
    line-height: 140%
}

.styles_anchor__OG73y {
    font-family: ABC Diatype,sans-serif;
    font-feature-settings: "case","ss06";
    text-transform: uppercase;
    color: var(--color-grey-100)
}

.styles_anchor1__sZWpl {
    font-size: 17px;
    line-height: 120%;
    letter-spacing: .03em
}

.styles_anchor2__5Nde8 {
    font-size: 14.2px;
    line-height: 125%;
    letter-spacing: .04em
}

.styles_numeric__16iEp {
    font-family: ABC Diatype Thin,sans-serif;
    font-feature-settings: "case","ss09";
    text-transform: uppercase;
    color: var(--color-grey-100)
}

.styles_numeric3__ytNe_ {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_numeric4__RshVE {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_numeric5__mrdQg {
    font-family: ABC Diatype,sans-serif;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_colorWhite__UuUMU {
    color: var(--color-grey-100)
}

.styles_colorBlack__d7Lqy {
    color: var(--color-grey-8)
}

.styles_colorBlue__yosSC {
    color: var(--color-blue-125)
}

.styles_colorGrey__ZiDfp {
    color: var(--color-grey-70)
}

.styles_colorLightGrey__YFeJn {
    color: var(--color-grey-80)
}

.styles_colorGreen__TTehu {
    color: var(--color-green-fg)
}

.styles_colorOrange__iZABN {
    color: var(--color-orange-fg)
}

.styles_colorCyan__qstTi {
    color: var(--color-cyan-fg)
}

.styles_colorPink__U5QA0 {
    color: var(--color-pink-fg)
}

.styles_colorPurple__7OlBW {
    color: var(--color-purple-fg)
}

.styles_button__gAHKk {
    border-radius: 20px;
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding: 2px 16px 0;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
    cursor: pointer
}

.styles_button__gAHKk:disabled {
    opacity: .7;
    pointer-events: none
}

.styles_button__gAHKk:disabled span {
    opacity: 0!important
}

.styles_button__gAHKk img {
    margin-top: -1px;
    transition: transform .2s ease-in-out
}

.styles_button__gAHKk:hover img {
    transform: translateX(2px)
}

.styles_button__gAHKk:focus-visible {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

.styles_button__gAHKk:disabled span {
    opacity: .5
}

.styles_fillGrey__yz8kb {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_fillGrey__yz8kb:hover {
    background-color: var(--color-grey-70);
    border-color: var(--color-grey-80)
}

.styles_fillBlue__7AYTO {
    background-color: var(--color-blue-100);
    border-color: var(--color-blue-125)
}

.styles_fillBlue__7AYTO:hover {
    background-color: var(--color-blue-125);
    border-color: var(--color-blue-150)
}

.styles_fillPurple__0PB8E {
    background-color: var(--color-purple-bg);
    border-color: var(--color-purple-fg)
}

.styles_fillPurple__0PB8E:hover {
    background-color: var(--color-purple-fg);
    border-color: var(--color-purple-bg)
}

.styles_fillBlack__cLgid {
    background-color: var(--color-grey-0);
    border-color: var(--color-grey-0)
}

.styles_fillWhite___cA0O {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_outlineGrey__qyVBK {
    padding-top: 2px;
    background-color: transparent;
    border-color: hsla(0,0%,100%,.33)
}

.styles_outlineGrey__qyVBK:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_outlineBlue__MeCaw {
    padding-top: 2px;
    background-color: transparent;
    border-color: var(--color-blue-125)
}

.styles_outlineBlue__MeCaw:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_ghost__6zb7F {
    background-color: transparent
}

.styles_ghost__6zb7F:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_textIconRight__7obUS {
    margin-right: 10px
}

.styles_textIconLeft__4Lh1o {
    margin-left: 10px
}

.styles_spinner__jCL7s {
    position: absolute;
    margin-top: -1px
}

.styles_input__Tm_1o {
    border: 1px solid var(--color-grey-24);
    border-radius: 12px;
    padding: 0 16px;
    font-family: ABC Diatype,sans-serif;
    font-feature-settings: "ss02","ss04","ss06";
    color: var(--color-grey-70);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    height: 40px;
    background-color: var(--color-grey-16);
    outline: none;
    transition: border-color .2s ease-in-out,opacity .2s ease-in-out
}

.styles_input__Tm_1o:disabled {
    opacity: .7;
    pointer-events: none
}

.styles_input__Tm_1o:focus-within {
    border-color: var(--color-cyan-fg)
}

.styles_form__YW0Rc {
    display: flex;
    margin-top: 10px
}

.styles_form__YW0Rc input {
    margin-right: 10px;
    flex: 1 1
}

.styles_image__9dfzG {
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.styles_loaded__4M8Ff {
    opacity: 1
}

.styles_footer__4l5bt {
    margin-top: 200px;
    margin-bottom: 60px;
    padding: 0 30px
}

.styles_logo__roRmI {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 93px;
    height: 57px;
    margin: 0 auto 60px
}

.styles_navigation__fvQoV {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 800px) {
    .styles_footerList__0Exe9 {
        width:50%;
        margin-bottom: 40px
    }
}

.styles_linkItem__GnEgT {
    margin: 10px 0
}

.styles_linkAnchor__KNNxu {
    position: relative;
    transition: opacity .2s ease-in-out
}

.styles_linkAnchor__KNNxu:hover {
    opacity: .6
}

.styles_sectionTitle__LOrNT {
    margin-bottom: 15px
}

.styles_legal__KJAle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    flex-wrap: wrap
}

.styles_legal__KJAle li {
    flex: 1 1
}

.styles_legal__KJAle li:first-child {
    flex: 2 1
}

@media (max-width: 800px) {
    .styles_legal__KJAle li:first-child {
        width:100%;
        flex: none;
        text-align: left;
        margin-bottom: 20px
    }

    .styles_legal__KJAle li {
        text-align: center;
        text-align: left
    }
}

@media (max-width: 1250px) {
    .styles_newsLetter__D_So8 {
        width:100%;
        margin-top: 60px
    }
}

@media (max-width: 800px) {
    .styles_newsLetter__D_So8 {
        width:100%;
        margin-top: 0
    }
}

.styles_input__HApME {
    max-width: 250px
}

@media (max-width: 800px) {
    .styles_input__HApME {
        max-width:100%;
        min-width: 0
    }
}

.styles_anchor__0805S {
    border-radius: 20px;
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding: 2px 16px 0;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
    cursor: pointer
}

.styles_anchor__0805S:disabled {
    opacity: .7;
    pointer-events: none
}

.styles_anchor__0805S:disabled span {
    opacity: 0!important
}

.styles_anchor__0805S img {
    margin-top: -1px;
    transition: transform .2s ease-in-out
}

.styles_anchor__0805S:hover img {
    transform: translateX(2px)
}

.styles_anchor__0805S:focus-visible {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

.styles_anchor__0805S:disabled span {
    opacity: .5
}

.styles_fillGrey___pDer {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_fillGrey___pDer:hover {
    background-color: var(--color-grey-70);
    border-color: var(--color-grey-80)
}

.styles_fillBlue__2UUAN {
    background-color: var(--color-blue-100);
    border-color: var(--color-blue-125)
}

.styles_fillBlue__2UUAN:hover {
    background-color: var(--color-blue-125);
    border-color: var(--color-blue-150)
}

.styles_fillPurple__cz6ei {
    background-color: var(--color-purple-bg);
    border-color: var(--color-purple-fg)
}

.styles_fillPurple__cz6ei:hover {
    background-color: var(--color-purple-fg);
    border-color: var(--color-purple-bg)
}

.styles_fillBlack__Nw5vB {
    background-color: var(--color-grey-0);
    border-color: var(--color-grey-0)
}

.styles_outlineGrey__8S9UP {
    padding-top: 2px;
    background-color: transparent;
    border-color: hsla(0,0%,100%,.33)
}

.styles_outlineGrey__8S9UP:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_outlineBlue__b2xzZ {
    padding-top: 2px;
    background-color: transparent;
    border-color: var(--color-blue-125)
}

.styles_outlineBlue__b2xzZ:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_ghost__okJJU {
    background-color: transparent
}

.styles_ghost__okJJU:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_textIconRight__I1BBo {
    margin-right: 10px
}

.styles_textIconLeft__kInub {
    margin-left: 10px
}

.styles_spinner__g06K4 {
    position: absolute;
    margin-top: -1px
}

.styles_button__zk_LZ {
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.styles_button__zk_LZ:focus-visible {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

.styles_button__zk_LZ:disabled span {
    opacity: .5
}

.styles_fillGrey__Hps97 {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_fillGrey__Hps97:hover {
    background-color: var(--color-grey-70);
    border-color: var(--color-grey-80)
}

.styles_fillBlue__jdDDF {
    background-color: var(--color-blue-100);
    border-color: var(--color-blue-125)
}

.styles_fillBlue__jdDDF:hover {
    background-color: var(--color-blue-125);
    border-color: var(--color-blue-150)
}

.styles_outlineGrey__sN77O {
    background-color: transparent;
    border-color: hsla(0,0%,100%,.33)
}

.styles_outlineGrey__sN77O:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_outlineBlue__5zKer {
    background-color: transparent;
    border-color: var(--color-blue-125)
}

.styles_outlineBlue__5zKer:hover {
    background-color: hsla(0,0%,100%,.1)
}

.styles_ghost__Kuqvz {
    background-color: transparent
}

.styles_ghost__Kuqvz:hover {
    background-color: hsla(0,0%,100%,.1)
}

#styles_header__KZ1Y1 {
    top: 8px;
    left: 90px;
    right: 90px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 0 8px;
    border-radius: 48px;
    background-color: rgba(39,42,42,.66);
    border: 1px solid hsla(0,0%,100%,.1);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    position: fixed;
    z-index: 3;
    max-width: calc(1440px - 180px);
    margin: 0 auto;
    overflow: hidden;
    transition: margin .1s ease-in-out
}

@supports (-moz-appearance: none) {
    #styles_header__KZ1Y1 {
        background-color:rgba(39,42,42,.95)
    }
}

@media (max-width: 1100px) {
    #styles_header__KZ1Y1 {
        left:20px;
        right: 20px
    }
}

@media (max-width: 1000px) {
    #styles_header__KZ1Y1 {
        left:10px;
        right: 10px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 7px 10px 10px
    }
}

#styles_container__yH3RZ {
    display: flex;
    align-items: center;
    flex: 1 1
}

@media (max-width: 1000px) {
    #styles_container__yH3RZ {
        margin:28px 0;
        align-items: flex-start;
        width: 100%
    }

    #styles_container__yH3RZ nav {
        width: 100%
    }
}

.styles_logo__rasCe {
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-right: 16px
}

.styles_logo__rasCe:hover {
    opacity: .8
}

.styles_item__wjxNh {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 1000px) {
    .styles_item__wjxNh {
        display:block
    }
}

.styles_hamburger__sOsWb {
    width: 100px;
    height: 16px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background-color: transparent;
    border: none;
    padding: 0
}

@media (max-width: 1000px) {
    .styles_hamburger__sOsWb {
        display:block
    }
}

.styles_hamburger__sOsWb:focus-visible span {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

#styles_hamburgerText__DdKwO {
    display: none
}

#styles_hamburgerBottom__FUVpL,#styles_hamburgerTop__vBZrI {
    left: 0;
    content: "";
    display: block;
    width: 18px;
    height: 1.5px;
    background-color: var(--color-grey-90);
    position: absolute;
    transform-origin: center
}

#styles_hamburgerTop__vBZrI {
    top: 3px
}

#styles_hamburgerBottom__FUVpL {
    bottom: 3px
}

@media (max-width: 1000px) {
    #styles_dashboardBtn__uRImL,#styles_dashboardBtn__uRImL button {
        width:100%
    }

    .styles_desktopLink__Bllpq {
        display: none
    }
}

.styles_mobileLink__Ys_3F {
    display: none;
    margin: 28px 0 10px;
    transition: opacity .2s ease-in-out;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_mobileLink__Ys_3F:hover {
    opacity: .5
}

@media (max-width: 1000px) {
    .styles_mobileLink__Ys_3F {
        display:block
    }
}

#styles_social__5iRcK {
    display: none;
    margin-bottom: 30px;
    margin-top: 28px
}

#styles_social__5iRcK li {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 1000px) {
    #styles_social__5iRcK {
        display:block
    }
}

.styles_menuContent__q_2qr img {
    width: 24px;
    height: 24px
}

@media (max-width: 1000px) {
    .styles_menuContent__q_2qr {
        opacity:0;
        transform: translateY(-10)
    }
}

.styles_socialIcon__cAuJY {
    min-height: 24px;
    min-width: 24px;
    display: block
}

.styles_headerTop__PN9b_ {
    margin-top: 2em!important
}

.styles_section__xSYxd {
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin: .5em auto
}

.styles_container__Ma4YB {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #25639d;
    isolation: isolate;
    background: linear-gradient(90deg,#0d4177,rgba(13,65,119,.35));
    border-radius: 26px;
    height: 1.5em;
    width: 100%
}

.styles_container__Ma4YB a {
    height: calc(100% + 2px);
    margin-right: -1px
}

.styles_text__oXZHN {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: "case" on,"ss06" on;
    background: linear-gradient(90deg,#fff,rgba(232,242,252,.75));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 800px) {
    .styles_extraText__KcYim {
        display:none
    }
}

@media (max-width: 600px) {
    .styles_text__oXZHN {
        font-size:10px;
        letter-spacing: .01em
    }
}

.styles_button__8B1xK {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #3396ff;
    border: 1px solid #66b0ff;
    border-radius: 26px;
    padding: 0 12px;
    min-height: 0!important;
    height: 100%
}

.styles_button__8B1xK span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-feature-settings: "case" on,"ss06" on;
    color: #fff;
    margin-top: 1px
}

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

* {
    margin: 0
}

ol,ul {
    list-style: none;
    padding: 0
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none
}

canvas,img,picture,video {
    max-width: 100%;
    display: block
}

button,input,select,textarea {
    font: inherit
}

h1,h2,h3,h4,h5,h6,p {
    overflow-wrap: break-word
}

#__next,#root {
    isolation: isolate
}

:root {
    --color-blue-200: #e8f2fc;
    --color-blue-175: #cde5fe;
    --color-blue-150: #99cbff;
    --color-blue-125: #66b0ff;
    --color-blue-100: #3396ff;
    --color-blue-75: #0d7df2;
    --color-blue-50: #1464b8;
    --color-blue-25: #0f4b8a;
    --color-blue-0: #19324c;
    --color-grey-100: #fff;
    --color-grey-95: #f1f3f3;
    --color-grey-90: #e4e7e7;
    --color-grey-80: #c9cfcf;
    --color-grey-70: #9ea9a9;
    --color-grey-64: #9ea9a9;
    --color-grey-50: #7a8484;
    --color-grey-36: #585f5f;
    --color-grey-24: #3b4040;
    --color-grey-16: #272a2a;
    --color-grey-8: #141414;
    --color-grey-0: #000;
    --color-cyan-fg: #1ac6ff;
    --color-cyan-bg: #00ace5;
    --color-green-fg: #2bee4b;
    --color-green-bg: #1dc956;
    --color-orange-fg: #ff974c;
    --color-orange-bg: #eb8b47;
    --color-pink-fg: #e87de8;
    --color-pink-bg: #c653c6;
    --color-purple-fg: #987de8;
    --color-purple-bg: #794cff;
    --breal-mobile: 500px;
    --break-tablet: 800px;
    --break-laptop: 1100px
}

@font-face {
    font-family: ABC Diatype;
    src: url(/fonts/ABCDiatype-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ABC Diatype Bold;
    src: url(/fonts/ABCDiatype-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: ABC Diatype Thin;
    src: url(/fonts/ABCDiatype-Thin.woff2) format("woff2");
    font-weight: lighter;
    font-style: normal
}

html {
    color: transparent;
    background-color: var(--color-grey-8);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent
}

.noScroll,body {
    overflow: hidden
}

a,button,h1,h2,h3,h4,h5,h6,p,span {
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.fontsLoaded a,.fontsLoaded button,.fontsLoaded h1,.fontsLoaded h2,.fontsLoaded h3,.fontsLoaded h4,.fontsLoaded h5,.fontsLoaded h6,.fontsLoaded p,.fontsLoaded span {
    opacity: 1
}

#__next {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 90px
}

@media (max-width: 1100px) {
    #__next {
        padding:0 20px
    }
}

@media (max-width: 800px) {
    #__next {
        padding:0
    }
}

.no-smooth {
    scroll-behavior: unset!important
}


@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@charset "UTF-8";@font-face {
    font-family: IntegralCF;
    src: url(IntegralCF-Heavy.fa6fbb3e3d2988d0.otf) format("Opentype");
    font-weight: 800
}

@font-face {
    font-family: IntegralCF;
    src: url(IntegralCF-Medium.1d8e2840ad9b4f1c.otf) format("Opentype");
    font-weight: 500
}

@font-face {
    font-family: IntegralCF;
    src: url(IntegralCF-ExtraBold.e0ef62ced73d1e89.otf) format("Opentype");
    font-weight: 700
}

@font-face {
    font-family: IntegralCF;
    src: url(IntegralCF-Regular.d1ae4b1f0463ad25.otf) format("Opentype");
    font-weight: 400
}

/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #F26133;
    --bs-secondary: #F9F4F0;
    --bs-tertiary: #FFB197;
    --bs-info: #3980B9;
    --bs-danger: #da0b0b;
    --bs-warning: #cc1c51;
    --bs-success: #308807;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-light: #F1F4F6;
    --bs-grey: #535353;
    --bs-mid-grey: #727B83;
    --bs-light-grey: #C7CED3;
    --bs-primary-rgb: 242, 97, 51;
    --bs-secondary-rgb: 249, 244, 240;
    --bs-tertiary-rgb: 255, 177, 151;
    --bs-info-rgb: 57, 128, 185;
    --bs-danger-rgb: 218, 11, 11;
    --bs-warning-rgb: 204, 28, 81;
    --bs-success-rgb: 48, 136, 7;
    --bs-light-rgb: 241, 244, 246;
    --bs-grey-rgb: 83, 83, 83;
    --bs-mid-grey-rgb: 114, 123, 131;
    --bs-light-grey-rgb: 199, 206, 211;
    --bs-primary-text-emphasis: #612714;
    --bs-secondary-text-emphasis: #646260;
    --bs-success-text-emphasis: #133603;
    --bs-info-text-emphasis: #17334a;
    --bs-warning-text-emphasis: #520b20;
    --bs-danger-text-emphasis: #570404;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #fcdfd6;
    --bs-secondary-bg-subtle: #fefdfc;
    --bs-success-bg-subtle: #d6e7cd;
    --bs-info-bg-subtle: #d7e6f1;
    --bs-warning-bg-subtle: #f5d2dc;
    --bs-danger-bg-subtle: #f8cece;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #fac0ad;
    --bs-secondary-border-subtle: #fdfbf9;
    --bs-success-border-subtle: #accf9c;
    --bs-info-border-subtle: #b0cce3;
    --bs-warning-border-subtle: #eba4b9;
    --bs-danger-border-subtle: #f09d9d;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Inter", sans-serif;
    --bs-body-font-size: 1.125rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 1.4;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #F26133;
    --bs-link-color-rgb: 242, 97, 51;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #c24e29;
    --bs-link-hover-color-rgb: 194, 78, 41;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .3rem;
    --bs-border-radius-sm: .4rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0px 4px 10px rgba(71, 163, 243, .15), 0px 2px 11px rgba(163, 183, 236, .21);
    --bs-box-shadow-lg: 0px 4px 91px rgba(255, 139, 91, .15), 0px 2px 50px rgba(107, 31, 0, .06);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(242, 97, 51, .25);
    --bs-form-valid-color: #308807;
    --bs-form-valid-border-color: #308807;
    --bs-form-invalid-color: #da0b0b;
    --bs-form-invalid-border-color: #da0b0b
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #f7a085;
    --bs-secondary-text-emphasis: #fbf8f6;
    --bs-success-text-emphasis: #83b86a;
    --bs-info-text-emphasis: #88b3d5;
    --bs-warning-text-emphasis: #e07797;
    --bs-danger-text-emphasis: #e96d6d;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #30130a;
    --bs-secondary-bg-subtle: #323130;
    --bs-success-bg-subtle: #0a1b01;
    --bs-info-bg-subtle: #0b1a25;
    --bs-warning-bg-subtle: #290610;
    --bs-danger-bg-subtle: #2c0202;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #913a1f;
    --bs-secondary-border-subtle: #959290;
    --bs-success-border-subtle: #1d5204;
    --bs-info-border-subtle: #224d6f;
    --bs-warning-border-subtle: #7a1131;
    --bs-danger-border-subtle: #830707;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #f7a085;
    --bs-link-hover-color: #f9b39d;
    --bs-link-color-rgb: 247, 160, 133;
    --bs-link-hover-color-rgb: 249, 179, 157;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1,.h1 {
        font-size:2.5rem
    }
}

h2,.h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2,.h2 {
        font-size:2rem
    }
}

h3,.h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3,.h3 {
        font-size:1.75rem
    }
}

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

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small,.small {
    font-size: .875em
}

mark,.mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .4rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: calc(1.265625rem + .1875vw);
    font-weight: 300
}

@media (min-width: 1200px) {
    .lead {
        font-size:1.40625rem
    }
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled,.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: calc(1.265625rem + .1875vw)
}

@media (min-width: 1200px) {
    .blockquote {
        font-size:1.40625rem
    }
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\a0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media (min-width: 1440px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container-xs,.container-min,.container-mini,.container {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xxs: 0;
    --bs-breakpoint-mini: 300px;
    --bs-breakpoint-min: 360px;
    --bs-breakpoint-xs: 410px;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 1025px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1440px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

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

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

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

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

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

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

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 300px) {
    .col-mini {
        flex:1 0 0%
    }

    .row-cols-mini-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-mini-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-mini-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-mini-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-mini-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-mini-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-mini-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-mini-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-mini-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-mini-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-mini-1 {
        margin-left: 8.33333333%
    }

    .offset-mini-2 {
        margin-left: 16.66666667%
    }

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

    .offset-mini-4 {
        margin-left: 33.33333333%
    }

    .offset-mini-5 {
        margin-left: 41.66666667%
    }

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

    .offset-mini-7 {
        margin-left: 58.33333333%
    }

    .offset-mini-8 {
        margin-left: 66.66666667%
    }

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

    .offset-mini-10 {
        margin-left: 83.33333333%
    }

    .offset-mini-11 {
        margin-left: 91.66666667%
    }

    .g-mini-0,.gx-mini-0 {
        --bs-gutter-x: 0
    }

    .g-mini-0,.gy-mini-0 {
        --bs-gutter-y: 0
    }

    .g-mini-1,.gx-mini-1 {
        --bs-gutter-x: .25rem
    }

    .g-mini-1,.gy-mini-1 {
        --bs-gutter-y: .25rem
    }

    .g-mini-2,.gx-mini-2 {
        --bs-gutter-x: .5rem
    }

    .g-mini-2,.gy-mini-2 {
        --bs-gutter-y: .5rem
    }

    .g-mini-3,.gx-mini-3 {
        --bs-gutter-x: 1rem
    }

    .g-mini-3,.gy-mini-3 {
        --bs-gutter-y: 1rem
    }

    .g-mini-4,.gx-mini-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-mini-4,.gy-mini-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-mini-5,.gx-mini-5 {
        --bs-gutter-x: 3rem
    }

    .g-mini-5,.gy-mini-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 360px) {
    .col-min {
        flex:1 0 0%
    }

    .row-cols-min-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-min-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-min-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-min-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-min-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-min-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-min-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-min-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-min-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-min-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-min-1 {
        margin-left: 8.33333333%
    }

    .offset-min-2 {
        margin-left: 16.66666667%
    }

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

    .offset-min-4 {
        margin-left: 33.33333333%
    }

    .offset-min-5 {
        margin-left: 41.66666667%
    }

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

    .offset-min-7 {
        margin-left: 58.33333333%
    }

    .offset-min-8 {
        margin-left: 66.66666667%
    }

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

    .offset-min-10 {
        margin-left: 83.33333333%
    }

    .offset-min-11 {
        margin-left: 91.66666667%
    }

    .g-min-0,.gx-min-0 {
        --bs-gutter-x: 0
    }

    .g-min-0,.gy-min-0 {
        --bs-gutter-y: 0
    }

    .g-min-1,.gx-min-1 {
        --bs-gutter-x: .25rem
    }

    .g-min-1,.gy-min-1 {
        --bs-gutter-y: .25rem
    }

    .g-min-2,.gx-min-2 {
        --bs-gutter-x: .5rem
    }

    .g-min-2,.gy-min-2 {
        --bs-gutter-y: .5rem
    }

    .g-min-3,.gx-min-3 {
        --bs-gutter-x: 1rem
    }

    .g-min-3,.gy-min-3 {
        --bs-gutter-y: 1rem
    }

    .g-min-4,.gx-min-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-min-4,.gy-min-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-min-5,.gx-min-5 {
        --bs-gutter-x: 3rem
    }

    .g-min-5,.gy-min-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 410px) {
    .col-xs {
        flex:1 0 0%
    }

    .row-cols-xs-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-xs-1 {
        margin-left: 8.33333333%
    }

    .offset-xs-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xs-4 {
        margin-left: 33.33333333%
    }

    .offset-xs-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xs-7 {
        margin-left: 58.33333333%
    }

    .offset-xs-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xs-10 {
        margin-left: 83.33333333%
    }

    .offset-xs-11 {
        margin-left: 91.66666667%
    }

    .g-xs-0,.gx-xs-0 {
        --bs-gutter-x: 0
    }

    .g-xs-0,.gy-xs-0 {
        --bs-gutter-y: 0
    }

    .g-xs-1,.gx-xs-1 {
        --bs-gutter-x: .25rem
    }

    .g-xs-1,.gy-xs-1 {
        --bs-gutter-y: .25rem
    }

    .g-xs-2,.gx-xs-2 {
        --bs-gutter-x: .5rem
    }

    .g-xs-2,.gy-xs-2 {
        --bs-gutter-y: .5rem
    }

    .g-xs-3,.gx-xs-3 {
        --bs-gutter-x: 1rem
    }

    .g-xs-3,.gy-xs-3 {
        --bs-gutter-y: 1rem
    }

    .g-xs-4,.gx-xs-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xs-4,.gy-xs-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xs-5,.gx-xs-5 {
        --bs-gutter-x: 3rem
    }

    .g-xs-5,.gy-xs-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1025px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

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

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000000;
    --bs-table-bg: #fcdfd6;
    --bs-table-border-color: #e3c9c1;
    --bs-table-striped-bg: #efd4cb;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e3c9c1;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e9cec6;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000000;
    --bs-table-bg: #fefdfc;
    --bs-table-border-color: #e5e4e3;
    --bs-table-striped-bg: #f1f0ef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e5e4e3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ebeae9;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000000;
    --bs-table-bg: #d6e7cd;
    --bs-table-border-color: #c1d0b9;
    --bs-table-striped-bg: #cbdbc3;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c1d0b9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c6d6be;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000000;
    --bs-table-bg: #d7e6f1;
    --bs-table-border-color: #c2cfd9;
    --bs-table-striped-bg: #ccdbe5;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c2cfd9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c7d5df;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000000;
    --bs-table-bg: #f5d2dc;
    --bs-table-border-color: #ddbdc6;
    --bs-table-striped-bg: #e9c8d1;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #ddbdc6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e3c2cc;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000000;
    --bs-table-bg: #f8cece;
    --bs-table-border-color: #dfb9b9;
    --bs-table-striped-bg: #ecc4c4;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dfb9b9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e5bfbf;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000000;
    --bs-table-bg: #F1F4F6;
    --bs-table-border-color: #d9dcdd;
    --bs-table-striped-bg: #e5e8ea;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #d9dcdd;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #dfe2e4;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #ffffff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 299.98px) {
    .table-responsive-mini {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 359.98px) {
    .table-responsive-min {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 409.98px) {
    .table-responsive-xs {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: .875rem;
    padding-bottom: .875rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.2
}

.col-form-label-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .875rem 1rem;
    font-family: Inter,sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    background-clip: padding-box;
    border: 0 solid var(--bs-border-color);
    border-radius: .4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #fff;
    background-color: #000;
    border-color: tint-color(#F26133,50%);
    outline: 0;
    box-shadow: none
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.2em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: #535353;
    opacity: 1
}

.form-control:disabled {
    background-color: #000;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .875rem 1rem;
    margin: -.875rem -1rem;
    margin-inline-end:1rem;color: #fff;
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:0;border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .875rem 0;
    margin-bottom: 0;
    line-height: 1.2;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 0 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.2em + .5rem);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.2em + 1rem);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: add(1.2em,add(1.75rem,0,false))
}

textarea.form-control-sm {
    min-height: calc(1.2em + .5rem)
}

textarea.form-control-lg {
    min-height: calc(1.2em + 1rem)
}

.form-control-color {
    width: 3rem;
    height: add(1.2em,add(1.75rem,0,false));
    padding: .875rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: .4rem
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: .4rem
}

.form-control-color.form-control-sm {
    height: calc(1.2em + .5rem)
}

.form-control-color.form-control-lg {
    height: calc(1.2em + 1rem)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .875rem 3rem .875rem 1rem;
    font-family: Inter,sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    -webkit-appearance: none;
    appearance: none;
    background-color: #000;
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 0 solid var(--bs-border-color);
    border-radius: .4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: tint-color(#F26133,50%);
    outline: 0;
    box-shadow: 0 0 0 .25rem #f2613340
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.form-select:disabled {
    background-color: #000
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #ffffff
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.575rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: #000000;
    width: 1em;
    height: 1em;
    margin-top: .2em;
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: tint-color(#F26133,50%);
    outline: 0;
    box-shadow: 0 0 0 .25rem #f2613340
}

.form-check-input:checked {
    background-color: #f26133;
    border-color: #f26133
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #f26133;
    border-color: #f26133;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='tint-color%28%23F26133, 50%%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check[disabled]+.btn,.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,none
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,none
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f26133;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #fbd0c2
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f26133;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #fbd0c2
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: 3.5rem;
    min-height: 3.5rem;
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 0 solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 1rem
}

.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-control-plaintext~label:after,.form-floating>.form-select~label:after {
    position: absolute;
    inset: 1rem .5rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: #000;
    border-radius: .4rem
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 0 0
}

.form-floating>:disabled~label,.form-floating>.form-control:disabled~label {
    color: #6c757d
}

.form-floating>:disabled~label:after,.form-floating>.form-control:disabled~label:after {
    background-color: #000
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .875rem 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: 0 solid var(--bs-border-color);
    border-radius: .4rem
}

.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 4rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: add(1.2em,1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23308807' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right add(.3em,.4375rem) center;
    background-size: add(.6em,.875rem) add(.6em,.875rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: add(1.2em,1.75rem);
    background-position: top add(.3em,.4375rem) right add(.3em,.4375rem)
}

.was-validated .form-select:valid,.form-select.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23308807' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 5.5rem;
    background-position: right 1rem center,center right 3rem;
    background-size: 16px 12px,add(.6em,.875rem) add(.6em,.875rem)
}

.was-validated .form-select:valid:focus,.form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated .form-control-color:valid,.form-control-color.is-valid {
    width: calc(3rem + add(1.2em,1.75rem))
}

.was-validated .form-check-input:valid,.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: add(1.2em,1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da0b0b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da0b0b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right add(.3em,.4375rem) center;
    background-size: add(.6em,.875rem) add(.6em,.875rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: add(1.2em,1.75rem);
    background-position: top add(.3em,.4375rem) right add(.3em,.4375rem)
}

.was-validated .form-select:invalid,.form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da0b0b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da0b0b' stroke='none'/%3e%3c/svg%3e");
    padding-right: 5.5rem;
    background-position: right 1rem center,center right 3rem;
    background-size: 16px 12px,add(.6em,.875rem) add(.6em,.875rem)
}

.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated .form-control-color:invalid,.form-control-color.is-invalid {
    width: calc(3rem + add(1.2em,1.75rem))
}

.was-validated .form-check-input:invalid,.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .75rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.125rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.4;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,.btn.disabled,fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #F26133;
    --bs-btn-border-color: #F26133;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #f47952;
    --bs-btn-hover-border-color: #f37147;
    --bs-btn-focus-shadow-rgb: 206, 82, 43;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #f5815c;
    --bs-btn-active-border-color: #f37147;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #F26133;
    --bs-btn-disabled-border-color: #F26133
}

.btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #F9F4F0;
    --bs-btn-border-color: #F9F4F0;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #faf6f2;
    --bs-btn-hover-border-color: #faf5f2;
    --bs-btn-focus-shadow-rgb: 212, 207, 204;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #faf6f3;
    --bs-btn-active-border-color: #faf5f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #F9F4F0;
    --bs-btn-disabled-border-color: #F9F4F0
}

.btn-tertiary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: hsla(0,0%,100%,.1);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #0d4177;
    --bs-btn-hover-border-color: #25639d;
    --bs-btn-focus-shadow-rgb: 217, 150, 128;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffc1ac;
    --bs-btn-active-border-color: #ffb9a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #FFB197;
    --bs-btn-disabled-border-color: #FFB197
}

.btn-info {
    --bs-btn-color: #000000;
    --bs-btn-bg: #3980B9;
    --bs-btn-border-color: #3980B9;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #5793c4;
    --bs-btn-hover-border-color: #4d8dc0;
    --bs-btn-focus-shadow-rgb: 48, 109, 157;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #6199c7;
    --bs-btn-active-border-color: #4d8dc0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #3980B9;
    --bs-btn-disabled-border-color: #3980B9
}

.btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #da0b0b;
    --bs-btn-border-color: #da0b0b;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #b90909;
    --bs-btn-hover-border-color: #ae0909;
    --bs-btn-focus-shadow-rgb: 224, 48, 48;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #ae0909;
    --bs-btn-active-border-color: #a40808;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #da0b0b;
    --bs-btn-disabled-border-color: #da0b0b
}

.btn-warning {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #cc1c51;
    --bs-btn-border-color: #cc1c51;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #ad1845;
    --bs-btn-hover-border-color: #a31641;
    --bs-btn-focus-shadow-rgb: 212, 62, 107;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #a31641;
    --bs-btn-active-border-color: #99153d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #cc1c51;
    --bs-btn-disabled-border-color: #cc1c51
}

.btn-success {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #308807;
    --bs-btn-border-color: #308807;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #297406;
    --bs-btn-hover-border-color: #266d06;
    --bs-btn-focus-shadow-rgb: 79, 154, 44;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #266d06;
    --bs-btn-active-border-color: #246605;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #308807;
    --bs-btn-disabled-border-color: #308807
}

.btn-black {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000
}

.btn-white {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff
}

.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #F1F4F6;
    --bs-btn-border-color: #F1F4F6;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #cdcfd1;
    --bs-btn-hover-border-color: #c1c3c5;
    --bs-btn-focus-shadow-rgb: 205, 207, 209;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #c1c3c5;
    --bs-btn-active-border-color: #b5b7b9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #F1F4F6;
    --bs-btn-disabled-border-color: #F1F4F6
}

.btn-grey {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #535353;
    --bs-btn-border-color: #535353;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #474747;
    --bs-btn-hover-border-color: #424242;
    --bs-btn-focus-shadow-rgb: 109, 109, 109;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #424242;
    --bs-btn-active-border-color: #3e3e3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #535353;
    --bs-btn-disabled-border-color: #535353
}

.btn-mid-grey {
    --bs-btn-color: #000000;
    --bs-btn-bg: #727B83;
    --bs-btn-border-color: #727B83;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #878f96;
    --bs-btn-hover-border-color: #80888f;
    --bs-btn-focus-shadow-rgb: 97, 105, 111;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #8e959c;
    --bs-btn-active-border-color: #80888f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #727B83;
    --bs-btn-disabled-border-color: #727B83
}

.btn-light-grey {
    --bs-btn-color: #000000;
    --bs-btn-bg: #C7CED3;
    --bs-btn-border-color: #C7CED3;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #cfd5da;
    --bs-btn-hover-border-color: #cdd3d7;
    --bs-btn-focus-shadow-rgb: 169, 175, 179;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #d2d8dc;
    --bs-btn-active-border-color: #cdd3d7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #C7CED3;
    --bs-btn-disabled-border-color: #C7CED3
}

.btn-outline-primary {
    --bs-btn-color: #F26133;
    --bs-btn-border-color: #F26133;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #F26133;
    --bs-btn-hover-border-color: #F26133;
    --bs-btn-focus-shadow-rgb: 242, 97, 51;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #F26133;
    --bs-btn-active-border-color: #F26133;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #F26133;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F26133;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #F9F4F0;
    --bs-btn-border-color: #F9F4F0;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #F9F4F0;
    --bs-btn-hover-border-color: #F9F4F0;
    --bs-btn-focus-shadow-rgb: 249, 244, 240;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #F9F4F0;
    --bs-btn-active-border-color: #F9F4F0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #F9F4F0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F9F4F0;
    --bs-gradient: none
}

.btn-outline-tertiary {
    --bs-btn-color: #FFB197;
    --bs-btn-border-color: #FFB197;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #FFB197;
    --bs-btn-hover-border-color: #FFB197;
    --bs-btn-focus-shadow-rgb: 255, 177, 151;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #FFB197;
    --bs-btn-active-border-color: #FFB197;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #FFB197;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FFB197;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #3980B9;
    --bs-btn-border-color: #3980B9;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #3980B9;
    --bs-btn-hover-border-color: #3980B9;
    --bs-btn-focus-shadow-rgb: 57, 128, 185;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #3980B9;
    --bs-btn-active-border-color: #3980B9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #3980B9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3980B9;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #da0b0b;
    --bs-btn-border-color: #da0b0b;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #da0b0b;
    --bs-btn-hover-border-color: #da0b0b;
    --bs-btn-focus-shadow-rgb: 218, 11, 11;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #da0b0b;
    --bs-btn-active-border-color: #da0b0b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #da0b0b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #da0b0b;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #cc1c51;
    --bs-btn-border-color: #cc1c51;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #cc1c51;
    --bs-btn-hover-border-color: #cc1c51;
    --bs-btn-focus-shadow-rgb: 204, 28, 81;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #cc1c51;
    --bs-btn-active-border-color: #cc1c51;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #cc1c51;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #cc1c51;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #308807;
    --bs-btn-border-color: #308807;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #308807;
    --bs-btn-hover-border-color: #308807;
    --bs-btn-focus-shadow-rgb: 48, 136, 7;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #308807;
    --bs-btn-active-border-color: #308807;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #308807;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #308807;
    --bs-gradient: none
}

.btn-outline-black {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none
}

.btn-outline-white {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #F1F4F6;
    --bs-btn-border-color: #F1F4F6;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #F1F4F6;
    --bs-btn-hover-border-color: #F1F4F6;
    --bs-btn-focus-shadow-rgb: 241, 244, 246;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #F1F4F6;
    --bs-btn-active-border-color: #F1F4F6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #F1F4F6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F1F4F6;
    --bs-gradient: none
}

.btn-outline-grey {
    --bs-btn-color: #535353;
    --bs-btn-border-color: #535353;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #535353;
    --bs-btn-hover-border-color: #535353;
    --bs-btn-focus-shadow-rgb: 83, 83, 83;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #535353;
    --bs-btn-active-border-color: #535353;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #535353;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #535353;
    --bs-gradient: none
}

.btn-outline-mid-grey {
    --bs-btn-color: #727B83;
    --bs-btn-border-color: #727B83;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #727B83;
    --bs-btn-hover-border-color: #727B83;
    --bs-btn-focus-shadow-rgb: 114, 123, 131;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #727B83;
    --bs-btn-active-border-color: #727B83;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #727B83;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #727B83;
    --bs-gradient: none
}

.btn-outline-light-grey {
    --bs-btn-color: #C7CED3;
    --bs-btn-border-color: #C7CED3;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #C7CED3;
    --bs-btn-hover-border-color: #C7CED3;
    --bs-btn-focus-shadow-rgb: 199, 206, 211;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #C7CED3;
    --bs-btn-active-border-color: #C7CED3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #C7CED3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C7CED3;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 206, 82, 43;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,.btn-group-lg>.btn {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,.btn-group-sm>.btn {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1.125rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #F26133;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 300px) {
    .dropdown-menu-mini-start {
        --bs-position: start
    }

    .dropdown-menu-mini-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-mini-end {
        --bs-position: end
    }

    .dropdown-menu-mini-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 360px) {
    .dropdown-menu-min-start {
        --bs-position: start
    }

    .dropdown-menu-min-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-min-end {
        --bs-position: end
    }

    .dropdown-menu-min-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 410px) {
    .dropdown-menu-xs-start {
        --bs-position: start
    }

    .dropdown-menu-xs-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xs-end {
        --bs-position: end
    }

    .dropdown-menu-xs-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1025px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #F26133;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: 0
}

.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child) {
    margin-left: -2px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -2px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem #f2613340
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #F26133
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: .125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:hover,.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .4125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
    --bs-navbar-toggler-border-radius: 0;
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,.navbar-text a:hover,.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 300px) {
    .navbar-expand-mini {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-mini .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-mini .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-mini .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-mini .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-mini .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-mini .navbar-toggler {
        display: none
    }

    .navbar-expand-mini .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-mini .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-mini .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 360px) {
    .navbar-expand-min {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-min .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-min .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-min .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-min .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-min .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-min .navbar-toggler {
        display: none
    }

    .navbar-expand-min .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-min .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-min .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 410px) {
    .navbar-expand-xs {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xs .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xs .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xs .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xs .navbar-toggler {
        display: none
    }

    .navbar-expand-xs .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xs .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xs .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1025px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, .55);
    --bs-navbar-hover-color: rgba(255, 255, 255, .75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, .25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-top,.card-img-bottom {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23612714'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: tint-color(#F26133, 50%);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(242, 97, 51, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1.125rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f7a085'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f7a085'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: .5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1.125rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(242, 97, 51, .25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: #F26133;
    --bs-pagination-active-border-color: #F26133;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: .75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: .5rem;
    --bs-pagination-padding-y: .25rem;
    --bs-pagination-font-size: .875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .35em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #ffffff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-tertiary {
    --bs-alert-color: var(--bs-tertiary-text-emphasis);
    --bs-alert-bg: var(--bs-tertiary-bg-subtle);
    --bs-alert-border-color: var(--bs-tertiary-border-subtle);
    --bs-alert-link-color: var(--bs-tertiary-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-black {
    --bs-alert-color: var(--bs-black-text-emphasis);
    --bs-alert-bg: var(--bs-black-bg-subtle);
    --bs-alert-border-color: var(--bs-black-border-subtle);
    --bs-alert-link-color: var(--bs-black-text-emphasis)
}

.alert-white {
    --bs-alert-color: var(--bs-white-text-emphasis);
    --bs-alert-bg: var(--bs-white-bg-subtle);
    --bs-alert-border-color: var(--bs-white-border-subtle);
    --bs-alert-link-color: var(--bs-white-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-grey {
    --bs-alert-color: var(--bs-grey-text-emphasis);
    --bs-alert-bg: var(--bs-grey-bg-subtle);
    --bs-alert-border-color: var(--bs-grey-border-subtle);
    --bs-alert-link-color: var(--bs-grey-text-emphasis)
}

.alert-mid-grey {
    --bs-alert-color: var(--bs-mid-grey-text-emphasis);
    --bs-alert-bg: var(--bs-mid-grey-bg-subtle);
    --bs-alert-border-color: var(--bs-mid-grey-border-subtle);
    --bs-alert-link-color: var(--bs-mid-grey-text-emphasis)
}

.alert-light-grey {
    --bs-alert-color: var(--bs-light-grey-text-emphasis);
    --bs-alert-bg: var(--bs-light-grey-bg-subtle);
    --bs-alert-border-color: var(--bs-light-grey-border-subtle);
    --bs-alert-link-color: var(--bs-light-grey-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: .84375rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #F26133;
    --bs-progress-bar-transition: width .6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #ffffff;
    --bs-list-group-active-bg: #F26133;
    --bs-list-group-active-border-color: #F26133;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item:before {
    content: counters(section,".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 300px) {
    .list-group-horizontal-mini {
        flex-direction:row
    }

    .list-group-horizontal-mini>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-mini>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-mini>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-mini>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-mini>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 360px) {
    .list-group-horizontal-min {
        flex-direction:row
    }

    .list-group-horizontal-min>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-min>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-min>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-min>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-min>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 410px) {
    .list-group-horizontal-xs {
        flex-direction:row
    }

    .list-group-horizontal-xs>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xs>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xs>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xs>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xs>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1025px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-tertiary {
    --bs-list-group-color: var(--bs-tertiary-text-emphasis);
    --bs-list-group-bg: var(--bs-tertiary-bg-subtle);
    --bs-list-group-border-color: var(--bs-tertiary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-tertiary-border-subtle);
    --bs-list-group-active-color: var(--bs-tertiary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-tertiary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-tertiary-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-black {
    --bs-list-group-color: var(--bs-black-text-emphasis);
    --bs-list-group-bg: var(--bs-black-bg-subtle);
    --bs-list-group-border-color: var(--bs-black-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-black-border-subtle);
    --bs-list-group-active-color: var(--bs-black-bg-subtle);
    --bs-list-group-active-bg: var(--bs-black-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-black-text-emphasis)
}

.list-group-item-white {
    --bs-list-group-color: var(--bs-white-text-emphasis);
    --bs-list-group-bg: var(--bs-white-bg-subtle);
    --bs-list-group-border-color: var(--bs-white-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
    --bs-list-group-active-color: var(--bs-white-bg-subtle);
    --bs-list-group-active-bg: var(--bs-white-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-white-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-grey {
    --bs-list-group-color: var(--bs-grey-text-emphasis);
    --bs-list-group-bg: var(--bs-grey-bg-subtle);
    --bs-list-group-border-color: var(--bs-grey-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-grey-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-grey-border-subtle);
    --bs-list-group-active-color: var(--bs-grey-bg-subtle);
    --bs-list-group-active-bg: var(--bs-grey-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-grey-text-emphasis)
}

.list-group-item-mid-grey {
    --bs-list-group-color: var(--bs-mid-grey-text-emphasis);
    --bs-list-group-bg: var(--bs-mid-grey-bg-subtle);
    --bs-list-group-border-color: var(--bs-mid-grey-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-mid-grey-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-mid-grey-border-subtle);
    --bs-list-group-active-color: var(--bs-mid-grey-bg-subtle);
    --bs-list-group-active-bg: var(--bs-mid-grey-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-mid-grey-text-emphasis)
}

.list-group-item-light-grey {
    --bs-list-group-color: var(--bs-light-grey-text-emphasis);
    --bs-list-group-bg: var(--bs-light-grey-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-grey-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-grey-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-grey-border-subtle);
    --bs-list-group-active-color: var(--bs-light-grey-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-grey-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-grey-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: .5;
    --bs-btn-close-hover-opacity: .75;
    --bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(242, 97, 51, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: .25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .3rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: .75rem;
    --bs-toast-padding-y: .5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: .875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0px 4px 10px rgba(71, 163, 243, .15), 0px 2px 11px rgba(163, 183, 236, .21);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.4;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 1025px) {
    .modal-lg,.modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 299.98px) {
    .modal-fullscreen-mini-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-mini-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-mini-down .modal-header,.modal-fullscreen-mini-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-mini-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 359.98px) {
    .modal-fullscreen-min-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-min-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-min-down .modal-header,.modal-fullscreen-min-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-min-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 409.98px) {
    .modal-fullscreen-xs-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xs-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xs-down .modal-header,.modal-fullscreen-xs-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xs-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1024.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1439.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: .5rem;
    --bs-tooltip-padding-y: .25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: .875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: .875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: .5rem;
    --bs-popover-header-font-size: 1.125rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: .5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow:before,.popover .popover-arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end {
    transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start {
    transform: translate(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-grow,.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,.spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xs,.offcanvas-min,.offcanvas-mini {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0px 4px 10px rgba(71, 163, 243, .15), 0px 2px 11px rgba(163, 183, 236, .21);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.4
}

@media (max-width: 299.98px) {
    .offcanvas-mini {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 299.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-mini {
        transition:none
    }
}

@media (max-width: 299.98px) {
    .offcanvas-mini.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-mini.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-mini.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-mini.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-mini.showing,.offcanvas-mini.show:not(.hiding) {
        transform: none
    }

    .offcanvas-mini.showing,.offcanvas-mini.hiding,.offcanvas-mini.show {
        visibility: visible
    }
}

@media (min-width: 300px) {
    .offcanvas-mini {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-mini .offcanvas-header {
        display: none
    }

    .offcanvas-mini .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 359.98px) {
    .offcanvas-min {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 359.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-min {
        transition:none
    }
}

@media (max-width: 359.98px) {
    .offcanvas-min.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-min.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-min.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-min.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-min.showing,.offcanvas-min.show:not(.hiding) {
        transform: none
    }

    .offcanvas-min.showing,.offcanvas-min.hiding,.offcanvas-min.show {
        visibility: visible
    }
}

@media (min-width: 360px) {
    .offcanvas-min {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-min .offcanvas-header {
        display: none
    }

    .offcanvas-min .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 409.98px) {
    .offcanvas-xs {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 409.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xs {
        transition:none
    }
}

@media (max-width: 409.98px) {
    .offcanvas-xs.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xs.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xs.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xs.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xs.showing,.offcanvas-xs.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xs.showing,.offcanvas-xs.hiding,.offcanvas-xs.show {
        visibility: visible
    }
}

@media (min-width: 410px) {
    .offcanvas-xs {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xs .offcanvas-header {
        display: none
    }

    .offcanvas-xs .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition:none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition:none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.showing,.offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1024.98px) {
    .offcanvas-lg {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1024.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition:none
    }
}

@media (max-width: 1024.98px) {
    .offcanvas-lg.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show {
        visibility: visible
    }
}

@media (min-width: 1025px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition:none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show {
        visibility: visible
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1439.98px) {
    .offcanvas-xxl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition:none
    }
}

@media (max-width: 1439.98px) {
    .offcanvas-xxl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show {
        visibility: visible
    }
}

@media (min-width: 1440px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing,.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing,.offcanvas.hiding,.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000000 55%,rgba(0,0,0,.8) 75%,#000000 95%);
    mask-image: linear-gradient(130deg,#000000 55%,rgba(0,0,0,.8) 75%,#000000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

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

.text-bg-primary {
    color: #000!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-secondary {
    color: #000!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-tertiary {
    color: #000!important;
    background-color: RGBA(var(--bs-tertiary-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-warning {
    color: #fff!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-black {
    color: #fff!important;
    background-color: RGBA(var(--bs-black-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-white {
    color: #000!important;
    background-color: RGBA(var(--bs-white-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-grey {
    color: #fff!important;
    background-color: RGBA(var(--bs-grey-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-mid-grey {
    color: #000!important;
    background-color: RGBA(var(--bs-mid-grey-rgb),var(--bs-bg-opacity, 1))!important
}

.text-bg-light-grey {
    color: #000!important;
    background-color: RGBA(var(--bs-light-grey-rgb),var(--bs-bg-opacity, 1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-primary:hover,.link-primary:focus {
    color: RGBA(245,129,92,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(245,129,92,var(--bs-link-underline-opacity, 1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-secondary:hover,.link-secondary:focus {
    color: RGBA(250,246,243,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(250,246,243,var(--bs-link-underline-opacity, 1))!important
}

.link-tertiary {
    color: RGBA(var(--bs-tertiary-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-tertiary-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-tertiary:hover,.link-tertiary:focus {
    color: RGBA(255,193,172,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(255,193,172,var(--bs-link-underline-opacity, 1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-info:hover,.link-info:focus {
    color: RGBA(97,153,199,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(97,153,199,var(--bs-link-underline-opacity, 1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-danger:hover,.link-danger:focus {
    color: RGBA(174,9,9,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(174,9,9,var(--bs-link-underline-opacity, 1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-warning:hover,.link-warning:focus {
    color: RGBA(163,22,65,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(163,22,65,var(--bs-link-underline-opacity, 1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-success:hover,.link-success:focus {
    color: RGBA(38,109,6,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(38,109,6,var(--bs-link-underline-opacity, 1))!important
}

.link-black {
    color: RGBA(var(--bs-black-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-black-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-black:hover,.link-black:focus {
    color: RGBA(0,0,0,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(0,0,0,var(--bs-link-underline-opacity, 1))!important
}

.link-white {
    color: RGBA(var(--bs-white-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-white-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-white:hover,.link-white:focus {
    color: RGBA(255,255,255,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(255,255,255,var(--bs-link-underline-opacity, 1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-light:hover,.link-light:focus {
    color: RGBA(244,246,248,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(244,246,248,var(--bs-link-underline-opacity, 1))!important
}

.link-grey {
    color: RGBA(var(--bs-grey-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-grey-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-grey:hover,.link-grey:focus {
    color: RGBA(66,66,66,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(66,66,66,var(--bs-link-underline-opacity, 1))!important
}

.link-mid-grey {
    color: RGBA(var(--bs-mid-grey-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-mid-grey-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-mid-grey:hover,.link-mid-grey:focus {
    color: RGBA(142,149,156,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(142,149,156,var(--bs-link-underline-opacity, 1))!important
}

.link-light-grey {
    color: RGBA(var(--bs-light-grey-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-light-grey-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-light-grey:hover,.link-light-grey:focus {
    color: RGBA(210,216,220,var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(210,216,220,var(--bs-link-underline-opacity, 1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-body-emphasis:hover,.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion: reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

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

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

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 300px) {
    .sticky-mini-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-mini-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 360px) {
    .sticky-min-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-min-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 410px) {
    .sticky-xs-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xs-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1025px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1440px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute!important
}

.stretched-link:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: ""
}

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

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

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

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

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

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

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

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

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.object-fit-contain {
    object-fit: contain!important
}

.object-fit-cover {
    object-fit: cover!important
}

.object-fit-fill {
    object-fit: fill!important
}

.object-fit-scale {
    object-fit: scale-down!important
}

.object-fit-none {
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: scroll!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-inline-grid {
    display: inline-grid!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
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026!important
}

.shadow-sm {
    box-shadow: 0 4px 10px #47a3f326,0 2px 11px #a3b7ec36!important
}

.shadow-lg {
    box-shadow: 0 4px 91px #ff8b5b26,0 2px 50px #6b1f000f!important
}

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

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-tertiary {
    --bs-focus-ring-color: rgba(var(--bs-tertiary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-black {
    --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-white {
    --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-grey {
    --bs-focus-ring-color: rgba(var(--bs-grey-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-mid-grey {
    --bs-focus-ring-color: rgba(var(--bs-mid-grey-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light-grey {
    --bs-focus-ring-color: rgba(var(--bs-light-grey-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translate(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

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

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

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

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

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

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

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

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-tertiary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-tertiary-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-grey-rgb),var(--bs-border-opacity))!important
}

.border-mid-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-mid-grey-rgb),var(--bs-border-opacity))!important
}

.border-light-grey {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-grey-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

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

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

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

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

.w-auto {
    width: auto!important
}

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

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

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

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

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

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

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

.h-auto {
    height: auto!important
}

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

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

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

.flex-fill {
    flex: 1 1 auto!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-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
}

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

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

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!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
}

.justify-content-evenly {
    justify-content: space-evenly!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
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

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

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

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

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

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

.m-auto {
    margin: auto!important
}

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

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

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

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

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

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

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

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

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

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

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

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

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

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

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

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

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

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

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

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

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

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

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

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

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

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

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

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

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

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

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

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

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

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

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

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

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

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

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

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    column-gap: 0!important
}

.column-gap-1 {
    column-gap: .25rem!important
}

.column-gap-2 {
    column-gap: .5rem!important
}

.column-gap-3 {
    column-gap: 1rem!important
}

.column-gap-4 {
    column-gap: 1.5rem!important
}

.column-gap-5 {
    column-gap: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: 1.25rem!important
}

.fs-5 {
    font-size: 1.125rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fs-7 {
    font-size: .875rem!important
}

.fs-8 {
    font-size: .75rem!important
}

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

.fst-normal {
    font-style: normal!important
}

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

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

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

.fw-medium {
    font-weight: 500!important
}

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

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

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

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

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

.lh-base {
    line-height: 1.4!important
}

.lh-lg {
    line-height: 2!important
}

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

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

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

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

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

.text-decoration-line-through {
    text-decoration: line-through!important
}

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

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

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

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

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

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

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-tertiary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-grey-rgb),var(--bs-text-opacity))!important
}

.text-mid-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-mid-grey-rgb),var(--bs-text-opacity))!important
}

.text-light-grey {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-grey-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10,.link-opacity-10-hover:hover {
    --bs-link-opacity: .1
}

.link-opacity-25,.link-opacity-25-hover:hover {
    --bs-link-opacity: .25
}

.link-opacity-50,.link-opacity-50-hover:hover {
    --bs-link-opacity: .5
}

.link-opacity-75,.link-opacity-75-hover:hover {
    --bs-link-opacity: .75
}

.link-opacity-100,.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,.link-offset-1-hover:hover {
    text-underline-offset: .125em!important
}

.link-offset-2,.link-offset-2-hover:hover {
    text-underline-offset: .25em!important
}

.link-offset-3,.link-offset-3-hover:hover {
    text-underline-offset: .375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-tertiary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-tertiary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-black {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-black-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-white {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-white-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-grey {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-grey-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-mid-grey {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-mid-grey-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light-grey {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-grey-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important
}

.link-underline-opacity-0,.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: .1
}

.link-underline-opacity-25,.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: .25
}

.link-underline-opacity-50,.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: .5
}

.link-underline-opacity-75,.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: .75
}

.link-underline-opacity-100,.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-grey-rgb),var(--bs-bg-opacity))!important
}

.bg-mid-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-mid-grey-rgb),var(--bs-bg-opacity))!important
}

.bg-light-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-grey-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    user-select: auto!important
}

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

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

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

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media (min-width: 300px) {
    .float-mini-start {
        float:left!important
    }

    .float-mini-end {
        float: right!important
    }

    .float-mini-none {
        float: none!important
    }

    .object-fit-mini-contain {
        object-fit: contain!important
    }

    .object-fit-mini-cover {
        object-fit: cover!important
    }

    .object-fit-mini-fill {
        object-fit: fill!important
    }

    .object-fit-mini-scale {
        object-fit: scale-down!important
    }

    .object-fit-mini-none {
        object-fit: none!important
    }

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

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

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

    .d-mini-grid {
        display: grid!important
    }

    .d-mini-inline-grid {
        display: inline-grid!important
    }

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

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

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

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

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

    .d-mini-none {
        display: none!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-mini-evenly {
        justify-content: space-evenly!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-mini-first {
        order: -1!important
    }

    .order-mini-0 {
        order: 0!important
    }

    .order-mini-1 {
        order: 1!important
    }

    .order-mini-2 {
        order: 2!important
    }

    .order-mini-3 {
        order: 3!important
    }

    .order-mini-4 {
        order: 4!important
    }

    .order-mini-5 {
        order: 5!important
    }

    .order-mini-last {
        order: 6!important
    }

    .m-mini-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-mini-auto {
        margin: auto!important
    }

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

    .mx-mini-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-mini-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-mini-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-mini-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-mini-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-mini-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-mini-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-mini-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-mini-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-mini-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-mini-auto {
        margin-top: auto!important
    }

    .me-mini-0 {
        margin-right: 0!important
    }

    .me-mini-1 {
        margin-right: .25rem!important
    }

    .me-mini-2 {
        margin-right: .5rem!important
    }

    .me-mini-3 {
        margin-right: 1rem!important
    }

    .me-mini-4 {
        margin-right: 1.5rem!important
    }

    .me-mini-5 {
        margin-right: 3rem!important
    }

    .me-mini-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-mini-auto {
        margin-bottom: auto!important
    }

    .ms-mini-0 {
        margin-left: 0!important
    }

    .ms-mini-1 {
        margin-left: .25rem!important
    }

    .ms-mini-2 {
        margin-left: .5rem!important
    }

    .ms-mini-3 {
        margin-left: 1rem!important
    }

    .ms-mini-4 {
        margin-left: 1.5rem!important
    }

    .ms-mini-5 {
        margin-left: 3rem!important
    }

    .ms-mini-auto {
        margin-left: auto!important
    }

    .p-mini-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-mini-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-mini-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-mini-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-mini-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-mini-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-mini-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-mini-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-mini-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-mini-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-mini-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-mini-0 {
        padding-right: 0!important
    }

    .pe-mini-1 {
        padding-right: .25rem!important
    }

    .pe-mini-2 {
        padding-right: .5rem!important
    }

    .pe-mini-3 {
        padding-right: 1rem!important
    }

    .pe-mini-4 {
        padding-right: 1.5rem!important
    }

    .pe-mini-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-mini-0 {
        padding-left: 0!important
    }

    .ps-mini-1 {
        padding-left: .25rem!important
    }

    .ps-mini-2 {
        padding-left: .5rem!important
    }

    .ps-mini-3 {
        padding-left: 1rem!important
    }

    .ps-mini-4 {
        padding-left: 1.5rem!important
    }

    .ps-mini-5 {
        padding-left: 3rem!important
    }

    .gap-mini-0 {
        gap: 0!important
    }

    .gap-mini-1 {
        gap: .25rem!important
    }

    .gap-mini-2 {
        gap: .5rem!important
    }

    .gap-mini-3 {
        gap: 1rem!important
    }

    .gap-mini-4 {
        gap: 1.5rem!important
    }

    .gap-mini-5 {
        gap: 3rem!important
    }

    .row-gap-mini-0 {
        row-gap: 0!important
    }

    .row-gap-mini-1 {
        row-gap: .25rem!important
    }

    .row-gap-mini-2 {
        row-gap: .5rem!important
    }

    .row-gap-mini-3 {
        row-gap: 1rem!important
    }

    .row-gap-mini-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-mini-5 {
        row-gap: 3rem!important
    }

    .column-gap-mini-0 {
        column-gap: 0!important
    }

    .column-gap-mini-1 {
        column-gap: .25rem!important
    }

    .column-gap-mini-2 {
        column-gap: .5rem!important
    }

    .column-gap-mini-3 {
        column-gap: 1rem!important
    }

    .column-gap-mini-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-mini-5 {
        column-gap: 3rem!important
    }

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

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

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

@media (min-width: 360px) {
    .float-min-start {
        float:left!important
    }

    .float-min-end {
        float: right!important
    }

    .float-min-none {
        float: none!important
    }

    .object-fit-min-contain {
        object-fit: contain!important
    }

    .object-fit-min-cover {
        object-fit: cover!important
    }

    .object-fit-min-fill {
        object-fit: fill!important
    }

    .object-fit-min-scale {
        object-fit: scale-down!important
    }

    .object-fit-min-none {
        object-fit: none!important
    }

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

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

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

    .d-min-grid {
        display: grid!important
    }

    .d-min-inline-grid {
        display: inline-grid!important
    }

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

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

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

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

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

    .d-min-none {
        display: none!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .justify-content-min-evenly {
        justify-content: space-evenly!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-min-first {
        order: -1!important
    }

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

    .order-min-1 {
        order: 1!important
    }

    .order-min-2 {
        order: 2!important
    }

    .order-min-3 {
        order: 3!important
    }

    .order-min-4 {
        order: 4!important
    }

    .order-min-5 {
        order: 5!important
    }

    .order-min-last {
        order: 6!important
    }

    .m-min-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-min-auto {
        margin: auto!important
    }

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

    .mx-min-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-min-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-min-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-min-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-min-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-min-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-min-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-min-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-min-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-min-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-min-auto {
        margin-top: auto!important
    }

    .me-min-0 {
        margin-right: 0!important
    }

    .me-min-1 {
        margin-right: .25rem!important
    }

    .me-min-2 {
        margin-right: .5rem!important
    }

    .me-min-3 {
        margin-right: 1rem!important
    }

    .me-min-4 {
        margin-right: 1.5rem!important
    }

    .me-min-5 {
        margin-right: 3rem!important
    }

    .me-min-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-min-auto {
        margin-bottom: auto!important
    }

    .ms-min-0 {
        margin-left: 0!important
    }

    .ms-min-1 {
        margin-left: .25rem!important
    }

    .ms-min-2 {
        margin-left: .5rem!important
    }

    .ms-min-3 {
        margin-left: 1rem!important
    }

    .ms-min-4 {
        margin-left: 1.5rem!important
    }

    .ms-min-5 {
        margin-left: 3rem!important
    }

    .ms-min-auto {
        margin-left: auto!important
    }

    .p-min-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-min-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-min-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-min-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-min-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-min-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-min-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-min-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-min-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-min-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-min-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-min-0 {
        padding-right: 0!important
    }

    .pe-min-1 {
        padding-right: .25rem!important
    }

    .pe-min-2 {
        padding-right: .5rem!important
    }

    .pe-min-3 {
        padding-right: 1rem!important
    }

    .pe-min-4 {
        padding-right: 1.5rem!important
    }

    .pe-min-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-min-0 {
        padding-left: 0!important
    }

    .ps-min-1 {
        padding-left: .25rem!important
    }

    .ps-min-2 {
        padding-left: .5rem!important
    }

    .ps-min-3 {
        padding-left: 1rem!important
    }

    .ps-min-4 {
        padding-left: 1.5rem!important
    }

    .ps-min-5 {
        padding-left: 3rem!important
    }

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

    .gap-min-1 {
        gap: .25rem!important
    }

    .gap-min-2 {
        gap: .5rem!important
    }

    .gap-min-3 {
        gap: 1rem!important
    }

    .gap-min-4 {
        gap: 1.5rem!important
    }

    .gap-min-5 {
        gap: 3rem!important
    }

    .row-gap-min-0 {
        row-gap: 0!important
    }

    .row-gap-min-1 {
        row-gap: .25rem!important
    }

    .row-gap-min-2 {
        row-gap: .5rem!important
    }

    .row-gap-min-3 {
        row-gap: 1rem!important
    }

    .row-gap-min-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-min-5 {
        row-gap: 3rem!important
    }

    .column-gap-min-0 {
        column-gap: 0!important
    }

    .column-gap-min-1 {
        column-gap: .25rem!important
    }

    .column-gap-min-2 {
        column-gap: .5rem!important
    }

    .column-gap-min-3 {
        column-gap: 1rem!important
    }

    .column-gap-min-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-min-5 {
        column-gap: 3rem!important
    }

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

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

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

@media (min-width: 410px) {
    .float-xs-start {
        float:left!important
    }

    .float-xs-end {
        float: right!important
    }

    .float-xs-none {
        float: none!important
    }

    .object-fit-xs-contain {
        object-fit: contain!important
    }

    .object-fit-xs-cover {
        object-fit: cover!important
    }

    .object-fit-xs-fill {
        object-fit: fill!important
    }

    .object-fit-xs-scale {
        object-fit: scale-down!important
    }

    .object-fit-xs-none {
        object-fit: none!important
    }

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

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

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

    .d-xs-grid {
        display: grid!important
    }

    .d-xs-inline-grid {
        display: inline-grid!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
    }

    .d-xs-none {
        display: none!important
    }

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

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

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

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

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse!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
    }

    .justify-content-xs-evenly {
        justify-content: space-evenly!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
    }

    .order-xs-first {
        order: -1!important
    }

    .order-xs-0 {
        order: 0!important
    }

    .order-xs-1 {
        order: 1!important
    }

    .order-xs-2 {
        order: 2!important
    }

    .order-xs-3 {
        order: 3!important
    }

    .order-xs-4 {
        order: 4!important
    }

    .order-xs-5 {
        order: 5!important
    }

    .order-xs-last {
        order: 6!important
    }

    .m-xs-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-xs-auto {
        margin: auto!important
    }

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

    .mx-xs-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xs-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xs-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xs-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xs-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-xs-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xs-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xs-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xs-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xs-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-xs-auto {
        margin-top: auto!important
    }

    .me-xs-0 {
        margin-right: 0!important
    }

    .me-xs-1 {
        margin-right: .25rem!important
    }

    .me-xs-2 {
        margin-right: .5rem!important
    }

    .me-xs-3 {
        margin-right: 1rem!important
    }

    .me-xs-4 {
        margin-right: 1.5rem!important
    }

    .me-xs-5 {
        margin-right: 3rem!important
    }

    .me-xs-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-xs-auto {
        margin-bottom: auto!important
    }

    .ms-xs-0 {
        margin-left: 0!important
    }

    .ms-xs-1 {
        margin-left: .25rem!important
    }

    .ms-xs-2 {
        margin-left: .5rem!important
    }

    .ms-xs-3 {
        margin-left: 1rem!important
    }

    .ms-xs-4 {
        margin-left: 1.5rem!important
    }

    .ms-xs-5 {
        margin-left: 3rem!important
    }

    .ms-xs-auto {
        margin-left: auto!important
    }

    .p-xs-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-xs-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xs-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xs-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xs-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xs-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-xs-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xs-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xs-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xs-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xs-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-xs-0 {
        padding-right: 0!important
    }

    .pe-xs-1 {
        padding-right: .25rem!important
    }

    .pe-xs-2 {
        padding-right: .5rem!important
    }

    .pe-xs-3 {
        padding-right: 1rem!important
    }

    .pe-xs-4 {
        padding-right: 1.5rem!important
    }

    .pe-xs-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-xs-0 {
        padding-left: 0!important
    }

    .ps-xs-1 {
        padding-left: .25rem!important
    }

    .ps-xs-2 {
        padding-left: .5rem!important
    }

    .ps-xs-3 {
        padding-left: 1rem!important
    }

    .ps-xs-4 {
        padding-left: 1.5rem!important
    }

    .ps-xs-5 {
        padding-left: 3rem!important
    }

    .gap-xs-0 {
        gap: 0!important
    }

    .gap-xs-1 {
        gap: .25rem!important
    }

    .gap-xs-2 {
        gap: .5rem!important
    }

    .gap-xs-3 {
        gap: 1rem!important
    }

    .gap-xs-4 {
        gap: 1.5rem!important
    }

    .gap-xs-5 {
        gap: 3rem!important
    }

    .row-gap-xs-0 {
        row-gap: 0!important
    }

    .row-gap-xs-1 {
        row-gap: .25rem!important
    }

    .row-gap-xs-2 {
        row-gap: .5rem!important
    }

    .row-gap-xs-3 {
        row-gap: 1rem!important
    }

    .row-gap-xs-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xs-5 {
        row-gap: 3rem!important
    }

    .column-gap-xs-0 {
        column-gap: 0!important
    }

    .column-gap-xs-1 {
        column-gap: .25rem!important
    }

    .column-gap-xs-2 {
        column-gap: .5rem!important
    }

    .column-gap-xs-3 {
        column-gap: 1rem!important
    }

    .column-gap-xs-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xs-5 {
        column-gap: 3rem!important
    }

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

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

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

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

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        object-fit: none!important
    }

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

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

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

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-inline-grid {
        display: inline-grid!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
    }

    .d-sm-none {
        display: none!important
    }

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

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

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

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

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!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
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!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
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-sm-auto {
        margin: auto!important
    }

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

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        column-gap: 3rem!important
    }

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

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

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

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

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .object-fit-md-contain {
        object-fit: contain!important
    }

    .object-fit-md-cover {
        object-fit: cover!important
    }

    .object-fit-md-fill {
        object-fit: fill!important
    }

    .object-fit-md-scale {
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        object-fit: none!important
    }

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

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

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

    .d-md-grid {
        display: grid!important
    }

    .d-md-inline-grid {
        display: inline-grid!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
    }

    .d-md-none {
        display: none!important
    }

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

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

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

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

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!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
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!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
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-md-auto {
        margin: auto!important
    }

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

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        column-gap: 0!important
    }

    .column-gap-md-1 {
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        column-gap: 3rem!important
    }

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

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

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

@media (min-width: 1025px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .object-fit-lg-contain {
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        object-fit: none!important
    }

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

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

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

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-inline-grid {
        display: inline-grid!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
    }

    .d-lg-none {
        display: none!important
    }

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

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

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

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

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!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
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!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
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-lg-auto {
        margin: auto!important
    }

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

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        column-gap: 3rem!important
    }

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

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

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

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

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .object-fit-xl-contain {
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        object-fit: none!important
    }

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

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

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

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-inline-grid {
        display: inline-grid!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
    }

    .d-xl-none {
        display: none!important
    }

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

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

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

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

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!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
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!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
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-xl-auto {
        margin: auto!important
    }

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

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        column-gap: 3rem!important
    }

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

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

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

@media (min-width: 1440px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .object-fit-xxl-contain {
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        object-fit: none!important
    }

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

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

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

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-inline-grid {
        display: inline-grid!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
    }

    .d-xxl-none {
        display: none!important
    }

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

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

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

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

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!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
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!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
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

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

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

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

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

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

    .m-xxl-auto {
        margin: auto!important
    }

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

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

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

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

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

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

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

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

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

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

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

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

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

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

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

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

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

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

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

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

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

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

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

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

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

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

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

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

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

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

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

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

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

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

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

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

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

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

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

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

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

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

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        column-gap: 3rem!important
    }

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

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

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

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

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

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

    .d-print-grid {
        display: grid!important
    }

    .d-print-inline-grid {
        display: inline-grid!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
    }

    .d-print-none {
        display: none!important
    }
}

.font-1 {
    font-size: 1px!important
}

.font-2 {
    font-size: 2px!important
}

.font-3 {
    font-size: 3px!important
}

.font-4 {
    font-size: 4px!important
}

.font-5 {
    font-size: 5px!important
}

.font-6 {
    font-size: 6px!important
}

.font-7 {
    font-size: 7px!important
}

.font-8 {
    font-size: 8px!important
}

.font-9 {
    font-size: 9px!important
}

.font-10 {
    font-size: 10px!important
}

.font-11 {
    font-size: 11px!important
}

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

.font-13 {
    font-size: 13px!important
}

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

.font-15 {
    font-size: 15px!important
}

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

.font-17 {
    font-size: 17px!important
}

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

.font-19 {
    font-size: 19px!important
}

.font-20 {
    font-size: 20px!important
}

.font-21 {
    font-size: 21px!important
}

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

.font-23 {
    font-size: 23px!important
}

.font-24 {
    font-size: 24px!important
}

.font-25 {
    font-size: 25px!important
}

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

.font-27 {
    font-size: 27px!important
}

.font-28 {
    font-size: 28px!important
}

.font-29 {
    font-size: 29px!important
}

.font-30 {
    font-size: 30px!important
}

.font-31 {
    font-size: 31px!important
}

.font-32 {
    font-size: 32px!important
}

.font-33 {
    font-size: 33px!important
}

.font-34 {
    font-size: 34px!important
}

.font-35 {
    font-size: 35px!important
}

.font-36 {
    font-size: 36px!important
}

.font-37 {
    font-size: 37px!important
}

.font-38 {
    font-size: 38px!important
}

.font-39 {
    font-size: 39px!important
}

.font-40 {
    font-size: 40px!important
}

.font-41 {
    font-size: 41px!important
}

.font-42 {
    font-size: 42px!important
}

.font-43 {
    font-size: 43px!important
}

.font-44 {
    font-size: 44px!important
}

.font-45 {
    font-size: 45px!important
}

.font-46 {
    font-size: 46px!important
}

.font-47 {
    font-size: 47px!important
}

.font-48 {
    font-size: 48px!important
}

.font-49 {
    font-size: 49px!important
}

.font-50 {
    font-size: 50px!important
}

.font-51 {
    font-size: 51px!important
}

.font-52 {
    font-size: 52px!important
}

.font-53 {
    font-size: 53px!important
}

.font-54 {
    font-size: 54px!important
}

.font-55 {
    font-size: 55px!important
}

.font-56 {
    font-size: 56px!important
}

.font-57 {
    font-size: 57px!important
}

.font-58 {
    font-size: 58px!important
}

.font-59 {
    font-size: 59px!important
}

.font-60 {
    font-size: 60px!important
}

.font-61 {
    font-size: 61px!important
}

.font-62 {
    font-size: 62px!important
}

.font-63 {
    font-size: 63px!important
}

.font-64 {
    font-size: 64px!important
}

.font-65 {
    font-size: 65px!important
}

.font-66 {
    font-size: 66px!important
}

.font-67 {
    font-size: 67px!important
}

.font-68 {
    font-size: 68px!important
}

.font-69 {
    font-size: 69px!important
}

.font-70 {
    font-size: 70px!important
}

.font-71 {
    font-size: 71px!important
}

.font-72 {
    font-size: 72px!important
}

.font-73 {
    font-size: 73px!important
}

.font-74 {
    font-size: 74px!important
}

.font-75 {
    font-size: 75px!important
}

.font-76 {
    font-size: 76px!important
}

.font-77 {
    font-size: 77px!important
}

.font-78 {
    font-size: 78px!important
}

.font-79 {
    font-size: 79px!important
}

.font-80 {
    font-size: 80px!important
}

.font-81 {
    font-size: 81px!important
}

.font-82 {
    font-size: 82px!important
}

.font-83 {
    font-size: 83px!important
}

.font-84 {
    font-size: 84px!important
}

.font-85 {
    font-size: 85px!important
}

.font-86 {
    font-size: 86px!important
}

.font-87 {
    font-size: 87px!important
}

.font-88 {
    font-size: 88px!important
}

.font-89 {
    font-size: 89px!important
}

.font-90 {
    font-size: 90px!important
}

@media (min-width: 0) {
    .fs-xxs-1 {
        font-size:1px!important
    }

    .fs-xxs-2 {
        font-size: 2px!important
    }

    .fs-xxs-3 {
        font-size: 3px!important
    }

    .fs-xxs-4 {
        font-size: 4px!important
    }

    .fs-xxs-5 {
        font-size: 5px!important
    }

    .fs-xxs-6 {
        font-size: 6px!important
    }

    .fs-xxs-7 {
        font-size: 7px!important
    }

    .fs-xxs-8 {
        font-size: 8px!important
    }

    .fs-xxs-9 {
        font-size: 9px!important
    }

    .fs-xxs-10 {
        font-size: 10px!important
    }

    .fs-xxs-11 {
        font-size: 11px!important
    }

    .fs-xxs-12 {
        font-size: 12px!important
    }

    .fs-xxs-13 {
        font-size: 13px!important
    }

    .fs-xxs-14 {
        font-size: 14px!important
    }

    .fs-xxs-15 {
        font-size: 15px!important
    }

    .fs-xxs-16 {
        font-size: 16px!important
    }

    .fs-xxs-17 {
        font-size: 17px!important
    }

    .fs-xxs-18 {
        font-size: 18px!important
    }

    .fs-xxs-19 {
        font-size: 19px!important
    }

    .fs-xxs-20 {
        font-size: 20px!important
    }

    .fs-xxs-21 {
        font-size: 21px!important
    }

    .fs-xxs-22 {
        font-size: 22px!important
    }

    .fs-xxs-23 {
        font-size: 23px!important
    }

    .fs-xxs-24 {
        font-size: 24px!important
    }

    .fs-xxs-25 {
        font-size: 25px!important
    }

    .fs-xxs-26 {
        font-size: 26px!important
    }

    .fs-xxs-27 {
        font-size: 27px!important
    }

    .fs-xxs-28 {
        font-size: 28px!important
    }

    .fs-xxs-29 {
        font-size: 29px!important
    }

    .fs-xxs-30 {
        font-size: 30px!important
    }

    .fs-xxs-31 {
        font-size: 31px!important
    }

    .fs-xxs-32 {
        font-size: 32px!important
    }

    .fs-xxs-33 {
        font-size: 33px!important
    }

    .fs-xxs-34 {
        font-size: 34px!important
    }

    .fs-xxs-35 {
        font-size: 35px!important
    }

    .fs-xxs-36 {
        font-size: 36px!important
    }

    .fs-xxs-37 {
        font-size: 37px!important
    }

    .fs-xxs-38 {
        font-size: 38px!important
    }

    .fs-xxs-39 {
        font-size: 39px!important
    }

    .fs-xxs-40 {
        font-size: 40px!important
    }

    .fs-xxs-41 {
        font-size: 41px!important
    }

    .fs-xxs-42 {
        font-size: 42px!important
    }

    .fs-xxs-43 {
        font-size: 43px!important
    }

    .fs-xxs-44 {
        font-size: 44px!important
    }

    .fs-xxs-45 {
        font-size: 45px!important
    }

    .fs-xxs-46 {
        font-size: 46px!important
    }

    .fs-xxs-47 {
        font-size: 47px!important
    }

    .fs-xxs-48 {
        font-size: 48px!important
    }

    .fs-xxs-49 {
        font-size: 49px!important
    }

    .fs-xxs-50 {
        font-size: 50px!important
    }

    .fs-xxs-51 {
        font-size: 51px!important
    }

    .fs-xxs-52 {
        font-size: 52px!important
    }

    .fs-xxs-53 {
        font-size: 53px!important
    }

    .fs-xxs-54 {
        font-size: 54px!important
    }

    .fs-xxs-55 {
        font-size: 55px!important
    }

    .fs-xxs-56 {
        font-size: 56px!important
    }

    .fs-xxs-57 {
        font-size: 57px!important
    }

    .fs-xxs-58 {
        font-size: 58px!important
    }

    .fs-xxs-59 {
        font-size: 59px!important
    }

    .fs-xxs-60 {
        font-size: 60px!important
    }

    .fs-xxs-61 {
        font-size: 61px!important
    }

    .fs-xxs-62 {
        font-size: 62px!important
    }

    .fs-xxs-63 {
        font-size: 63px!important
    }

    .fs-xxs-64 {
        font-size: 64px!important
    }

    .fs-xxs-65 {
        font-size: 65px!important
    }

    .fs-xxs-66 {
        font-size: 66px!important
    }

    .fs-xxs-67 {
        font-size: 67px!important
    }

    .fs-xxs-68 {
        font-size: 68px!important
    }

    .fs-xxs-69 {
        font-size: 69px!important
    }

    .fs-xxs-70 {
        font-size: 70px!important
    }

    .fs-xxs-71 {
        font-size: 71px!important
    }

    .fs-xxs-72 {
        font-size: 72px!important
    }

    .fs-xxs-73 {
        font-size: 73px!important
    }

    .fs-xxs-74 {
        font-size: 74px!important
    }

    .fs-xxs-75 {
        font-size: 75px!important
    }

    .fs-xxs-76 {
        font-size: 76px!important
    }

    .fs-xxs-77 {
        font-size: 77px!important
    }

    .fs-xxs-78 {
        font-size: 78px!important
    }

    .fs-xxs-79 {
        font-size: 79px!important
    }

    .fs-xxs-80 {
        font-size: 80px!important
    }

    .fs-xxs-81 {
        font-size: 81px!important
    }

    .fs-xxs-82 {
        font-size: 82px!important
    }

    .fs-xxs-83 {
        font-size: 83px!important
    }

    .fs-xxs-84 {
        font-size: 84px!important
    }

    .fs-xxs-85 {
        font-size: 85px!important
    }

    .fs-xxs-86 {
        font-size: 86px!important
    }

    .fs-xxs-87 {
        font-size: 87px!important
    }

    .fs-xxs-88 {
        font-size: 88px!important
    }

    .fs-xxs-89 {
        font-size: 89px!important
    }

    .fs-xxs-90 {
        font-size: 90px!important
    }
}

@media (min-width: 300px) {
    .fs-mini-1 {
        font-size:1px!important
    }

    .fs-mini-2 {
        font-size: 2px!important
    }

    .fs-mini-3 {
        font-size: 3px!important
    }

    .fs-mini-4 {
        font-size: 4px!important
    }

    .fs-mini-5 {
        font-size: 5px!important
    }

    .fs-mini-6 {
        font-size: 6px!important
    }

    .fs-mini-7 {
        font-size: 7px!important
    }

    .fs-mini-8 {
        font-size: 8px!important
    }

    .fs-mini-9 {
        font-size: 9px!important
    }

    .fs-mini-10 {
        font-size: 10px!important
    }

    .fs-mini-11 {
        font-size: 11px!important
    }

    .fs-mini-12 {
        font-size: 12px!important
    }

    .fs-mini-13 {
        font-size: 13px!important
    }

    .fs-mini-14 {
        font-size: 14px!important
    }

    .fs-mini-15 {
        font-size: 15px!important
    }

    .fs-mini-16 {
        font-size: 16px!important
    }

    .fs-mini-17 {
        font-size: 17px!important
    }

    .fs-mini-18 {
        font-size: 18px!important
    }

    .fs-mini-19 {
        font-size: 19px!important
    }

    .fs-mini-20 {
        font-size: 20px!important
    }

    .fs-mini-21 {
        font-size: 21px!important
    }

    .fs-mini-22 {
        font-size: 22px!important
    }

    .fs-mini-23 {
        font-size: 23px!important
    }

    .fs-mini-24 {
        font-size: 24px!important
    }

    .fs-mini-25 {
        font-size: 25px!important
    }

    .fs-mini-26 {
        font-size: 26px!important
    }

    .fs-mini-27 {
        font-size: 27px!important
    }

    .fs-mini-28 {
        font-size: 28px!important
    }

    .fs-mini-29 {
        font-size: 29px!important
    }

    .fs-mini-30 {
        font-size: 30px!important
    }

    .fs-mini-31 {
        font-size: 31px!important
    }

    .fs-mini-32 {
        font-size: 32px!important
    }

    .fs-mini-33 {
        font-size: 33px!important
    }

    .fs-mini-34 {
        font-size: 34px!important
    }

    .fs-mini-35 {
        font-size: 35px!important
    }

    .fs-mini-36 {
        font-size: 36px!important
    }

    .fs-mini-37 {
        font-size: 37px!important
    }

    .fs-mini-38 {
        font-size: 38px!important
    }

    .fs-mini-39 {
        font-size: 39px!important
    }

    .fs-mini-40 {
        font-size: 40px!important
    }

    .fs-mini-41 {
        font-size: 41px!important
    }

    .fs-mini-42 {
        font-size: 42px!important
    }

    .fs-mini-43 {
        font-size: 43px!important
    }

    .fs-mini-44 {
        font-size: 44px!important
    }

    .fs-mini-45 {
        font-size: 45px!important
    }

    .fs-mini-46 {
        font-size: 46px!important
    }

    .fs-mini-47 {
        font-size: 47px!important
    }

    .fs-mini-48 {
        font-size: 48px!important
    }

    .fs-mini-49 {
        font-size: 49px!important
    }

    .fs-mini-50 {
        font-size: 50px!important
    }

    .fs-mini-51 {
        font-size: 51px!important
    }

    .fs-mini-52 {
        font-size: 52px!important
    }

    .fs-mini-53 {
        font-size: 53px!important
    }

    .fs-mini-54 {
        font-size: 54px!important
    }

    .fs-mini-55 {
        font-size: 55px!important
    }

    .fs-mini-56 {
        font-size: 56px!important
    }

    .fs-mini-57 {
        font-size: 57px!important
    }

    .fs-mini-58 {
        font-size: 58px!important
    }

    .fs-mini-59 {
        font-size: 59px!important
    }

    .fs-mini-60 {
        font-size: 60px!important
    }

    .fs-mini-61 {
        font-size: 61px!important
    }

    .fs-mini-62 {
        font-size: 62px!important
    }

    .fs-mini-63 {
        font-size: 63px!important
    }

    .fs-mini-64 {
        font-size: 64px!important
    }

    .fs-mini-65 {
        font-size: 65px!important
    }

    .fs-mini-66 {
        font-size: 66px!important
    }

    .fs-mini-67 {
        font-size: 67px!important
    }

    .fs-mini-68 {
        font-size: 68px!important
    }

    .fs-mini-69 {
        font-size: 69px!important
    }

    .fs-mini-70 {
        font-size: 70px!important
    }

    .fs-mini-71 {
        font-size: 71px!important
    }

    .fs-mini-72 {
        font-size: 72px!important
    }

    .fs-mini-73 {
        font-size: 73px!important
    }

    .fs-mini-74 {
        font-size: 74px!important
    }

    .fs-mini-75 {
        font-size: 75px!important
    }

    .fs-mini-76 {
        font-size: 76px!important
    }

    .fs-mini-77 {
        font-size: 77px!important
    }

    .fs-mini-78 {
        font-size: 78px!important
    }

    .fs-mini-79 {
        font-size: 79px!important
    }

    .fs-mini-80 {
        font-size: 80px!important
    }

    .fs-mini-81 {
        font-size: 81px!important
    }

    .fs-mini-82 {
        font-size: 82px!important
    }

    .fs-mini-83 {
        font-size: 83px!important
    }

    .fs-mini-84 {
        font-size: 84px!important
    }

    .fs-mini-85 {
        font-size: 85px!important
    }

    .fs-mini-86 {
        font-size: 86px!important
    }

    .fs-mini-87 {
        font-size: 87px!important
    }

    .fs-mini-88 {
        font-size: 88px!important
    }

    .fs-mini-89 {
        font-size: 89px!important
    }

    .fs-mini-90 {
        font-size: 90px!important
    }
}

@media (min-width: 360px) {
    .fs-min-1 {
        font-size:1px!important
    }

    .fs-min-2 {
        font-size: 2px!important
    }

    .fs-min-3 {
        font-size: 3px!important
    }

    .fs-min-4 {
        font-size: 4px!important
    }

    .fs-min-5 {
        font-size: 5px!important
    }

    .fs-min-6 {
        font-size: 6px!important
    }

    .fs-min-7 {
        font-size: 7px!important
    }

    .fs-min-8 {
        font-size: 8px!important
    }

    .fs-min-9 {
        font-size: 9px!important
    }

    .fs-min-10 {
        font-size: 10px!important
    }

    .fs-min-11 {
        font-size: 11px!important
    }

    .fs-min-12 {
        font-size: 12px!important
    }

    .fs-min-13 {
        font-size: 13px!important
    }

    .fs-min-14 {
        font-size: 14px!important
    }

    .fs-min-15 {
        font-size: 15px!important
    }

    .fs-min-16 {
        font-size: 16px!important
    }

    .fs-min-17 {
        font-size: 17px!important
    }

    .fs-min-18 {
        font-size: 18px!important
    }

    .fs-min-19 {
        font-size: 19px!important
    }

    .fs-min-20 {
        font-size: 20px!important
    }

    .fs-min-21 {
        font-size: 21px!important
    }

    .fs-min-22 {
        font-size: 22px!important
    }

    .fs-min-23 {
        font-size: 23px!important
    }

    .fs-min-24 {
        font-size: 24px!important
    }

    .fs-min-25 {
        font-size: 25px!important
    }

    .fs-min-26 {
        font-size: 26px!important
    }

    .fs-min-27 {
        font-size: 27px!important
    }

    .fs-min-28 {
        font-size: 28px!important
    }

    .fs-min-29 {
        font-size: 29px!important
    }

    .fs-min-30 {
        font-size: 30px!important
    }

    .fs-min-31 {
        font-size: 31px!important
    }

    .fs-min-32 {
        font-size: 32px!important
    }

    .fs-min-33 {
        font-size: 33px!important
    }

    .fs-min-34 {
        font-size: 34px!important
    }

    .fs-min-35 {
        font-size: 35px!important
    }

    .fs-min-36 {
        font-size: 36px!important
    }

    .fs-min-37 {
        font-size: 37px!important
    }

    .fs-min-38 {
        font-size: 38px!important
    }

    .fs-min-39 {
        font-size: 39px!important
    }

    .fs-min-40 {
        font-size: 40px!important
    }

    .fs-min-41 {
        font-size: 41px!important
    }

    .fs-min-42 {
        font-size: 42px!important
    }

    .fs-min-43 {
        font-size: 43px!important
    }

    .fs-min-44 {
        font-size: 44px!important
    }

    .fs-min-45 {
        font-size: 45px!important
    }

    .fs-min-46 {
        font-size: 46px!important
    }

    .fs-min-47 {
        font-size: 47px!important
    }

    .fs-min-48 {
        font-size: 48px!important
    }

    .fs-min-49 {
        font-size: 49px!important
    }

    .fs-min-50 {
        font-size: 50px!important
    }

    .fs-min-51 {
        font-size: 51px!important
    }

    .fs-min-52 {
        font-size: 52px!important
    }

    .fs-min-53 {
        font-size: 53px!important
    }

    .fs-min-54 {
        font-size: 54px!important
    }

    .fs-min-55 {
        font-size: 55px!important
    }

    .fs-min-56 {
        font-size: 56px!important
    }

    .fs-min-57 {
        font-size: 57px!important
    }

    .fs-min-58 {
        font-size: 58px!important
    }

    .fs-min-59 {
        font-size: 59px!important
    }

    .fs-min-60 {
        font-size: 60px!important
    }

    .fs-min-61 {
        font-size: 61px!important
    }

    .fs-min-62 {
        font-size: 62px!important
    }

    .fs-min-63 {
        font-size: 63px!important
    }

    .fs-min-64 {
        font-size: 64px!important
    }

    .fs-min-65 {
        font-size: 65px!important
    }

    .fs-min-66 {
        font-size: 66px!important
    }

    .fs-min-67 {
        font-size: 67px!important
    }

    .fs-min-68 {
        font-size: 68px!important
    }

    .fs-min-69 {
        font-size: 69px!important
    }

    .fs-min-70 {
        font-size: 70px!important
    }

    .fs-min-71 {
        font-size: 71px!important
    }

    .fs-min-72 {
        font-size: 72px!important
    }

    .fs-min-73 {
        font-size: 73px!important
    }

    .fs-min-74 {
        font-size: 74px!important
    }

    .fs-min-75 {
        font-size: 75px!important
    }

    .fs-min-76 {
        font-size: 76px!important
    }

    .fs-min-77 {
        font-size: 77px!important
    }

    .fs-min-78 {
        font-size: 78px!important
    }

    .fs-min-79 {
        font-size: 79px!important
    }

    .fs-min-80 {
        font-size: 80px!important
    }

    .fs-min-81 {
        font-size: 81px!important
    }

    .fs-min-82 {
        font-size: 82px!important
    }

    .fs-min-83 {
        font-size: 83px!important
    }

    .fs-min-84 {
        font-size: 84px!important
    }

    .fs-min-85 {
        font-size: 85px!important
    }

    .fs-min-86 {
        font-size: 86px!important
    }

    .fs-min-87 {
        font-size: 87px!important
    }

    .fs-min-88 {
        font-size: 88px!important
    }

    .fs-min-89 {
        font-size: 89px!important
    }

    .fs-min-90 {
        font-size: 90px!important
    }
}

@media (min-width: 410px) {
    .fs-xs-1 {
        font-size:1px!important
    }

    .fs-xs-2 {
        font-size: 2px!important
    }

    .fs-xs-3 {
        font-size: 3px!important
    }

    .fs-xs-4 {
        font-size: 4px!important
    }

    .fs-xs-5 {
        font-size: 5px!important
    }

    .fs-xs-6 {
        font-size: 6px!important
    }

    .fs-xs-7 {
        font-size: 7px!important
    }

    .fs-xs-8 {
        font-size: 8px!important
    }

    .fs-xs-9 {
        font-size: 9px!important
    }

    .fs-xs-10 {
        font-size: 10px!important
    }

    .fs-xs-11 {
        font-size: 11px!important
    }

    .fs-xs-12 {
        font-size: 12px!important
    }

    .fs-xs-13 {
        font-size: 13px!important
    }

    .fs-xs-14 {
        font-size: 14px!important
    }

    .fs-xs-15 {
        font-size: 15px!important
    }

    .fs-xs-16 {
        font-size: 16px!important
    }

    .fs-xs-17 {
        font-size: 17px!important
    }

    .fs-xs-18 {
        font-size: 18px!important
    }

    .fs-xs-19 {
        font-size: 19px!important
    }

    .fs-xs-20 {
        font-size: 20px!important
    }

    .fs-xs-21 {
        font-size: 21px!important
    }

    .fs-xs-22 {
        font-size: 22px!important
    }

    .fs-xs-23 {
        font-size: 23px!important
    }

    .fs-xs-24 {
        font-size: 24px!important
    }

    .fs-xs-25 {
        font-size: 25px!important
    }

    .fs-xs-26 {
        font-size: 26px!important
    }

    .fs-xs-27 {
        font-size: 27px!important
    }

    .fs-xs-28 {
        font-size: 28px!important
    }

    .fs-xs-29 {
        font-size: 29px!important
    }

    .fs-xs-30 {
        font-size: 30px!important
    }

    .fs-xs-31 {
        font-size: 31px!important
    }

    .fs-xs-32 {
        font-size: 32px!important
    }

    .fs-xs-33 {
        font-size: 33px!important
    }

    .fs-xs-34 {
        font-size: 34px!important
    }

    .fs-xs-35 {
        font-size: 35px!important
    }

    .fs-xs-36 {
        font-size: 36px!important
    }

    .fs-xs-37 {
        font-size: 37px!important
    }

    .fs-xs-38 {
        font-size: 38px!important
    }

    .fs-xs-39 {
        font-size: 39px!important
    }

    .fs-xs-40 {
        font-size: 40px!important
    }

    .fs-xs-41 {
        font-size: 41px!important
    }

    .fs-xs-42 {
        font-size: 42px!important
    }

    .fs-xs-43 {
        font-size: 43px!important
    }

    .fs-xs-44 {
        font-size: 44px!important
    }

    .fs-xs-45 {
        font-size: 45px!important
    }

    .fs-xs-46 {
        font-size: 46px!important
    }

    .fs-xs-47 {
        font-size: 47px!important
    }

    .fs-xs-48 {
        font-size: 48px!important
    }

    .fs-xs-49 {
        font-size: 49px!important
    }

    .fs-xs-50 {
        font-size: 50px!important
    }

    .fs-xs-51 {
        font-size: 51px!important
    }

    .fs-xs-52 {
        font-size: 52px!important
    }

    .fs-xs-53 {
        font-size: 53px!important
    }

    .fs-xs-54 {
        font-size: 54px!important
    }

    .fs-xs-55 {
        font-size: 55px!important
    }

    .fs-xs-56 {
        font-size: 56px!important
    }

    .fs-xs-57 {
        font-size: 57px!important
    }

    .fs-xs-58 {
        font-size: 58px!important
    }

    .fs-xs-59 {
        font-size: 59px!important
    }

    .fs-xs-60 {
        font-size: 60px!important
    }

    .fs-xs-61 {
        font-size: 61px!important
    }

    .fs-xs-62 {
        font-size: 62px!important
    }

    .fs-xs-63 {
        font-size: 63px!important
    }

    .fs-xs-64 {
        font-size: 64px!important
    }

    .fs-xs-65 {
        font-size: 65px!important
    }

    .fs-xs-66 {
        font-size: 66px!important
    }

    .fs-xs-67 {
        font-size: 67px!important
    }

    .fs-xs-68 {
        font-size: 68px!important
    }

    .fs-xs-69 {
        font-size: 69px!important
    }

    .fs-xs-70 {
        font-size: 70px!important
    }

    .fs-xs-71 {
        font-size: 71px!important
    }

    .fs-xs-72 {
        font-size: 72px!important
    }

    .fs-xs-73 {
        font-size: 73px!important
    }

    .fs-xs-74 {
        font-size: 74px!important
    }

    .fs-xs-75 {
        font-size: 75px!important
    }

    .fs-xs-76 {
        font-size: 76px!important
    }

    .fs-xs-77 {
        font-size: 77px!important
    }

    .fs-xs-78 {
        font-size: 78px!important
    }

    .fs-xs-79 {
        font-size: 79px!important
    }

    .fs-xs-80 {
        font-size: 80px!important
    }

    .fs-xs-81 {
        font-size: 81px!important
    }

    .fs-xs-82 {
        font-size: 82px!important
    }

    .fs-xs-83 {
        font-size: 83px!important
    }

    .fs-xs-84 {
        font-size: 84px!important
    }

    .fs-xs-85 {
        font-size: 85px!important
    }

    .fs-xs-86 {
        font-size: 86px!important
    }

    .fs-xs-87 {
        font-size: 87px!important
    }

    .fs-xs-88 {
        font-size: 88px!important
    }

    .fs-xs-89 {
        font-size: 89px!important
    }

    .fs-xs-90 {
        font-size: 90px!important
    }
}

@media (min-width: 576px) {
    .fs-sm-1 {
        font-size:1px!important
    }

    .fs-sm-2 {
        font-size: 2px!important
    }

    .fs-sm-3 {
        font-size: 3px!important
    }

    .fs-sm-4 {
        font-size: 4px!important
    }

    .fs-sm-5 {
        font-size: 5px!important
    }

    .fs-sm-6 {
        font-size: 6px!important
    }

    .fs-sm-7 {
        font-size: 7px!important
    }

    .fs-sm-8 {
        font-size: 8px!important
    }

    .fs-sm-9 {
        font-size: 9px!important
    }

    .fs-sm-10 {
        font-size: 10px!important
    }

    .fs-sm-11 {
        font-size: 11px!important
    }

    .fs-sm-12 {
        font-size: 12px!important
    }

    .fs-sm-13 {
        font-size: 13px!important
    }

    .fs-sm-14 {
        font-size: 14px!important
    }

    .fs-sm-15 {
        font-size: 15px!important
    }

    .fs-sm-16 {
        font-size: 16px!important
    }

    .fs-sm-17 {
        font-size: 17px!important
    }

    .fs-sm-18 {
        font-size: 18px!important
    }

    .fs-sm-19 {
        font-size: 19px!important
    }

    .fs-sm-20 {
        font-size: 20px!important
    }

    .fs-sm-21 {
        font-size: 21px!important
    }

    .fs-sm-22 {
        font-size: 22px!important
    }

    .fs-sm-23 {
        font-size: 23px!important
    }

    .fs-sm-24 {
        font-size: 24px!important
    }

    .fs-sm-25 {
        font-size: 25px!important
    }

    .fs-sm-26 {
        font-size: 26px!important
    }

    .fs-sm-27 {
        font-size: 27px!important
    }

    .fs-sm-28 {
        font-size: 28px!important
    }

    .fs-sm-29 {
        font-size: 29px!important
    }

    .fs-sm-30 {
        font-size: 30px!important
    }

    .fs-sm-31 {
        font-size: 31px!important
    }

    .fs-sm-32 {
        font-size: 32px!important
    }

    .fs-sm-33 {
        font-size: 33px!important
    }

    .fs-sm-34 {
        font-size: 34px!important
    }

    .fs-sm-35 {
        font-size: 35px!important
    }

    .fs-sm-36 {
        font-size: 36px!important
    }

    .fs-sm-37 {
        font-size: 37px!important
    }

    .fs-sm-38 {
        font-size: 38px!important
    }

    .fs-sm-39 {
        font-size: 39px!important
    }

    .fs-sm-40 {
        font-size: 40px!important
    }

    .fs-sm-41 {
        font-size: 41px!important
    }

    .fs-sm-42 {
        font-size: 42px!important
    }

    .fs-sm-43 {
        font-size: 43px!important
    }

    .fs-sm-44 {
        font-size: 44px!important
    }

    .fs-sm-45 {
        font-size: 45px!important
    }

    .fs-sm-46 {
        font-size: 46px!important
    }

    .fs-sm-47 {
        font-size: 47px!important
    }

    .fs-sm-48 {
        font-size: 48px!important
    }

    .fs-sm-49 {
        font-size: 49px!important
    }

    .fs-sm-50 {
        font-size: 50px!important
    }

    .fs-sm-51 {
        font-size: 51px!important
    }

    .fs-sm-52 {
        font-size: 52px!important
    }

    .fs-sm-53 {
        font-size: 53px!important
    }

    .fs-sm-54 {
        font-size: 54px!important
    }

    .fs-sm-55 {
        font-size: 55px!important
    }

    .fs-sm-56 {
        font-size: 56px!important
    }

    .fs-sm-57 {
        font-size: 57px!important
    }

    .fs-sm-58 {
        font-size: 58px!important
    }

    .fs-sm-59 {
        font-size: 59px!important
    }

    .fs-sm-60 {
        font-size: 60px!important
    }

    .fs-sm-61 {
        font-size: 61px!important
    }

    .fs-sm-62 {
        font-size: 62px!important
    }

    .fs-sm-63 {
        font-size: 63px!important
    }

    .fs-sm-64 {
        font-size: 64px!important
    }

    .fs-sm-65 {
        font-size: 65px!important
    }

    .fs-sm-66 {
        font-size: 66px!important
    }

    .fs-sm-67 {
        font-size: 67px!important
    }

    .fs-sm-68 {
        font-size: 68px!important
    }

    .fs-sm-69 {
        font-size: 69px!important
    }

    .fs-sm-70 {
        font-size: 70px!important
    }

    .fs-sm-71 {
        font-size: 71px!important
    }

    .fs-sm-72 {
        font-size: 72px!important
    }

    .fs-sm-73 {
        font-size: 73px!important
    }

    .fs-sm-74 {
        font-size: 74px!important
    }

    .fs-sm-75 {
        font-size: 75px!important
    }

    .fs-sm-76 {
        font-size: 76px!important
    }

    .fs-sm-77 {
        font-size: 77px!important
    }

    .fs-sm-78 {
        font-size: 78px!important
    }

    .fs-sm-79 {
        font-size: 79px!important
    }

    .fs-sm-80 {
        font-size: 80px!important
    }

    .fs-sm-81 {
        font-size: 81px!important
    }

    .fs-sm-82 {
        font-size: 82px!important
    }

    .fs-sm-83 {
        font-size: 83px!important
    }

    .fs-sm-84 {
        font-size: 84px!important
    }

    .fs-sm-85 {
        font-size: 85px!important
    }

    .fs-sm-86 {
        font-size: 86px!important
    }

    .fs-sm-87 {
        font-size: 87px!important
    }

    .fs-sm-88 {
        font-size: 88px!important
    }

    .fs-sm-89 {
        font-size: 89px!important
    }

    .fs-sm-90 {
        font-size: 90px!important
    }
}

@media (min-width: 768px) {
    .fs-md-1 {
        font-size:1px!important
    }

    .fs-md-2 {
        font-size: 2px!important
    }

    .fs-md-3 {
        font-size: 3px!important
    }

    .fs-md-4 {
        font-size: 4px!important
    }

    .fs-md-5 {
        font-size: 5px!important
    }

    .fs-md-6 {
        font-size: 6px!important
    }

    .fs-md-7 {
        font-size: 7px!important
    }

    .fs-md-8 {
        font-size: 8px!important
    }

    .fs-md-9 {
        font-size: 9px!important
    }

    .fs-md-10 {
        font-size: 10px!important
    }

    .fs-md-11 {
        font-size: 11px!important
    }

    .fs-md-12 {
        font-size: 12px!important
    }

    .fs-md-13 {
        font-size: 13px!important
    }

    .fs-md-14 {
        font-size: 14px!important
    }

    .fs-md-15 {
        font-size: 15px!important
    }

    .fs-md-16 {
        font-size: 16px!important
    }

    .fs-md-17 {
        font-size: 17px!important
    }

    .fs-md-18 {
        font-size: 18px!important
    }

    .fs-md-19 {
        font-size: 19px!important
    }

    .fs-md-20 {
        font-size: 20px!important
    }

    .fs-md-21 {
        font-size: 21px!important
    }

    .fs-md-22 {
        font-size: 22px!important
    }

    .fs-md-23 {
        font-size: 23px!important
    }

    .fs-md-24 {
        font-size: 24px!important
    }

    .fs-md-25 {
        font-size: 25px!important
    }

    .fs-md-26 {
        font-size: 26px!important
    }

    .fs-md-27 {
        font-size: 27px!important
    }

    .fs-md-28 {
        font-size: 28px!important
    }

    .fs-md-29 {
        font-size: 29px!important
    }

    .fs-md-30 {
        font-size: 30px!important
    }

    .fs-md-31 {
        font-size: 31px!important
    }

    .fs-md-32 {
        font-size: 32px!important
    }

    .fs-md-33 {
        font-size: 33px!important
    }

    .fs-md-34 {
        font-size: 34px!important
    }

    .fs-md-35 {
        font-size: 35px!important
    }

    .fs-md-36 {
        font-size: 36px!important
    }

    .fs-md-37 {
        font-size: 37px!important
    }

    .fs-md-38 {
        font-size: 38px!important
    }

    .fs-md-39 {
        font-size: 39px!important
    }

    .fs-md-40 {
        font-size: 40px!important
    }

    .fs-md-41 {
        font-size: 41px!important
    }

    .fs-md-42 {
        font-size: 42px!important
    }

    .fs-md-43 {
        font-size: 43px!important
    }

    .fs-md-44 {
        font-size: 44px!important
    }

    .fs-md-45 {
        font-size: 45px!important
    }

    .fs-md-46 {
        font-size: 46px!important
    }

    .fs-md-47 {
        font-size: 47px!important
    }

    .fs-md-48 {
        font-size: 48px!important
    }

    .fs-md-49 {
        font-size: 49px!important
    }

    .fs-md-50 {
        font-size: 50px!important
    }

    .fs-md-51 {
        font-size: 51px!important
    }

    .fs-md-52 {
        font-size: 52px!important
    }

    .fs-md-53 {
        font-size: 53px!important
    }

    .fs-md-54 {
        font-size: 54px!important
    }

    .fs-md-55 {
        font-size: 55px!important
    }

    .fs-md-56 {
        font-size: 56px!important
    }

    .fs-md-57 {
        font-size: 57px!important
    }

    .fs-md-58 {
        font-size: 58px!important
    }

    .fs-md-59 {
        font-size: 59px!important
    }

    .fs-md-60 {
        font-size: 60px!important
    }

    .fs-md-61 {
        font-size: 61px!important
    }

    .fs-md-62 {
        font-size: 62px!important
    }

    .fs-md-63 {
        font-size: 63px!important
    }

    .fs-md-64 {
        font-size: 64px!important
    }

    .fs-md-65 {
        font-size: 65px!important
    }

    .fs-md-66 {
        font-size: 66px!important
    }

    .fs-md-67 {
        font-size: 67px!important
    }

    .fs-md-68 {
        font-size: 68px!important
    }

    .fs-md-69 {
        font-size: 69px!important
    }

    .fs-md-70 {
        font-size: 70px!important
    }

    .fs-md-71 {
        font-size: 71px!important
    }

    .fs-md-72 {
        font-size: 72px!important
    }

    .fs-md-73 {
        font-size: 73px!important
    }

    .fs-md-74 {
        font-size: 74px!important
    }

    .fs-md-75 {
        font-size: 75px!important
    }

    .fs-md-76 {
        font-size: 76px!important
    }

    .fs-md-77 {
        font-size: 77px!important
    }

    .fs-md-78 {
        font-size: 78px!important
    }

    .fs-md-79 {
        font-size: 79px!important
    }

    .fs-md-80 {
        font-size: 80px!important
    }

    .fs-md-81 {
        font-size: 81px!important
    }

    .fs-md-82 {
        font-size: 82px!important
    }

    .fs-md-83 {
        font-size: 83px!important
    }

    .fs-md-84 {
        font-size: 84px!important
    }

    .fs-md-85 {
        font-size: 85px!important
    }

    .fs-md-86 {
        font-size: 86px!important
    }

    .fs-md-87 {
        font-size: 87px!important
    }

    .fs-md-88 {
        font-size: 88px!important
    }

    .fs-md-89 {
        font-size: 89px!important
    }

    .fs-md-90 {
        font-size: 90px!important
    }
}

@media (min-width: 1025px) {
    .fs-lg-1 {
        font-size:1px!important
    }

    .fs-lg-2 {
        font-size: 2px!important
    }

    .fs-lg-3 {
        font-size: 3px!important
    }

    .fs-lg-4 {
        font-size: 4px!important
    }

    .fs-lg-5 {
        font-size: 5px!important
    }

    .fs-lg-6 {
        font-size: 6px!important
    }

    .fs-lg-7 {
        font-size: 7px!important
    }

    .fs-lg-8 {
        font-size: 8px!important
    }

    .fs-lg-9 {
        font-size: 9px!important
    }

    .fs-lg-10 {
        font-size: 10px!important
    }

    .fs-lg-11 {
        font-size: 11px!important
    }

    .fs-lg-12 {
        font-size: 12px!important
    }

    .fs-lg-13 {
        font-size: 13px!important
    }

    .fs-lg-14 {
        font-size: 14px!important
    }

    .fs-lg-15 {
        font-size: 15px!important
    }

    .fs-lg-16 {
        font-size: 16px!important
    }

    .fs-lg-17 {
        font-size: 17px!important
    }

    .fs-lg-18 {
        font-size: 18px!important
    }

    .fs-lg-19 {
        font-size: 19px!important
    }

    .fs-lg-20 {
        font-size: 20px!important
    }

    .fs-lg-21 {
        font-size: 21px!important
    }

    .fs-lg-22 {
        font-size: 22px!important
    }

    .fs-lg-23 {
        font-size: 23px!important
    }

    .fs-lg-24 {
        font-size: 24px!important
    }

    .fs-lg-25 {
        font-size: 25px!important
    }

    .fs-lg-26 {
        font-size: 26px!important
    }

    .fs-lg-27 {
        font-size: 27px!important
    }

    .fs-lg-28 {
        font-size: 28px!important
    }

    .fs-lg-29 {
        font-size: 29px!important
    }

    .fs-lg-30 {
        font-size: 30px!important
    }

    .fs-lg-31 {
        font-size: 31px!important
    }

    .fs-lg-32 {
        font-size: 32px!important
    }

    .fs-lg-33 {
        font-size: 33px!important
    }

    .fs-lg-34 {
        font-size: 34px!important
    }

    .fs-lg-35 {
        font-size: 35px!important
    }

    .fs-lg-36 {
        font-size: 36px!important
    }

    .fs-lg-37 {
        font-size: 37px!important
    }

    .fs-lg-38 {
        font-size: 38px!important
    }

    .fs-lg-39 {
        font-size: 39px!important
    }

    .fs-lg-40 {
        font-size: 40px!important
    }

    .fs-lg-41 {
        font-size: 41px!important
    }

    .fs-lg-42 {
        font-size: 42px!important
    }

    .fs-lg-43 {
        font-size: 43px!important
    }

    .fs-lg-44 {
        font-size: 44px!important
    }

    .fs-lg-45 {
        font-size: 45px!important
    }

    .fs-lg-46 {
        font-size: 46px!important
    }

    .fs-lg-47 {
        font-size: 47px!important
    }

    .fs-lg-48 {
        font-size: 48px!important
    }

    .fs-lg-49 {
        font-size: 49px!important
    }

    .fs-lg-50 {
        font-size: 50px!important
    }

    .fs-lg-51 {
        font-size: 51px!important
    }

    .fs-lg-52 {
        font-size: 52px!important
    }

    .fs-lg-53 {
        font-size: 53px!important
    }

    .fs-lg-54 {
        font-size: 54px!important
    }

    .fs-lg-55 {
        font-size: 55px!important
    }

    .fs-lg-56 {
        font-size: 56px!important
    }

    .fs-lg-57 {
        font-size: 57px!important
    }

    .fs-lg-58 {
        font-size: 58px!important
    }

    .fs-lg-59 {
        font-size: 59px!important
    }

    .fs-lg-60 {
        font-size: 60px!important
    }

    .fs-lg-61 {
        font-size: 61px!important
    }

    .fs-lg-62 {
        font-size: 62px!important
    }

    .fs-lg-63 {
        font-size: 63px!important
    }

    .fs-lg-64 {
        font-size: 64px!important
    }

    .fs-lg-65 {
        font-size: 65px!important
    }

    .fs-lg-66 {
        font-size: 66px!important
    }

    .fs-lg-67 {
        font-size: 67px!important
    }

    .fs-lg-68 {
        font-size: 68px!important
    }

    .fs-lg-69 {
        font-size: 69px!important
    }

    .fs-lg-70 {
        font-size: 70px!important
    }

    .fs-lg-71 {
        font-size: 71px!important
    }

    .fs-lg-72 {
        font-size: 72px!important
    }

    .fs-lg-73 {
        font-size: 73px!important
    }

    .fs-lg-74 {
        font-size: 74px!important
    }

    .fs-lg-75 {
        font-size: 75px!important
    }

    .fs-lg-76 {
        font-size: 76px!important
    }

    .fs-lg-77 {
        font-size: 77px!important
    }

    .fs-lg-78 {
        font-size: 78px!important
    }

    .fs-lg-79 {
        font-size: 79px!important
    }

    .fs-lg-80 {
        font-size: 80px!important
    }

    .fs-lg-81 {
        font-size: 81px!important
    }

    .fs-lg-82 {
        font-size: 82px!important
    }

    .fs-lg-83 {
        font-size: 83px!important
    }

    .fs-lg-84 {
        font-size: 84px!important
    }

    .fs-lg-85 {
        font-size: 85px!important
    }

    .fs-lg-86 {
        font-size: 86px!important
    }

    .fs-lg-87 {
        font-size: 87px!important
    }

    .fs-lg-88 {
        font-size: 88px!important
    }

    .fs-lg-89 {
        font-size: 89px!important
    }

    .fs-lg-90 {
        font-size: 90px!important
    }
}

@media (min-width: 1200px) {
    .fs-xl-1 {
        font-size:1px!important
    }

    .fs-xl-2 {
        font-size: 2px!important
    }

    .fs-xl-3 {
        font-size: 3px!important
    }

    .fs-xl-4 {
        font-size: 4px!important
    }

    .fs-xl-5 {
        font-size: 5px!important
    }

    .fs-xl-6 {
        font-size: 6px!important
    }

    .fs-xl-7 {
        font-size: 7px!important
    }

    .fs-xl-8 {
        font-size: 8px!important
    }

    .fs-xl-9 {
        font-size: 9px!important
    }

    .fs-xl-10 {
        font-size: 10px!important
    }

    .fs-xl-11 {
        font-size: 11px!important
    }

    .fs-xl-12 {
        font-size: 12px!important
    }

    .fs-xl-13 {
        font-size: 13px!important
    }

    .fs-xl-14 {
        font-size: 14px!important
    }

    .fs-xl-15 {
        font-size: 15px!important
    }

    .fs-xl-16 {
        font-size: 16px!important
    }

    .fs-xl-17 {
        font-size: 17px!important
    }

    .fs-xl-18 {
        font-size: 18px!important
    }

    .fs-xl-19 {
        font-size: 19px!important
    }

    .fs-xl-20 {
        font-size: 20px!important
    }

    .fs-xl-21 {
        font-size: 21px!important
    }

    .fs-xl-22 {
        font-size: 22px!important
    }

    .fs-xl-23 {
        font-size: 23px!important
    }

    .fs-xl-24 {
        font-size: 24px!important
    }

    .fs-xl-25 {
        font-size: 25px!important
    }

    .fs-xl-26 {
        font-size: 26px!important
    }

    .fs-xl-27 {
        font-size: 27px!important
    }

    .fs-xl-28 {
        font-size: 28px!important
    }

    .fs-xl-29 {
        font-size: 29px!important
    }

    .fs-xl-30 {
        font-size: 30px!important
    }

    .fs-xl-31 {
        font-size: 31px!important
    }

    .fs-xl-32 {
        font-size: 32px!important
    }

    .fs-xl-33 {
        font-size: 33px!important
    }

    .fs-xl-34 {
        font-size: 34px!important
    }

    .fs-xl-35 {
        font-size: 35px!important
    }

    .fs-xl-36 {
        font-size: 36px!important
    }

    .fs-xl-37 {
        font-size: 37px!important
    }

    .fs-xl-38 {
        font-size: 38px!important
    }

    .fs-xl-39 {
        font-size: 39px!important
    }

    .fs-xl-40 {
        font-size: 40px!important
    }

    .fs-xl-41 {
        font-size: 41px!important
    }

    .fs-xl-42 {
        font-size: 42px!important
    }

    .fs-xl-43 {
        font-size: 43px!important
    }

    .fs-xl-44 {
        font-size: 44px!important
    }

    .fs-xl-45 {
        font-size: 45px!important
    }

    .fs-xl-46 {
        font-size: 46px!important
    }

    .fs-xl-47 {
        font-size: 47px!important
    }

    .fs-xl-48 {
        font-size: 48px!important
    }

    .fs-xl-49 {
        font-size: 49px!important
    }

    .fs-xl-50 {
        font-size: 50px!important
    }

    .fs-xl-51 {
        font-size: 51px!important
    }

    .fs-xl-52 {
        font-size: 52px!important
    }

    .fs-xl-53 {
        font-size: 53px!important
    }

    .fs-xl-54 {
        font-size: 54px!important
    }

    .fs-xl-55 {
        font-size: 55px!important
    }

    .fs-xl-56 {
        font-size: 56px!important
    }

    .fs-xl-57 {
        font-size: 57px!important
    }

    .fs-xl-58 {
        font-size: 58px!important
    }

    .fs-xl-59 {
        font-size: 59px!important
    }

    .fs-xl-60 {
        font-size: 60px!important
    }

    .fs-xl-61 {
        font-size: 61px!important
    }

    .fs-xl-62 {
        font-size: 62px!important
    }

    .fs-xl-63 {
        font-size: 63px!important
    }

    .fs-xl-64 {
        font-size: 64px!important
    }

    .fs-xl-65 {
        font-size: 65px!important
    }

    .fs-xl-66 {
        font-size: 66px!important
    }

    .fs-xl-67 {
        font-size: 67px!important
    }

    .fs-xl-68 {
        font-size: 68px!important
    }

    .fs-xl-69 {
        font-size: 69px!important
    }

    .fs-xl-70 {
        font-size: 70px!important
    }

    .fs-xl-71 {
        font-size: 71px!important
    }

    .fs-xl-72 {
        font-size: 72px!important
    }

    .fs-xl-73 {
        font-size: 73px!important
    }

    .fs-xl-74 {
        font-size: 74px!important
    }

    .fs-xl-75 {
        font-size: 75px!important
    }

    .fs-xl-76 {
        font-size: 76px!important
    }

    .fs-xl-77 {
        font-size: 77px!important
    }

    .fs-xl-78 {
        font-size: 78px!important
    }

    .fs-xl-79 {
        font-size: 79px!important
    }

    .fs-xl-80 {
        font-size: 80px!important
    }

    .fs-xl-81 {
        font-size: 81px!important
    }

    .fs-xl-82 {
        font-size: 82px!important
    }

    .fs-xl-83 {
        font-size: 83px!important
    }

    .fs-xl-84 {
        font-size: 84px!important
    }

    .fs-xl-85 {
        font-size: 85px!important
    }

    .fs-xl-86 {
        font-size: 86px!important
    }

    .fs-xl-87 {
        font-size: 87px!important
    }

    .fs-xl-88 {
        font-size: 88px!important
    }

    .fs-xl-89 {
        font-size: 89px!important
    }

    .fs-xl-90 {
        font-size: 90px!important
    }
}

@media (min-width: 1440px) {
    .fs-xxl-1 {
        font-size:1px!important
    }

    .fs-xxl-2 {
        font-size: 2px!important
    }

    .fs-xxl-3 {
        font-size: 3px!important
    }

    .fs-xxl-4 {
        font-size: 4px!important
    }

    .fs-xxl-5 {
        font-size: 5px!important
    }

    .fs-xxl-6 {
        font-size: 6px!important
    }

    .fs-xxl-7 {
        font-size: 7px!important
    }

    .fs-xxl-8 {
        font-size: 8px!important
    }

    .fs-xxl-9 {
        font-size: 9px!important
    }

    .fs-xxl-10 {
        font-size: 10px!important
    }

    .fs-xxl-11 {
        font-size: 11px!important
    }

    .fs-xxl-12 {
        font-size: 12px!important
    }

    .fs-xxl-13 {
        font-size: 13px!important
    }

    .fs-xxl-14 {
        font-size: 14px!important
    }

    .fs-xxl-15 {
        font-size: 15px!important
    }

    .fs-xxl-16 {
        font-size: 16px!important
    }

    .fs-xxl-17 {
        font-size: 17px!important
    }

    .fs-xxl-18 {
        font-size: 18px!important
    }

    .fs-xxl-19 {
        font-size: 19px!important
    }

    .fs-xxl-20 {
        font-size: 20px!important
    }

    .fs-xxl-21 {
        font-size: 21px!important
    }

    .fs-xxl-22 {
        font-size: 22px!important
    }

    .fs-xxl-23 {
        font-size: 23px!important
    }

    .fs-xxl-24 {
        font-size: 24px!important
    }

    .fs-xxl-25 {
        font-size: 25px!important
    }

    .fs-xxl-26 {
        font-size: 26px!important
    }

    .fs-xxl-27 {
        font-size: 27px!important
    }

    .fs-xxl-28 {
        font-size: 28px!important
    }

    .fs-xxl-29 {
        font-size: 29px!important
    }

    .fs-xxl-30 {
        font-size: 30px!important
    }

    .fs-xxl-31 {
        font-size: 31px!important
    }

    .fs-xxl-32 {
        font-size: 32px!important
    }

    .fs-xxl-33 {
        font-size: 33px!important
    }

    .fs-xxl-34 {
        font-size: 34px!important
    }

    .fs-xxl-35 {
        font-size: 35px!important
    }

    .fs-xxl-36 {
        font-size: 36px!important
    }

    .fs-xxl-37 {
        font-size: 37px!important
    }

    .fs-xxl-38 {
        font-size: 38px!important
    }

    .fs-xxl-39 {
        font-size: 39px!important
    }

    .fs-xxl-40 {
        font-size: 40px!important
    }

    .fs-xxl-41 {
        font-size: 41px!important
    }

    .fs-xxl-42 {
        font-size: 42px!important
    }

    .fs-xxl-43 {
        font-size: 43px!important
    }

    .fs-xxl-44 {
        font-size: 44px!important
    }

    .fs-xxl-45 {
        font-size: 45px!important
    }

    .fs-xxl-46 {
        font-size: 46px!important
    }

    .fs-xxl-47 {
        font-size: 47px!important
    }

    .fs-xxl-48 {
        font-size: 48px!important
    }

    .fs-xxl-49 {
        font-size: 49px!important
    }

    .fs-xxl-50 {
        font-size: 50px!important
    }

    .fs-xxl-51 {
        font-size: 51px!important
    }

    .fs-xxl-52 {
        font-size: 52px!important
    }

    .fs-xxl-53 {
        font-size: 53px!important
    }

    .fs-xxl-54 {
        font-size: 54px!important
    }

    .fs-xxl-55 {
        font-size: 55px!important
    }

    .fs-xxl-56 {
        font-size: 56px!important
    }

    .fs-xxl-57 {
        font-size: 57px!important
    }

    .fs-xxl-58 {
        font-size: 58px!important
    }

    .fs-xxl-59 {
        font-size: 59px!important
    }

    .fs-xxl-60 {
        font-size: 60px!important
    }

    .fs-xxl-61 {
        font-size: 61px!important
    }

    .fs-xxl-62 {
        font-size: 62px!important
    }

    .fs-xxl-63 {
        font-size: 63px!important
    }

    .fs-xxl-64 {
        font-size: 64px!important
    }

    .fs-xxl-65 {
        font-size: 65px!important
    }

    .fs-xxl-66 {
        font-size: 66px!important
    }

    .fs-xxl-67 {
        font-size: 67px!important
    }

    .fs-xxl-68 {
        font-size: 68px!important
    }

    .fs-xxl-69 {
        font-size: 69px!important
    }

    .fs-xxl-70 {
        font-size: 70px!important
    }

    .fs-xxl-71 {
        font-size: 71px!important
    }

    .fs-xxl-72 {
        font-size: 72px!important
    }

    .fs-xxl-73 {
        font-size: 73px!important
    }

    .fs-xxl-74 {
        font-size: 74px!important
    }

    .fs-xxl-75 {
        font-size: 75px!important
    }

    .fs-xxl-76 {
        font-size: 76px!important
    }

    .fs-xxl-77 {
        font-size: 77px!important
    }

    .fs-xxl-78 {
        font-size: 78px!important
    }

    .fs-xxl-79 {
        font-size: 79px!important
    }

    .fs-xxl-80 {
        font-size: 80px!important
    }

    .fs-xxl-81 {
        font-size: 81px!important
    }

    .fs-xxl-82 {
        font-size: 82px!important
    }

    .fs-xxl-83 {
        font-size: 83px!important
    }

    .fs-xxl-84 {
        font-size: 84px!important
    }

    .fs-xxl-85 {
        font-size: 85px!important
    }

    .fs-xxl-86 {
        font-size: 86px!important
    }

    .fs-xxl-87 {
        font-size: 87px!important
    }

    .fs-xxl-88 {
        font-size: 88px!important
    }

    .fs-xxl-89 {
        font-size: 89px!important
    }

    .fs-xxl-90 {
        font-size: 90px!important
    }
}

.modal-xxs {
    max-width: 0!important
}

.modal-mini {
    max-width: 300px!important
}

.modal-min {
    max-width: 360px!important
}

.modal-xs {
    max-width: 410px!important
}

.modal-sm {
    max-width: 576px!important
}

.modal-md {
    max-width: 768px!important
}

.modal-lg {
    max-width: 1025px!important
}

.modal-xl {
    max-width: 1200px!important
}

.modal-xxl {
    max-width: 1440px!important
}

.wx-5 {
    width: 5px!important
}

.wx-10 {
    width: 10px!important
}

.wx-11 {
    width: 11px!important
}

.wx-12 {
    width: 12px!important
}

.wx-13 {
    width: 13px!important
}

.wx-14 {
    width: 14px!important
}

.wx-15 {
    width: 15px!important
}

.wx-16 {
    width: 16px!important
}

.wx-17 {
    width: 17px!important
}

.wx-18 {
    width: 18px!important
}

.wx-19 {
    width: 19px!important
}

.wx-20 {
    width: 20px!important
}

.wx-21 {
    width: 21px!important
}

.wx-22 {
    width: 22px!important
}

.wx-23 {
    width: 23px!important
}

.wx-24 {
    width: 24px!important
}

.wx-25 {
    width: 25px!important
}

.wx-26 {
    width: 26px!important
}

.wx-27 {
    width: 27px!important
}

.wx-28 {
    width: 28px!important
}

.wx-29 {
    width: 29px!important
}

.wx-30 {
    width: 30px!important
}

.wx-31 {
    width: 31px!important
}

.wx-32 {
    width: 32px!important
}

.wx-33 {
    width: 33px!important
}

.wx-34 {
    width: 34px!important
}

.wx-35 {
    width: 35px!important
}

.wx-36 {
    width: 36px!important
}

.wx-37 {
    width: 37px!important
}

.wx-38 {
    width: 38px!important
}

.wx-39 {
    width: 39px!important
}

.wx-40 {
    width: 40px!important
}

.wx-41 {
    width: 41px!important
}

.wx-42 {
    width: 42px!important
}

.wx-43 {
    width: 43px!important
}

.wx-44 {
    width: 44px!important
}

.wx-45 {
    width: 45px!important
}

.wx-46 {
    width: 46px!important
}

.wx-47 {
    width: 47px!important
}

.wx-48 {
    width: 48px!important
}

.wx-49 {
    width: 49px!important
}

.wx-50 {
    width: 50px!important
}

.wx-51 {
    width: 51px!important
}

.wx-52 {
    width: 52px!important
}

.wx-53 {
    width: 53px!important
}

.wx-54 {
    width: 54px!important
}

.wx-55 {
    width: 55px!important
}

.wx-56 {
    width: 56px!important
}

.wx-57 {
    width: 57px!important
}

.wx-58 {
    width: 58px!important
}

.wx-59 {
    width: 59px!important
}

.wx-60 {
    width: 60px!important
}

.wx-61 {
    width: 61px!important
}

.wx-62 {
    width: 62px!important
}

.wx-63 {
    width: 63px!important
}

.wx-64 {
    width: 64px!important
}

.wx-65 {
    width: 65px!important
}

.wx-66 {
    width: 66px!important
}

.wx-67 {
    width: 67px!important
}

.wx-68 {
    width: 68px!important
}

.wx-69 {
    width: 69px!important
}

.wx-70 {
    width: 70px!important
}

.wx-71 {
    width: 71px!important
}

.wx-72 {
    width: 72px!important
}

.wx-73 {
    width: 73px!important
}

.wx-74 {
    width: 74px!important
}

.wx-75 {
    width: 75px!important
}

.wx-76 {
    width: 76px!important
}

.wx-77 {
    width: 77px!important
}

.wx-78 {
    width: 78px!important
}

.wx-79 {
    width: 79px!important
}

.wx-80 {
    width: 80px!important
}

.wx-81 {
    width: 81px!important
}

.wx-82 {
    width: 82px!important
}

.wx-83 {
    width: 83px!important
}

.wx-84 {
    width: 84px!important
}

.wx-85 {
    width: 85px!important
}

.wx-86 {
    width: 86px!important
}

.wx-87 {
    width: 87px!important
}

.wx-88 {
    width: 88px!important
}

.wx-89 {
    width: 89px!important
}

.wx-90 {
    width: 90px!important
}

.wx-91 {
    width: 91px!important
}

.wx-92 {
    width: 92px!important
}

.wx-93 {
    width: 93px!important
}

.wx-94 {
    width: 94px!important
}

.wx-95 {
    width: 95px!important
}

.wx-96 {
    width: 96px!important
}

.wx-97 {
    width: 97px!important
}

.wx-98 {
    width: 98px!important
}

.wx-99 {
    width: 99px!important
}

.wx-100 {
    width: 100px!important
}

.wx-101 {
    width: 101px!important
}

.wx-102 {
    width: 102px!important
}

.wx-103 {
    width: 103px!important
}

.wx-104 {
    width: 104px!important
}

.wx-105 {
    width: 105px!important
}

.wx-106 {
    width: 106px!important
}

.wx-107 {
    width: 107px!important
}

.wx-108 {
    width: 108px!important
}

.wx-109 {
    width: 109px!important
}

.wx-110 {
    width: 110px!important
}

.wx-111 {
    width: 111px!important
}

.wx-112 {
    width: 112px!important
}

.wx-113 {
    width: 113px!important
}

.wx-114 {
    width: 114px!important
}

.wx-115 {
    width: 115px!important
}

.wx-116 {
    width: 116px!important
}

.wx-117 {
    width: 117px!important
}

.wx-118 {
    width: 118px!important
}

.wx-119 {
    width: 119px!important
}

.wx-120 {
    width: 120px!important
}

.wx-121 {
    width: 121px!important
}

.wx-122 {
    width: 122px!important
}

.wx-123 {
    width: 123px!important
}

.wx-124 {
    width: 124px!important
}

.wx-125 {
    width: 125px!important
}

.wx-126 {
    width: 126px!important
}

.wx-127 {
    width: 127px!important
}

.wx-128 {
    width: 128px!important
}

.wx-129 {
    width: 129px!important
}

.wx-130 {
    width: 130px!important
}

.wx-131 {
    width: 131px!important
}

.wx-132 {
    width: 132px!important
}

.wx-133 {
    width: 133px!important
}

.wx-134 {
    width: 134px!important
}

.wx-135 {
    width: 135px!important
}

.wx-136 {
    width: 136px!important
}

.wx-137 {
    width: 137px!important
}

.wx-138 {
    width: 138px!important
}

.wx-139 {
    width: 139px!important
}

.wx-140 {
    width: 140px!important
}

.wx-141 {
    width: 141px!important
}

.wx-142 {
    width: 142px!important
}

.wx-143 {
    width: 143px!important
}

.wx-144 {
    width: 144px!important
}

.wx-145 {
    width: 145px!important
}

.wx-146 {
    width: 146px!important
}

.wx-147 {
    width: 147px!important
}

.wx-148 {
    width: 148px!important
}

.wx-149 {
    width: 149px!important
}

.wx-150 {
    width: 150px!important
}

.wx-151 {
    width: 151px!important
}

.wx-152 {
    width: 152px!important
}

.wx-153 {
    width: 153px!important
}

.wx-154 {
    width: 154px!important
}

.wx-155 {
    width: 155px!important
}

.wx-156 {
    width: 156px!important
}

.wx-157 {
    width: 157px!important
}

.wx-158 {
    width: 158px!important
}

.wx-159 {
    width: 159px!important
}

.wx-160 {
    width: 160px!important
}

.wx-161 {
    width: 161px!important
}

.wx-162 {
    width: 162px!important
}

.wx-163 {
    width: 163px!important
}

.wx-164 {
    width: 164px!important
}

.wx-165 {
    width: 165px!important
}

.wx-166 {
    width: 166px!important
}

.wx-167 {
    width: 167px!important
}

.wx-168 {
    width: 168px!important
}

.wx-169 {
    width: 169px!important
}

.wx-170 {
    width: 170px!important
}

.wx-171 {
    width: 171px!important
}

.wx-172 {
    width: 172px!important
}

.wx-173 {
    width: 173px!important
}

.wx-174 {
    width: 174px!important
}

.wx-175 {
    width: 175px!important
}

.wx-176 {
    width: 176px!important
}

.wx-177 {
    width: 177px!important
}

.wx-178 {
    width: 178px!important
}

.wx-179 {
    width: 179px!important
}

.wx-180 {
    width: 180px!important
}

.wx-181 {
    width: 181px!important
}

.wx-182 {
    width: 182px!important
}

.wx-183 {
    width: 183px!important
}

.wx-184 {
    width: 184px!important
}

.wx-185 {
    width: 185px!important
}

.wx-186 {
    width: 186px!important
}

.wx-187 {
    width: 187px!important
}

.wx-188 {
    width: 188px!important
}

.wx-189 {
    width: 189px!important
}

.wx-190 {
    width: 190px!important
}

.wx-191 {
    width: 191px!important
}

.wx-192 {
    width: 192px!important
}

.wx-193 {
    width: 193px!important
}

.wx-194 {
    width: 194px!important
}

.wx-195 {
    width: 195px!important
}

.wx-196 {
    width: 196px!important
}

.wx-197 {
    width: 197px!important
}

.wx-198 {
    width: 198px!important
}

.wx-199 {
    width: 199px!important
}

.wx-200 {
    width: 200px!important
}

.wx-201 {
    width: 201px!important
}

.wx-202 {
    width: 202px!important
}

.wx-203 {
    width: 203px!important
}

.wx-204 {
    width: 204px!important
}

.wx-205 {
    width: 205px!important
}

.wx-206 {
    width: 206px!important
}

.wx-207 {
    width: 207px!important
}

.wx-208 {
    width: 208px!important
}

.wx-209 {
    width: 209px!important
}

.wx-210 {
    width: 210px!important
}

.wx-211 {
    width: 211px!important
}

.wx-212 {
    width: 212px!important
}

.wx-213 {
    width: 213px!important
}

.wx-214 {
    width: 214px!important
}

.wx-215 {
    width: 215px!important
}

.wx-216 {
    width: 216px!important
}

.wx-217 {
    width: 217px!important
}

.wx-218 {
    width: 218px!important
}

.wx-219 {
    width: 219px!important
}

.wx-220 {
    width: 220px!important
}

.wx-221 {
    width: 221px!important
}

.wx-222 {
    width: 222px!important
}

.wx-223 {
    width: 223px!important
}

.wx-224 {
    width: 224px!important
}

.wx-225 {
    width: 225px!important
}

.wx-226 {
    width: 226px!important
}

.wx-227 {
    width: 227px!important
}

.wx-228 {
    width: 228px!important
}

.wx-229 {
    width: 229px!important
}

.wx-230 {
    width: 230px!important
}

.wx-231 {
    width: 231px!important
}

.wx-232 {
    width: 232px!important
}

.wx-233 {
    width: 233px!important
}

.wx-234 {
    width: 234px!important
}

.wx-235 {
    width: 235px!important
}

.wx-236 {
    width: 236px!important
}

.wx-237 {
    width: 237px!important
}

.wx-238 {
    width: 238px!important
}

.wx-239 {
    width: 239px!important
}

.wx-240 {
    width: 240px!important
}

.wx-241 {
    width: 241px!important
}

.wx-242 {
    width: 242px!important
}

.wx-243 {
    width: 243px!important
}

.wx-244 {
    width: 244px!important
}

.wx-245 {
    width: 245px!important
}

.wx-246 {
    width: 246px!important
}

.wx-247 {
    width: 247px!important
}

.wx-248 {
    width: 248px!important
}

.wx-249 {
    width: 249px!important
}

.wx-250 {
    width: 250px!important
}

.wx-251 {
    width: 251px!important
}

.wx-252 {
    width: 252px!important
}

.wx-253 {
    width: 253px!important
}

.wx-254 {
    width: 254px!important
}

.wx-255 {
    width: 255px!important
}

.wx-256 {
    width: 256px!important
}

.wx-257 {
    width: 257px!important
}

.wx-258 {
    width: 258px!important
}

.wx-259 {
    width: 259px!important
}

.wx-260 {
    width: 260px!important
}

.wx-261 {
    width: 261px!important
}

.wx-262 {
    width: 262px!important
}

.wx-263 {
    width: 263px!important
}

.wx-264 {
    width: 264px!important
}

.wx-265 {
    width: 265px!important
}

.wx-266 {
    width: 266px!important
}

.wx-267 {
    width: 267px!important
}

.wx-268 {
    width: 268px!important
}

.wx-269 {
    width: 269px!important
}

.wx-270 {
    width: 270px!important
}

.wx-271 {
    width: 271px!important
}

.wx-272 {
    width: 272px!important
}

.wx-273 {
    width: 273px!important
}

.wx-274 {
    width: 274px!important
}

.wx-275 {
    width: 275px!important
}

.wx-276 {
    width: 276px!important
}

.wx-277 {
    width: 277px!important
}

.wx-278 {
    width: 278px!important
}

.wx-279 {
    width: 279px!important
}

.wx-280 {
    width: 280px!important
}

.wx-281 {
    width: 281px!important
}

.wx-282 {
    width: 282px!important
}

.wx-283 {
    width: 283px!important
}

.wx-284 {
    width: 284px!important
}

.wx-285 {
    width: 285px!important
}

.wx-286 {
    width: 286px!important
}

.wx-287 {
    width: 287px!important
}

.wx-288 {
    width: 288px!important
}

.wx-289 {
    width: 289px!important
}

.wx-290 {
    width: 290px!important
}

.wx-291 {
    width: 291px!important
}

.wx-292 {
    width: 292px!important
}

.wx-293 {
    width: 293px!important
}

.wx-294 {
    width: 294px!important
}

.wx-295 {
    width: 295px!important
}

.wx-296 {
    width: 296px!important
}

.wx-297 {
    width: 297px!important
}

.wx-298 {
    width: 298px!important
}

.wx-299 {
    width: 299px!important
}

.wx-300 {
    width: 300px!important
}

.wx-301 {
    width: 301px!important
}

.wx-302 {
    width: 302px!important
}

.wx-303 {
    width: 303px!important
}

.wx-304 {
    width: 304px!important
}

.wx-305 {
    width: 305px!important
}

.wx-306 {
    width: 306px!important
}

.wx-307 {
    width: 307px!important
}

.wx-308 {
    width: 308px!important
}

.wx-309 {
    width: 309px!important
}

.wx-310 {
    width: 310px!important
}

.wx-311 {
    width: 311px!important
}

.wx-312 {
    width: 312px!important
}

.wx-313 {
    width: 313px!important
}

.wx-314 {
    width: 314px!important
}

.wx-315 {
    width: 315px!important
}

.wx-316 {
    width: 316px!important
}

.wx-317 {
    width: 317px!important
}

.wx-318 {
    width: 318px!important
}

.wx-319 {
    width: 319px!important
}

.wx-320 {
    width: 320px!important
}

.wx-321 {
    width: 321px!important
}

.wx-322 {
    width: 322px!important
}

.wx-323 {
    width: 323px!important
}

.wx-324 {
    width: 324px!important
}

.wx-325 {
    width: 325px!important
}

.wx-326 {
    width: 326px!important
}

.wx-327 {
    width: 327px!important
}

.wx-328 {
    width: 328px!important
}

.wx-329 {
    width: 329px!important
}

.wx-330 {
    width: 330px!important
}

.wx-331 {
    width: 331px!important
}

.wx-332 {
    width: 332px!important
}

.wx-333 {
    width: 333px!important
}

.wx-334 {
    width: 334px!important
}

.wx-335 {
    width: 335px!important
}

.wx-336 {
    width: 336px!important
}

.wx-337 {
    width: 337px!important
}

.wx-338 {
    width: 338px!important
}

.wx-339 {
    width: 339px!important
}

.wx-340 {
    width: 340px!important
}

.wx-341 {
    width: 341px!important
}

.wx-342 {
    width: 342px!important
}

.wx-343 {
    width: 343px!important
}

.wx-344 {
    width: 344px!important
}

.wx-345 {
    width: 345px!important
}

.wx-346 {
    width: 346px!important
}

.wx-347 {
    width: 347px!important
}

.wx-348 {
    width: 348px!important
}

.wx-349 {
    width: 349px!important
}

.wx-350 {
    width: 350px!important
}

.wx-351 {
    width: 351px!important
}

.wx-352 {
    width: 352px!important
}

.wx-353 {
    width: 353px!important
}

.wx-354 {
    width: 354px!important
}

.wx-355 {
    width: 355px!important
}

.wx-356 {
    width: 356px!important
}

.wx-357 {
    width: 357px!important
}

.wx-358 {
    width: 358px!important
}

.wx-359 {
    width: 359px!important
}

.wx-360 {
    width: 360px!important
}

.wx-361 {
    width: 361px!important
}

.wx-362 {
    width: 362px!important
}

.wx-363 {
    width: 363px!important
}

.wx-364 {
    width: 364px!important
}

.wx-365 {
    width: 365px!important
}

.wx-366 {
    width: 366px!important
}

.wx-367 {
    width: 367px!important
}

.wx-368 {
    width: 368px!important
}

.wx-369 {
    width: 369px!important
}

.wx-370 {
    width: 370px!important
}

.wx-371 {
    width: 371px!important
}

.wx-372 {
    width: 372px!important
}

.wx-373 {
    width: 373px!important
}

.wx-374 {
    width: 374px!important
}

.wx-375 {
    width: 375px!important
}

.wx-376 {
    width: 376px!important
}

.wx-377 {
    width: 377px!important
}

.wx-378 {
    width: 378px!important
}

.wx-379 {
    width: 379px!important
}

.wx-380 {
    width: 380px!important
}

.wx-381 {
    width: 381px!important
}

.wx-382 {
    width: 382px!important
}

.wx-383 {
    width: 383px!important
}

.wx-384 {
    width: 384px!important
}

.wx-385 {
    width: 385px!important
}

.wx-386 {
    width: 386px!important
}

.wx-387 {
    width: 387px!important
}

.wx-388 {
    width: 388px!important
}

.wx-389 {
    width: 389px!important
}

.wx-390 {
    width: 390px!important
}

.wx-391 {
    width: 391px!important
}

.wx-392 {
    width: 392px!important
}

.wx-393 {
    width: 393px!important
}

.wx-394 {
    width: 394px!important
}

.wx-395 {
    width: 395px!important
}

.wx-396 {
    width: 396px!important
}

.wx-397 {
    width: 397px!important
}

.wx-398 {
    width: 398px!important
}

.wx-399 {
    width: 399px!important
}

.wx-400 {
    width: 400px!important
}

.wx-401 {
    width: 401px!important
}

.wx-402 {
    width: 402px!important
}

.wx-403 {
    width: 403px!important
}

.wx-404 {
    width: 404px!important
}

.wx-405 {
    width: 405px!important
}

.wx-406 {
    width: 406px!important
}

.wx-407 {
    width: 407px!important
}

.wx-408 {
    width: 408px!important
}

.wx-409 {
    width: 409px!important
}

.wx-410 {
    width: 410px!important
}

.wx-411 {
    width: 411px!important
}

.wx-412 {
    width: 412px!important
}

.wx-413 {
    width: 413px!important
}

.wx-414 {
    width: 414px!important
}

.wx-415 {
    width: 415px!important
}

.wx-416 {
    width: 416px!important
}

.wx-417 {
    width: 417px!important
}

.wx-418 {
    width: 418px!important
}

.wx-419 {
    width: 419px!important
}

.wx-420 {
    width: 420px!important
}

.wx-421 {
    width: 421px!important
}

.wx-422 {
    width: 422px!important
}

.wx-423 {
    width: 423px!important
}

.wx-424 {
    width: 424px!important
}

.wx-425 {
    width: 425px!important
}

.wx-426 {
    width: 426px!important
}

.wx-427 {
    width: 427px!important
}

.wx-428 {
    width: 428px!important
}

.wx-429 {
    width: 429px!important
}

.wx-430 {
    width: 430px!important
}

.wx-431 {
    width: 431px!important
}

.wx-432 {
    width: 432px!important
}

.wx-433 {
    width: 433px!important
}

.wx-434 {
    width: 434px!important
}

.wx-435 {
    width: 435px!important
}

.wx-436 {
    width: 436px!important
}

.wx-437 {
    width: 437px!important
}

.wx-438 {
    width: 438px!important
}

.wx-439 {
    width: 439px!important
}

.wx-440 {
    width: 440px!important
}

.wx-441 {
    width: 441px!important
}

.wx-442 {
    width: 442px!important
}

.wx-443 {
    width: 443px!important
}

.wx-444 {
    width: 444px!important
}

.wx-445 {
    width: 445px!important
}

.wx-446 {
    width: 446px!important
}

.wx-447 {
    width: 447px!important
}

.wx-448 {
    width: 448px!important
}

.wx-449 {
    width: 449px!important
}

.wx-450 {
    width: 450px!important
}

.wx-451 {
    width: 451px!important
}

.wx-452 {
    width: 452px!important
}

.wx-453 {
    width: 453px!important
}

.wx-454 {
    width: 454px!important
}

.wx-455 {
    width: 455px!important
}

.wx-456 {
    width: 456px!important
}

.wx-457 {
    width: 457px!important
}

.wx-458 {
    width: 458px!important
}

.wx-459 {
    width: 459px!important
}

.wx-460 {
    width: 460px!important
}

.wx-461 {
    width: 461px!important
}

.wx-462 {
    width: 462px!important
}

.wx-463 {
    width: 463px!important
}

.wx-464 {
    width: 464px!important
}

.wx-465 {
    width: 465px!important
}

.wx-466 {
    width: 466px!important
}

.wx-467 {
    width: 467px!important
}

.wx-468 {
    width: 468px!important
}

.wx-469 {
    width: 469px!important
}

.wx-470 {
    width: 470px!important
}

.wx-471 {
    width: 471px!important
}

.wx-472 {
    width: 472px!important
}

.wx-473 {
    width: 473px!important
}

.wx-474 {
    width: 474px!important
}

.wx-475 {
    width: 475px!important
}

.wx-476 {
    width: 476px!important
}

.wx-477 {
    width: 477px!important
}

.wx-478 {
    width: 478px!important
}

.wx-479 {
    width: 479px!important
}

.wx-480 {
    width: 480px!important
}

.wx-481 {
    width: 481px!important
}

.wx-482 {
    width: 482px!important
}

.wx-483 {
    width: 483px!important
}

.wx-484 {
    width: 484px!important
}

.wx-485 {
    width: 485px!important
}

.wx-486 {
    width: 486px!important
}

.wx-487 {
    width: 487px!important
}

.wx-488 {
    width: 488px!important
}

.wx-489 {
    width: 489px!important
}

.wx-490 {
    width: 490px!important
}

.wx-491 {
    width: 491px!important
}

.wx-492 {
    width: 492px!important
}

.wx-493 {
    width: 493px!important
}

.wx-494 {
    width: 494px!important
}

.wx-495 {
    width: 495px!important
}

.wx-496 {
    width: 496px!important
}

.wx-497 {
    width: 497px!important
}

.wx-498 {
    width: 498px!important
}

.wx-499 {
    width: 499px!important
}

.wx-500 {
    width: 500px!important
}

.wx-501 {
    width: 501px!important
}

.wx-502 {
    width: 502px!important
}

.wx-503 {
    width: 503px!important
}

.wx-504 {
    width: 504px!important
}

.wx-505 {
    width: 505px!important
}

.wx-506 {
    width: 506px!important
}

.wx-507 {
    width: 507px!important
}

.wx-508 {
    width: 508px!important
}

.wx-509 {
    width: 509px!important
}

.wx-510 {
    width: 510px!important
}

.wx-511 {
    width: 511px!important
}

.wx-512 {
    width: 512px!important
}

.wx-513 {
    width: 513px!important
}

.wx-514 {
    width: 514px!important
}

.wx-515 {
    width: 515px!important
}

.wx-516 {
    width: 516px!important
}

.wx-517 {
    width: 517px!important
}

.wx-518 {
    width: 518px!important
}

.wx-519 {
    width: 519px!important
}

.wx-520 {
    width: 520px!important
}

.wx-521 {
    width: 521px!important
}

.wx-522 {
    width: 522px!important
}

.wx-523 {
    width: 523px!important
}

.wx-524 {
    width: 524px!important
}

.wx-525 {
    width: 525px!important
}

.wx-526 {
    width: 526px!important
}

.wx-527 {
    width: 527px!important
}

.wx-528 {
    width: 528px!important
}

.wx-529 {
    width: 529px!important
}

.wx-530 {
    width: 530px!important
}

.wx-531 {
    width: 531px!important
}

.wx-532 {
    width: 532px!important
}

.wx-533 {
    width: 533px!important
}

.wx-534 {
    width: 534px!important
}

.wx-535 {
    width: 535px!important
}

.wx-536 {
    width: 536px!important
}

.wx-537 {
    width: 537px!important
}

.wx-538 {
    width: 538px!important
}

.wx-539 {
    width: 539px!important
}

.wx-540 {
    width: 540px!important
}

.wx-541 {
    width: 541px!important
}

.wx-542 {
    width: 542px!important
}

.wx-543 {
    width: 543px!important
}

.wx-544 {
    width: 544px!important
}

.wx-545 {
    width: 545px!important
}

.wx-546 {
    width: 546px!important
}

.wx-547 {
    width: 547px!important
}

.wx-548 {
    width: 548px!important
}

.wx-549 {
    width: 549px!important
}

.wx-550 {
    width: 550px!important
}

.wx-551 {
    width: 551px!important
}

.wx-552 {
    width: 552px!important
}

.wx-553 {
    width: 553px!important
}

.wx-554 {
    width: 554px!important
}

.wx-555 {
    width: 555px!important
}

.wx-556 {
    width: 556px!important
}

.wx-557 {
    width: 557px!important
}

.wx-558 {
    width: 558px!important
}

.wx-559 {
    width: 559px!important
}

.wx-560 {
    width: 560px!important
}

.wx-561 {
    width: 561px!important
}

.wx-562 {
    width: 562px!important
}

.wx-563 {
    width: 563px!important
}

.wx-564 {
    width: 564px!important
}

.wx-565 {
    width: 565px!important
}

.wx-566 {
    width: 566px!important
}

.wx-567 {
    width: 567px!important
}

.wx-568 {
    width: 568px!important
}

.wx-569 {
    width: 569px!important
}

.wx-570 {
    width: 570px!important
}

.wx-571 {
    width: 571px!important
}

.wx-572 {
    width: 572px!important
}

.wx-573 {
    width: 573px!important
}

.wx-574 {
    width: 574px!important
}

.wx-575 {
    width: 575px!important
}

.wx-576 {
    width: 576px!important
}

.wx-577 {
    width: 577px!important
}

.wx-578 {
    width: 578px!important
}

.wx-579 {
    width: 579px!important
}

.wx-580 {
    width: 580px!important
}

.wx-581 {
    width: 581px!important
}

.wx-582 {
    width: 582px!important
}

.wx-583 {
    width: 583px!important
}

.wx-584 {
    width: 584px!important
}

.wx-585 {
    width: 585px!important
}

.wx-586 {
    width: 586px!important
}

.wx-587 {
    width: 587px!important
}

.wx-588 {
    width: 588px!important
}

.wx-589 {
    width: 589px!important
}

.wx-590 {
    width: 590px!important
}

.wx-591 {
    width: 591px!important
}

.wx-592 {
    width: 592px!important
}

.wx-593 {
    width: 593px!important
}

.wx-594 {
    width: 594px!important
}

.wx-595 {
    width: 595px!important
}

.wx-596 {
    width: 596px!important
}

.wx-597 {
    width: 597px!important
}

.wx-598 {
    width: 598px!important
}

.wx-599 {
    width: 599px!important
}

.wx-600 {
    width: 600px!important
}

.wx-601 {
    width: 601px!important
}

.wx-602 {
    width: 602px!important
}

.wx-603 {
    width: 603px!important
}

.wx-604 {
    width: 604px!important
}

.wx-605 {
    width: 605px!important
}

.wx-606 {
    width: 606px!important
}

.wx-607 {
    width: 607px!important
}

.wx-608 {
    width: 608px!important
}

.wx-609 {
    width: 609px!important
}

.wx-610 {
    width: 610px!important
}

.wx-611 {
    width: 611px!important
}

.wx-612 {
    width: 612px!important
}

.wx-613 {
    width: 613px!important
}

.wx-614 {
    width: 614px!important
}

.wx-615 {
    width: 615px!important
}

.wx-616 {
    width: 616px!important
}

.wx-617 {
    width: 617px!important
}

.wx-618 {
    width: 618px!important
}

.wx-619 {
    width: 619px!important
}

.wx-620 {
    width: 620px!important
}

.wx-621 {
    width: 621px!important
}

.wx-622 {
    width: 622px!important
}

.wx-623 {
    width: 623px!important
}

.wx-624 {
    width: 624px!important
}

.wx-625 {
    width: 625px!important
}

.wx-626 {
    width: 626px!important
}

.wx-627 {
    width: 627px!important
}

.wx-628 {
    width: 628px!important
}

.wx-629 {
    width: 629px!important
}

.wx-630 {
    width: 630px!important
}

.wx-631 {
    width: 631px!important
}

.wx-632 {
    width: 632px!important
}

.wx-633 {
    width: 633px!important
}

.wx-634 {
    width: 634px!important
}

.wx-635 {
    width: 635px!important
}

.wx-636 {
    width: 636px!important
}

.wx-637 {
    width: 637px!important
}

.wx-638 {
    width: 638px!important
}

.wx-639 {
    width: 639px!important
}

.wx-640 {
    width: 640px!important
}

.wx-641 {
    width: 641px!important
}

.wx-642 {
    width: 642px!important
}

.wx-643 {
    width: 643px!important
}

.wx-644 {
    width: 644px!important
}

.wx-645 {
    width: 645px!important
}

.wx-646 {
    width: 646px!important
}

.wx-647 {
    width: 647px!important
}

.wx-648 {
    width: 648px!important
}

.wx-649 {
    width: 649px!important
}

.wx-650 {
    width: 650px!important
}

.wx-651 {
    width: 651px!important
}

.wx-652 {
    width: 652px!important
}

.wx-653 {
    width: 653px!important
}

.wx-654 {
    width: 654px!important
}

.wx-655 {
    width: 655px!important
}

.wx-656 {
    width: 656px!important
}

.wx-657 {
    width: 657px!important
}

.wx-658 {
    width: 658px!important
}

.wx-659 {
    width: 659px!important
}

.wx-660 {
    width: 660px!important
}

.wx-661 {
    width: 661px!important
}

.wx-662 {
    width: 662px!important
}

.wx-663 {
    width: 663px!important
}

.wx-664 {
    width: 664px!important
}

.wx-665 {
    width: 665px!important
}

.wx-666 {
    width: 666px!important
}

.wx-667 {
    width: 667px!important
}

.wx-668 {
    width: 668px!important
}

.wx-669 {
    width: 669px!important
}

.wx-670 {
    width: 670px!important
}

.wx-671 {
    width: 671px!important
}

.wx-672 {
    width: 672px!important
}

.wx-673 {
    width: 673px!important
}

.wx-674 {
    width: 674px!important
}

.wx-675 {
    width: 675px!important
}

.wx-676 {
    width: 676px!important
}

.wx-677 {
    width: 677px!important
}

.wx-678 {
    width: 678px!important
}

.wx-679 {
    width: 679px!important
}

.wx-680 {
    width: 680px!important
}

.wx-681 {
    width: 681px!important
}

.wx-682 {
    width: 682px!important
}

.wx-683 {
    width: 683px!important
}

.wx-684 {
    width: 684px!important
}

.wx-685 {
    width: 685px!important
}

.wx-686 {
    width: 686px!important
}

.wx-687 {
    width: 687px!important
}

.wx-688 {
    width: 688px!important
}

.wx-689 {
    width: 689px!important
}

.wx-690 {
    width: 690px!important
}

.wx-691 {
    width: 691px!important
}

.wx-692 {
    width: 692px!important
}

.wx-693 {
    width: 693px!important
}

.wx-694 {
    width: 694px!important
}

.wx-695 {
    width: 695px!important
}

.wx-696 {
    width: 696px!important
}

.wx-697 {
    width: 697px!important
}

.wx-698 {
    width: 698px!important
}

.wx-699 {
    width: 699px!important
}

.wx-700 {
    width: 700px!important
}

.wx-701 {
    width: 701px!important
}

.wx-702 {
    width: 702px!important
}

.wx-703 {
    width: 703px!important
}

.wx-704 {
    width: 704px!important
}

.wx-705 {
    width: 705px!important
}

.wx-706 {
    width: 706px!important
}

.wx-707 {
    width: 707px!important
}

.wx-708 {
    width: 708px!important
}

.wx-709 {
    width: 709px!important
}

.wx-710 {
    width: 710px!important
}

.wx-711 {
    width: 711px!important
}

.wx-712 {
    width: 712px!important
}

.wx-713 {
    width: 713px!important
}

.wx-714 {
    width: 714px!important
}

.wx-715 {
    width: 715px!important
}

.wx-716 {
    width: 716px!important
}

.wx-717 {
    width: 717px!important
}

.wx-718 {
    width: 718px!important
}

.wx-719 {
    width: 719px!important
}

.wx-720 {
    width: 720px!important
}

.wx-721 {
    width: 721px!important
}

.wx-722 {
    width: 722px!important
}

.wx-723 {
    width: 723px!important
}

.wx-724 {
    width: 724px!important
}

.wx-725 {
    width: 725px!important
}

.wx-726 {
    width: 726px!important
}

.wx-727 {
    width: 727px!important
}

.wx-728 {
    width: 728px!important
}

.wx-729 {
    width: 729px!important
}

.wx-730 {
    width: 730px!important
}

.wx-731 {
    width: 731px!important
}

.wx-732 {
    width: 732px!important
}

.wx-733 {
    width: 733px!important
}

.wx-734 {
    width: 734px!important
}

.wx-735 {
    width: 735px!important
}

.wx-736 {
    width: 736px!important
}

.wx-737 {
    width: 737px!important
}

.wx-738 {
    width: 738px!important
}

.wx-739 {
    width: 739px!important
}

.wx-740 {
    width: 740px!important
}

.wx-741 {
    width: 741px!important
}

.wx-742 {
    width: 742px!important
}

.wx-743 {
    width: 743px!important
}

.wx-744 {
    width: 744px!important
}

.wx-745 {
    width: 745px!important
}

.wx-746 {
    width: 746px!important
}

.wx-747 {
    width: 747px!important
}

.wx-748 {
    width: 748px!important
}

.wx-749 {
    width: 749px!important
}

.wx-750 {
    width: 750px!important
}

.wx-751 {
    width: 751px!important
}

.wx-752 {
    width: 752px!important
}

.wx-753 {
    width: 753px!important
}

.wx-754 {
    width: 754px!important
}

.wx-755 {
    width: 755px!important
}

.wx-756 {
    width: 756px!important
}

.wx-757 {
    width: 757px!important
}

.wx-758 {
    width: 758px!important
}

.wx-759 {
    width: 759px!important
}

.wx-760 {
    width: 760px!important
}

.wx-761 {
    width: 761px!important
}

.wx-762 {
    width: 762px!important
}

.wx-763 {
    width: 763px!important
}

.wx-764 {
    width: 764px!important
}

.wx-765 {
    width: 765px!important
}

.wx-766 {
    width: 766px!important
}

.wx-767 {
    width: 767px!important
}

.wx-768 {
    width: 768px!important
}

.wx-769 {
    width: 769px!important
}

.wx-770 {
    width: 770px!important
}

.wx-771 {
    width: 771px!important
}

.wx-772 {
    width: 772px!important
}

.wx-773 {
    width: 773px!important
}

.wx-774 {
    width: 774px!important
}

.wx-775 {
    width: 775px!important
}

.wx-776 {
    width: 776px!important
}

.wx-777 {
    width: 777px!important
}

.wx-778 {
    width: 778px!important
}

.wx-779 {
    width: 779px!important
}

.wx-780 {
    width: 780px!important
}

.wx-781 {
    width: 781px!important
}

.wx-782 {
    width: 782px!important
}

.wx-783 {
    width: 783px!important
}

.wx-784 {
    width: 784px!important
}

.wx-785 {
    width: 785px!important
}

.wx-786 {
    width: 786px!important
}

.wx-787 {
    width: 787px!important
}

.wx-788 {
    width: 788px!important
}

.wx-789 {
    width: 789px!important
}

.wx-790 {
    width: 790px!important
}

.wx-791 {
    width: 791px!important
}

.wx-792 {
    width: 792px!important
}

.wx-793 {
    width: 793px!important
}

.wx-794 {
    width: 794px!important
}

.wx-795 {
    width: 795px!important
}

.wx-796 {
    width: 796px!important
}

.wx-797 {
    width: 797px!important
}

.wx-798 {
    width: 798px!important
}

.wx-799 {
    width: 799px!important
}

.wx-800 {
    width: 800px!important
}

.wx-801 {
    width: 801px!important
}

.wx-802 {
    width: 802px!important
}

.wx-803 {
    width: 803px!important
}

.wx-804 {
    width: 804px!important
}

.wx-805 {
    width: 805px!important
}

.wx-806 {
    width: 806px!important
}

.wx-807 {
    width: 807px!important
}

.wx-808 {
    width: 808px!important
}

.wx-809 {
    width: 809px!important
}

.wx-810 {
    width: 810px!important
}

.wx-811 {
    width: 811px!important
}

.wx-812 {
    width: 812px!important
}

.wx-813 {
    width: 813px!important
}

.wx-814 {
    width: 814px!important
}

.wx-815 {
    width: 815px!important
}

.wx-816 {
    width: 816px!important
}

.wx-817 {
    width: 817px!important
}

.wx-818 {
    width: 818px!important
}

.wx-819 {
    width: 819px!important
}

.wx-820 {
    width: 820px!important
}

.wx-821 {
    width: 821px!important
}

.wx-822 {
    width: 822px!important
}

.wx-823 {
    width: 823px!important
}

.wx-824 {
    width: 824px!important
}

.wx-825 {
    width: 825px!important
}

.wx-826 {
    width: 826px!important
}

.wx-827 {
    width: 827px!important
}

.wx-828 {
    width: 828px!important
}

.wx-829 {
    width: 829px!important
}

.wx-830 {
    width: 830px!important
}

.wx-831 {
    width: 831px!important
}

.wx-832 {
    width: 832px!important
}

.wx-833 {
    width: 833px!important
}

.wx-834 {
    width: 834px!important
}

.wx-835 {
    width: 835px!important
}

.wx-836 {
    width: 836px!important
}

.wx-837 {
    width: 837px!important
}

.wx-838 {
    width: 838px!important
}

.wx-839 {
    width: 839px!important
}

.wx-840 {
    width: 840px!important
}

.wx-841 {
    width: 841px!important
}

.wx-842 {
    width: 842px!important
}

.wx-843 {
    width: 843px!important
}

.wx-844 {
    width: 844px!important
}

.wx-845 {
    width: 845px!important
}

.wx-846 {
    width: 846px!important
}

.wx-847 {
    width: 847px!important
}

.wx-848 {
    width: 848px!important
}

.wx-849 {
    width: 849px!important
}

.wx-850 {
    width: 850px!important
}

.wx-851 {
    width: 851px!important
}

.wx-852 {
    width: 852px!important
}

.wx-853 {
    width: 853px!important
}

.wx-854 {
    width: 854px!important
}

.wx-855 {
    width: 855px!important
}

.wx-856 {
    width: 856px!important
}

.wx-857 {
    width: 857px!important
}

.wx-858 {
    width: 858px!important
}

.wx-859 {
    width: 859px!important
}

.wx-860 {
    width: 860px!important
}

.wx-861 {
    width: 861px!important
}

.wx-862 {
    width: 862px!important
}

.wx-863 {
    width: 863px!important
}

.wx-864 {
    width: 864px!important
}

.wx-865 {
    width: 865px!important
}

.wx-866 {
    width: 866px!important
}

.wx-867 {
    width: 867px!important
}

.wx-868 {
    width: 868px!important
}

.wx-869 {
    width: 869px!important
}

.wx-870 {
    width: 870px!important
}

.wx-871 {
    width: 871px!important
}

.wx-872 {
    width: 872px!important
}

.wx-873 {
    width: 873px!important
}

.wx-874 {
    width: 874px!important
}

.wx-875 {
    width: 875px!important
}

.wx-876 {
    width: 876px!important
}

.wx-877 {
    width: 877px!important
}

.wx-878 {
    width: 878px!important
}

.wx-879 {
    width: 879px!important
}

.wx-880 {
    width: 880px!important
}

.wx-881 {
    width: 881px!important
}

.wx-882 {
    width: 882px!important
}

.wx-883 {
    width: 883px!important
}

.wx-884 {
    width: 884px!important
}

.wx-885 {
    width: 885px!important
}

.wx-886 {
    width: 886px!important
}

.wx-887 {
    width: 887px!important
}

.wx-888 {
    width: 888px!important
}

.wx-889 {
    width: 889px!important
}

.wx-890 {
    width: 890px!important
}

.wx-891 {
    width: 891px!important
}

.wx-892 {
    width: 892px!important
}

.wx-893 {
    width: 893px!important
}

.wx-894 {
    width: 894px!important
}

.wx-895 {
    width: 895px!important
}

.wx-896 {
    width: 896px!important
}

.wx-897 {
    width: 897px!important
}

.wx-898 {
    width: 898px!important
}

.wx-899 {
    width: 899px!important
}

.wx-900 {
    width: 900px!important
}

.wx-901 {
    width: 901px!important
}

.wx-902 {
    width: 902px!important
}

.wx-903 {
    width: 903px!important
}

.wx-904 {
    width: 904px!important
}

.wx-905 {
    width: 905px!important
}

.wx-906 {
    width: 906px!important
}

.wx-907 {
    width: 907px!important
}

.wx-908 {
    width: 908px!important
}

.wx-909 {
    width: 909px!important
}

.wx-910 {
    width: 910px!important
}

.wx-911 {
    width: 911px!important
}

.wx-912 {
    width: 912px!important
}

.wx-913 {
    width: 913px!important
}

.wx-914 {
    width: 914px!important
}

.wx-915 {
    width: 915px!important
}

.wx-916 {
    width: 916px!important
}

.wx-917 {
    width: 917px!important
}

.wx-918 {
    width: 918px!important
}

.wx-919 {
    width: 919px!important
}

.wx-920 {
    width: 920px!important
}

.wx-921 {
    width: 921px!important
}

.wx-922 {
    width: 922px!important
}

.wx-923 {
    width: 923px!important
}

.wx-924 {
    width: 924px!important
}

.wx-925 {
    width: 925px!important
}

.wx-926 {
    width: 926px!important
}

.wx-927 {
    width: 927px!important
}

.wx-928 {
    width: 928px!important
}

.wx-929 {
    width: 929px!important
}

.wx-930 {
    width: 930px!important
}

.wx-931 {
    width: 931px!important
}

.wx-932 {
    width: 932px!important
}

.wx-933 {
    width: 933px!important
}

.wx-934 {
    width: 934px!important
}

.wx-935 {
    width: 935px!important
}

.wx-936 {
    width: 936px!important
}

.wx-937 {
    width: 937px!important
}

.wx-938 {
    width: 938px!important
}

.wx-939 {
    width: 939px!important
}

.wx-940 {
    width: 940px!important
}

.wx-941 {
    width: 941px!important
}

.wx-942 {
    width: 942px!important
}

.wx-943 {
    width: 943px!important
}

.wx-944 {
    width: 944px!important
}

.wx-945 {
    width: 945px!important
}

.wx-946 {
    width: 946px!important
}

.wx-947 {
    width: 947px!important
}

.wx-948 {
    width: 948px!important
}

.wx-949 {
    width: 949px!important
}

.wx-950 {
    width: 950px!important
}

.wx-951 {
    width: 951px!important
}

.wx-952 {
    width: 952px!important
}

.wx-953 {
    width: 953px!important
}

.wx-954 {
    width: 954px!important
}

.wx-955 {
    width: 955px!important
}

.wx-956 {
    width: 956px!important
}

.wx-957 {
    width: 957px!important
}

.wx-958 {
    width: 958px!important
}

.wx-959 {
    width: 959px!important
}

.wx-960 {
    width: 960px!important
}

.wx-961 {
    width: 961px!important
}

.wx-962 {
    width: 962px!important
}

.wx-963 {
    width: 963px!important
}

.wx-964 {
    width: 964px!important
}

.wx-965 {
    width: 965px!important
}

.wx-966 {
    width: 966px!important
}

.wx-967 {
    width: 967px!important
}

.wx-968 {
    width: 968px!important
}

.wx-969 {
    width: 969px!important
}

.wx-970 {
    width: 970px!important
}

.wx-971 {
    width: 971px!important
}

.wx-972 {
    width: 972px!important
}

.wx-973 {
    width: 973px!important
}

.wx-974 {
    width: 974px!important
}

.wx-975 {
    width: 975px!important
}

.wx-976 {
    width: 976px!important
}

.wx-977 {
    width: 977px!important
}

.wx-978 {
    width: 978px!important
}

.wx-979 {
    width: 979px!important
}

.wx-980 {
    width: 980px!important
}

.wx-981 {
    width: 981px!important
}

.wx-982 {
    width: 982px!important
}

.wx-983 {
    width: 983px!important
}

.wx-984 {
    width: 984px!important
}

.wx-985 {
    width: 985px!important
}

.wx-986 {
    width: 986px!important
}

.wx-987 {
    width: 987px!important
}

.wx-988 {
    width: 988px!important
}

.wx-989 {
    width: 989px!important
}

.wx-990 {
    width: 990px!important
}

.wx-991 {
    width: 991px!important
}

.wx-992 {
    width: 992px!important
}

.wx-993 {
    width: 993px!important
}

.wx-994 {
    width: 994px!important
}

.wx-995 {
    width: 995px!important
}

.wx-996 {
    width: 996px!important
}

.wx-997 {
    width: 997px!important
}

.wx-998 {
    width: 998px!important
}

.wx-999 {
    width: 999px!important
}

.wx-1000 {
    width: 1000px!important
}

.mwx-5 {
    max-width: 5px!important
}

.mwx-10 {
    max-width: 10px!important
}

.mwx-11 {
    max-width: 11px!important
}

.mwx-12 {
    max-width: 12px!important
}

.mwx-13 {
    max-width: 13px!important
}

.mwx-14 {
    max-width: 14px!important
}

.mwx-15 {
    max-width: 15px!important
}

.mwx-16 {
    max-width: 16px!important
}

.mwx-17 {
    max-width: 17px!important
}

.mwx-18 {
    max-width: 18px!important
}

.mwx-19 {
    max-width: 19px!important
}

.mwx-20 {
    max-width: 20px!important
}

.mwx-21 {
    max-width: 21px!important
}

.mwx-22 {
    max-width: 22px!important
}

.mwx-23 {
    max-width: 23px!important
}

.mwx-24 {
    max-width: 24px!important
}

.mwx-25 {
    max-width: 25px!important
}

.mwx-26 {
    max-width: 26px!important
}

.mwx-27 {
    max-width: 27px!important
}

.mwx-28 {
    max-width: 28px!important
}

.mwx-29 {
    max-width: 29px!important
}

.mwx-30 {
    max-width: 30px!important
}

.mwx-31 {
    max-width: 31px!important
}

.mwx-32 {
    max-width: 32px!important
}

.mwx-33 {
    max-width: 33px!important
}

.mwx-34 {
    max-width: 34px!important
}

.mwx-35 {
    max-width: 35px!important
}

.mwx-36 {
    max-width: 36px!important
}

.mwx-37 {
    max-width: 37px!important
}

.mwx-38 {
    max-width: 38px!important
}

.mwx-39 {
    max-width: 39px!important
}

.mwx-40 {
    max-width: 40px!important
}

.mwx-41 {
    max-width: 41px!important
}

.mwx-42 {
    max-width: 42px!important
}

.mwx-43 {
    max-width: 43px!important
}

.mwx-44 {
    max-width: 44px!important
}

.mwx-45 {
    max-width: 45px!important
}

.mwx-46 {
    max-width: 46px!important
}

.mwx-47 {
    max-width: 47px!important
}

.mwx-48 {
    max-width: 48px!important
}

.mwx-49 {
    max-width: 49px!important
}

.mwx-50 {
    max-width: 50px!important
}

.mwx-51 {
    max-width: 51px!important
}

.mwx-52 {
    max-width: 52px!important
}

.mwx-53 {
    max-width: 53px!important
}

.mwx-54 {
    max-width: 54px!important
}

.mwx-55 {
    max-width: 55px!important
}

.mwx-56 {
    max-width: 56px!important
}

.mwx-57 {
    max-width: 57px!important
}

.mwx-58 {
    max-width: 58px!important
}

.mwx-59 {
    max-width: 59px!important
}

.mwx-60 {
    max-width: 60px!important
}

.mwx-61 {
    max-width: 61px!important
}

.mwx-62 {
    max-width: 62px!important
}

.mwx-63 {
    max-width: 63px!important
}

.mwx-64 {
    max-width: 64px!important
}

.mwx-65 {
    max-width: 65px!important
}

.mwx-66 {
    max-width: 66px!important
}

.mwx-67 {
    max-width: 67px!important
}

.mwx-68 {
    max-width: 68px!important
}

.mwx-69 {
    max-width: 69px!important
}

.mwx-70 {
    max-width: 70px!important
}

.mwx-71 {
    max-width: 71px!important
}

.mwx-72 {
    max-width: 72px!important
}

.mwx-73 {
    max-width: 73px!important
}

.mwx-74 {
    max-width: 74px!important
}

.mwx-75 {
    max-width: 75px!important
}

.mwx-76 {
    max-width: 76px!important
}

.mwx-77 {
    max-width: 77px!important
}

.mwx-78 {
    max-width: 78px!important
}

.mwx-79 {
    max-width: 79px!important
}

.mwx-80 {
    max-width: 80px!important
}

.mwx-81 {
    max-width: 81px!important
}

.mwx-82 {
    max-width: 82px!important
}

.mwx-83 {
    max-width: 83px!important
}

.mwx-84 {
    max-width: 84px!important
}

.mwx-85 {
    max-width: 85px!important
}

.mwx-86 {
    max-width: 86px!important
}

.mwx-87 {
    max-width: 87px!important
}

.mwx-88 {
    max-width: 88px!important
}

.mwx-89 {
    max-width: 89px!important
}

.mwx-90 {
    max-width: 90px!important
}

.mwx-91 {
    max-width: 91px!important
}

.mwx-92 {
    max-width: 92px!important
}

.mwx-93 {
    max-width: 93px!important
}

.mwx-94 {
    max-width: 94px!important
}

.mwx-95 {
    max-width: 95px!important
}

.mwx-96 {
    max-width: 96px!important
}

.mwx-97 {
    max-width: 97px!important
}

.mwx-98 {
    max-width: 98px!important
}

.mwx-99 {
    max-width: 99px!important
}

.mwx-100 {
    max-width: 100px!important
}

.mwx-101 {
    max-width: 101px!important
}

.mwx-102 {
    max-width: 102px!important
}

.mwx-103 {
    max-width: 103px!important
}

.mwx-104 {
    max-width: 104px!important
}

.mwx-105 {
    max-width: 105px!important
}

.mwx-106 {
    max-width: 106px!important
}

.mwx-107 {
    max-width: 107px!important
}

.mwx-108 {
    max-width: 108px!important
}

.mwx-109 {
    max-width: 109px!important
}

.mwx-110 {
    max-width: 110px!important
}

.mwx-111 {
    max-width: 111px!important
}

.mwx-112 {
    max-width: 112px!important
}

.mwx-113 {
    max-width: 113px!important
}

.mwx-114 {
    max-width: 114px!important
}

.mwx-115 {
    max-width: 115px!important
}

.mwx-116 {
    max-width: 116px!important
}

.mwx-117 {
    max-width: 117px!important
}

.mwx-118 {
    max-width: 118px!important
}

.mwx-119 {
    max-width: 119px!important
}

.mwx-120 {
    max-width: 120px!important
}

.mwx-121 {
    max-width: 121px!important
}

.mwx-122 {
    max-width: 122px!important
}

.mwx-123 {
    max-width: 123px!important
}

.mwx-124 {
    max-width: 124px!important
}

.mwx-125 {
    max-width: 125px!important
}

.mwx-126 {
    max-width: 126px!important
}

.mwx-127 {
    max-width: 127px!important
}

.mwx-128 {
    max-width: 128px!important
}

.mwx-129 {
    max-width: 129px!important
}

.mwx-130 {
    max-width: 130px!important
}

.mwx-131 {
    max-width: 131px!important
}

.mwx-132 {
    max-width: 132px!important
}

.mwx-133 {
    max-width: 133px!important
}

.mwx-134 {
    max-width: 134px!important
}

.mwx-135 {
    max-width: 135px!important
}

.mwx-136 {
    max-width: 136px!important
}

.mwx-137 {
    max-width: 137px!important
}

.mwx-138 {
    max-width: 138px!important
}

.mwx-139 {
    max-width: 139px!important
}

.mwx-140 {
    max-width: 140px!important
}

.mwx-141 {
    max-width: 141px!important
}

.mwx-142 {
    max-width: 142px!important
}

.mwx-143 {
    max-width: 143px!important
}

.mwx-144 {
    max-width: 144px!important
}

.mwx-145 {
    max-width: 145px!important
}

.mwx-146 {
    max-width: 146px!important
}

.mwx-147 {
    max-width: 147px!important
}

.mwx-148 {
    max-width: 148px!important
}

.mwx-149 {
    max-width: 149px!important
}

.mwx-150 {
    max-width: 150px!important
}

.mwx-151 {
    max-width: 151px!important
}

.mwx-152 {
    max-width: 152px!important
}

.mwx-153 {
    max-width: 153px!important
}

.mwx-154 {
    max-width: 154px!important
}

.mwx-155 {
    max-width: 155px!important
}

.mwx-156 {
    max-width: 156px!important
}

.mwx-157 {
    max-width: 157px!important
}

.mwx-158 {
    max-width: 158px!important
}

.mwx-159 {
    max-width: 159px!important
}

.mwx-160 {
    max-width: 160px!important
}

.mwx-161 {
    max-width: 161px!important
}

.mwx-162 {
    max-width: 162px!important
}

.mwx-163 {
    max-width: 163px!important
}

.mwx-164 {
    max-width: 164px!important
}

.mwx-165 {
    max-width: 165px!important
}

.mwx-166 {
    max-width: 166px!important
}

.mwx-167 {
    max-width: 167px!important
}

.mwx-168 {
    max-width: 168px!important
}

.mwx-169 {
    max-width: 169px!important
}

.mwx-170 {
    max-width: 170px!important
}

.mwx-171 {
    max-width: 171px!important
}

.mwx-172 {
    max-width: 172px!important
}

.mwx-173 {
    max-width: 173px!important
}

.mwx-174 {
    max-width: 174px!important
}

.mwx-175 {
    max-width: 175px!important
}

.mwx-176 {
    max-width: 176px!important
}

.mwx-177 {
    max-width: 177px!important
}

.mwx-178 {
    max-width: 178px!important
}

.mwx-179 {
    max-width: 179px!important
}

.mwx-180 {
    max-width: 180px!important
}

.mwx-181 {
    max-width: 181px!important
}

.mwx-182 {
    max-width: 182px!important
}

.mwx-183 {
    max-width: 183px!important
}

.mwx-184 {
    max-width: 184px!important
}

.mwx-185 {
    max-width: 185px!important
}

.mwx-186 {
    max-width: 186px!important
}

.mwx-187 {
    max-width: 187px!important
}

.mwx-188 {
    max-width: 188px!important
}

.mwx-189 {
    max-width: 189px!important
}

.mwx-190 {
    max-width: 190px!important
}

.mwx-191 {
    max-width: 191px!important
}

.mwx-192 {
    max-width: 192px!important
}

.mwx-193 {
    max-width: 193px!important
}

.mwx-194 {
    max-width: 194px!important
}

.mwx-195 {
    max-width: 195px!important
}

.mwx-196 {
    max-width: 196px!important
}

.mwx-197 {
    max-width: 197px!important
}

.mwx-198 {
    max-width: 198px!important
}

.mwx-199 {
    max-width: 199px!important
}

.mwx-200 {
    max-width: 200px!important
}

.mwx-201 {
    max-width: 201px!important
}

.mwx-202 {
    max-width: 202px!important
}

.mwx-203 {
    max-width: 203px!important
}

.mwx-204 {
    max-width: 204px!important
}

.mwx-205 {
    max-width: 205px!important
}

.mwx-206 {
    max-width: 206px!important
}

.mwx-207 {
    max-width: 207px!important
}

.mwx-208 {
    max-width: 208px!important
}

.mwx-209 {
    max-width: 209px!important
}

.mwx-210 {
    max-width: 210px!important
}

.mwx-211 {
    max-width: 211px!important
}

.mwx-212 {
    max-width: 212px!important
}

.mwx-213 {
    max-width: 213px!important
}

.mwx-214 {
    max-width: 214px!important
}

.mwx-215 {
    max-width: 215px!important
}

.mwx-216 {
    max-width: 216px!important
}

.mwx-217 {
    max-width: 217px!important
}

.mwx-218 {
    max-width: 218px!important
}

.mwx-219 {
    max-width: 219px!important
}

.mwx-220 {
    max-width: 220px!important
}

.mwx-221 {
    max-width: 221px!important
}

.mwx-222 {
    max-width: 222px!important
}

.mwx-223 {
    max-width: 223px!important
}

.mwx-224 {
    max-width: 224px!important
}

.mwx-225 {
    max-width: 225px!important
}

.mwx-226 {
    max-width: 226px!important
}

.mwx-227 {
    max-width: 227px!important
}

.mwx-228 {
    max-width: 228px!important
}

.mwx-229 {
    max-width: 229px!important
}

.mwx-230 {
    max-width: 230px!important
}

.mwx-231 {
    max-width: 231px!important
}

.mwx-232 {
    max-width: 232px!important
}

.mwx-233 {
    max-width: 233px!important
}

.mwx-234 {
    max-width: 234px!important
}

.mwx-235 {
    max-width: 235px!important
}

.mwx-236 {
    max-width: 236px!important
}

.mwx-237 {
    max-width: 237px!important
}

.mwx-238 {
    max-width: 238px!important
}

.mwx-239 {
    max-width: 239px!important
}

.mwx-240 {
    max-width: 240px!important
}

.mwx-241 {
    max-width: 241px!important
}

.mwx-242 {
    max-width: 242px!important
}

.mwx-243 {
    max-width: 243px!important
}

.mwx-244 {
    max-width: 244px!important
}

.mwx-245 {
    max-width: 245px!important
}

.mwx-246 {
    max-width: 246px!important
}

.mwx-247 {
    max-width: 247px!important
}

.mwx-248 {
    max-width: 248px!important
}

.mwx-249 {
    max-width: 249px!important
}

.mwx-250 {
    max-width: 250px!important
}

.mwx-251 {
    max-width: 251px!important
}

.mwx-252 {
    max-width: 252px!important
}

.mwx-253 {
    max-width: 253px!important
}

.mwx-254 {
    max-width: 254px!important
}

.mwx-255 {
    max-width: 255px!important
}

.mwx-256 {
    max-width: 256px!important
}

.mwx-257 {
    max-width: 257px!important
}

.mwx-258 {
    max-width: 258px!important
}

.mwx-259 {
    max-width: 259px!important
}

.mwx-260 {
    max-width: 260px!important
}

.mwx-261 {
    max-width: 261px!important
}

.mwx-262 {
    max-width: 262px!important
}

.mwx-263 {
    max-width: 263px!important
}

.mwx-264 {
    max-width: 264px!important
}

.mwx-265 {
    max-width: 265px!important
}

.mwx-266 {
    max-width: 266px!important
}

.mwx-267 {
    max-width: 267px!important
}

.mwx-268 {
    max-width: 268px!important
}

.mwx-269 {
    max-width: 269px!important
}

.mwx-270 {
    max-width: 270px!important
}

.mwx-271 {
    max-width: 271px!important
}

.mwx-272 {
    max-width: 272px!important
}

.mwx-273 {
    max-width: 273px!important
}

.mwx-274 {
    max-width: 274px!important
}

.mwx-275 {
    max-width: 275px!important
}

.mwx-276 {
    max-width: 276px!important
}

.mwx-277 {
    max-width: 277px!important
}

.mwx-278 {
    max-width: 278px!important
}

.mwx-279 {
    max-width: 279px!important
}

.mwx-280 {
    max-width: 280px!important
}

.mwx-281 {
    max-width: 281px!important
}

.mwx-282 {
    max-width: 282px!important
}

.mwx-283 {
    max-width: 283px!important
}

.mwx-284 {
    max-width: 284px!important
}

.mwx-285 {
    max-width: 285px!important
}

.mwx-286 {
    max-width: 286px!important
}

.mwx-287 {
    max-width: 287px!important
}

.mwx-288 {
    max-width: 288px!important
}

.mwx-289 {
    max-width: 289px!important
}

.mwx-290 {
    max-width: 290px!important
}

.mwx-291 {
    max-width: 291px!important
}

.mwx-292 {
    max-width: 292px!important
}

.mwx-293 {
    max-width: 293px!important
}

.mwx-294 {
    max-width: 294px!important
}

.mwx-295 {
    max-width: 295px!important
}

.mwx-296 {
    max-width: 296px!important
}

.mwx-297 {
    max-width: 297px!important
}

.mwx-298 {
    max-width: 298px!important
}

.mwx-299 {
    max-width: 299px!important
}

.mwx-300 {
    max-width: 300px!important
}

.mwx-301 {
    max-width: 301px!important
}

.mwx-302 {
    max-width: 302px!important
}

.mwx-303 {
    max-width: 303px!important
}

.mwx-304 {
    max-width: 304px!important
}

.mwx-305 {
    max-width: 305px!important
}

.mwx-306 {
    max-width: 306px!important
}

.mwx-307 {
    max-width: 307px!important
}

.mwx-308 {
    max-width: 308px!important
}

.mwx-309 {
    max-width: 309px!important
}

.mwx-310 {
    max-width: 310px!important
}

.mwx-311 {
    max-width: 311px!important
}

.mwx-312 {
    max-width: 312px!important
}

.mwx-313 {
    max-width: 313px!important
}

.mwx-314 {
    max-width: 314px!important
}

.mwx-315 {
    max-width: 315px!important
}

.mwx-316 {
    max-width: 316px!important
}

.mwx-317 {
    max-width: 317px!important
}

.mwx-318 {
    max-width: 318px!important
}

.mwx-319 {
    max-width: 319px!important
}

.mwx-320 {
    max-width: 320px!important
}

.mwx-321 {
    max-width: 321px!important
}

.mwx-322 {
    max-width: 322px!important
}

.mwx-323 {
    max-width: 323px!important
}

.mwx-324 {
    max-width: 324px!important
}

.mwx-325 {
    max-width: 325px!important
}

.mwx-326 {
    max-width: 326px!important
}

.mwx-327 {
    max-width: 327px!important
}

.mwx-328 {
    max-width: 328px!important
}

.mwx-329 {
    max-width: 329px!important
}

.mwx-330 {
    max-width: 330px!important
}

.mwx-331 {
    max-width: 331px!important
}

.mwx-332 {
    max-width: 332px!important
}

.mwx-333 {
    max-width: 333px!important
}

.mwx-334 {
    max-width: 334px!important
}

.mwx-335 {
    max-width: 335px!important
}

.mwx-336 {
    max-width: 336px!important
}

.mwx-337 {
    max-width: 337px!important
}

.mwx-338 {
    max-width: 338px!important
}

.mwx-339 {
    max-width: 339px!important
}

.mwx-340 {
    max-width: 340px!important
}

.mwx-341 {
    max-width: 341px!important
}

.mwx-342 {
    max-width: 342px!important
}

.mwx-343 {
    max-width: 343px!important
}

.mwx-344 {
    max-width: 344px!important
}

.mwx-345 {
    max-width: 345px!important
}

.mwx-346 {
    max-width: 346px!important
}

.mwx-347 {
    max-width: 347px!important
}

.mwx-348 {
    max-width: 348px!important
}

.mwx-349 {
    max-width: 349px!important
}

.mwx-350 {
    max-width: 350px!important
}

.mwx-351 {
    max-width: 351px!important
}

.mwx-352 {
    max-width: 352px!important
}

.mwx-353 {
    max-width: 353px!important
}

.mwx-354 {
    max-width: 354px!important
}

.mwx-355 {
    max-width: 355px!important
}

.mwx-356 {
    max-width: 356px!important
}

.mwx-357 {
    max-width: 357px!important
}

.mwx-358 {
    max-width: 358px!important
}

.mwx-359 {
    max-width: 359px!important
}

.mwx-360 {
    max-width: 360px!important
}

.mwx-361 {
    max-width: 361px!important
}

.mwx-362 {
    max-width: 362px!important
}

.mwx-363 {
    max-width: 363px!important
}

.mwx-364 {
    max-width: 364px!important
}

.mwx-365 {
    max-width: 365px!important
}

.mwx-366 {
    max-width: 366px!important
}

.mwx-367 {
    max-width: 367px!important
}

.mwx-368 {
    max-width: 368px!important
}

.mwx-369 {
    max-width: 369px!important
}

.mwx-370 {
    max-width: 370px!important
}

.mwx-371 {
    max-width: 371px!important
}

.mwx-372 {
    max-width: 372px!important
}

.mwx-373 {
    max-width: 373px!important
}

.mwx-374 {
    max-width: 374px!important
}

.mwx-375 {
    max-width: 375px!important
}

.mwx-376 {
    max-width: 376px!important
}

.mwx-377 {
    max-width: 377px!important
}

.mwx-378 {
    max-width: 378px!important
}

.mwx-379 {
    max-width: 379px!important
}

.mwx-380 {
    max-width: 380px!important
}

.mwx-381 {
    max-width: 381px!important
}

.mwx-382 {
    max-width: 382px!important
}

.mwx-383 {
    max-width: 383px!important
}

.mwx-384 {
    max-width: 384px!important
}

.mwx-385 {
    max-width: 385px!important
}

.mwx-386 {
    max-width: 386px!important
}

.mwx-387 {
    max-width: 387px!important
}

.mwx-388 {
    max-width: 388px!important
}

.mwx-389 {
    max-width: 389px!important
}

.mwx-390 {
    max-width: 390px!important
}

.mwx-391 {
    max-width: 391px!important
}

.mwx-392 {
    max-width: 392px!important
}

.mwx-393 {
    max-width: 393px!important
}

.mwx-394 {
    max-width: 394px!important
}

.mwx-395 {
    max-width: 395px!important
}

.mwx-396 {
    max-width: 396px!important
}

.mwx-397 {
    max-width: 397px!important
}

.mwx-398 {
    max-width: 398px!important
}

.mwx-399 {
    max-width: 399px!important
}

.mwx-400 {
    max-width: 400px!important
}

.mwx-401 {
    max-width: 401px!important
}

.mwx-402 {
    max-width: 402px!important
}

.mwx-403 {
    max-width: 403px!important
}

.mwx-404 {
    max-width: 404px!important
}

.mwx-405 {
    max-width: 405px!important
}

.mwx-406 {
    max-width: 406px!important
}

.mwx-407 {
    max-width: 407px!important
}

.mwx-408 {
    max-width: 408px!important
}

.mwx-409 {
    max-width: 409px!important
}

.mwx-410 {
    max-width: 410px!important
}

.mwx-411 {
    max-width: 411px!important
}

.mwx-412 {
    max-width: 412px!important
}

.mwx-413 {
    max-width: 413px!important
}

.mwx-414 {
    max-width: 414px!important
}

.mwx-415 {
    max-width: 415px!important
}

.mwx-416 {
    max-width: 416px!important
}

.mwx-417 {
    max-width: 417px!important
}

.mwx-418 {
    max-width: 418px!important
}

.mwx-419 {
    max-width: 419px!important
}

.mwx-420 {
    max-width: 420px!important
}

.mwx-421 {
    max-width: 421px!important
}

.mwx-422 {
    max-width: 422px!important
}

.mwx-423 {
    max-width: 423px!important
}

.mwx-424 {
    max-width: 424px!important
}

.mwx-425 {
    max-width: 425px!important
}

.mwx-426 {
    max-width: 426px!important
}

.mwx-427 {
    max-width: 427px!important
}

.mwx-428 {
    max-width: 428px!important
}

.mwx-429 {
    max-width: 429px!important
}

.mwx-430 {
    max-width: 430px!important
}

.mwx-431 {
    max-width: 431px!important
}

.mwx-432 {
    max-width: 432px!important
}

.mwx-433 {
    max-width: 433px!important
}

.mwx-434 {
    max-width: 434px!important
}

.mwx-435 {
    max-width: 435px!important
}

.mwx-436 {
    max-width: 436px!important
}

.mwx-437 {
    max-width: 437px!important
}

.mwx-438 {
    max-width: 438px!important
}

.mwx-439 {
    max-width: 439px!important
}

.mwx-440 {
    max-width: 440px!important
}

.mwx-441 {
    max-width: 441px!important
}

.mwx-442 {
    max-width: 442px!important
}

.mwx-443 {
    max-width: 443px!important
}

.mwx-444 {
    max-width: 444px!important
}

.mwx-445 {
    max-width: 445px!important
}

.mwx-446 {
    max-width: 446px!important
}

.mwx-447 {
    max-width: 447px!important
}

.mwx-448 {
    max-width: 448px!important
}

.mwx-449 {
    max-width: 449px!important
}

.mwx-450 {
    max-width: 450px!important
}

.mwx-451 {
    max-width: 451px!important
}

.mwx-452 {
    max-width: 452px!important
}

.mwx-453 {
    max-width: 453px!important
}

.mwx-454 {
    max-width: 454px!important
}

.mwx-455 {
    max-width: 455px!important
}

.mwx-456 {
    max-width: 456px!important
}

.mwx-457 {
    max-width: 457px!important
}

.mwx-458 {
    max-width: 458px!important
}

.mwx-459 {
    max-width: 459px!important
}

.mwx-460 {
    max-width: 460px!important
}

.mwx-461 {
    max-width: 461px!important
}

.mwx-462 {
    max-width: 462px!important
}

.mwx-463 {
    max-width: 463px!important
}

.mwx-464 {
    max-width: 464px!important
}

.mwx-465 {
    max-width: 465px!important
}

.mwx-466 {
    max-width: 466px!important
}

.mwx-467 {
    max-width: 467px!important
}

.mwx-468 {
    max-width: 468px!important
}

.mwx-469 {
    max-width: 469px!important
}

.mwx-470 {
    max-width: 470px!important
}

.mwx-471 {
    max-width: 471px!important
}

.mwx-472 {
    max-width: 472px!important
}

.mwx-473 {
    max-width: 473px!important
}

.mwx-474 {
    max-width: 474px!important
}

.mwx-475 {
    max-width: 475px!important
}

.mwx-476 {
    max-width: 476px!important
}

.mwx-477 {
    max-width: 477px!important
}

.mwx-478 {
    max-width: 478px!important
}

.mwx-479 {
    max-width: 479px!important
}

.mwx-480 {
    max-width: 480px!important
}

.mwx-481 {
    max-width: 481px!important
}

.mwx-482 {
    max-width: 482px!important
}

.mwx-483 {
    max-width: 483px!important
}

.mwx-484 {
    max-width: 484px!important
}

.mwx-485 {
    max-width: 485px!important
}

.mwx-486 {
    max-width: 486px!important
}

.mwx-487 {
    max-width: 487px!important
}

.mwx-488 {
    max-width: 488px!important
}

.mwx-489 {
    max-width: 489px!important
}

.mwx-490 {
    max-width: 490px!important
}

.mwx-491 {
    max-width: 491px!important
}

.mwx-492 {
    max-width: 492px!important
}

.mwx-493 {
    max-width: 493px!important
}

.mwx-494 {
    max-width: 494px!important
}

.mwx-495 {
    max-width: 495px!important
}

.mwx-496 {
    max-width: 496px!important
}

.mwx-497 {
    max-width: 497px!important
}

.mwx-498 {
    max-width: 498px!important
}

.mwx-499 {
    max-width: 499px!important
}

.mwx-500 {
    max-width: 500px!important
}

.mwx-501 {
    max-width: 501px!important
}

.mwx-502 {
    max-width: 502px!important
}

.mwx-503 {
    max-width: 503px!important
}

.mwx-504 {
    max-width: 504px!important
}

.mwx-505 {
    max-width: 505px!important
}

.mwx-506 {
    max-width: 506px!important
}

.mwx-507 {
    max-width: 507px!important
}

.mwx-508 {
    max-width: 508px!important
}

.mwx-509 {
    max-width: 509px!important
}

.mwx-510 {
    max-width: 510px!important
}

.mwx-511 {
    max-width: 511px!important
}

.mwx-512 {
    max-width: 512px!important
}

.mwx-513 {
    max-width: 513px!important
}

.mwx-514 {
    max-width: 514px!important
}

.mwx-515 {
    max-width: 515px!important
}

.mwx-516 {
    max-width: 516px!important
}

.mwx-517 {
    max-width: 517px!important
}

.mwx-518 {
    max-width: 518px!important
}

.mwx-519 {
    max-width: 519px!important
}

.mwx-520 {
    max-width: 520px!important
}

.mwx-521 {
    max-width: 521px!important
}

.mwx-522 {
    max-width: 522px!important
}

.mwx-523 {
    max-width: 523px!important
}

.mwx-524 {
    max-width: 524px!important
}

.mwx-525 {
    max-width: 525px!important
}

.mwx-526 {
    max-width: 526px!important
}

.mwx-527 {
    max-width: 527px!important
}

.mwx-528 {
    max-width: 528px!important
}

.mwx-529 {
    max-width: 529px!important
}

.mwx-530 {
    max-width: 530px!important
}

.mwx-531 {
    max-width: 531px!important
}

.mwx-532 {
    max-width: 532px!important
}

.mwx-533 {
    max-width: 533px!important
}

.mwx-534 {
    max-width: 534px!important
}

.mwx-535 {
    max-width: 535px!important
}

.mwx-536 {
    max-width: 536px!important
}

.mwx-537 {
    max-width: 537px!important
}

.mwx-538 {
    max-width: 538px!important
}

.mwx-539 {
    max-width: 539px!important
}

.mwx-540 {
    max-width: 540px!important
}

.mwx-541 {
    max-width: 541px!important
}

.mwx-542 {
    max-width: 542px!important
}

.mwx-543 {
    max-width: 543px!important
}

.mwx-544 {
    max-width: 544px!important
}

.mwx-545 {
    max-width: 545px!important
}

.mwx-546 {
    max-width: 546px!important
}

.mwx-547 {
    max-width: 547px!important
}

.mwx-548 {
    max-width: 548px!important
}

.mwx-549 {
    max-width: 549px!important
}

.mwx-550 {
    max-width: 550px!important
}

.mwx-551 {
    max-width: 551px!important
}

.mwx-552 {
    max-width: 552px!important
}

.mwx-553 {
    max-width: 553px!important
}

.mwx-554 {
    max-width: 554px!important
}

.mwx-555 {
    max-width: 555px!important
}

.mwx-556 {
    max-width: 556px!important
}

.mwx-557 {
    max-width: 557px!important
}

.mwx-558 {
    max-width: 558px!important
}

.mwx-559 {
    max-width: 559px!important
}

.mwx-560 {
    max-width: 560px!important
}

.mwx-561 {
    max-width: 561px!important
}

.mwx-562 {
    max-width: 562px!important
}

.mwx-563 {
    max-width: 563px!important
}

.mwx-564 {
    max-width: 564px!important
}

.mwx-565 {
    max-width: 565px!important
}

.mwx-566 {
    max-width: 566px!important
}

.mwx-567 {
    max-width: 567px!important
}

.mwx-568 {
    max-width: 568px!important
}

.mwx-569 {
    max-width: 569px!important
}

.mwx-570 {
    max-width: 570px!important
}

.mwx-571 {
    max-width: 571px!important
}

.mwx-572 {
    max-width: 572px!important
}

.mwx-573 {
    max-width: 573px!important
}

.mwx-574 {
    max-width: 574px!important
}

.mwx-575 {
    max-width: 575px!important
}

.mwx-576 {
    max-width: 576px!important
}

.mwx-577 {
    max-width: 577px!important
}

.mwx-578 {
    max-width: 578px!important
}

.mwx-579 {
    max-width: 579px!important
}

.mwx-580 {
    max-width: 580px!important
}

.mwx-581 {
    max-width: 581px!important
}

.mwx-582 {
    max-width: 582px!important
}

.mwx-583 {
    max-width: 583px!important
}

.mwx-584 {
    max-width: 584px!important
}

.mwx-585 {
    max-width: 585px!important
}

.mwx-586 {
    max-width: 586px!important
}

.mwx-587 {
    max-width: 587px!important
}

.mwx-588 {
    max-width: 588px!important
}

.mwx-589 {
    max-width: 589px!important
}

.mwx-590 {
    max-width: 590px!important
}

.mwx-591 {
    max-width: 591px!important
}

.mwx-592 {
    max-width: 592px!important
}

.mwx-593 {
    max-width: 593px!important
}

.mwx-594 {
    max-width: 594px!important
}

.mwx-595 {
    max-width: 595px!important
}

.mwx-596 {
    max-width: 596px!important
}

.mwx-597 {
    max-width: 597px!important
}

.mwx-598 {
    max-width: 598px!important
}

.mwx-599 {
    max-width: 599px!important
}

.mwx-600 {
    max-width: 600px!important
}

.mwx-601 {
    max-width: 601px!important
}

.mwx-602 {
    max-width: 602px!important
}

.mwx-603 {
    max-width: 603px!important
}

.mwx-604 {
    max-width: 604px!important
}

.mwx-605 {
    max-width: 605px!important
}

.mwx-606 {
    max-width: 606px!important
}

.mwx-607 {
    max-width: 607px!important
}

.mwx-608 {
    max-width: 608px!important
}

.mwx-609 {
    max-width: 609px!important
}

.mwx-610 {
    max-width: 610px!important
}

.mwx-611 {
    max-width: 611px!important
}

.mwx-612 {
    max-width: 612px!important
}

.mwx-613 {
    max-width: 613px!important
}

.mwx-614 {
    max-width: 614px!important
}

.mwx-615 {
    max-width: 615px!important
}

.mwx-616 {
    max-width: 616px!important
}

.mwx-617 {
    max-width: 617px!important
}

.mwx-618 {
    max-width: 618px!important
}

.mwx-619 {
    max-width: 619px!important
}

.mwx-620 {
    max-width: 620px!important
}

.mwx-621 {
    max-width: 621px!important
}

.mwx-622 {
    max-width: 622px!important
}

.mwx-623 {
    max-width: 623px!important
}

.mwx-624 {
    max-width: 624px!important
}

.mwx-625 {
    max-width: 625px!important
}

.mwx-626 {
    max-width: 626px!important
}

.mwx-627 {
    max-width: 627px!important
}

.mwx-628 {
    max-width: 628px!important
}

.mwx-629 {
    max-width: 629px!important
}

.mwx-630 {
    max-width: 630px!important
}

.mwx-631 {
    max-width: 631px!important
}

.mwx-632 {
    max-width: 632px!important
}

.mwx-633 {
    max-width: 633px!important
}

.mwx-634 {
    max-width: 634px!important
}

.mwx-635 {
    max-width: 635px!important
}

.mwx-636 {
    max-width: 636px!important
}

.mwx-637 {
    max-width: 637px!important
}

.mwx-638 {
    max-width: 638px!important
}

.mwx-639 {
    max-width: 639px!important
}

.mwx-640 {
    max-width: 640px!important
}

.mwx-641 {
    max-width: 641px!important
}

.mwx-642 {
    max-width: 642px!important
}

.mwx-643 {
    max-width: 643px!important
}

.mwx-644 {
    max-width: 644px!important
}

.mwx-645 {
    max-width: 645px!important
}

.mwx-646 {
    max-width: 646px!important
}

.mwx-647 {
    max-width: 647px!important
}

.mwx-648 {
    max-width: 648px!important
}

.mwx-649 {
    max-width: 649px!important
}

.mwx-650 {
    max-width: 650px!important
}

.mwx-651 {
    max-width: 651px!important
}

.mwx-652 {
    max-width: 652px!important
}

.mwx-653 {
    max-width: 653px!important
}

.mwx-654 {
    max-width: 654px!important
}

.mwx-655 {
    max-width: 655px!important
}

.mwx-656 {
    max-width: 656px!important
}

.mwx-657 {
    max-width: 657px!important
}

.mwx-658 {
    max-width: 658px!important
}

.mwx-659 {
    max-width: 659px!important
}

.mwx-660 {
    max-width: 660px!important
}

.mwx-661 {
    max-width: 661px!important
}

.mwx-662 {
    max-width: 662px!important
}

.mwx-663 {
    max-width: 663px!important
}

.mwx-664 {
    max-width: 664px!important
}

.mwx-665 {
    max-width: 665px!important
}

.mwx-666 {
    max-width: 666px!important
}

.mwx-667 {
    max-width: 667px!important
}

.mwx-668 {
    max-width: 668px!important
}

.mwx-669 {
    max-width: 669px!important
}

.mwx-670 {
    max-width: 670px!important
}

.mwx-671 {
    max-width: 671px!important
}

.mwx-672 {
    max-width: 672px!important
}

.mwx-673 {
    max-width: 673px!important
}

.mwx-674 {
    max-width: 674px!important
}

.mwx-675 {
    max-width: 675px!important
}

.mwx-676 {
    max-width: 676px!important
}

.mwx-677 {
    max-width: 677px!important
}

.mwx-678 {
    max-width: 678px!important
}

.mwx-679 {
    max-width: 679px!important
}

.mwx-680 {
    max-width: 680px!important
}

.mwx-681 {
    max-width: 681px!important
}

.mwx-682 {
    max-width: 682px!important
}

.mwx-683 {
    max-width: 683px!important
}

.mwx-684 {
    max-width: 684px!important
}

.mwx-685 {
    max-width: 685px!important
}

.mwx-686 {
    max-width: 686px!important
}

.mwx-687 {
    max-width: 687px!important
}

.mwx-688 {
    max-width: 688px!important
}

.mwx-689 {
    max-width: 689px!important
}

.mwx-690 {
    max-width: 690px!important
}

.mwx-691 {
    max-width: 691px!important
}

.mwx-692 {
    max-width: 692px!important
}

.mwx-693 {
    max-width: 693px!important
}

.mwx-694 {
    max-width: 694px!important
}

.mwx-695 {
    max-width: 695px!important
}

.mwx-696 {
    max-width: 696px!important
}

.mwx-697 {
    max-width: 697px!important
}

.mwx-698 {
    max-width: 698px!important
}

.mwx-699 {
    max-width: 699px!important
}

.mwx-700 {
    max-width: 700px!important
}

.mwx-701 {
    max-width: 701px!important
}

.mwx-702 {
    max-width: 702px!important
}

.mwx-703 {
    max-width: 703px!important
}

.mwx-704 {
    max-width: 704px!important
}

.mwx-705 {
    max-width: 705px!important
}

.mwx-706 {
    max-width: 706px!important
}

.mwx-707 {
    max-width: 707px!important
}

.mwx-708 {
    max-width: 708px!important
}

.mwx-709 {
    max-width: 709px!important
}

.mwx-710 {
    max-width: 710px!important
}

.mwx-711 {
    max-width: 711px!important
}

.mwx-712 {
    max-width: 712px!important
}

.mwx-713 {
    max-width: 713px!important
}

.mwx-714 {
    max-width: 714px!important
}

.mwx-715 {
    max-width: 715px!important
}

.mwx-716 {
    max-width: 716px!important
}

.mwx-717 {
    max-width: 717px!important
}

.mwx-718 {
    max-width: 718px!important
}

.mwx-719 {
    max-width: 719px!important
}

.mwx-720 {
    max-width: 720px!important
}

.mwx-721 {
    max-width: 721px!important
}

.mwx-722 {
    max-width: 722px!important
}

.mwx-723 {
    max-width: 723px!important
}

.mwx-724 {
    max-width: 724px!important
}

.mwx-725 {
    max-width: 725px!important
}

.mwx-726 {
    max-width: 726px!important
}

.mwx-727 {
    max-width: 727px!important
}

.mwx-728 {
    max-width: 728px!important
}

.mwx-729 {
    max-width: 729px!important
}

.mwx-730 {
    max-width: 730px!important
}

.mwx-731 {
    max-width: 731px!important
}

.mwx-732 {
    max-width: 732px!important
}

.mwx-733 {
    max-width: 733px!important
}

.mwx-734 {
    max-width: 734px!important
}

.mwx-735 {
    max-width: 735px!important
}

.mwx-736 {
    max-width: 736px!important
}

.mwx-737 {
    max-width: 737px!important
}

.mwx-738 {
    max-width: 738px!important
}

.mwx-739 {
    max-width: 739px!important
}

.mwx-740 {
    max-width: 740px!important
}

.mwx-741 {
    max-width: 741px!important
}

.mwx-742 {
    max-width: 742px!important
}

.mwx-743 {
    max-width: 743px!important
}

.mwx-744 {
    max-width: 744px!important
}

.mwx-745 {
    max-width: 745px!important
}

.mwx-746 {
    max-width: 746px!important
}

.mwx-747 {
    max-width: 747px!important
}

.mwx-748 {
    max-width: 748px!important
}

.mwx-749 {
    max-width: 749px!important
}

.mwx-750 {
    max-width: 750px!important
}

.mwx-751 {
    max-width: 751px!important
}

.mwx-752 {
    max-width: 752px!important
}

.mwx-753 {
    max-width: 753px!important
}

.mwx-754 {
    max-width: 754px!important
}

.mwx-755 {
    max-width: 755px!important
}

.mwx-756 {
    max-width: 756px!important
}

.mwx-757 {
    max-width: 757px!important
}

.mwx-758 {
    max-width: 758px!important
}

.mwx-759 {
    max-width: 759px!important
}

.mwx-760 {
    max-width: 760px!important
}

.mwx-761 {
    max-width: 761px!important
}

.mwx-762 {
    max-width: 762px!important
}

.mwx-763 {
    max-width: 763px!important
}

.mwx-764 {
    max-width: 764px!important
}

.mwx-765 {
    max-width: 765px!important
}

.mwx-766 {
    max-width: 766px!important
}

.mwx-767 {
    max-width: 767px!important
}

.mwx-768 {
    max-width: 768px!important
}

.mwx-769 {
    max-width: 769px!important
}

.mwx-770 {
    max-width: 770px!important
}

.mwx-771 {
    max-width: 771px!important
}

.mwx-772 {
    max-width: 772px!important
}

.mwx-773 {
    max-width: 773px!important
}

.mwx-774 {
    max-width: 774px!important
}

.mwx-775 {
    max-width: 775px!important
}

.mwx-776 {
    max-width: 776px!important
}

.mwx-777 {
    max-width: 777px!important
}

.mwx-778 {
    max-width: 778px!important
}

.mwx-779 {
    max-width: 779px!important
}

.mwx-780 {
    max-width: 780px!important
}

.mwx-781 {
    max-width: 781px!important
}

.mwx-782 {
    max-width: 782px!important
}

.mwx-783 {
    max-width: 783px!important
}

.mwx-784 {
    max-width: 784px!important
}

.mwx-785 {
    max-width: 785px!important
}

.mwx-786 {
    max-width: 786px!important
}

.mwx-787 {
    max-width: 787px!important
}

.mwx-788 {
    max-width: 788px!important
}

.mwx-789 {
    max-width: 789px!important
}

.mwx-790 {
    max-width: 790px!important
}

.mwx-791 {
    max-width: 791px!important
}

.mwx-792 {
    max-width: 792px!important
}

.mwx-793 {
    max-width: 793px!important
}

.mwx-794 {
    max-width: 794px!important
}

.mwx-795 {
    max-width: 795px!important
}

.mwx-796 {
    max-width: 796px!important
}

.mwx-797 {
    max-width: 797px!important
}

.mwx-798 {
    max-width: 798px!important
}

.mwx-799 {
    max-width: 799px!important
}

.mwx-800 {
    max-width: 800px!important
}

.mwx-801 {
    max-width: 801px!important
}

.mwx-802 {
    max-width: 802px!important
}

.mwx-803 {
    max-width: 803px!important
}

.mwx-804 {
    max-width: 804px!important
}

.mwx-805 {
    max-width: 805px!important
}

.mwx-806 {
    max-width: 806px!important
}

.mwx-807 {
    max-width: 807px!important
}

.mwx-808 {
    max-width: 808px!important
}

.mwx-809 {
    max-width: 809px!important
}

.mwx-810 {
    max-width: 810px!important
}

.mwx-811 {
    max-width: 811px!important
}

.mwx-812 {
    max-width: 812px!important
}

.mwx-813 {
    max-width: 813px!important
}

.mwx-814 {
    max-width: 814px!important
}

.mwx-815 {
    max-width: 815px!important
}

.mwx-816 {
    max-width: 816px!important
}

.mwx-817 {
    max-width: 817px!important
}

.mwx-818 {
    max-width: 818px!important
}

.mwx-819 {
    max-width: 819px!important
}

.mwx-820 {
    max-width: 820px!important
}

.mwx-821 {
    max-width: 821px!important
}

.mwx-822 {
    max-width: 822px!important
}

.mwx-823 {
    max-width: 823px!important
}

.mwx-824 {
    max-width: 824px!important
}

.mwx-825 {
    max-width: 825px!important
}

.mwx-826 {
    max-width: 826px!important
}

.mwx-827 {
    max-width: 827px!important
}

.mwx-828 {
    max-width: 828px!important
}

.mwx-829 {
    max-width: 829px!important
}

.mwx-830 {
    max-width: 830px!important
}

.mwx-831 {
    max-width: 831px!important
}

.mwx-832 {
    max-width: 832px!important
}

.mwx-833 {
    max-width: 833px!important
}

.mwx-834 {
    max-width: 834px!important
}

.mwx-835 {
    max-width: 835px!important
}

.mwx-836 {
    max-width: 836px!important
}

.mwx-837 {
    max-width: 837px!important
}

.mwx-838 {
    max-width: 838px!important
}

.mwx-839 {
    max-width: 839px!important
}

.mwx-840 {
    max-width: 840px!important
}

.mwx-841 {
    max-width: 841px!important
}

.mwx-842 {
    max-width: 842px!important
}

.mwx-843 {
    max-width: 843px!important
}

.mwx-844 {
    max-width: 844px!important
}

.mwx-845 {
    max-width: 845px!important
}

.mwx-846 {
    max-width: 846px!important
}

.mwx-847 {
    max-width: 847px!important
}

.mwx-848 {
    max-width: 848px!important
}

.mwx-849 {
    max-width: 849px!important
}

.mwx-850 {
    max-width: 850px!important
}

.mwx-851 {
    max-width: 851px!important
}

.mwx-852 {
    max-width: 852px!important
}

.mwx-853 {
    max-width: 853px!important
}

.mwx-854 {
    max-width: 854px!important
}

.mwx-855 {
    max-width: 855px!important
}

.mwx-856 {
    max-width: 856px!important
}

.mwx-857 {
    max-width: 857px!important
}

.mwx-858 {
    max-width: 858px!important
}

.mwx-859 {
    max-width: 859px!important
}

.mwx-860 {
    max-width: 860px!important
}

.mwx-861 {
    max-width: 861px!important
}

.mwx-862 {
    max-width: 862px!important
}

.mwx-863 {
    max-width: 863px!important
}

.mwx-864 {
    max-width: 864px!important
}

.mwx-865 {
    max-width: 865px!important
}

.mwx-866 {
    max-width: 866px!important
}

.mwx-867 {
    max-width: 867px!important
}

.mwx-868 {
    max-width: 868px!important
}

.mwx-869 {
    max-width: 869px!important
}

.mwx-870 {
    max-width: 870px!important
}

.mwx-871 {
    max-width: 871px!important
}

.mwx-872 {
    max-width: 872px!important
}

.mwx-873 {
    max-width: 873px!important
}

.mwx-874 {
    max-width: 874px!important
}

.mwx-875 {
    max-width: 875px!important
}

.mwx-876 {
    max-width: 876px!important
}

.mwx-877 {
    max-width: 877px!important
}

.mwx-878 {
    max-width: 878px!important
}

.mwx-879 {
    max-width: 879px!important
}

.mwx-880 {
    max-width: 880px!important
}

.mwx-881 {
    max-width: 881px!important
}

.mwx-882 {
    max-width: 882px!important
}

.mwx-883 {
    max-width: 883px!important
}

.mwx-884 {
    max-width: 884px!important
}

.mwx-885 {
    max-width: 885px!important
}

.mwx-886 {
    max-width: 886px!important
}

.mwx-887 {
    max-width: 887px!important
}

.mwx-888 {
    max-width: 888px!important
}

.mwx-889 {
    max-width: 889px!important
}

.mwx-890 {
    max-width: 890px!important
}

.mwx-891 {
    max-width: 891px!important
}

.mwx-892 {
    max-width: 892px!important
}

.mwx-893 {
    max-width: 893px!important
}

.mwx-894 {
    max-width: 894px!important
}

.mwx-895 {
    max-width: 895px!important
}

.mwx-896 {
    max-width: 896px!important
}

.mwx-897 {
    max-width: 897px!important
}

.mwx-898 {
    max-width: 898px!important
}

.mwx-899 {
    max-width: 899px!important
}

.mwx-900 {
    max-width: 900px!important
}

.mwx-901 {
    max-width: 901px!important
}

.mwx-902 {
    max-width: 902px!important
}

.mwx-903 {
    max-width: 903px!important
}

.mwx-904 {
    max-width: 904px!important
}

.mwx-905 {
    max-width: 905px!important
}

.mwx-906 {
    max-width: 906px!important
}

.mwx-907 {
    max-width: 907px!important
}

.mwx-908 {
    max-width: 908px!important
}

.mwx-909 {
    max-width: 909px!important
}

.mwx-910 {
    max-width: 910px!important
}

.mwx-911 {
    max-width: 911px!important
}

.mwx-912 {
    max-width: 912px!important
}

.mwx-913 {
    max-width: 913px!important
}

.mwx-914 {
    max-width: 914px!important
}

.mwx-915 {
    max-width: 915px!important
}

.mwx-916 {
    max-width: 916px!important
}

.mwx-917 {
    max-width: 917px!important
}

.mwx-918 {
    max-width: 918px!important
}

.mwx-919 {
    max-width: 919px!important
}

.mwx-920 {
    max-width: 920px!important
}

.mwx-921 {
    max-width: 921px!important
}

.mwx-922 {
    max-width: 922px!important
}

.mwx-923 {
    max-width: 923px!important
}

.mwx-924 {
    max-width: 924px!important
}

.mwx-925 {
    max-width: 925px!important
}

.mwx-926 {
    max-width: 926px!important
}

.mwx-927 {
    max-width: 927px!important
}

.mwx-928 {
    max-width: 928px!important
}

.mwx-929 {
    max-width: 929px!important
}

.mwx-930 {
    max-width: 930px!important
}

.mwx-931 {
    max-width: 931px!important
}

.mwx-932 {
    max-width: 932px!important
}

.mwx-933 {
    max-width: 933px!important
}

.mwx-934 {
    max-width: 934px!important
}

.mwx-935 {
    max-width: 935px!important
}

.mwx-936 {
    max-width: 936px!important
}

.mwx-937 {
    max-width: 937px!important
}

.mwx-938 {
    max-width: 938px!important
}

.mwx-939 {
    max-width: 939px!important
}

.mwx-940 {
    max-width: 940px!important
}

.mwx-941 {
    max-width: 941px!important
}

.mwx-942 {
    max-width: 942px!important
}

.mwx-943 {
    max-width: 943px!important
}

.mwx-944 {
    max-width: 944px!important
}

.mwx-945 {
    max-width: 945px!important
}

.mwx-946 {
    max-width: 946px!important
}

.mwx-947 {
    max-width: 947px!important
}

.mwx-948 {
    max-width: 948px!important
}

.mwx-949 {
    max-width: 949px!important
}

.mwx-950 {
    max-width: 950px!important
}

.mwx-951 {
    max-width: 951px!important
}

.mwx-952 {
    max-width: 952px!important
}

.mwx-953 {
    max-width: 953px!important
}

.mwx-954 {
    max-width: 954px!important
}

.mwx-955 {
    max-width: 955px!important
}

.mwx-956 {
    max-width: 956px!important
}

.mwx-957 {
    max-width: 957px!important
}

.mwx-958 {
    max-width: 958px!important
}

.mwx-959 {
    max-width: 959px!important
}

.mwx-960 {
    max-width: 960px!important
}

.mwx-961 {
    max-width: 961px!important
}

.mwx-962 {
    max-width: 962px!important
}

.mwx-963 {
    max-width: 963px!important
}

.mwx-964 {
    max-width: 964px!important
}

.mwx-965 {
    max-width: 965px!important
}

.mwx-966 {
    max-width: 966px!important
}

.mwx-967 {
    max-width: 967px!important
}

.mwx-968 {
    max-width: 968px!important
}

.mwx-969 {
    max-width: 969px!important
}

.mwx-970 {
    max-width: 970px!important
}

.mwx-971 {
    max-width: 971px!important
}

.mwx-972 {
    max-width: 972px!important
}

.mwx-973 {
    max-width: 973px!important
}

.mwx-974 {
    max-width: 974px!important
}

.mwx-975 {
    max-width: 975px!important
}

.mwx-976 {
    max-width: 976px!important
}

.mwx-977 {
    max-width: 977px!important
}

.mwx-978 {
    max-width: 978px!important
}

.mwx-979 {
    max-width: 979px!important
}

.mwx-980 {
    max-width: 980px!important
}

.mwx-981 {
    max-width: 981px!important
}

.mwx-982 {
    max-width: 982px!important
}

.mwx-983 {
    max-width: 983px!important
}

.mwx-984 {
    max-width: 984px!important
}

.mwx-985 {
    max-width: 985px!important
}

.mwx-986 {
    max-width: 986px!important
}

.mwx-987 {
    max-width: 987px!important
}

.mwx-988 {
    max-width: 988px!important
}

.mwx-989 {
    max-width: 989px!important
}

.mwx-990 {
    max-width: 990px!important
}

.mwx-991 {
    max-width: 991px!important
}

.mwx-992 {
    max-width: 992px!important
}

.mwx-993 {
    max-width: 993px!important
}

.mwx-994 {
    max-width: 994px!important
}

.mwx-995 {
    max-width: 995px!important
}

.mwx-996 {
    max-width: 996px!important
}

.mwx-997 {
    max-width: 997px!important
}

.mwx-998 {
    max-width: 998px!important
}

.mwx-999 {
    max-width: 999px!important
}

.mwx-1000 {
    max-width: 1000px!important
}

.wh-5 {
    height: 5px!important
}

.wh-10 {
    height: 10px!important
}

.wh-11 {
    height: 11px!important
}

.wh-12 {
    height: 12px!important
}

.wh-13 {
    height: 13px!important
}

.wh-14 {
    height: 14px!important
}

.wh-15 {
    height: 15px!important
}

.wh-16 {
    height: 16px!important
}

.wh-17 {
    height: 17px!important
}

.wh-18 {
    height: 18px!important
}

.wh-19 {
    height: 19px!important
}

.wh-20 {
    height: 20px!important
}

.wh-21 {
    height: 21px!important
}

.wh-22 {
    height: 22px!important
}

.wh-23 {
    height: 23px!important
}

.wh-24 {
    height: 24px!important
}

.wh-25 {
    height: 25px!important
}

.wh-26 {
    height: 26px!important
}

.wh-27 {
    height: 27px!important
}

.wh-28 {
    height: 28px!important
}

.wh-29 {
    height: 29px!important
}

.wh-30 {
    height: 30px!important
}

.wh-31 {
    height: 31px!important
}

.wh-32 {
    height: 32px!important
}

.wh-33 {
    height: 33px!important
}

.wh-34 {
    height: 34px!important
}

.wh-35 {
    height: 35px!important
}

.wh-36 {
    height: 36px!important
}

.wh-37 {
    height: 37px!important
}

.wh-38 {
    height: 38px!important
}

.wh-39 {
    height: 39px!important
}

.wh-40 {
    height: 40px!important
}

.wh-41 {
    height: 41px!important
}

.wh-42 {
    height: 42px!important
}

.wh-43 {
    height: 43px!important
}

.wh-44 {
    height: 44px!important
}

.wh-45 {
    height: 45px!important
}

.wh-46 {
    height: 46px!important
}

.wh-47 {
    height: 47px!important
}

.wh-48 {
    height: 48px!important
}

.wh-49 {
    height: 49px!important
}

.wh-50 {
    height: 50px!important
}

.wh-51 {
    height: 51px!important
}

.wh-52 {
    height: 52px!important
}

.wh-53 {
    height: 53px!important
}

.wh-54 {
    height: 54px!important
}

.wh-55 {
    height: 55px!important
}

.wh-56 {
    height: 56px!important
}

.wh-57 {
    height: 57px!important
}

.wh-58 {
    height: 58px!important
}

.wh-59 {
    height: 59px!important
}

.wh-60 {
    height: 60px!important
}

.wh-61 {
    height: 61px!important
}

.wh-62 {
    height: 62px!important
}

.wh-63 {
    height: 63px!important
}

.wh-64 {
    height: 64px!important
}

.wh-65 {
    height: 65px!important
}

.wh-66 {
    height: 66px!important
}

.wh-67 {
    height: 67px!important
}

.wh-68 {
    height: 68px!important
}

.wh-69 {
    height: 69px!important
}

.wh-70 {
    height: 70px!important
}

.wh-71 {
    height: 71px!important
}

.wh-72 {
    height: 72px!important
}

.wh-73 {
    height: 73px!important
}

.wh-74 {
    height: 74px!important
}

.wh-75 {
    height: 75px!important
}

.wh-76 {
    height: 76px!important
}

.wh-77 {
    height: 77px!important
}

.wh-78 {
    height: 78px!important
}

.wh-79 {
    height: 79px!important
}

.wh-80 {
    height: 80px!important
}

.wh-81 {
    height: 81px!important
}

.wh-82 {
    height: 82px!important
}

.wh-83 {
    height: 83px!important
}

.wh-84 {
    height: 84px!important
}

.wh-85 {
    height: 85px!important
}

.wh-86 {
    height: 86px!important
}

.wh-87 {
    height: 87px!important
}

.wh-88 {
    height: 88px!important
}

.wh-89 {
    height: 89px!important
}

.wh-90 {
    height: 90px!important
}

.wh-91 {
    height: 91px!important
}

.wh-92 {
    height: 92px!important
}

.wh-93 {
    height: 93px!important
}

.wh-94 {
    height: 94px!important
}

.wh-95 {
    height: 95px!important
}

.wh-96 {
    height: 96px!important
}

.wh-97 {
    height: 97px!important
}

.wh-98 {
    height: 98px!important
}

.wh-99 {
    height: 99px!important
}

.wh-100 {
    height: 100px!important
}

.wh-101 {
    height: 101px!important
}

.wh-102 {
    height: 102px!important
}

.wh-103 {
    height: 103px!important
}

.wh-104 {
    height: 104px!important
}

.wh-105 {
    height: 105px!important
}

.wh-106 {
    height: 106px!important
}

.wh-107 {
    height: 107px!important
}

.wh-108 {
    height: 108px!important
}

.wh-109 {
    height: 109px!important
}

.wh-110 {
    height: 110px!important
}

.wh-111 {
    height: 111px!important
}

.wh-112 {
    height: 112px!important
}

.wh-113 {
    height: 113px!important
}

.wh-114 {
    height: 114px!important
}

.wh-115 {
    height: 115px!important
}

.wh-116 {
    height: 116px!important
}

.wh-117 {
    height: 117px!important
}

.wh-118 {
    height: 118px!important
}

.wh-119 {
    height: 119px!important
}

.wh-120 {
    height: 120px!important
}

.wh-121 {
    height: 121px!important
}

.wh-122 {
    height: 122px!important
}

.wh-123 {
    height: 123px!important
}

.wh-124 {
    height: 124px!important
}

.wh-125 {
    height: 125px!important
}

.wh-126 {
    height: 126px!important
}

.wh-127 {
    height: 127px!important
}

.wh-128 {
    height: 128px!important
}

.wh-129 {
    height: 129px!important
}

.wh-130 {
    height: 130px!important
}

.wh-131 {
    height: 131px!important
}

.wh-132 {
    height: 132px!important
}

.wh-133 {
    height: 133px!important
}

.wh-134 {
    height: 134px!important
}

.wh-135 {
    height: 135px!important
}

.wh-136 {
    height: 136px!important
}

.wh-137 {
    height: 137px!important
}

.wh-138 {
    height: 138px!important
}

.wh-139 {
    height: 139px!important
}

.wh-140 {
    height: 140px!important
}

.wh-141 {
    height: 141px!important
}

.wh-142 {
    height: 142px!important
}

.wh-143 {
    height: 143px!important
}

.wh-144 {
    height: 144px!important
}

.wh-145 {
    height: 145px!important
}

.wh-146 {
    height: 146px!important
}

.wh-147 {
    height: 147px!important
}

.wh-148 {
    height: 148px!important
}

.wh-149 {
    height: 149px!important
}

.wh-150 {
    height: 150px!important
}

.wh-151 {
    height: 151px!important
}

.wh-152 {
    height: 152px!important
}

.wh-153 {
    height: 153px!important
}

.wh-154 {
    height: 154px!important
}

.wh-155 {
    height: 155px!important
}

.wh-156 {
    height: 156px!important
}

.wh-157 {
    height: 157px!important
}

.wh-158 {
    height: 158px!important
}

.wh-159 {
    height: 159px!important
}

.wh-160 {
    height: 160px!important
}

.wh-161 {
    height: 161px!important
}

.wh-162 {
    height: 162px!important
}

.wh-163 {
    height: 163px!important
}

.wh-164 {
    height: 164px!important
}

.wh-165 {
    height: 165px!important
}

.wh-166 {
    height: 166px!important
}

.wh-167 {
    height: 167px!important
}

.wh-168 {
    height: 168px!important
}

.wh-169 {
    height: 169px!important
}

.wh-170 {
    height: 170px!important
}

.wh-171 {
    height: 171px!important
}

.wh-172 {
    height: 172px!important
}

.wh-173 {
    height: 173px!important
}

.wh-174 {
    height: 174px!important
}

.wh-175 {
    height: 175px!important
}

.wh-176 {
    height: 176px!important
}

.wh-177 {
    height: 177px!important
}

.wh-178 {
    height: 178px!important
}

.wh-179 {
    height: 179px!important
}

.wh-180 {
    height: 180px!important
}

.wh-181 {
    height: 181px!important
}

.wh-182 {
    height: 182px!important
}

.wh-183 {
    height: 183px!important
}

.wh-184 {
    height: 184px!important
}

.wh-185 {
    height: 185px!important
}

.wh-186 {
    height: 186px!important
}

.wh-187 {
    height: 187px!important
}

.wh-188 {
    height: 188px!important
}

.wh-189 {
    height: 189px!important
}

.wh-190 {
    height: 190px!important
}

.wh-191 {
    height: 191px!important
}

.wh-192 {
    height: 192px!important
}

.wh-193 {
    height: 193px!important
}

.wh-194 {
    height: 194px!important
}

.wh-195 {
    height: 195px!important
}

.wh-196 {
    height: 196px!important
}

.wh-197 {
    height: 197px!important
}

.wh-198 {
    height: 198px!important
}

.wh-199 {
    height: 199px!important
}

.wh-200 {
    height: 200px!important
}

.wh-201 {
    height: 201px!important
}

.wh-202 {
    height: 202px!important
}

.wh-203 {
    height: 203px!important
}

.wh-204 {
    height: 204px!important
}

.wh-205 {
    height: 205px!important
}

.wh-206 {
    height: 206px!important
}

.wh-207 {
    height: 207px!important
}

.wh-208 {
    height: 208px!important
}

.wh-209 {
    height: 209px!important
}

.wh-210 {
    height: 210px!important
}

.wh-211 {
    height: 211px!important
}

.wh-212 {
    height: 212px!important
}

.wh-213 {
    height: 213px!important
}

.wh-214 {
    height: 214px!important
}

.wh-215 {
    height: 215px!important
}

.wh-216 {
    height: 216px!important
}

.wh-217 {
    height: 217px!important
}

.wh-218 {
    height: 218px!important
}

.wh-219 {
    height: 219px!important
}

.wh-220 {
    height: 220px!important
}

.wh-221 {
    height: 221px!important
}

.wh-222 {
    height: 222px!important
}

.wh-223 {
    height: 223px!important
}

.wh-224 {
    height: 224px!important
}

.wh-225 {
    height: 225px!important
}

.wh-226 {
    height: 226px!important
}

.wh-227 {
    height: 227px!important
}

.wh-228 {
    height: 228px!important
}

.wh-229 {
    height: 229px!important
}

.wh-230 {
    height: 230px!important
}

.wh-231 {
    height: 231px!important
}

.wh-232 {
    height: 232px!important
}

.wh-233 {
    height: 233px!important
}

.wh-234 {
    height: 234px!important
}

.wh-235 {
    height: 235px!important
}

.wh-236 {
    height: 236px!important
}

.wh-237 {
    height: 237px!important
}

.wh-238 {
    height: 238px!important
}

.wh-239 {
    height: 239px!important
}

.wh-240 {
    height: 240px!important
}

.wh-241 {
    height: 241px!important
}

.wh-242 {
    height: 242px!important
}

.wh-243 {
    height: 243px!important
}

.wh-244 {
    height: 244px!important
}

.wh-245 {
    height: 245px!important
}

.wh-246 {
    height: 246px!important
}

.wh-247 {
    height: 247px!important
}

.wh-248 {
    height: 248px!important
}

.wh-249 {
    height: 249px!important
}

.wh-250 {
    height: 250px!important
}

.wh-251 {
    height: 251px!important
}

.wh-252 {
    height: 252px!important
}

.wh-253 {
    height: 253px!important
}

.wh-254 {
    height: 254px!important
}

.wh-255 {
    height: 255px!important
}

.wh-256 {
    height: 256px!important
}

.wh-257 {
    height: 257px!important
}

.wh-258 {
    height: 258px!important
}

.wh-259 {
    height: 259px!important
}

.wh-260 {
    height: 260px!important
}

.wh-261 {
    height: 261px!important
}

.wh-262 {
    height: 262px!important
}

.wh-263 {
    height: 263px!important
}

.wh-264 {
    height: 264px!important
}

.wh-265 {
    height: 265px!important
}

.wh-266 {
    height: 266px!important
}

.wh-267 {
    height: 267px!important
}

.wh-268 {
    height: 268px!important
}

.wh-269 {
    height: 269px!important
}

.wh-270 {
    height: 270px!important
}

.wh-271 {
    height: 271px!important
}

.wh-272 {
    height: 272px!important
}

.wh-273 {
    height: 273px!important
}

.wh-274 {
    height: 274px!important
}

.wh-275 {
    height: 275px!important
}

.wh-276 {
    height: 276px!important
}

.wh-277 {
    height: 277px!important
}

.wh-278 {
    height: 278px!important
}

.wh-279 {
    height: 279px!important
}

.wh-280 {
    height: 280px!important
}

.wh-281 {
    height: 281px!important
}

.wh-282 {
    height: 282px!important
}

.wh-283 {
    height: 283px!important
}

.wh-284 {
    height: 284px!important
}

.wh-285 {
    height: 285px!important
}

.wh-286 {
    height: 286px!important
}

.wh-287 {
    height: 287px!important
}

.wh-288 {
    height: 288px!important
}

.wh-289 {
    height: 289px!important
}

.wh-290 {
    height: 290px!important
}

.wh-291 {
    height: 291px!important
}

.wh-292 {
    height: 292px!important
}

.wh-293 {
    height: 293px!important
}

.wh-294 {
    height: 294px!important
}

.wh-295 {
    height: 295px!important
}

.wh-296 {
    height: 296px!important
}

.wh-297 {
    height: 297px!important
}

.wh-298 {
    height: 298px!important
}

.wh-299 {
    height: 299px!important
}

.wh-300 {
    height: 300px!important
}

.wh-301 {
    height: 301px!important
}

.wh-302 {
    height: 302px!important
}

.wh-303 {
    height: 303px!important
}

.wh-304 {
    height: 304px!important
}

.wh-305 {
    height: 305px!important
}

.wh-306 {
    height: 306px!important
}

.wh-307 {
    height: 307px!important
}

.wh-308 {
    height: 308px!important
}

.wh-309 {
    height: 309px!important
}

.wh-310 {
    height: 310px!important
}

.wh-311 {
    height: 311px!important
}

.wh-312 {
    height: 312px!important
}

.wh-313 {
    height: 313px!important
}

.wh-314 {
    height: 314px!important
}

.wh-315 {
    height: 315px!important
}

.wh-316 {
    height: 316px!important
}

.wh-317 {
    height: 317px!important
}

.wh-318 {
    height: 318px!important
}

.wh-319 {
    height: 319px!important
}

.wh-320 {
    height: 320px!important
}

.wh-321 {
    height: 321px!important
}

.wh-322 {
    height: 322px!important
}

.wh-323 {
    height: 323px!important
}

.wh-324 {
    height: 324px!important
}

.wh-325 {
    height: 325px!important
}

.wh-326 {
    height: 326px!important
}

.wh-327 {
    height: 327px!important
}

.wh-328 {
    height: 328px!important
}

.wh-329 {
    height: 329px!important
}

.wh-330 {
    height: 330px!important
}

.wh-331 {
    height: 331px!important
}

.wh-332 {
    height: 332px!important
}

.wh-333 {
    height: 333px!important
}

.wh-334 {
    height: 334px!important
}

.wh-335 {
    height: 335px!important
}

.wh-336 {
    height: 336px!important
}

.wh-337 {
    height: 337px!important
}

.wh-338 {
    height: 338px!important
}

.wh-339 {
    height: 339px!important
}

.wh-340 {
    height: 340px!important
}

.wh-341 {
    height: 341px!important
}

.wh-342 {
    height: 342px!important
}

.wh-343 {
    height: 343px!important
}

.wh-344 {
    height: 344px!important
}

.wh-345 {
    height: 345px!important
}

.wh-346 {
    height: 346px!important
}

.wh-347 {
    height: 347px!important
}

.wh-348 {
    height: 348px!important
}

.wh-349 {
    height: 349px!important
}

.wh-350 {
    height: 350px!important
}

.wh-351 {
    height: 351px!important
}

.wh-352 {
    height: 352px!important
}

.wh-353 {
    height: 353px!important
}

.wh-354 {
    height: 354px!important
}

.wh-355 {
    height: 355px!important
}

.wh-356 {
    height: 356px!important
}

.wh-357 {
    height: 357px!important
}

.wh-358 {
    height: 358px!important
}

.wh-359 {
    height: 359px!important
}

.wh-360 {
    height: 360px!important
}

.wh-361 {
    height: 361px!important
}

.wh-362 {
    height: 362px!important
}

.wh-363 {
    height: 363px!important
}

.wh-364 {
    height: 364px!important
}

.wh-365 {
    height: 365px!important
}

.wh-366 {
    height: 366px!important
}

.wh-367 {
    height: 367px!important
}

.wh-368 {
    height: 368px!important
}

.wh-369 {
    height: 369px!important
}

.wh-370 {
    height: 370px!important
}

.wh-371 {
    height: 371px!important
}

.wh-372 {
    height: 372px!important
}

.wh-373 {
    height: 373px!important
}

.wh-374 {
    height: 374px!important
}

.wh-375 {
    height: 375px!important
}

.wh-376 {
    height: 376px!important
}

.wh-377 {
    height: 377px!important
}

.wh-378 {
    height: 378px!important
}

.wh-379 {
    height: 379px!important
}

.wh-380 {
    height: 380px!important
}

.wh-381 {
    height: 381px!important
}

.wh-382 {
    height: 382px!important
}

.wh-383 {
    height: 383px!important
}

.wh-384 {
    height: 384px!important
}

.wh-385 {
    height: 385px!important
}

.wh-386 {
    height: 386px!important
}

.wh-387 {
    height: 387px!important
}

.wh-388 {
    height: 388px!important
}

.wh-389 {
    height: 389px!important
}

.wh-390 {
    height: 390px!important
}

.wh-391 {
    height: 391px!important
}

.wh-392 {
    height: 392px!important
}

.wh-393 {
    height: 393px!important
}

.wh-394 {
    height: 394px!important
}

.wh-395 {
    height: 395px!important
}

.wh-396 {
    height: 396px!important
}

.wh-397 {
    height: 397px!important
}

.wh-398 {
    height: 398px!important
}

.wh-399 {
    height: 399px!important
}

.wh-400 {
    height: 400px!important
}

.wh-401 {
    height: 401px!important
}

.wh-402 {
    height: 402px!important
}

.wh-403 {
    height: 403px!important
}

.wh-404 {
    height: 404px!important
}

.wh-405 {
    height: 405px!important
}

.wh-406 {
    height: 406px!important
}

.wh-407 {
    height: 407px!important
}

.wh-408 {
    height: 408px!important
}

.wh-409 {
    height: 409px!important
}

.wh-410 {
    height: 410px!important
}

.wh-411 {
    height: 411px!important
}

.wh-412 {
    height: 412px!important
}

.wh-413 {
    height: 413px!important
}

.wh-414 {
    height: 414px!important
}

.wh-415 {
    height: 415px!important
}

.wh-416 {
    height: 416px!important
}

.wh-417 {
    height: 417px!important
}

.wh-418 {
    height: 418px!important
}

.wh-419 {
    height: 419px!important
}

.wh-420 {
    height: 420px!important
}

.wh-421 {
    height: 421px!important
}

.wh-422 {
    height: 422px!important
}

.wh-423 {
    height: 423px!important
}

.wh-424 {
    height: 424px!important
}

.wh-425 {
    height: 425px!important
}

.wh-426 {
    height: 426px!important
}

.wh-427 {
    height: 427px!important
}

.wh-428 {
    height: 428px!important
}

.wh-429 {
    height: 429px!important
}

.wh-430 {
    height: 430px!important
}

.wh-431 {
    height: 431px!important
}

.wh-432 {
    height: 432px!important
}

.wh-433 {
    height: 433px!important
}

.wh-434 {
    height: 434px!important
}

.wh-435 {
    height: 435px!important
}

.wh-436 {
    height: 436px!important
}

.wh-437 {
    height: 437px!important
}

.wh-438 {
    height: 438px!important
}

.wh-439 {
    height: 439px!important
}

.wh-440 {
    height: 440px!important
}

.wh-441 {
    height: 441px!important
}

.wh-442 {
    height: 442px!important
}

.wh-443 {
    height: 443px!important
}

.wh-444 {
    height: 444px!important
}

.wh-445 {
    height: 445px!important
}

.wh-446 {
    height: 446px!important
}

.wh-447 {
    height: 447px!important
}

.wh-448 {
    height: 448px!important
}

.wh-449 {
    height: 449px!important
}

.wh-450 {
    height: 450px!important
}

.wh-451 {
    height: 451px!important
}

.wh-452 {
    height: 452px!important
}

.wh-453 {
    height: 453px!important
}

.wh-454 {
    height: 454px!important
}

.wh-455 {
    height: 455px!important
}

.wh-456 {
    height: 456px!important
}

.wh-457 {
    height: 457px!important
}

.wh-458 {
    height: 458px!important
}

.wh-459 {
    height: 459px!important
}

.wh-460 {
    height: 460px!important
}

.wh-461 {
    height: 461px!important
}

.wh-462 {
    height: 462px!important
}

.wh-463 {
    height: 463px!important
}

.wh-464 {
    height: 464px!important
}

.wh-465 {
    height: 465px!important
}

.wh-466 {
    height: 466px!important
}

.wh-467 {
    height: 467px!important
}

.wh-468 {
    height: 468px!important
}

.wh-469 {
    height: 469px!important
}

.wh-470 {
    height: 470px!important
}

.wh-471 {
    height: 471px!important
}

.wh-472 {
    height: 472px!important
}

.wh-473 {
    height: 473px!important
}

.wh-474 {
    height: 474px!important
}

.wh-475 {
    height: 475px!important
}

.wh-476 {
    height: 476px!important
}

.wh-477 {
    height: 477px!important
}

.wh-478 {
    height: 478px!important
}

.wh-479 {
    height: 479px!important
}

.wh-480 {
    height: 480px!important
}

.wh-481 {
    height: 481px!important
}

.wh-482 {
    height: 482px!important
}

.wh-483 {
    height: 483px!important
}

.wh-484 {
    height: 484px!important
}

.wh-485 {
    height: 485px!important
}

.wh-486 {
    height: 486px!important
}

.wh-487 {
    height: 487px!important
}

.wh-488 {
    height: 488px!important
}

.wh-489 {
    height: 489px!important
}

.wh-490 {
    height: 490px!important
}

.wh-491 {
    height: 491px!important
}

.wh-492 {
    height: 492px!important
}

.wh-493 {
    height: 493px!important
}

.wh-494 {
    height: 494px!important
}

.wh-495 {
    height: 495px!important
}

.wh-496 {
    height: 496px!important
}

.wh-497 {
    height: 497px!important
}

.wh-498 {
    height: 498px!important
}

.wh-499 {
    height: 499px!important
}

.wh-500 {
    height: 500px!important
}

.wh-501 {
    height: 501px!important
}

.wh-502 {
    height: 502px!important
}

.wh-503 {
    height: 503px!important
}

.wh-504 {
    height: 504px!important
}

.wh-505 {
    height: 505px!important
}

.wh-506 {
    height: 506px!important
}

.wh-507 {
    height: 507px!important
}

.wh-508 {
    height: 508px!important
}

.wh-509 {
    height: 509px!important
}

.wh-510 {
    height: 510px!important
}

.wh-511 {
    height: 511px!important
}

.wh-512 {
    height: 512px!important
}

.wh-513 {
    height: 513px!important
}

.wh-514 {
    height: 514px!important
}

.wh-515 {
    height: 515px!important
}

.wh-516 {
    height: 516px!important
}

.wh-517 {
    height: 517px!important
}

.wh-518 {
    height: 518px!important
}

.wh-519 {
    height: 519px!important
}

.wh-520 {
    height: 520px!important
}

.wh-521 {
    height: 521px!important
}

.wh-522 {
    height: 522px!important
}

.wh-523 {
    height: 523px!important
}

.wh-524 {
    height: 524px!important
}

.wh-525 {
    height: 525px!important
}

.wh-526 {
    height: 526px!important
}

.wh-527 {
    height: 527px!important
}

.wh-528 {
    height: 528px!important
}

.wh-529 {
    height: 529px!important
}

.wh-530 {
    height: 530px!important
}

.wh-531 {
    height: 531px!important
}

.wh-532 {
    height: 532px!important
}

.wh-533 {
    height: 533px!important
}

.wh-534 {
    height: 534px!important
}

.wh-535 {
    height: 535px!important
}

.wh-536 {
    height: 536px!important
}

.wh-537 {
    height: 537px!important
}

.wh-538 {
    height: 538px!important
}

.wh-539 {
    height: 539px!important
}

.wh-540 {
    height: 540px!important
}

.wh-541 {
    height: 541px!important
}

.wh-542 {
    height: 542px!important
}

.wh-543 {
    height: 543px!important
}

.wh-544 {
    height: 544px!important
}

.wh-545 {
    height: 545px!important
}

.wh-546 {
    height: 546px!important
}

.wh-547 {
    height: 547px!important
}

.wh-548 {
    height: 548px!important
}

.wh-549 {
    height: 549px!important
}

.wh-550 {
    height: 550px!important
}

.wh-551 {
    height: 551px!important
}

.wh-552 {
    height: 552px!important
}

.wh-553 {
    height: 553px!important
}

.wh-554 {
    height: 554px!important
}

.wh-555 {
    height: 555px!important
}

.wh-556 {
    height: 556px!important
}

.wh-557 {
    height: 557px!important
}

.wh-558 {
    height: 558px!important
}

.wh-559 {
    height: 559px!important
}

.wh-560 {
    height: 560px!important
}

.wh-561 {
    height: 561px!important
}

.wh-562 {
    height: 562px!important
}

.wh-563 {
    height: 563px!important
}

.wh-564 {
    height: 564px!important
}

.wh-565 {
    height: 565px!important
}

.wh-566 {
    height: 566px!important
}

.wh-567 {
    height: 567px!important
}

.wh-568 {
    height: 568px!important
}

.wh-569 {
    height: 569px!important
}

.wh-570 {
    height: 570px!important
}

.wh-571 {
    height: 571px!important
}

.wh-572 {
    height: 572px!important
}

.wh-573 {
    height: 573px!important
}

.wh-574 {
    height: 574px!important
}

.wh-575 {
    height: 575px!important
}

.wh-576 {
    height: 576px!important
}

.wh-577 {
    height: 577px!important
}

.wh-578 {
    height: 578px!important
}

.wh-579 {
    height: 579px!important
}

.wh-580 {
    height: 580px!important
}

.wh-581 {
    height: 581px!important
}

.wh-582 {
    height: 582px!important
}

.wh-583 {
    height: 583px!important
}

.wh-584 {
    height: 584px!important
}

.wh-585 {
    height: 585px!important
}

.wh-586 {
    height: 586px!important
}

.wh-587 {
    height: 587px!important
}

.wh-588 {
    height: 588px!important
}

.wh-589 {
    height: 589px!important
}

.wh-590 {
    height: 590px!important
}

.wh-591 {
    height: 591px!important
}

.wh-592 {
    height: 592px!important
}

.wh-593 {
    height: 593px!important
}

.wh-594 {
    height: 594px!important
}

.wh-595 {
    height: 595px!important
}

.wh-596 {
    height: 596px!important
}

.wh-597 {
    height: 597px!important
}

.wh-598 {
    height: 598px!important
}

.wh-599 {
    height: 599px!important
}

.wh-600 {
    height: 600px!important
}

.wh-601 {
    height: 601px!important
}

.wh-602 {
    height: 602px!important
}

.wh-603 {
    height: 603px!important
}

.wh-604 {
    height: 604px!important
}

.wh-605 {
    height: 605px!important
}

.wh-606 {
    height: 606px!important
}

.wh-607 {
    height: 607px!important
}

.wh-608 {
    height: 608px!important
}

.wh-609 {
    height: 609px!important
}

.wh-610 {
    height: 610px!important
}

.wh-611 {
    height: 611px!important
}

.wh-612 {
    height: 612px!important
}

.wh-613 {
    height: 613px!important
}

.wh-614 {
    height: 614px!important
}

.wh-615 {
    height: 615px!important
}

.wh-616 {
    height: 616px!important
}

.wh-617 {
    height: 617px!important
}

.wh-618 {
    height: 618px!important
}

.wh-619 {
    height: 619px!important
}

.wh-620 {
    height: 620px!important
}

.wh-621 {
    height: 621px!important
}

.wh-622 {
    height: 622px!important
}

.wh-623 {
    height: 623px!important
}

.wh-624 {
    height: 624px!important
}

.wh-625 {
    height: 625px!important
}

.wh-626 {
    height: 626px!important
}

.wh-627 {
    height: 627px!important
}

.wh-628 {
    height: 628px!important
}

.wh-629 {
    height: 629px!important
}

.wh-630 {
    height: 630px!important
}

.wh-631 {
    height: 631px!important
}

.wh-632 {
    height: 632px!important
}

.wh-633 {
    height: 633px!important
}

.wh-634 {
    height: 634px!important
}

.wh-635 {
    height: 635px!important
}

.wh-636 {
    height: 636px!important
}

.wh-637 {
    height: 637px!important
}

.wh-638 {
    height: 638px!important
}

.wh-639 {
    height: 639px!important
}

.wh-640 {
    height: 640px!important
}

.wh-641 {
    height: 641px!important
}

.wh-642 {
    height: 642px!important
}

.wh-643 {
    height: 643px!important
}

.wh-644 {
    height: 644px!important
}

.wh-645 {
    height: 645px!important
}

.wh-646 {
    height: 646px!important
}

.wh-647 {
    height: 647px!important
}

.wh-648 {
    height: 648px!important
}

.wh-649 {
    height: 649px!important
}

.wh-650 {
    height: 650px!important
}

.wh-651 {
    height: 651px!important
}

.wh-652 {
    height: 652px!important
}

.wh-653 {
    height: 653px!important
}

.wh-654 {
    height: 654px!important
}

.wh-655 {
    height: 655px!important
}

.wh-656 {
    height: 656px!important
}

.wh-657 {
    height: 657px!important
}

.wh-658 {
    height: 658px!important
}

.wh-659 {
    height: 659px!important
}

.wh-660 {
    height: 660px!important
}

.wh-661 {
    height: 661px!important
}

.wh-662 {
    height: 662px!important
}

.wh-663 {
    height: 663px!important
}

.wh-664 {
    height: 664px!important
}

.wh-665 {
    height: 665px!important
}

.wh-666 {
    height: 666px!important
}

.wh-667 {
    height: 667px!important
}

.wh-668 {
    height: 668px!important
}

.wh-669 {
    height: 669px!important
}

.wh-670 {
    height: 670px!important
}

.wh-671 {
    height: 671px!important
}

.wh-672 {
    height: 672px!important
}

.wh-673 {
    height: 673px!important
}

.wh-674 {
    height: 674px!important
}

.wh-675 {
    height: 675px!important
}

.wh-676 {
    height: 676px!important
}

.wh-677 {
    height: 677px!important
}

.wh-678 {
    height: 678px!important
}

.wh-679 {
    height: 679px!important
}

.wh-680 {
    height: 680px!important
}

.wh-681 {
    height: 681px!important
}

.wh-682 {
    height: 682px!important
}

.wh-683 {
    height: 683px!important
}

.wh-684 {
    height: 684px!important
}

.wh-685 {
    height: 685px!important
}

.wh-686 {
    height: 686px!important
}

.wh-687 {
    height: 687px!important
}

.wh-688 {
    height: 688px!important
}

.wh-689 {
    height: 689px!important
}

.wh-690 {
    height: 690px!important
}

.wh-691 {
    height: 691px!important
}

.wh-692 {
    height: 692px!important
}

.wh-693 {
    height: 693px!important
}

.wh-694 {
    height: 694px!important
}

.wh-695 {
    height: 695px!important
}

.wh-696 {
    height: 696px!important
}

.wh-697 {
    height: 697px!important
}

.wh-698 {
    height: 698px!important
}

.wh-699 {
    height: 699px!important
}

.wh-700 {
    height: 700px!important
}

.wh-701 {
    height: 701px!important
}

.wh-702 {
    height: 702px!important
}

.wh-703 {
    height: 703px!important
}

.wh-704 {
    height: 704px!important
}

.wh-705 {
    height: 705px!important
}

.wh-706 {
    height: 706px!important
}

.wh-707 {
    height: 707px!important
}

.wh-708 {
    height: 708px!important
}

.wh-709 {
    height: 709px!important
}

.wh-710 {
    height: 710px!important
}

.wh-711 {
    height: 711px!important
}

.wh-712 {
    height: 712px!important
}

.wh-713 {
    height: 713px!important
}

.wh-714 {
    height: 714px!important
}

.wh-715 {
    height: 715px!important
}

.wh-716 {
    height: 716px!important
}

.wh-717 {
    height: 717px!important
}

.wh-718 {
    height: 718px!important
}

.wh-719 {
    height: 719px!important
}

.wh-720 {
    height: 720px!important
}

.wh-721 {
    height: 721px!important
}

.wh-722 {
    height: 722px!important
}

.wh-723 {
    height: 723px!important
}

.wh-724 {
    height: 724px!important
}

.wh-725 {
    height: 725px!important
}

.wh-726 {
    height: 726px!important
}

.wh-727 {
    height: 727px!important
}

.wh-728 {
    height: 728px!important
}

.wh-729 {
    height: 729px!important
}

.wh-730 {
    height: 730px!important
}

.wh-731 {
    height: 731px!important
}

.wh-732 {
    height: 732px!important
}

.wh-733 {
    height: 733px!important
}

.wh-734 {
    height: 734px!important
}

.wh-735 {
    height: 735px!important
}

.wh-736 {
    height: 736px!important
}

.wh-737 {
    height: 737px!important
}

.wh-738 {
    height: 738px!important
}

.wh-739 {
    height: 739px!important
}

.wh-740 {
    height: 740px!important
}

.wh-741 {
    height: 741px!important
}

.wh-742 {
    height: 742px!important
}

.wh-743 {
    height: 743px!important
}

.wh-744 {
    height: 744px!important
}

.wh-745 {
    height: 745px!important
}

.wh-746 {
    height: 746px!important
}

.wh-747 {
    height: 747px!important
}

.wh-748 {
    height: 748px!important
}

.wh-749 {
    height: 749px!important
}

.wh-750 {
    height: 750px!important
}

.wh-751 {
    height: 751px!important
}

.wh-752 {
    height: 752px!important
}

.wh-753 {
    height: 753px!important
}

.wh-754 {
    height: 754px!important
}

.wh-755 {
    height: 755px!important
}

.wh-756 {
    height: 756px!important
}

.wh-757 {
    height: 757px!important
}

.wh-758 {
    height: 758px!important
}

.wh-759 {
    height: 759px!important
}

.wh-760 {
    height: 760px!important
}

.wh-761 {
    height: 761px!important
}

.wh-762 {
    height: 762px!important
}

.wh-763 {
    height: 763px!important
}

.wh-764 {
    height: 764px!important
}

.wh-765 {
    height: 765px!important
}

.wh-766 {
    height: 766px!important
}

.wh-767 {
    height: 767px!important
}

.wh-768 {
    height: 768px!important
}

.wh-769 {
    height: 769px!important
}

.wh-770 {
    height: 770px!important
}

.wh-771 {
    height: 771px!important
}

.wh-772 {
    height: 772px!important
}

.wh-773 {
    height: 773px!important
}

.wh-774 {
    height: 774px!important
}

.wh-775 {
    height: 775px!important
}

.wh-776 {
    height: 776px!important
}

.wh-777 {
    height: 777px!important
}

.wh-778 {
    height: 778px!important
}

.wh-779 {
    height: 779px!important
}

.wh-780 {
    height: 780px!important
}

.wh-781 {
    height: 781px!important
}

.wh-782 {
    height: 782px!important
}

.wh-783 {
    height: 783px!important
}

.wh-784 {
    height: 784px!important
}

.wh-785 {
    height: 785px!important
}

.wh-786 {
    height: 786px!important
}

.wh-787 {
    height: 787px!important
}

.wh-788 {
    height: 788px!important
}

.wh-789 {
    height: 789px!important
}

.wh-790 {
    height: 790px!important
}

.wh-791 {
    height: 791px!important
}

.wh-792 {
    height: 792px!important
}

.wh-793 {
    height: 793px!important
}

.wh-794 {
    height: 794px!important
}

.wh-795 {
    height: 795px!important
}

.wh-796 {
    height: 796px!important
}

.wh-797 {
    height: 797px!important
}

.wh-798 {
    height: 798px!important
}

.wh-799 {
    height: 799px!important
}

.wh-800 {
    height: 800px!important
}

.wh-801 {
    height: 801px!important
}

.wh-802 {
    height: 802px!important
}

.wh-803 {
    height: 803px!important
}

.wh-804 {
    height: 804px!important
}

.wh-805 {
    height: 805px!important
}

.wh-806 {
    height: 806px!important
}

.wh-807 {
    height: 807px!important
}

.wh-808 {
    height: 808px!important
}

.wh-809 {
    height: 809px!important
}

.wh-810 {
    height: 810px!important
}

.wh-811 {
    height: 811px!important
}

.wh-812 {
    height: 812px!important
}

.wh-813 {
    height: 813px!important
}

.wh-814 {
    height: 814px!important
}

.wh-815 {
    height: 815px!important
}

.wh-816 {
    height: 816px!important
}

.wh-817 {
    height: 817px!important
}

.wh-818 {
    height: 818px!important
}

.wh-819 {
    height: 819px!important
}

.wh-820 {
    height: 820px!important
}

.wh-821 {
    height: 821px!important
}

.wh-822 {
    height: 822px!important
}

.wh-823 {
    height: 823px!important
}

.wh-824 {
    height: 824px!important
}

.wh-825 {
    height: 825px!important
}

.wh-826 {
    height: 826px!important
}

.wh-827 {
    height: 827px!important
}

.wh-828 {
    height: 828px!important
}

.wh-829 {
    height: 829px!important
}

.wh-830 {
    height: 830px!important
}

.wh-831 {
    height: 831px!important
}

.wh-832 {
    height: 832px!important
}

.wh-833 {
    height: 833px!important
}

.wh-834 {
    height: 834px!important
}

.wh-835 {
    height: 835px!important
}

.wh-836 {
    height: 836px!important
}

.wh-837 {
    height: 837px!important
}

.wh-838 {
    height: 838px!important
}

.wh-839 {
    height: 839px!important
}

.wh-840 {
    height: 840px!important
}

.wh-841 {
    height: 841px!important
}

.wh-842 {
    height: 842px!important
}

.wh-843 {
    height: 843px!important
}

.wh-844 {
    height: 844px!important
}

.wh-845 {
    height: 845px!important
}

.wh-846 {
    height: 846px!important
}

.wh-847 {
    height: 847px!important
}

.wh-848 {
    height: 848px!important
}

.wh-849 {
    height: 849px!important
}

.wh-850 {
    height: 850px!important
}

.wh-851 {
    height: 851px!important
}

.wh-852 {
    height: 852px!important
}

.wh-853 {
    height: 853px!important
}

.wh-854 {
    height: 854px!important
}

.wh-855 {
    height: 855px!important
}

.wh-856 {
    height: 856px!important
}

.wh-857 {
    height: 857px!important
}

.wh-858 {
    height: 858px!important
}

.wh-859 {
    height: 859px!important
}

.wh-860 {
    height: 860px!important
}

.wh-861 {
    height: 861px!important
}

.wh-862 {
    height: 862px!important
}

.wh-863 {
    height: 863px!important
}

.wh-864 {
    height: 864px!important
}

.wh-865 {
    height: 865px!important
}

.wh-866 {
    height: 866px!important
}

.wh-867 {
    height: 867px!important
}

.wh-868 {
    height: 868px!important
}

.wh-869 {
    height: 869px!important
}

.wh-870 {
    height: 870px!important
}

.wh-871 {
    height: 871px!important
}

.wh-872 {
    height: 872px!important
}

.wh-873 {
    height: 873px!important
}

.wh-874 {
    height: 874px!important
}

.wh-875 {
    height: 875px!important
}

.wh-876 {
    height: 876px!important
}

.wh-877 {
    height: 877px!important
}

.wh-878 {
    height: 878px!important
}

.wh-879 {
    height: 879px!important
}

.wh-880 {
    height: 880px!important
}

.wh-881 {
    height: 881px!important
}

.wh-882 {
    height: 882px!important
}

.wh-883 {
    height: 883px!important
}

.wh-884 {
    height: 884px!important
}

.wh-885 {
    height: 885px!important
}

.wh-886 {
    height: 886px!important
}

.wh-887 {
    height: 887px!important
}

.wh-888 {
    height: 888px!important
}

.wh-889 {
    height: 889px!important
}

.wh-890 {
    height: 890px!important
}

.wh-891 {
    height: 891px!important
}

.wh-892 {
    height: 892px!important
}

.wh-893 {
    height: 893px!important
}

.wh-894 {
    height: 894px!important
}

.wh-895 {
    height: 895px!important
}

.wh-896 {
    height: 896px!important
}

.wh-897 {
    height: 897px!important
}

.wh-898 {
    height: 898px!important
}

.wh-899 {
    height: 899px!important
}

.wh-900 {
    height: 900px!important
}

.wh-901 {
    height: 901px!important
}

.wh-902 {
    height: 902px!important
}

.wh-903 {
    height: 903px!important
}

.wh-904 {
    height: 904px!important
}

.wh-905 {
    height: 905px!important
}

.wh-906 {
    height: 906px!important
}

.wh-907 {
    height: 907px!important
}

.wh-908 {
    height: 908px!important
}

.wh-909 {
    height: 909px!important
}

.wh-910 {
    height: 910px!important
}

.wh-911 {
    height: 911px!important
}

.wh-912 {
    height: 912px!important
}

.wh-913 {
    height: 913px!important
}

.wh-914 {
    height: 914px!important
}

.wh-915 {
    height: 915px!important
}

.wh-916 {
    height: 916px!important
}

.wh-917 {
    height: 917px!important
}

.wh-918 {
    height: 918px!important
}

.wh-919 {
    height: 919px!important
}

.wh-920 {
    height: 920px!important
}

.wh-921 {
    height: 921px!important
}

.wh-922 {
    height: 922px!important
}

.wh-923 {
    height: 923px!important
}

.wh-924 {
    height: 924px!important
}

.wh-925 {
    height: 925px!important
}

.wh-926 {
    height: 926px!important
}

.wh-927 {
    height: 927px!important
}

.wh-928 {
    height: 928px!important
}

.wh-929 {
    height: 929px!important
}

.wh-930 {
    height: 930px!important
}

.wh-931 {
    height: 931px!important
}

.wh-932 {
    height: 932px!important
}

.wh-933 {
    height: 933px!important
}

.wh-934 {
    height: 934px!important
}

.wh-935 {
    height: 935px!important
}

.wh-936 {
    height: 936px!important
}

.wh-937 {
    height: 937px!important
}

.wh-938 {
    height: 938px!important
}

.wh-939 {
    height: 939px!important
}

.wh-940 {
    height: 940px!important
}

.wh-941 {
    height: 941px!important
}

.wh-942 {
    height: 942px!important
}

.wh-943 {
    height: 943px!important
}

.wh-944 {
    height: 944px!important
}

.wh-945 {
    height: 945px!important
}

.wh-946 {
    height: 946px!important
}

.wh-947 {
    height: 947px!important
}

.wh-948 {
    height: 948px!important
}

.wh-949 {
    height: 949px!important
}

.wh-950 {
    height: 950px!important
}

.wh-951 {
    height: 951px!important
}

.wh-952 {
    height: 952px!important
}

.wh-953 {
    height: 953px!important
}

.wh-954 {
    height: 954px!important
}

.wh-955 {
    height: 955px!important
}

.wh-956 {
    height: 956px!important
}

.wh-957 {
    height: 957px!important
}

.wh-958 {
    height: 958px!important
}

.wh-959 {
    height: 959px!important
}

.wh-960 {
    height: 960px!important
}

.wh-961 {
    height: 961px!important
}

.wh-962 {
    height: 962px!important
}

.wh-963 {
    height: 963px!important
}

.wh-964 {
    height: 964px!important
}

.wh-965 {
    height: 965px!important
}

.wh-966 {
    height: 966px!important
}

.wh-967 {
    height: 967px!important
}

.wh-968 {
    height: 968px!important
}

.wh-969 {
    height: 969px!important
}

.wh-970 {
    height: 970px!important
}

.wh-971 {
    height: 971px!important
}

.wh-972 {
    height: 972px!important
}

.wh-973 {
    height: 973px!important
}

.wh-974 {
    height: 974px!important
}

.wh-975 {
    height: 975px!important
}

.wh-976 {
    height: 976px!important
}

.wh-977 {
    height: 977px!important
}

.wh-978 {
    height: 978px!important
}

.wh-979 {
    height: 979px!important
}

.wh-980 {
    height: 980px!important
}

.wh-981 {
    height: 981px!important
}

.wh-982 {
    height: 982px!important
}

.wh-983 {
    height: 983px!important
}

.wh-984 {
    height: 984px!important
}

.wh-985 {
    height: 985px!important
}

.wh-986 {
    height: 986px!important
}

.wh-987 {
    height: 987px!important
}

.wh-988 {
    height: 988px!important
}

.wh-989 {
    height: 989px!important
}

.wh-990 {
    height: 990px!important
}

.wh-991 {
    height: 991px!important
}

.wh-992 {
    height: 992px!important
}

.wh-993 {
    height: 993px!important
}

.wh-994 {
    height: 994px!important
}

.wh-995 {
    height: 995px!important
}

.wh-996 {
    height: 996px!important
}

.wh-997 {
    height: 997px!important
}

.wh-998 {
    height: 998px!important
}

.wh-999 {
    height: 999px!important
}

.wh-1000 {
    height: 1000px!important
}

.wd-5 {
    width: 5%
}

.wd-10 {
    width: 10%
}

.wd-11 {
    width: 11%
}

.wd-12 {
    width: 12%
}

.wd-13 {
    width: 13%
}

.wd-14 {
    width: 14%
}

.wd-15 {
    width: 15%
}

.wd-16 {
    width: 16%
}

.wd-17 {
    width: 17%
}

.wd-18 {
    width: 18%
}

.wd-19 {
    width: 19%
}

.wd-20 {
    width: 20%
}

.wd-21 {
    width: 21%
}

.wd-22 {
    width: 22%
}

.wd-23 {
    width: 23%
}

.wd-24 {
    width: 24%
}

.wd-25 {
    width: 25%
}

.wd-26 {
    width: 26%
}

.wd-27 {
    width: 27%
}

.wd-28 {
    width: 28%
}

.wd-29 {
    width: 29%
}

.wd-30 {
    width: 30%
}

.wd-31 {
    width: 31%
}

.wd-32 {
    width: 32%
}

.wd-33 {
    width: 33%
}

.wd-34 {
    width: 34%
}

.wd-35 {
    width: 35%
}

.wd-36 {
    width: 36%
}

.wd-37 {
    width: 37%
}

.wd-38 {
    width: 38%
}

.wd-39 {
    width: 39%
}

.wd-40 {
    width: 40%
}

.wd-41 {
    width: 41%
}

.wd-42 {
    width: 42%
}

.wd-43 {
    width: 43%
}

.wd-44 {
    width: 44%
}

.wd-45 {
    width: 45%
}

.wd-46 {
    width: 46%
}

.wd-47 {
    width: 47%
}

.wd-48 {
    width: 48%
}

.wd-49 {
    width: 49%
}

.wd-50 {
    width: 50%
}

.wd-51 {
    width: 51%
}

.wd-52 {
    width: 52%
}

.wd-53 {
    width: 53%
}

.wd-54 {
    width: 54%
}

.wd-55 {
    width: 55%
}

.wd-56 {
    width: 56%
}

.wd-57 {
    width: 57%
}

.wd-58 {
    width: 58%
}

.wd-59 {
    width: 59%
}

.wd-60 {
    width: 60%
}

.wd-61 {
    width: 61%
}

.wd-62 {
    width: 62%
}

.wd-63 {
    width: 63%
}

.wd-64 {
    width: 64%
}

.wd-65 {
    width: 65%
}

.wd-66 {
    width: 66%
}

.wd-67 {
    width: 67%
}

.wd-68 {
    width: 68%
}

.wd-69 {
    width: 69%
}

.wd-70 {
    width: 70%
}

.wd-71 {
    width: 71%
}

.wd-72 {
    width: 72%
}

.wd-73 {
    width: 73%
}

.wd-74 {
    width: 74%
}

.wd-75 {
    width: 75%
}

.wd-76 {
    width: 76%
}

.wd-77 {
    width: 77%
}

.wd-78 {
    width: 78%
}

.wd-79 {
    width: 79%
}

.wd-80 {
    width: 80%
}

.wd-81 {
    width: 81%
}

.wd-82 {
    width: 82%
}

.wd-83 {
    width: 83%
}

.wd-84 {
    width: 84%
}

.wd-85 {
    width: 85%
}

.wd-86 {
    width: 86%
}

.wd-87 {
    width: 87%
}

.wd-88 {
    width: 88%
}

.wd-89 {
    width: 89%
}

.wd-90 {
    width: 90%
}

.wd-91 {
    width: 91%
}

.wd-92 {
    width: 92%
}

.wd-93 {
    width: 93%
}

.wd-94 {
    width: 94%
}

.wd-95 {
    width: 95%
}

.wd-96 {
    width: 96%
}

.wd-97 {
    width: 97%
}

.wd-98 {
    width: 98%
}

.wd-99 {
    width: 99%
}

.wd-100 {
    width: 100%
}

.wd-101 {
    width: 101%
}

.wd-102 {
    width: 102%
}

.wd-103 {
    width: 103%
}

.wd-104 {
    width: 104%
}

.wd-105 {
    width: 105%
}

.wd-106 {
    width: 106%
}

.wd-107 {
    width: 107%
}

.wd-108 {
    width: 108%
}

.wd-109 {
    width: 109%
}

.wd-110 {
    width: 110%
}

.wd-111 {
    width: 111%
}

.wd-112 {
    width: 112%
}

.wd-113 {
    width: 113%
}

.wd-114 {
    width: 114%
}

.wd-115 {
    width: 115%
}

.wd-116 {
    width: 116%
}

.wd-117 {
    width: 117%
}

.wd-118 {
    width: 118%
}

.wd-119 {
    width: 119%
}

.wd-120 {
    width: 120%
}

.wd-121 {
    width: 121%
}

.wd-122 {
    width: 122%
}

.wd-123 {
    width: 123%
}

.wd-124 {
    width: 124%
}

.wd-125 {
    width: 125%
}

.wd-126 {
    width: 126%
}

.wd-127 {
    width: 127%
}

.wd-128 {
    width: 128%
}

.wd-129 {
    width: 129%
}

.wd-130 {
    width: 130%
}

.wd-131 {
    width: 131%
}

.wd-132 {
    width: 132%
}

.wd-133 {
    width: 133%
}

.wd-134 {
    width: 134%
}

.wd-135 {
    width: 135%
}

.wd-136 {
    width: 136%
}

.wd-137 {
    width: 137%
}

.wd-138 {
    width: 138%
}

.wd-139 {
    width: 139%
}

.wd-140 {
    width: 140%
}

.wd-141 {
    width: 141%
}

.wd-142 {
    width: 142%
}

.wd-143 {
    width: 143%
}

.wd-144 {
    width: 144%
}

.wd-145 {
    width: 145%
}

.wd-146 {
    width: 146%
}

.wd-147 {
    width: 147%
}

.wd-148 {
    width: 148%
}

.wd-149 {
    width: 149%
}

.wd-150 {
    width: 150%
}

.wd-151 {
    width: 151%
}

.wd-152 {
    width: 152%
}

.wd-153 {
    width: 153%
}

.wd-154 {
    width: 154%
}

.wd-155 {
    width: 155%
}

.wd-156 {
    width: 156%
}

.wd-157 {
    width: 157%
}

.wd-158 {
    width: 158%
}

.wd-159 {
    width: 159%
}

.wd-160 {
    width: 160%
}

.wd-161 {
    width: 161%
}

.wd-162 {
    width: 162%
}

.wd-163 {
    width: 163%
}

.wd-164 {
    width: 164%
}

.wd-165 {
    width: 165%
}

.wd-166 {
    width: 166%
}

.wd-167 {
    width: 167%
}

.wd-168 {
    width: 168%
}

.wd-169 {
    width: 169%
}

.wd-170 {
    width: 170%
}

.wd-171 {
    width: 171%
}

.wd-172 {
    width: 172%
}

.wd-173 {
    width: 173%
}

.wd-174 {
    width: 174%
}

.wd-175 {
    width: 175%
}

.wd-176 {
    width: 176%
}

.wd-177 {
    width: 177%
}

.wd-178 {
    width: 178%
}

.wd-179 {
    width: 179%
}

.wd-180 {
    width: 180%
}

.wd-181 {
    width: 181%
}

.wd-182 {
    width: 182%
}

.wd-183 {
    width: 183%
}

.wd-184 {
    width: 184%
}

.wd-185 {
    width: 185%
}

.wd-186 {
    width: 186%
}

.wd-187 {
    width: 187%
}

.wd-188 {
    width: 188%
}

.wd-189 {
    width: 189%
}

.wd-190 {
    width: 190%
}

.wd-191 {
    width: 191%
}

.wd-192 {
    width: 192%
}

.wd-193 {
    width: 193%
}

.wd-194 {
    width: 194%
}

.wd-195 {
    width: 195%
}

.wd-196 {
    width: 196%
}

.wd-197 {
    width: 197%
}

.wd-198 {
    width: 198%
}

.wd-199 {
    width: 199%
}

.wd-200 {
    width: 200%
}

.wd-201 {
    width: 201%
}

.wd-202 {
    width: 202%
}

.wd-203 {
    width: 203%
}

.wd-204 {
    width: 204%
}

.wd-205 {
    width: 205%
}

.wd-206 {
    width: 206%
}

.wd-207 {
    width: 207%
}

.wd-208 {
    width: 208%
}

.wd-209 {
    width: 209%
}

.wd-210 {
    width: 210%
}

.wd-211 {
    width: 211%
}

.wd-212 {
    width: 212%
}

.wd-213 {
    width: 213%
}

.wd-214 {
    width: 214%
}

.wd-215 {
    width: 215%
}

.wd-216 {
    width: 216%
}

.wd-217 {
    width: 217%
}

.wd-218 {
    width: 218%
}

.wd-219 {
    width: 219%
}

.wd-220 {
    width: 220%
}

.wd-221 {
    width: 221%
}

.wd-222 {
    width: 222%
}

.wd-223 {
    width: 223%
}

.wd-224 {
    width: 224%
}

.wd-225 {
    width: 225%
}

.wd-226 {
    width: 226%
}

.wd-227 {
    width: 227%
}

.wd-228 {
    width: 228%
}

.wd-229 {
    width: 229%
}

.wd-230 {
    width: 230%
}

.wd-231 {
    width: 231%
}

.wd-232 {
    width: 232%
}

.wd-233 {
    width: 233%
}

.wd-234 {
    width: 234%
}

.wd-235 {
    width: 235%
}

.wd-236 {
    width: 236%
}

.wd-237 {
    width: 237%
}

.wd-238 {
    width: 238%
}

.wd-239 {
    width: 239%
}

.wd-240 {
    width: 240%
}

.wd-241 {
    width: 241%
}

.wd-242 {
    width: 242%
}

.wd-243 {
    width: 243%
}

.wd-244 {
    width: 244%
}

.wd-245 {
    width: 245%
}

.wd-246 {
    width: 246%
}

.wd-247 {
    width: 247%
}

.wd-248 {
    width: 248%
}

.wd-249 {
    width: 249%
}

.wd-250 {
    width: 250%
}

.wd-251 {
    width: 251%
}

.wd-252 {
    width: 252%
}

.wd-253 {
    width: 253%
}

.wd-254 {
    width: 254%
}

.wd-255 {
    width: 255%
}

.wd-256 {
    width: 256%
}

.wd-257 {
    width: 257%
}

.wd-258 {
    width: 258%
}

.wd-259 {
    width: 259%
}

.wd-260 {
    width: 260%
}

.wd-261 {
    width: 261%
}

.wd-262 {
    width: 262%
}

.wd-263 {
    width: 263%
}

.wd-264 {
    width: 264%
}

.wd-265 {
    width: 265%
}

.wd-266 {
    width: 266%
}

.wd-267 {
    width: 267%
}

.wd-268 {
    width: 268%
}

.wd-269 {
    width: 269%
}

.wd-270 {
    width: 270%
}

.wd-271 {
    width: 271%
}

.wd-272 {
    width: 272%
}

.wd-273 {
    width: 273%
}

.wd-274 {
    width: 274%
}

.wd-275 {
    width: 275%
}

.wd-276 {
    width: 276%
}

.wd-277 {
    width: 277%
}

.wd-278 {
    width: 278%
}

.wd-279 {
    width: 279%
}

.wd-280 {
    width: 280%
}

.wd-281 {
    width: 281%
}

.wd-282 {
    width: 282%
}

.wd-283 {
    width: 283%
}

.wd-284 {
    width: 284%
}

.wd-285 {
    width: 285%
}

.wd-286 {
    width: 286%
}

.wd-287 {
    width: 287%
}

.wd-288 {
    width: 288%
}

.wd-289 {
    width: 289%
}

.wd-290 {
    width: 290%
}

.wd-291 {
    width: 291%
}

.wd-292 {
    width: 292%
}

.wd-293 {
    width: 293%
}

.wd-294 {
    width: 294%
}

.wd-295 {
    width: 295%
}

.wd-296 {
    width: 296%
}

.wd-297 {
    width: 297%
}

.wd-298 {
    width: 298%
}

.wd-299 {
    width: 299%
}

.wd-300 {
    width: 300%
}

.wd-301 {
    width: 301%
}

.wd-302 {
    width: 302%
}

.wd-303 {
    width: 303%
}

.wd-304 {
    width: 304%
}

.wd-305 {
    width: 305%
}

.wd-306 {
    width: 306%
}

.wd-307 {
    width: 307%
}

.wd-308 {
    width: 308%
}

.wd-309 {
    width: 309%
}

.wd-310 {
    width: 310%
}

.wd-311 {
    width: 311%
}

.wd-312 {
    width: 312%
}

.wd-313 {
    width: 313%
}

.wd-314 {
    width: 314%
}

.wd-315 {
    width: 315%
}

.wd-316 {
    width: 316%
}

.wd-317 {
    width: 317%
}

.wd-318 {
    width: 318%
}

.wd-319 {
    width: 319%
}

.wd-320 {
    width: 320%
}

.wd-321 {
    width: 321%
}

.wd-322 {
    width: 322%
}

.wd-323 {
    width: 323%
}

.wd-324 {
    width: 324%
}

.wd-325 {
    width: 325%
}

.wd-326 {
    width: 326%
}

.wd-327 {
    width: 327%
}

.wd-328 {
    width: 328%
}

.wd-329 {
    width: 329%
}

.wd-330 {
    width: 330%
}

.wd-331 {
    width: 331%
}

.wd-332 {
    width: 332%
}

.wd-333 {
    width: 333%
}

.wd-334 {
    width: 334%
}

.wd-335 {
    width: 335%
}

.wd-336 {
    width: 336%
}

.wd-337 {
    width: 337%
}

.wd-338 {
    width: 338%
}

.wd-339 {
    width: 339%
}

.wd-340 {
    width: 340%
}

.wd-341 {
    width: 341%
}

.wd-342 {
    width: 342%
}

.wd-343 {
    width: 343%
}

.wd-344 {
    width: 344%
}

.wd-345 {
    width: 345%
}

.wd-346 {
    width: 346%
}

.wd-347 {
    width: 347%
}

.wd-348 {
    width: 348%
}

.wd-349 {
    width: 349%
}

.wd-350 {
    width: 350%
}

.wd-351 {
    width: 351%
}

.wd-352 {
    width: 352%
}

.wd-353 {
    width: 353%
}

.wd-354 {
    width: 354%
}

.wd-355 {
    width: 355%
}

.wd-356 {
    width: 356%
}

.wd-357 {
    width: 357%
}

.wd-358 {
    width: 358%
}

.wd-359 {
    width: 359%
}

.wd-360 {
    width: 360%
}

.wd-361 {
    width: 361%
}

.wd-362 {
    width: 362%
}

.wd-363 {
    width: 363%
}

.wd-364 {
    width: 364%
}

.wd-365 {
    width: 365%
}

.wd-366 {
    width: 366%
}

.wd-367 {
    width: 367%
}

.wd-368 {
    width: 368%
}

.wd-369 {
    width: 369%
}

.wd-370 {
    width: 370%
}

.wd-371 {
    width: 371%
}

.wd-372 {
    width: 372%
}

.wd-373 {
    width: 373%
}

.wd-374 {
    width: 374%
}

.wd-375 {
    width: 375%
}

.wd-376 {
    width: 376%
}

.wd-377 {
    width: 377%
}

.wd-378 {
    width: 378%
}

.wd-379 {
    width: 379%
}

.wd-380 {
    width: 380%
}

.wd-381 {
    width: 381%
}

.wd-382 {
    width: 382%
}

.wd-383 {
    width: 383%
}

.wd-384 {
    width: 384%
}

.wd-385 {
    width: 385%
}

.wd-386 {
    width: 386%
}

.wd-387 {
    width: 387%
}

.wd-388 {
    width: 388%
}

.wd-389 {
    width: 389%
}

.wd-390 {
    width: 390%
}

.wd-391 {
    width: 391%
}

.wd-392 {
    width: 392%
}

.wd-393 {
    width: 393%
}

.wd-394 {
    width: 394%
}

.wd-395 {
    width: 395%
}

.wd-396 {
    width: 396%
}

.wd-397 {
    width: 397%
}

.wd-398 {
    width: 398%
}

.wd-399 {
    width: 399%
}

.wd-400 {
    width: 400%
}

.wd-401 {
    width: 401%
}

.wd-402 {
    width: 402%
}

.wd-403 {
    width: 403%
}

.wd-404 {
    width: 404%
}

.wd-405 {
    width: 405%
}

.wd-406 {
    width: 406%
}

.wd-407 {
    width: 407%
}

.wd-408 {
    width: 408%
}

.wd-409 {
    width: 409%
}

.wd-410 {
    width: 410%
}

.wd-411 {
    width: 411%
}

.wd-412 {
    width: 412%
}

.wd-413 {
    width: 413%
}

.wd-414 {
    width: 414%
}

.wd-415 {
    width: 415%
}

.wd-416 {
    width: 416%
}

.wd-417 {
    width: 417%
}

.wd-418 {
    width: 418%
}

.wd-419 {
    width: 419%
}

.wd-420 {
    width: 420%
}

.wd-421 {
    width: 421%
}

.wd-422 {
    width: 422%
}

.wd-423 {
    width: 423%
}

.wd-424 {
    width: 424%
}

.wd-425 {
    width: 425%
}

.wd-426 {
    width: 426%
}

.wd-427 {
    width: 427%
}

.wd-428 {
    width: 428%
}

.wd-429 {
    width: 429%
}

.wd-430 {
    width: 430%
}

.wd-431 {
    width: 431%
}

.wd-432 {
    width: 432%
}

.wd-433 {
    width: 433%
}

.wd-434 {
    width: 434%
}

.wd-435 {
    width: 435%
}

.wd-436 {
    width: 436%
}

.wd-437 {
    width: 437%
}

.wd-438 {
    width: 438%
}

.wd-439 {
    width: 439%
}

.wd-440 {
    width: 440%
}

.wd-441 {
    width: 441%
}

.wd-442 {
    width: 442%
}

.wd-443 {
    width: 443%
}

.wd-444 {
    width: 444%
}

.wd-445 {
    width: 445%
}

.wd-446 {
    width: 446%
}

.wd-447 {
    width: 447%
}

.wd-448 {
    width: 448%
}

.wd-449 {
    width: 449%
}

.wd-450 {
    width: 450%
}

.wd-451 {
    width: 451%
}

.wd-452 {
    width: 452%
}

.wd-453 {
    width: 453%
}

.wd-454 {
    width: 454%
}

.wd-455 {
    width: 455%
}

.wd-456 {
    width: 456%
}

.wd-457 {
    width: 457%
}

.wd-458 {
    width: 458%
}

.wd-459 {
    width: 459%
}

.wd-460 {
    width: 460%
}

.wd-461 {
    width: 461%
}

.wd-462 {
    width: 462%
}

.wd-463 {
    width: 463%
}

.wd-464 {
    width: 464%
}

.wd-465 {
    width: 465%
}

.wd-466 {
    width: 466%
}

.wd-467 {
    width: 467%
}

.wd-468 {
    width: 468%
}

.wd-469 {
    width: 469%
}

.wd-470 {
    width: 470%
}

.wd-471 {
    width: 471%
}

.wd-472 {
    width: 472%
}

.wd-473 {
    width: 473%
}

.wd-474 {
    width: 474%
}

.wd-475 {
    width: 475%
}

.wd-476 {
    width: 476%
}

.wd-477 {
    width: 477%
}

.wd-478 {
    width: 478%
}

.wd-479 {
    width: 479%
}

.wd-480 {
    width: 480%
}

.wd-481 {
    width: 481%
}

.wd-482 {
    width: 482%
}

.wd-483 {
    width: 483%
}

.wd-484 {
    width: 484%
}

.wd-485 {
    width: 485%
}

.wd-486 {
    width: 486%
}

.wd-487 {
    width: 487%
}

.wd-488 {
    width: 488%
}

.wd-489 {
    width: 489%
}

.wd-490 {
    width: 490%
}

.wd-491 {
    width: 491%
}

.wd-492 {
    width: 492%
}

.wd-493 {
    width: 493%
}

.wd-494 {
    width: 494%
}

.wd-495 {
    width: 495%
}

.wd-496 {
    width: 496%
}

.wd-497 {
    width: 497%
}

.wd-498 {
    width: 498%
}

.wd-499 {
    width: 499%
}

.wd-500 {
    width: 500%
}

.wd-501 {
    width: 501%
}

.wd-502 {
    width: 502%
}

.wd-503 {
    width: 503%
}

.wd-504 {
    width: 504%
}

.wd-505 {
    width: 505%
}

.wd-506 {
    width: 506%
}

.wd-507 {
    width: 507%
}

.wd-508 {
    width: 508%
}

.wd-509 {
    width: 509%
}

.wd-510 {
    width: 510%
}

.wd-511 {
    width: 511%
}

.wd-512 {
    width: 512%
}

.wd-513 {
    width: 513%
}

.wd-514 {
    width: 514%
}

.wd-515 {
    width: 515%
}

.wd-516 {
    width: 516%
}

.wd-517 {
    width: 517%
}

.wd-518 {
    width: 518%
}

.wd-519 {
    width: 519%
}

.wd-520 {
    width: 520%
}

.wd-521 {
    width: 521%
}

.wd-522 {
    width: 522%
}

.wd-523 {
    width: 523%
}

.wd-524 {
    width: 524%
}

.wd-525 {
    width: 525%
}

.wd-526 {
    width: 526%
}

.wd-527 {
    width: 527%
}

.wd-528 {
    width: 528%
}

.wd-529 {
    width: 529%
}

.wd-530 {
    width: 530%
}

.wd-531 {
    width: 531%
}

.wd-532 {
    width: 532%
}

.wd-533 {
    width: 533%
}

.wd-534 {
    width: 534%
}

.wd-535 {
    width: 535%
}

.wd-536 {
    width: 536%
}

.wd-537 {
    width: 537%
}

.wd-538 {
    width: 538%
}

.wd-539 {
    width: 539%
}

.wd-540 {
    width: 540%
}

.wd-541 {
    width: 541%
}

.wd-542 {
    width: 542%
}

.wd-543 {
    width: 543%
}

.wd-544 {
    width: 544%
}

.wd-545 {
    width: 545%
}

.wd-546 {
    width: 546%
}

.wd-547 {
    width: 547%
}

.wd-548 {
    width: 548%
}

.wd-549 {
    width: 549%
}

.wd-550 {
    width: 550%
}

.wd-551 {
    width: 551%
}

.wd-552 {
    width: 552%
}

.wd-553 {
    width: 553%
}

.wd-554 {
    width: 554%
}

.wd-555 {
    width: 555%
}

.wd-556 {
    width: 556%
}

.wd-557 {
    width: 557%
}

.wd-558 {
    width: 558%
}

.wd-559 {
    width: 559%
}

.wd-560 {
    width: 560%
}

.wd-561 {
    width: 561%
}

.wd-562 {
    width: 562%
}

.wd-563 {
    width: 563%
}

.wd-564 {
    width: 564%
}

.wd-565 {
    width: 565%
}

.wd-566 {
    width: 566%
}

.wd-567 {
    width: 567%
}

.wd-568 {
    width: 568%
}

.wd-569 {
    width: 569%
}

.wd-570 {
    width: 570%
}

.wd-571 {
    width: 571%
}

.wd-572 {
    width: 572%
}

.wd-573 {
    width: 573%
}

.wd-574 {
    width: 574%
}

.wd-575 {
    width: 575%
}

.wd-576 {
    width: 576%
}

.wd-577 {
    width: 577%
}

.wd-578 {
    width: 578%
}

.wd-579 {
    width: 579%
}

.wd-580 {
    width: 580%
}

.wd-581 {
    width: 581%
}

.wd-582 {
    width: 582%
}

.wd-583 {
    width: 583%
}

.wd-584 {
    width: 584%
}

.wd-585 {
    width: 585%
}

.wd-586 {
    width: 586%
}

.wd-587 {
    width: 587%
}

.wd-588 {
    width: 588%
}

.wd-589 {
    width: 589%
}

.wd-590 {
    width: 590%
}

.wd-591 {
    width: 591%
}

.wd-592 {
    width: 592%
}

.wd-593 {
    width: 593%
}

.wd-594 {
    width: 594%
}

.wd-595 {
    width: 595%
}

.wd-596 {
    width: 596%
}

.wd-597 {
    width: 597%
}

.wd-598 {
    width: 598%
}

.wd-599 {
    width: 599%
}

.wd-600 {
    width: 600%
}

.wd-601 {
    width: 601%
}

.wd-602 {
    width: 602%
}

.wd-603 {
    width: 603%
}

.wd-604 {
    width: 604%
}

.wd-605 {
    width: 605%
}

.wd-606 {
    width: 606%
}

.wd-607 {
    width: 607%
}

.wd-608 {
    width: 608%
}

.wd-609 {
    width: 609%
}

.wd-610 {
    width: 610%
}

.wd-611 {
    width: 611%
}

.wd-612 {
    width: 612%
}

.wd-613 {
    width: 613%
}

.wd-614 {
    width: 614%
}

.wd-615 {
    width: 615%
}

.wd-616 {
    width: 616%
}

.wd-617 {
    width: 617%
}

.wd-618 {
    width: 618%
}

.wd-619 {
    width: 619%
}

.wd-620 {
    width: 620%
}

.wd-621 {
    width: 621%
}

.wd-622 {
    width: 622%
}

.wd-623 {
    width: 623%
}

.wd-624 {
    width: 624%
}

.wd-625 {
    width: 625%
}

.wd-626 {
    width: 626%
}

.wd-627 {
    width: 627%
}

.wd-628 {
    width: 628%
}

.wd-629 {
    width: 629%
}

.wd-630 {
    width: 630%
}

.wd-631 {
    width: 631%
}

.wd-632 {
    width: 632%
}

.wd-633 {
    width: 633%
}

.wd-634 {
    width: 634%
}

.wd-635 {
    width: 635%
}

.wd-636 {
    width: 636%
}

.wd-637 {
    width: 637%
}

.wd-638 {
    width: 638%
}

.wd-639 {
    width: 639%
}

.wd-640 {
    width: 640%
}

.wd-641 {
    width: 641%
}

.wd-642 {
    width: 642%
}

.wd-643 {
    width: 643%
}

.wd-644 {
    width: 644%
}

.wd-645 {
    width: 645%
}

.wd-646 {
    width: 646%
}

.wd-647 {
    width: 647%
}

.wd-648 {
    width: 648%
}

.wd-649 {
    width: 649%
}

.wd-650 {
    width: 650%
}

.wd-651 {
    width: 651%
}

.wd-652 {
    width: 652%
}

.wd-653 {
    width: 653%
}

.wd-654 {
    width: 654%
}

.wd-655 {
    width: 655%
}

.wd-656 {
    width: 656%
}

.wd-657 {
    width: 657%
}

.wd-658 {
    width: 658%
}

.wd-659 {
    width: 659%
}

.wd-660 {
    width: 660%
}

.wd-661 {
    width: 661%
}

.wd-662 {
    width: 662%
}

.wd-663 {
    width: 663%
}

.wd-664 {
    width: 664%
}

.wd-665 {
    width: 665%
}

.wd-666 {
    width: 666%
}

.wd-667 {
    width: 667%
}

.wd-668 {
    width: 668%
}

.wd-669 {
    width: 669%
}

.wd-670 {
    width: 670%
}

.wd-671 {
    width: 671%
}

.wd-672 {
    width: 672%
}

.wd-673 {
    width: 673%
}

.wd-674 {
    width: 674%
}

.wd-675 {
    width: 675%
}

.wd-676 {
    width: 676%
}

.wd-677 {
    width: 677%
}

.wd-678 {
    width: 678%
}

.wd-679 {
    width: 679%
}

.wd-680 {
    width: 680%
}

.wd-681 {
    width: 681%
}

.wd-682 {
    width: 682%
}

.wd-683 {
    width: 683%
}

.wd-684 {
    width: 684%
}

.wd-685 {
    width: 685%
}

.wd-686 {
    width: 686%
}

.wd-687 {
    width: 687%
}

.wd-688 {
    width: 688%
}

.wd-689 {
    width: 689%
}

.wd-690 {
    width: 690%
}

.wd-691 {
    width: 691%
}

.wd-692 {
    width: 692%
}

.wd-693 {
    width: 693%
}

.wd-694 {
    width: 694%
}

.wd-695 {
    width: 695%
}

.wd-696 {
    width: 696%
}

.wd-697 {
    width: 697%
}

.wd-698 {
    width: 698%
}

.wd-699 {
    width: 699%
}

.wd-700 {
    width: 700%
}

.wd-701 {
    width: 701%
}

.wd-702 {
    width: 702%
}

.wd-703 {
    width: 703%
}

.wd-704 {
    width: 704%
}

.wd-705 {
    width: 705%
}

.wd-706 {
    width: 706%
}

.wd-707 {
    width: 707%
}

.wd-708 {
    width: 708%
}

.wd-709 {
    width: 709%
}

.wd-710 {
    width: 710%
}

.wd-711 {
    width: 711%
}

.wd-712 {
    width: 712%
}

.wd-713 {
    width: 713%
}

.wd-714 {
    width: 714%
}

.wd-715 {
    width: 715%
}

.wd-716 {
    width: 716%
}

.wd-717 {
    width: 717%
}

.wd-718 {
    width: 718%
}

.wd-719 {
    width: 719%
}

.wd-720 {
    width: 720%
}

.wd-721 {
    width: 721%
}

.wd-722 {
    width: 722%
}

.wd-723 {
    width: 723%
}

.wd-724 {
    width: 724%
}

.wd-725 {
    width: 725%
}

.wd-726 {
    width: 726%
}

.wd-727 {
    width: 727%
}

.wd-728 {
    width: 728%
}

.wd-729 {
    width: 729%
}

.wd-730 {
    width: 730%
}

.wd-731 {
    width: 731%
}

.wd-732 {
    width: 732%
}

.wd-733 {
    width: 733%
}

.wd-734 {
    width: 734%
}

.wd-735 {
    width: 735%
}

.wd-736 {
    width: 736%
}

.wd-737 {
    width: 737%
}

.wd-738 {
    width: 738%
}

.wd-739 {
    width: 739%
}

.wd-740 {
    width: 740%
}

.wd-741 {
    width: 741%
}

.wd-742 {
    width: 742%
}

.wd-743 {
    width: 743%
}

.wd-744 {
    width: 744%
}

.wd-745 {
    width: 745%
}

.wd-746 {
    width: 746%
}

.wd-747 {
    width: 747%
}

.wd-748 {
    width: 748%
}

.wd-749 {
    width: 749%
}

.wd-750 {
    width: 750%
}

.wd-751 {
    width: 751%
}

.wd-752 {
    width: 752%
}

.wd-753 {
    width: 753%
}

.wd-754 {
    width: 754%
}

.wd-755 {
    width: 755%
}

.wd-756 {
    width: 756%
}

.wd-757 {
    width: 757%
}

.wd-758 {
    width: 758%
}

.wd-759 {
    width: 759%
}

.wd-760 {
    width: 760%
}

.wd-761 {
    width: 761%
}

.wd-762 {
    width: 762%
}

.wd-763 {
    width: 763%
}

.wd-764 {
    width: 764%
}

.wd-765 {
    width: 765%
}

.wd-766 {
    width: 766%
}

.wd-767 {
    width: 767%
}

.wd-768 {
    width: 768%
}

.wd-769 {
    width: 769%
}

.wd-770 {
    width: 770%
}

.wd-771 {
    width: 771%
}

.wd-772 {
    width: 772%
}

.wd-773 {
    width: 773%
}

.wd-774 {
    width: 774%
}

.wd-775 {
    width: 775%
}

.wd-776 {
    width: 776%
}

.wd-777 {
    width: 777%
}

.wd-778 {
    width: 778%
}

.wd-779 {
    width: 779%
}

.wd-780 {
    width: 780%
}

.wd-781 {
    width: 781%
}

.wd-782 {
    width: 782%
}

.wd-783 {
    width: 783%
}

.wd-784 {
    width: 784%
}

.wd-785 {
    width: 785%
}

.wd-786 {
    width: 786%
}

.wd-787 {
    width: 787%
}

.wd-788 {
    width: 788%
}

.wd-789 {
    width: 789%
}

.wd-790 {
    width: 790%
}

.wd-791 {
    width: 791%
}

.wd-792 {
    width: 792%
}

.wd-793 {
    width: 793%
}

.wd-794 {
    width: 794%
}

.wd-795 {
    width: 795%
}

.wd-796 {
    width: 796%
}

.wd-797 {
    width: 797%
}

.wd-798 {
    width: 798%
}

.wd-799 {
    width: 799%
}

.wd-800 {
    width: 800%
}

.wd-801 {
    width: 801%
}

.wd-802 {
    width: 802%
}

.wd-803 {
    width: 803%
}

.wd-804 {
    width: 804%
}

.wd-805 {
    width: 805%
}

.wd-806 {
    width: 806%
}

.wd-807 {
    width: 807%
}

.wd-808 {
    width: 808%
}

.wd-809 {
    width: 809%
}

.wd-810 {
    width: 810%
}

.wd-811 {
    width: 811%
}

.wd-812 {
    width: 812%
}

.wd-813 {
    width: 813%
}

.wd-814 {
    width: 814%
}

.wd-815 {
    width: 815%
}

.wd-816 {
    width: 816%
}

.wd-817 {
    width: 817%
}

.wd-818 {
    width: 818%
}

.wd-819 {
    width: 819%
}

.wd-820 {
    width: 820%
}

.wd-821 {
    width: 821%
}

.wd-822 {
    width: 822%
}

.wd-823 {
    width: 823%
}

.wd-824 {
    width: 824%
}

.wd-825 {
    width: 825%
}

.wd-826 {
    width: 826%
}

.wd-827 {
    width: 827%
}

.wd-828 {
    width: 828%
}

.wd-829 {
    width: 829%
}

.wd-830 {
    width: 830%
}

.wd-831 {
    width: 831%
}

.wd-832 {
    width: 832%
}

.wd-833 {
    width: 833%
}

.wd-834 {
    width: 834%
}

.wd-835 {
    width: 835%
}

.wd-836 {
    width: 836%
}

.wd-837 {
    width: 837%
}

.wd-838 {
    width: 838%
}

.wd-839 {
    width: 839%
}

.wd-840 {
    width: 840%
}

.wd-841 {
    width: 841%
}

.wd-842 {
    width: 842%
}

.wd-843 {
    width: 843%
}

.wd-844 {
    width: 844%
}

.wd-845 {
    width: 845%
}

.wd-846 {
    width: 846%
}

.wd-847 {
    width: 847%
}

.wd-848 {
    width: 848%
}

.wd-849 {
    width: 849%
}

.wd-850 {
    width: 850%
}

.wd-851 {
    width: 851%
}

.wd-852 {
    width: 852%
}

.wd-853 {
    width: 853%
}

.wd-854 {
    width: 854%
}

.wd-855 {
    width: 855%
}

.wd-856 {
    width: 856%
}

.wd-857 {
    width: 857%
}

.wd-858 {
    width: 858%
}

.wd-859 {
    width: 859%
}

.wd-860 {
    width: 860%
}

.wd-861 {
    width: 861%
}

.wd-862 {
    width: 862%
}

.wd-863 {
    width: 863%
}

.wd-864 {
    width: 864%
}

.wd-865 {
    width: 865%
}

.wd-866 {
    width: 866%
}

.wd-867 {
    width: 867%
}

.wd-868 {
    width: 868%
}

.wd-869 {
    width: 869%
}

.wd-870 {
    width: 870%
}

.wd-871 {
    width: 871%
}

.wd-872 {
    width: 872%
}

.wd-873 {
    width: 873%
}

.wd-874 {
    width: 874%
}

.wd-875 {
    width: 875%
}

.wd-876 {
    width: 876%
}

.wd-877 {
    width: 877%
}

.wd-878 {
    width: 878%
}

.wd-879 {
    width: 879%
}

.wd-880 {
    width: 880%
}

.wd-881 {
    width: 881%
}

.wd-882 {
    width: 882%
}

.wd-883 {
    width: 883%
}

.wd-884 {
    width: 884%
}

.wd-885 {
    width: 885%
}

.wd-886 {
    width: 886%
}

.wd-887 {
    width: 887%
}

.wd-888 {
    width: 888%
}

.wd-889 {
    width: 889%
}

.wd-890 {
    width: 890%
}

.wd-891 {
    width: 891%
}

.wd-892 {
    width: 892%
}

.wd-893 {
    width: 893%
}

.wd-894 {
    width: 894%
}

.wd-895 {
    width: 895%
}

.wd-896 {
    width: 896%
}

.wd-897 {
    width: 897%
}

.wd-898 {
    width: 898%
}

.wd-899 {
    width: 899%
}

.wd-900 {
    width: 900%
}

.wd-901 {
    width: 901%
}

.wd-902 {
    width: 902%
}

.wd-903 {
    width: 903%
}

.wd-904 {
    width: 904%
}

.wd-905 {
    width: 905%
}

.wd-906 {
    width: 906%
}

.wd-907 {
    width: 907%
}

.wd-908 {
    width: 908%
}

.wd-909 {
    width: 909%
}

.wd-910 {
    width: 910%
}

.wd-911 {
    width: 911%
}

.wd-912 {
    width: 912%
}

.wd-913 {
    width: 913%
}

.wd-914 {
    width: 914%
}

.wd-915 {
    width: 915%
}

.wd-916 {
    width: 916%
}

.wd-917 {
    width: 917%
}

.wd-918 {
    width: 918%
}

.wd-919 {
    width: 919%
}

.wd-920 {
    width: 920%
}

.wd-921 {
    width: 921%
}

.wd-922 {
    width: 922%
}

.wd-923 {
    width: 923%
}

.wd-924 {
    width: 924%
}

.wd-925 {
    width: 925%
}

.wd-926 {
    width: 926%
}

.wd-927 {
    width: 927%
}

.wd-928 {
    width: 928%
}

.wd-929 {
    width: 929%
}

.wd-930 {
    width: 930%
}

.wd-931 {
    width: 931%
}

.wd-932 {
    width: 932%
}

.wd-933 {
    width: 933%
}

.wd-934 {
    width: 934%
}

.wd-935 {
    width: 935%
}

.wd-936 {
    width: 936%
}

.wd-937 {
    width: 937%
}

.wd-938 {
    width: 938%
}

.wd-939 {
    width: 939%
}

.wd-940 {
    width: 940%
}

.wd-941 {
    width: 941%
}

.wd-942 {
    width: 942%
}

.wd-943 {
    width: 943%
}

.wd-944 {
    width: 944%
}

.wd-945 {
    width: 945%
}

.wd-946 {
    width: 946%
}

.wd-947 {
    width: 947%
}

.wd-948 {
    width: 948%
}

.wd-949 {
    width: 949%
}

.wd-950 {
    width: 950%
}

.wd-951 {
    width: 951%
}

.wd-952 {
    width: 952%
}

.wd-953 {
    width: 953%
}

.wd-954 {
    width: 954%
}

.wd-955 {
    width: 955%
}

.wd-956 {
    width: 956%
}

.wd-957 {
    width: 957%
}

.wd-958 {
    width: 958%
}

.wd-959 {
    width: 959%
}

.wd-960 {
    width: 960%
}

.wd-961 {
    width: 961%
}

.wd-962 {
    width: 962%
}

.wd-963 {
    width: 963%
}

.wd-964 {
    width: 964%
}

.wd-965 {
    width: 965%
}

.wd-966 {
    width: 966%
}

.wd-967 {
    width: 967%
}

.wd-968 {
    width: 968%
}

.wd-969 {
    width: 969%
}

.wd-970 {
    width: 970%
}

.wd-971 {
    width: 971%
}

.wd-972 {
    width: 972%
}

.wd-973 {
    width: 973%
}

.wd-974 {
    width: 974%
}

.wd-975 {
    width: 975%
}

.wd-976 {
    width: 976%
}

.wd-977 {
    width: 977%
}

.wd-978 {
    width: 978%
}

.wd-979 {
    width: 979%
}

.wd-980 {
    width: 980%
}

.wd-981 {
    width: 981%
}

.wd-982 {
    width: 982%
}

.wd-983 {
    width: 983%
}

.wd-984 {
    width: 984%
}

.wd-985 {
    width: 985%
}

.wd-986 {
    width: 986%
}

.wd-987 {
    width: 987%
}

.wd-988 {
    width: 988%
}

.wd-989 {
    width: 989%
}

.wd-990 {
    width: 990%
}

.wd-991 {
    width: 991%
}

.wd-992 {
    width: 992%
}

.wd-993 {
    width: 993%
}

.wd-994 {
    width: 994%
}

.wd-995 {
    width: 995%
}

.wd-996 {
    width: 996%
}

.wd-997 {
    width: 997%
}

.wd-998 {
    width: 998%
}

.wd-999 {
    width: 999%
}

.wd-1000 {
    width: 1000%
}

@media (min-width: 0) {
    .wd-xxs-5 {
        width:5%!important
    }

    .wd-xxs-10 {
        width: 10%!important
    }

    .wd-xxs-11 {
        width: 11%!important
    }

    .wd-xxs-12 {
        width: 12%!important
    }

    .wd-xxs-13 {
        width: 13%!important
    }

    .wd-xxs-14 {
        width: 14%!important
    }

    .wd-xxs-15 {
        width: 15%!important
    }

    .wd-xxs-16 {
        width: 16%!important
    }

    .wd-xxs-17 {
        width: 17%!important
    }

    .wd-xxs-18 {
        width: 18%!important
    }

    .wd-xxs-19 {
        width: 19%!important
    }

    .wd-xxs-20 {
        width: 20%!important
    }

    .wd-xxs-21 {
        width: 21%!important
    }

    .wd-xxs-22 {
        width: 22%!important
    }

    .wd-xxs-23 {
        width: 23%!important
    }

    .wd-xxs-24 {
        width: 24%!important
    }

    .wd-xxs-25 {
        width: 25%!important
    }

    .wd-xxs-26 {
        width: 26%!important
    }

    .wd-xxs-27 {
        width: 27%!important
    }

    .wd-xxs-28 {
        width: 28%!important
    }

    .wd-xxs-29 {
        width: 29%!important
    }

    .wd-xxs-30 {
        width: 30%!important
    }

    .wd-xxs-31 {
        width: 31%!important
    }

    .wd-xxs-32 {
        width: 32%!important
    }

    .wd-xxs-33 {
        width: 33%!important
    }

    .wd-xxs-34 {
        width: 34%!important
    }

    .wd-xxs-35 {
        width: 35%!important
    }

    .wd-xxs-36 {
        width: 36%!important
    }

    .wd-xxs-37 {
        width: 37%!important
    }

    .wd-xxs-38 {
        width: 38%!important
    }

    .wd-xxs-39 {
        width: 39%!important
    }

    .wd-xxs-40 {
        width: 40%!important
    }

    .wd-xxs-41 {
        width: 41%!important
    }

    .wd-xxs-42 {
        width: 42%!important
    }

    .wd-xxs-43 {
        width: 43%!important
    }

    .wd-xxs-44 {
        width: 44%!important
    }

    .wd-xxs-45 {
        width: 45%!important
    }

    .wd-xxs-46 {
        width: 46%!important
    }

    .wd-xxs-47 {
        width: 47%!important
    }

    .wd-xxs-48 {
        width: 48%!important
    }

    .wd-xxs-49 {
        width: 49%!important
    }

    .wd-xxs-50 {
        width: 50%!important
    }

    .wd-xxs-51 {
        width: 51%!important
    }

    .wd-xxs-52 {
        width: 52%!important
    }

    .wd-xxs-53 {
        width: 53%!important
    }

    .wd-xxs-54 {
        width: 54%!important
    }

    .wd-xxs-55 {
        width: 55%!important
    }

    .wd-xxs-56 {
        width: 56%!important
    }

    .wd-xxs-57 {
        width: 57%!important
    }

    .wd-xxs-58 {
        width: 58%!important
    }

    .wd-xxs-59 {
        width: 59%!important
    }

    .wd-xxs-60 {
        width: 60%!important
    }

    .wd-xxs-61 {
        width: 61%!important
    }

    .wd-xxs-62 {
        width: 62%!important
    }

    .wd-xxs-63 {
        width: 63%!important
    }

    .wd-xxs-64 {
        width: 64%!important
    }

    .wd-xxs-65 {
        width: 65%!important
    }

    .wd-xxs-66 {
        width: 66%!important
    }

    .wd-xxs-67 {
        width: 67%!important
    }

    .wd-xxs-68 {
        width: 68%!important
    }

    .wd-xxs-69 {
        width: 69%!important
    }

    .wd-xxs-70 {
        width: 70%!important
    }

    .wd-xxs-71 {
        width: 71%!important
    }

    .wd-xxs-72 {
        width: 72%!important
    }

    .wd-xxs-73 {
        width: 73%!important
    }

    .wd-xxs-74 {
        width: 74%!important
    }

    .wd-xxs-75 {
        width: 75%!important
    }

    .wd-xxs-76 {
        width: 76%!important
    }

    .wd-xxs-77 {
        width: 77%!important
    }

    .wd-xxs-78 {
        width: 78%!important
    }

    .wd-xxs-79 {
        width: 79%!important
    }

    .wd-xxs-80 {
        width: 80%!important
    }

    .wd-xxs-81 {
        width: 81%!important
    }

    .wd-xxs-82 {
        width: 82%!important
    }

    .wd-xxs-83 {
        width: 83%!important
    }

    .wd-xxs-84 {
        width: 84%!important
    }

    .wd-xxs-85 {
        width: 85%!important
    }

    .wd-xxs-86 {
        width: 86%!important
    }

    .wd-xxs-87 {
        width: 87%!important
    }

    .wd-xxs-88 {
        width: 88%!important
    }

    .wd-xxs-89 {
        width: 89%!important
    }

    .wd-xxs-90 {
        width: 90%!important
    }

    .wd-xxs-91 {
        width: 91%!important
    }

    .wd-xxs-92 {
        width: 92%!important
    }

    .wd-xxs-93 {
        width: 93%!important
    }

    .wd-xxs-94 {
        width: 94%!important
    }

    .wd-xxs-95 {
        width: 95%!important
    }

    .wd-xxs-96 {
        width: 96%!important
    }

    .wd-xxs-97 {
        width: 97%!important
    }

    .wd-xxs-98 {
        width: 98%!important
    }

    .wd-xxs-99 {
        width: 99%!important
    }

    .wd-xxs-100 {
        width: 100%!important
    }

    .wd-xxs-101 {
        width: 101%!important
    }

    .wd-xxs-102 {
        width: 102%!important
    }

    .wd-xxs-103 {
        width: 103%!important
    }

    .wd-xxs-104 {
        width: 104%!important
    }

    .wd-xxs-105 {
        width: 105%!important
    }

    .wd-xxs-106 {
        width: 106%!important
    }

    .wd-xxs-107 {
        width: 107%!important
    }

    .wd-xxs-108 {
        width: 108%!important
    }

    .wd-xxs-109 {
        width: 109%!important
    }

    .wd-xxs-110 {
        width: 110%!important
    }

    .wd-xxs-111 {
        width: 111%!important
    }

    .wd-xxs-112 {
        width: 112%!important
    }

    .wd-xxs-113 {
        width: 113%!important
    }

    .wd-xxs-114 {
        width: 114%!important
    }

    .wd-xxs-115 {
        width: 115%!important
    }

    .wd-xxs-116 {
        width: 116%!important
    }

    .wd-xxs-117 {
        width: 117%!important
    }

    .wd-xxs-118 {
        width: 118%!important
    }

    .wd-xxs-119 {
        width: 119%!important
    }

    .wd-xxs-120 {
        width: 120%!important
    }

    .wd-xxs-121 {
        width: 121%!important
    }

    .wd-xxs-122 {
        width: 122%!important
    }

    .wd-xxs-123 {
        width: 123%!important
    }

    .wd-xxs-124 {
        width: 124%!important
    }

    .wd-xxs-125 {
        width: 125%!important
    }

    .wd-xxs-126 {
        width: 126%!important
    }

    .wd-xxs-127 {
        width: 127%!important
    }

    .wd-xxs-128 {
        width: 128%!important
    }

    .wd-xxs-129 {
        width: 129%!important
    }

    .wd-xxs-130 {
        width: 130%!important
    }

    .wd-xxs-131 {
        width: 131%!important
    }

    .wd-xxs-132 {
        width: 132%!important
    }

    .wd-xxs-133 {
        width: 133%!important
    }

    .wd-xxs-134 {
        width: 134%!important
    }

    .wd-xxs-135 {
        width: 135%!important
    }

    .wd-xxs-136 {
        width: 136%!important
    }

    .wd-xxs-137 {
        width: 137%!important
    }

    .wd-xxs-138 {
        width: 138%!important
    }

    .wd-xxs-139 {
        width: 139%!important
    }

    .wd-xxs-140 {
        width: 140%!important
    }

    .wd-xxs-141 {
        width: 141%!important
    }

    .wd-xxs-142 {
        width: 142%!important
    }

    .wd-xxs-143 {
        width: 143%!important
    }

    .wd-xxs-144 {
        width: 144%!important
    }

    .wd-xxs-145 {
        width: 145%!important
    }

    .wd-xxs-146 {
        width: 146%!important
    }

    .wd-xxs-147 {
        width: 147%!important
    }

    .wd-xxs-148 {
        width: 148%!important
    }

    .wd-xxs-149 {
        width: 149%!important
    }

    .wd-xxs-150 {
        width: 150%!important
    }

    .wd-xxs-151 {
        width: 151%!important
    }

    .wd-xxs-152 {
        width: 152%!important
    }

    .wd-xxs-153 {
        width: 153%!important
    }

    .wd-xxs-154 {
        width: 154%!important
    }

    .wd-xxs-155 {
        width: 155%!important
    }

    .wd-xxs-156 {
        width: 156%!important
    }

    .wd-xxs-157 {
        width: 157%!important
    }

    .wd-xxs-158 {
        width: 158%!important
    }

    .wd-xxs-159 {
        width: 159%!important
    }

    .wd-xxs-160 {
        width: 160%!important
    }

    .wd-xxs-161 {
        width: 161%!important
    }

    .wd-xxs-162 {
        width: 162%!important
    }

    .wd-xxs-163 {
        width: 163%!important
    }

    .wd-xxs-164 {
        width: 164%!important
    }

    .wd-xxs-165 {
        width: 165%!important
    }

    .wd-xxs-166 {
        width: 166%!important
    }

    .wd-xxs-167 {
        width: 167%!important
    }

    .wd-xxs-168 {
        width: 168%!important
    }

    .wd-xxs-169 {
        width: 169%!important
    }

    .wd-xxs-170 {
        width: 170%!important
    }

    .wd-xxs-171 {
        width: 171%!important
    }

    .wd-xxs-172 {
        width: 172%!important
    }

    .wd-xxs-173 {
        width: 173%!important
    }

    .wd-xxs-174 {
        width: 174%!important
    }

    .wd-xxs-175 {
        width: 175%!important
    }

    .wd-xxs-176 {
        width: 176%!important
    }

    .wd-xxs-177 {
        width: 177%!important
    }

    .wd-xxs-178 {
        width: 178%!important
    }

    .wd-xxs-179 {
        width: 179%!important
    }

    .wd-xxs-180 {
        width: 180%!important
    }

    .wd-xxs-181 {
        width: 181%!important
    }

    .wd-xxs-182 {
        width: 182%!important
    }

    .wd-xxs-183 {
        width: 183%!important
    }

    .wd-xxs-184 {
        width: 184%!important
    }

    .wd-xxs-185 {
        width: 185%!important
    }

    .wd-xxs-186 {
        width: 186%!important
    }

    .wd-xxs-187 {
        width: 187%!important
    }

    .wd-xxs-188 {
        width: 188%!important
    }

    .wd-xxs-189 {
        width: 189%!important
    }

    .wd-xxs-190 {
        width: 190%!important
    }

    .wd-xxs-191 {
        width: 191%!important
    }

    .wd-xxs-192 {
        width: 192%!important
    }

    .wd-xxs-193 {
        width: 193%!important
    }

    .wd-xxs-194 {
        width: 194%!important
    }

    .wd-xxs-195 {
        width: 195%!important
    }

    .wd-xxs-196 {
        width: 196%!important
    }

    .wd-xxs-197 {
        width: 197%!important
    }

    .wd-xxs-198 {
        width: 198%!important
    }

    .wd-xxs-199 {
        width: 199%!important
    }

    .wd-xxs-200 {
        width: 200%!important
    }

    .wd-xxs-201 {
        width: 201%!important
    }

    .wd-xxs-202 {
        width: 202%!important
    }

    .wd-xxs-203 {
        width: 203%!important
    }

    .wd-xxs-204 {
        width: 204%!important
    }

    .wd-xxs-205 {
        width: 205%!important
    }

    .wd-xxs-206 {
        width: 206%!important
    }

    .wd-xxs-207 {
        width: 207%!important
    }

    .wd-xxs-208 {
        width: 208%!important
    }

    .wd-xxs-209 {
        width: 209%!important
    }

    .wd-xxs-210 {
        width: 210%!important
    }

    .wd-xxs-211 {
        width: 211%!important
    }

    .wd-xxs-212 {
        width: 212%!important
    }

    .wd-xxs-213 {
        width: 213%!important
    }

    .wd-xxs-214 {
        width: 214%!important
    }

    .wd-xxs-215 {
        width: 215%!important
    }

    .wd-xxs-216 {
        width: 216%!important
    }

    .wd-xxs-217 {
        width: 217%!important
    }

    .wd-xxs-218 {
        width: 218%!important
    }

    .wd-xxs-219 {
        width: 219%!important
    }

    .wd-xxs-220 {
        width: 220%!important
    }

    .wd-xxs-221 {
        width: 221%!important
    }

    .wd-xxs-222 {
        width: 222%!important
    }

    .wd-xxs-223 {
        width: 223%!important
    }

    .wd-xxs-224 {
        width: 224%!important
    }

    .wd-xxs-225 {
        width: 225%!important
    }

    .wd-xxs-226 {
        width: 226%!important
    }

    .wd-xxs-227 {
        width: 227%!important
    }

    .wd-xxs-228 {
        width: 228%!important
    }

    .wd-xxs-229 {
        width: 229%!important
    }

    .wd-xxs-230 {
        width: 230%!important
    }

    .wd-xxs-231 {
        width: 231%!important
    }

    .wd-xxs-232 {
        width: 232%!important
    }

    .wd-xxs-233 {
        width: 233%!important
    }

    .wd-xxs-234 {
        width: 234%!important
    }

    .wd-xxs-235 {
        width: 235%!important
    }

    .wd-xxs-236 {
        width: 236%!important
    }

    .wd-xxs-237 {
        width: 237%!important
    }

    .wd-xxs-238 {
        width: 238%!important
    }

    .wd-xxs-239 {
        width: 239%!important
    }

    .wd-xxs-240 {
        width: 240%!important
    }

    .wd-xxs-241 {
        width: 241%!important
    }

    .wd-xxs-242 {
        width: 242%!important
    }

    .wd-xxs-243 {
        width: 243%!important
    }

    .wd-xxs-244 {
        width: 244%!important
    }

    .wd-xxs-245 {
        width: 245%!important
    }

    .wd-xxs-246 {
        width: 246%!important
    }

    .wd-xxs-247 {
        width: 247%!important
    }

    .wd-xxs-248 {
        width: 248%!important
    }

    .wd-xxs-249 {
        width: 249%!important
    }

    .wd-xxs-250 {
        width: 250%!important
    }

    .wd-xxs-251 {
        width: 251%!important
    }

    .wd-xxs-252 {
        width: 252%!important
    }

    .wd-xxs-253 {
        width: 253%!important
    }

    .wd-xxs-254 {
        width: 254%!important
    }

    .wd-xxs-255 {
        width: 255%!important
    }

    .wd-xxs-256 {
        width: 256%!important
    }

    .wd-xxs-257 {
        width: 257%!important
    }

    .wd-xxs-258 {
        width: 258%!important
    }

    .wd-xxs-259 {
        width: 259%!important
    }

    .wd-xxs-260 {
        width: 260%!important
    }

    .wd-xxs-261 {
        width: 261%!important
    }

    .wd-xxs-262 {
        width: 262%!important
    }

    .wd-xxs-263 {
        width: 263%!important
    }

    .wd-xxs-264 {
        width: 264%!important
    }

    .wd-xxs-265 {
        width: 265%!important
    }

    .wd-xxs-266 {
        width: 266%!important
    }

    .wd-xxs-267 {
        width: 267%!important
    }

    .wd-xxs-268 {
        width: 268%!important
    }

    .wd-xxs-269 {
        width: 269%!important
    }

    .wd-xxs-270 {
        width: 270%!important
    }

    .wd-xxs-271 {
        width: 271%!important
    }

    .wd-xxs-272 {
        width: 272%!important
    }

    .wd-xxs-273 {
        width: 273%!important
    }

    .wd-xxs-274 {
        width: 274%!important
    }

    .wd-xxs-275 {
        width: 275%!important
    }

    .wd-xxs-276 {
        width: 276%!important
    }

    .wd-xxs-277 {
        width: 277%!important
    }

    .wd-xxs-278 {
        width: 278%!important
    }

    .wd-xxs-279 {
        width: 279%!important
    }

    .wd-xxs-280 {
        width: 280%!important
    }

    .wd-xxs-281 {
        width: 281%!important
    }

    .wd-xxs-282 {
        width: 282%!important
    }

    .wd-xxs-283 {
        width: 283%!important
    }

    .wd-xxs-284 {
        width: 284%!important
    }

    .wd-xxs-285 {
        width: 285%!important
    }

    .wd-xxs-286 {
        width: 286%!important
    }

    .wd-xxs-287 {
        width: 287%!important
    }

    .wd-xxs-288 {
        width: 288%!important
    }

    .wd-xxs-289 {
        width: 289%!important
    }

    .wd-xxs-290 {
        width: 290%!important
    }

    .wd-xxs-291 {
        width: 291%!important
    }

    .wd-xxs-292 {
        width: 292%!important
    }

    .wd-xxs-293 {
        width: 293%!important
    }

    .wd-xxs-294 {
        width: 294%!important
    }

    .wd-xxs-295 {
        width: 295%!important
    }

    .wd-xxs-296 {
        width: 296%!important
    }

    .wd-xxs-297 {
        width: 297%!important
    }

    .wd-xxs-298 {
        width: 298%!important
    }

    .wd-xxs-299 {
        width: 299%!important
    }

    .wd-xxs-300 {
        width: 300%!important
    }

    .wd-xxs-301 {
        width: 301%!important
    }

    .wd-xxs-302 {
        width: 302%!important
    }

    .wd-xxs-303 {
        width: 303%!important
    }

    .wd-xxs-304 {
        width: 304%!important
    }

    .wd-xxs-305 {
        width: 305%!important
    }

    .wd-xxs-306 {
        width: 306%!important
    }

    .wd-xxs-307 {
        width: 307%!important
    }

    .wd-xxs-308 {
        width: 308%!important
    }

    .wd-xxs-309 {
        width: 309%!important
    }

    .wd-xxs-310 {
        width: 310%!important
    }

    .wd-xxs-311 {
        width: 311%!important
    }

    .wd-xxs-312 {
        width: 312%!important
    }

    .wd-xxs-313 {
        width: 313%!important
    }

    .wd-xxs-314 {
        width: 314%!important
    }

    .wd-xxs-315 {
        width: 315%!important
    }

    .wd-xxs-316 {
        width: 316%!important
    }

    .wd-xxs-317 {
        width: 317%!important
    }

    .wd-xxs-318 {
        width: 318%!important
    }

    .wd-xxs-319 {
        width: 319%!important
    }

    .wd-xxs-320 {
        width: 320%!important
    }

    .wd-xxs-321 {
        width: 321%!important
    }

    .wd-xxs-322 {
        width: 322%!important
    }

    .wd-xxs-323 {
        width: 323%!important
    }

    .wd-xxs-324 {
        width: 324%!important
    }

    .wd-xxs-325 {
        width: 325%!important
    }

    .wd-xxs-326 {
        width: 326%!important
    }

    .wd-xxs-327 {
        width: 327%!important
    }

    .wd-xxs-328 {
        width: 328%!important
    }

    .wd-xxs-329 {
        width: 329%!important
    }

    .wd-xxs-330 {
        width: 330%!important
    }

    .wd-xxs-331 {
        width: 331%!important
    }

    .wd-xxs-332 {
        width: 332%!important
    }

    .wd-xxs-333 {
        width: 333%!important
    }

    .wd-xxs-334 {
        width: 334%!important
    }

    .wd-xxs-335 {
        width: 335%!important
    }

    .wd-xxs-336 {
        width: 336%!important
    }

    .wd-xxs-337 {
        width: 337%!important
    }

    .wd-xxs-338 {
        width: 338%!important
    }

    .wd-xxs-339 {
        width: 339%!important
    }

    .wd-xxs-340 {
        width: 340%!important
    }

    .wd-xxs-341 {
        width: 341%!important
    }

    .wd-xxs-342 {
        width: 342%!important
    }

    .wd-xxs-343 {
        width: 343%!important
    }

    .wd-xxs-344 {
        width: 344%!important
    }

    .wd-xxs-345 {
        width: 345%!important
    }

    .wd-xxs-346 {
        width: 346%!important
    }

    .wd-xxs-347 {
        width: 347%!important
    }

    .wd-xxs-348 {
        width: 348%!important
    }

    .wd-xxs-349 {
        width: 349%!important
    }

    .wd-xxs-350 {
        width: 350%!important
    }

    .wd-xxs-351 {
        width: 351%!important
    }

    .wd-xxs-352 {
        width: 352%!important
    }

    .wd-xxs-353 {
        width: 353%!important
    }

    .wd-xxs-354 {
        width: 354%!important
    }

    .wd-xxs-355 {
        width: 355%!important
    }

    .wd-xxs-356 {
        width: 356%!important
    }

    .wd-xxs-357 {
        width: 357%!important
    }

    .wd-xxs-358 {
        width: 358%!important
    }

    .wd-xxs-359 {
        width: 359%!important
    }

    .wd-xxs-360 {
        width: 360%!important
    }

    .wd-xxs-361 {
        width: 361%!important
    }

    .wd-xxs-362 {
        width: 362%!important
    }

    .wd-xxs-363 {
        width: 363%!important
    }

    .wd-xxs-364 {
        width: 364%!important
    }

    .wd-xxs-365 {
        width: 365%!important
    }

    .wd-xxs-366 {
        width: 366%!important
    }

    .wd-xxs-367 {
        width: 367%!important
    }

    .wd-xxs-368 {
        width: 368%!important
    }

    .wd-xxs-369 {
        width: 369%!important
    }

    .wd-xxs-370 {
        width: 370%!important
    }

    .wd-xxs-371 {
        width: 371%!important
    }

    .wd-xxs-372 {
        width: 372%!important
    }

    .wd-xxs-373 {
        width: 373%!important
    }

    .wd-xxs-374 {
        width: 374%!important
    }

    .wd-xxs-375 {
        width: 375%!important
    }

    .wd-xxs-376 {
        width: 376%!important
    }

    .wd-xxs-377 {
        width: 377%!important
    }

    .wd-xxs-378 {
        width: 378%!important
    }

    .wd-xxs-379 {
        width: 379%!important
    }

    .wd-xxs-380 {
        width: 380%!important
    }

    .wd-xxs-381 {
        width: 381%!important
    }

    .wd-xxs-382 {
        width: 382%!important
    }

    .wd-xxs-383 {
        width: 383%!important
    }

    .wd-xxs-384 {
        width: 384%!important
    }

    .wd-xxs-385 {
        width: 385%!important
    }

    .wd-xxs-386 {
        width: 386%!important
    }

    .wd-xxs-387 {
        width: 387%!important
    }

    .wd-xxs-388 {
        width: 388%!important
    }

    .wd-xxs-389 {
        width: 389%!important
    }

    .wd-xxs-390 {
        width: 390%!important
    }

    .wd-xxs-391 {
        width: 391%!important
    }

    .wd-xxs-392 {
        width: 392%!important
    }

    .wd-xxs-393 {
        width: 393%!important
    }

    .wd-xxs-394 {
        width: 394%!important
    }

    .wd-xxs-395 {
        width: 395%!important
    }

    .wd-xxs-396 {
        width: 396%!important
    }

    .wd-xxs-397 {
        width: 397%!important
    }

    .wd-xxs-398 {
        width: 398%!important
    }

    .wd-xxs-399 {
        width: 399%!important
    }

    .wd-xxs-400 {
        width: 400%!important
    }

    .wd-xxs-401 {
        width: 401%!important
    }

    .wd-xxs-402 {
        width: 402%!important
    }

    .wd-xxs-403 {
        width: 403%!important
    }

    .wd-xxs-404 {
        width: 404%!important
    }

    .wd-xxs-405 {
        width: 405%!important
    }

    .wd-xxs-406 {
        width: 406%!important
    }

    .wd-xxs-407 {
        width: 407%!important
    }

    .wd-xxs-408 {
        width: 408%!important
    }

    .wd-xxs-409 {
        width: 409%!important
    }

    .wd-xxs-410 {
        width: 410%!important
    }

    .wd-xxs-411 {
        width: 411%!important
    }

    .wd-xxs-412 {
        width: 412%!important
    }

    .wd-xxs-413 {
        width: 413%!important
    }

    .wd-xxs-414 {
        width: 414%!important
    }

    .wd-xxs-415 {
        width: 415%!important
    }

    .wd-xxs-416 {
        width: 416%!important
    }

    .wd-xxs-417 {
        width: 417%!important
    }

    .wd-xxs-418 {
        width: 418%!important
    }

    .wd-xxs-419 {
        width: 419%!important
    }

    .wd-xxs-420 {
        width: 420%!important
    }

    .wd-xxs-421 {
        width: 421%!important
    }

    .wd-xxs-422 {
        width: 422%!important
    }

    .wd-xxs-423 {
        width: 423%!important
    }

    .wd-xxs-424 {
        width: 424%!important
    }

    .wd-xxs-425 {
        width: 425%!important
    }

    .wd-xxs-426 {
        width: 426%!important
    }

    .wd-xxs-427 {
        width: 427%!important
    }

    .wd-xxs-428 {
        width: 428%!important
    }

    .wd-xxs-429 {
        width: 429%!important
    }

    .wd-xxs-430 {
        width: 430%!important
    }

    .wd-xxs-431 {
        width: 431%!important
    }

    .wd-xxs-432 {
        width: 432%!important
    }

    .wd-xxs-433 {
        width: 433%!important
    }

    .wd-xxs-434 {
        width: 434%!important
    }

    .wd-xxs-435 {
        width: 435%!important
    }

    .wd-xxs-436 {
        width: 436%!important
    }

    .wd-xxs-437 {
        width: 437%!important
    }

    .wd-xxs-438 {
        width: 438%!important
    }

    .wd-xxs-439 {
        width: 439%!important
    }

    .wd-xxs-440 {
        width: 440%!important
    }

    .wd-xxs-441 {
        width: 441%!important
    }

    .wd-xxs-442 {
        width: 442%!important
    }

    .wd-xxs-443 {
        width: 443%!important
    }

    .wd-xxs-444 {
        width: 444%!important
    }

    .wd-xxs-445 {
        width: 445%!important
    }

    .wd-xxs-446 {
        width: 446%!important
    }

    .wd-xxs-447 {
        width: 447%!important
    }

    .wd-xxs-448 {
        width: 448%!important
    }

    .wd-xxs-449 {
        width: 449%!important
    }

    .wd-xxs-450 {
        width: 450%!important
    }

    .wd-xxs-451 {
        width: 451%!important
    }

    .wd-xxs-452 {
        width: 452%!important
    }

    .wd-xxs-453 {
        width: 453%!important
    }

    .wd-xxs-454 {
        width: 454%!important
    }

    .wd-xxs-455 {
        width: 455%!important
    }

    .wd-xxs-456 {
        width: 456%!important
    }

    .wd-xxs-457 {
        width: 457%!important
    }

    .wd-xxs-458 {
        width: 458%!important
    }

    .wd-xxs-459 {
        width: 459%!important
    }

    .wd-xxs-460 {
        width: 460%!important
    }

    .wd-xxs-461 {
        width: 461%!important
    }

    .wd-xxs-462 {
        width: 462%!important
    }

    .wd-xxs-463 {
        width: 463%!important
    }

    .wd-xxs-464 {
        width: 464%!important
    }

    .wd-xxs-465 {
        width: 465%!important
    }

    .wd-xxs-466 {
        width: 466%!important
    }

    .wd-xxs-467 {
        width: 467%!important
    }

    .wd-xxs-468 {
        width: 468%!important
    }

    .wd-xxs-469 {
        width: 469%!important
    }

    .wd-xxs-470 {
        width: 470%!important
    }

    .wd-xxs-471 {
        width: 471%!important
    }

    .wd-xxs-472 {
        width: 472%!important
    }

    .wd-xxs-473 {
        width: 473%!important
    }

    .wd-xxs-474 {
        width: 474%!important
    }

    .wd-xxs-475 {
        width: 475%!important
    }

    .wd-xxs-476 {
        width: 476%!important
    }

    .wd-xxs-477 {
        width: 477%!important
    }

    .wd-xxs-478 {
        width: 478%!important
    }

    .wd-xxs-479 {
        width: 479%!important
    }

    .wd-xxs-480 {
        width: 480%!important
    }

    .wd-xxs-481 {
        width: 481%!important
    }

    .wd-xxs-482 {
        width: 482%!important
    }

    .wd-xxs-483 {
        width: 483%!important
    }

    .wd-xxs-484 {
        width: 484%!important
    }

    .wd-xxs-485 {
        width: 485%!important
    }

    .wd-xxs-486 {
        width: 486%!important
    }

    .wd-xxs-487 {
        width: 487%!important
    }

    .wd-xxs-488 {
        width: 488%!important
    }

    .wd-xxs-489 {
        width: 489%!important
    }

    .wd-xxs-490 {
        width: 490%!important
    }

    .wd-xxs-491 {
        width: 491%!important
    }

    .wd-xxs-492 {
        width: 492%!important
    }

    .wd-xxs-493 {
        width: 493%!important
    }

    .wd-xxs-494 {
        width: 494%!important
    }

    .wd-xxs-495 {
        width: 495%!important
    }

    .wd-xxs-496 {
        width: 496%!important
    }

    .wd-xxs-497 {
        width: 497%!important
    }

    .wd-xxs-498 {
        width: 498%!important
    }

    .wd-xxs-499 {
        width: 499%!important
    }

    .wd-xxs-500 {
        width: 500%!important
    }

    .wd-xxs-501 {
        width: 501%!important
    }

    .wd-xxs-502 {
        width: 502%!important
    }

    .wd-xxs-503 {
        width: 503%!important
    }

    .wd-xxs-504 {
        width: 504%!important
    }

    .wd-xxs-505 {
        width: 505%!important
    }

    .wd-xxs-506 {
        width: 506%!important
    }

    .wd-xxs-507 {
        width: 507%!important
    }

    .wd-xxs-508 {
        width: 508%!important
    }

    .wd-xxs-509 {
        width: 509%!important
    }

    .wd-xxs-510 {
        width: 510%!important
    }

    .wd-xxs-511 {
        width: 511%!important
    }

    .wd-xxs-512 {
        width: 512%!important
    }

    .wd-xxs-513 {
        width: 513%!important
    }

    .wd-xxs-514 {
        width: 514%!important
    }

    .wd-xxs-515 {
        width: 515%!important
    }

    .wd-xxs-516 {
        width: 516%!important
    }

    .wd-xxs-517 {
        width: 517%!important
    }

    .wd-xxs-518 {
        width: 518%!important
    }

    .wd-xxs-519 {
        width: 519%!important
    }

    .wd-xxs-520 {
        width: 520%!important
    }

    .wd-xxs-521 {
        width: 521%!important
    }

    .wd-xxs-522 {
        width: 522%!important
    }

    .wd-xxs-523 {
        width: 523%!important
    }

    .wd-xxs-524 {
        width: 524%!important
    }

    .wd-xxs-525 {
        width: 525%!important
    }

    .wd-xxs-526 {
        width: 526%!important
    }

    .wd-xxs-527 {
        width: 527%!important
    }

    .wd-xxs-528 {
        width: 528%!important
    }

    .wd-xxs-529 {
        width: 529%!important
    }

    .wd-xxs-530 {
        width: 530%!important
    }

    .wd-xxs-531 {
        width: 531%!important
    }

    .wd-xxs-532 {
        width: 532%!important
    }

    .wd-xxs-533 {
        width: 533%!important
    }

    .wd-xxs-534 {
        width: 534%!important
    }

    .wd-xxs-535 {
        width: 535%!important
    }

    .wd-xxs-536 {
        width: 536%!important
    }

    .wd-xxs-537 {
        width: 537%!important
    }

    .wd-xxs-538 {
        width: 538%!important
    }

    .wd-xxs-539 {
        width: 539%!important
    }

    .wd-xxs-540 {
        width: 540%!important
    }

    .wd-xxs-541 {
        width: 541%!important
    }

    .wd-xxs-542 {
        width: 542%!important
    }

    .wd-xxs-543 {
        width: 543%!important
    }

    .wd-xxs-544 {
        width: 544%!important
    }

    .wd-xxs-545 {
        width: 545%!important
    }

    .wd-xxs-546 {
        width: 546%!important
    }

    .wd-xxs-547 {
        width: 547%!important
    }

    .wd-xxs-548 {
        width: 548%!important
    }

    .wd-xxs-549 {
        width: 549%!important
    }

    .wd-xxs-550 {
        width: 550%!important
    }

    .wd-xxs-551 {
        width: 551%!important
    }

    .wd-xxs-552 {
        width: 552%!important
    }

    .wd-xxs-553 {
        width: 553%!important
    }

    .wd-xxs-554 {
        width: 554%!important
    }

    .wd-xxs-555 {
        width: 555%!important
    }

    .wd-xxs-556 {
        width: 556%!important
    }

    .wd-xxs-557 {
        width: 557%!important
    }

    .wd-xxs-558 {
        width: 558%!important
    }

    .wd-xxs-559 {
        width: 559%!important
    }

    .wd-xxs-560 {
        width: 560%!important
    }

    .wd-xxs-561 {
        width: 561%!important
    }

    .wd-xxs-562 {
        width: 562%!important
    }

    .wd-xxs-563 {
        width: 563%!important
    }

    .wd-xxs-564 {
        width: 564%!important
    }

    .wd-xxs-565 {
        width: 565%!important
    }

    .wd-xxs-566 {
        width: 566%!important
    }

    .wd-xxs-567 {
        width: 567%!important
    }

    .wd-xxs-568 {
        width: 568%!important
    }

    .wd-xxs-569 {
        width: 569%!important
    }

    .wd-xxs-570 {
        width: 570%!important
    }

    .wd-xxs-571 {
        width: 571%!important
    }

    .wd-xxs-572 {
        width: 572%!important
    }

    .wd-xxs-573 {
        width: 573%!important
    }

    .wd-xxs-574 {
        width: 574%!important
    }

    .wd-xxs-575 {
        width: 575%!important
    }

    .wd-xxs-576 {
        width: 576%!important
    }

    .wd-xxs-577 {
        width: 577%!important
    }

    .wd-xxs-578 {
        width: 578%!important
    }

    .wd-xxs-579 {
        width: 579%!important
    }

    .wd-xxs-580 {
        width: 580%!important
    }

    .wd-xxs-581 {
        width: 581%!important
    }

    .wd-xxs-582 {
        width: 582%!important
    }

    .wd-xxs-583 {
        width: 583%!important
    }

    .wd-xxs-584 {
        width: 584%!important
    }

    .wd-xxs-585 {
        width: 585%!important
    }

    .wd-xxs-586 {
        width: 586%!important
    }

    .wd-xxs-587 {
        width: 587%!important
    }

    .wd-xxs-588 {
        width: 588%!important
    }

    .wd-xxs-589 {
        width: 589%!important
    }

    .wd-xxs-590 {
        width: 590%!important
    }

    .wd-xxs-591 {
        width: 591%!important
    }

    .wd-xxs-592 {
        width: 592%!important
    }

    .wd-xxs-593 {
        width: 593%!important
    }

    .wd-xxs-594 {
        width: 594%!important
    }

    .wd-xxs-595 {
        width: 595%!important
    }

    .wd-xxs-596 {
        width: 596%!important
    }

    .wd-xxs-597 {
        width: 597%!important
    }

    .wd-xxs-598 {
        width: 598%!important
    }

    .wd-xxs-599 {
        width: 599%!important
    }

    .wd-xxs-600 {
        width: 600%!important
    }

    .wd-xxs-601 {
        width: 601%!important
    }

    .wd-xxs-602 {
        width: 602%!important
    }

    .wd-xxs-603 {
        width: 603%!important
    }

    .wd-xxs-604 {
        width: 604%!important
    }

    .wd-xxs-605 {
        width: 605%!important
    }

    .wd-xxs-606 {
        width: 606%!important
    }

    .wd-xxs-607 {
        width: 607%!important
    }

    .wd-xxs-608 {
        width: 608%!important
    }

    .wd-xxs-609 {
        width: 609%!important
    }

    .wd-xxs-610 {
        width: 610%!important
    }

    .wd-xxs-611 {
        width: 611%!important
    }

    .wd-xxs-612 {
        width: 612%!important
    }

    .wd-xxs-613 {
        width: 613%!important
    }

    .wd-xxs-614 {
        width: 614%!important
    }

    .wd-xxs-615 {
        width: 615%!important
    }

    .wd-xxs-616 {
        width: 616%!important
    }

    .wd-xxs-617 {
        width: 617%!important
    }

    .wd-xxs-618 {
        width: 618%!important
    }

    .wd-xxs-619 {
        width: 619%!important
    }

    .wd-xxs-620 {
        width: 620%!important
    }

    .wd-xxs-621 {
        width: 621%!important
    }

    .wd-xxs-622 {
        width: 622%!important
    }

    .wd-xxs-623 {
        width: 623%!important
    }

    .wd-xxs-624 {
        width: 624%!important
    }

    .wd-xxs-625 {
        width: 625%!important
    }

    .wd-xxs-626 {
        width: 626%!important
    }

    .wd-xxs-627 {
        width: 627%!important
    }

    .wd-xxs-628 {
        width: 628%!important
    }

    .wd-xxs-629 {
        width: 629%!important
    }

    .wd-xxs-630 {
        width: 630%!important
    }

    .wd-xxs-631 {
        width: 631%!important
    }

    .wd-xxs-632 {
        width: 632%!important
    }

    .wd-xxs-633 {
        width: 633%!important
    }

    .wd-xxs-634 {
        width: 634%!important
    }

    .wd-xxs-635 {
        width: 635%!important
    }

    .wd-xxs-636 {
        width: 636%!important
    }

    .wd-xxs-637 {
        width: 637%!important
    }

    .wd-xxs-638 {
        width: 638%!important
    }

    .wd-xxs-639 {
        width: 639%!important
    }

    .wd-xxs-640 {
        width: 640%!important
    }

    .wd-xxs-641 {
        width: 641%!important
    }

    .wd-xxs-642 {
        width: 642%!important
    }

    .wd-xxs-643 {
        width: 643%!important
    }

    .wd-xxs-644 {
        width: 644%!important
    }

    .wd-xxs-645 {
        width: 645%!important
    }

    .wd-xxs-646 {
        width: 646%!important
    }

    .wd-xxs-647 {
        width: 647%!important
    }

    .wd-xxs-648 {
        width: 648%!important
    }

    .wd-xxs-649 {
        width: 649%!important
    }

    .wd-xxs-650 {
        width: 650%!important
    }

    .wd-xxs-651 {
        width: 651%!important
    }

    .wd-xxs-652 {
        width: 652%!important
    }

    .wd-xxs-653 {
        width: 653%!important
    }

    .wd-xxs-654 {
        width: 654%!important
    }

    .wd-xxs-655 {
        width: 655%!important
    }

    .wd-xxs-656 {
        width: 656%!important
    }

    .wd-xxs-657 {
        width: 657%!important
    }

    .wd-xxs-658 {
        width: 658%!important
    }

    .wd-xxs-659 {
        width: 659%!important
    }

    .wd-xxs-660 {
        width: 660%!important
    }

    .wd-xxs-661 {
        width: 661%!important
    }

    .wd-xxs-662 {
        width: 662%!important
    }

    .wd-xxs-663 {
        width: 663%!important
    }

    .wd-xxs-664 {
        width: 664%!important
    }

    .wd-xxs-665 {
        width: 665%!important
    }

    .wd-xxs-666 {
        width: 666%!important
    }

    .wd-xxs-667 {
        width: 667%!important
    }

    .wd-xxs-668 {
        width: 668%!important
    }

    .wd-xxs-669 {
        width: 669%!important
    }

    .wd-xxs-670 {
        width: 670%!important
    }

    .wd-xxs-671 {
        width: 671%!important
    }

    .wd-xxs-672 {
        width: 672%!important
    }

    .wd-xxs-673 {
        width: 673%!important
    }

    .wd-xxs-674 {
        width: 674%!important
    }

    .wd-xxs-675 {
        width: 675%!important
    }

    .wd-xxs-676 {
        width: 676%!important
    }

    .wd-xxs-677 {
        width: 677%!important
    }

    .wd-xxs-678 {
        width: 678%!important
    }

    .wd-xxs-679 {
        width: 679%!important
    }

    .wd-xxs-680 {
        width: 680%!important
    }

    .wd-xxs-681 {
        width: 681%!important
    }

    .wd-xxs-682 {
        width: 682%!important
    }

    .wd-xxs-683 {
        width: 683%!important
    }

    .wd-xxs-684 {
        width: 684%!important
    }

    .wd-xxs-685 {
        width: 685%!important
    }

    .wd-xxs-686 {
        width: 686%!important
    }

    .wd-xxs-687 {
        width: 687%!important
    }

    .wd-xxs-688 {
        width: 688%!important
    }

    .wd-xxs-689 {
        width: 689%!important
    }

    .wd-xxs-690 {
        width: 690%!important
    }

    .wd-xxs-691 {
        width: 691%!important
    }

    .wd-xxs-692 {
        width: 692%!important
    }

    .wd-xxs-693 {
        width: 693%!important
    }

    .wd-xxs-694 {
        width: 694%!important
    }

    .wd-xxs-695 {
        width: 695%!important
    }

    .wd-xxs-696 {
        width: 696%!important
    }

    .wd-xxs-697 {
        width: 697%!important
    }

    .wd-xxs-698 {
        width: 698%!important
    }

    .wd-xxs-699 {
        width: 699%!important
    }

    .wd-xxs-700 {
        width: 700%!important
    }

    .wd-xxs-701 {
        width: 701%!important
    }

    .wd-xxs-702 {
        width: 702%!important
    }

    .wd-xxs-703 {
        width: 703%!important
    }

    .wd-xxs-704 {
        width: 704%!important
    }

    .wd-xxs-705 {
        width: 705%!important
    }

    .wd-xxs-706 {
        width: 706%!important
    }

    .wd-xxs-707 {
        width: 707%!important
    }

    .wd-xxs-708 {
        width: 708%!important
    }

    .wd-xxs-709 {
        width: 709%!important
    }

    .wd-xxs-710 {
        width: 710%!important
    }

    .wd-xxs-711 {
        width: 711%!important
    }

    .wd-xxs-712 {
        width: 712%!important
    }

    .wd-xxs-713 {
        width: 713%!important
    }

    .wd-xxs-714 {
        width: 714%!important
    }

    .wd-xxs-715 {
        width: 715%!important
    }

    .wd-xxs-716 {
        width: 716%!important
    }

    .wd-xxs-717 {
        width: 717%!important
    }

    .wd-xxs-718 {
        width: 718%!important
    }

    .wd-xxs-719 {
        width: 719%!important
    }

    .wd-xxs-720 {
        width: 720%!important
    }

    .wd-xxs-721 {
        width: 721%!important
    }

    .wd-xxs-722 {
        width: 722%!important
    }

    .wd-xxs-723 {
        width: 723%!important
    }

    .wd-xxs-724 {
        width: 724%!important
    }

    .wd-xxs-725 {
        width: 725%!important
    }

    .wd-xxs-726 {
        width: 726%!important
    }

    .wd-xxs-727 {
        width: 727%!important
    }

    .wd-xxs-728 {
        width: 728%!important
    }

    .wd-xxs-729 {
        width: 729%!important
    }

    .wd-xxs-730 {
        width: 730%!important
    }

    .wd-xxs-731 {
        width: 731%!important
    }

    .wd-xxs-732 {
        width: 732%!important
    }

    .wd-xxs-733 {
        width: 733%!important
    }

    .wd-xxs-734 {
        width: 734%!important
    }

    .wd-xxs-735 {
        width: 735%!important
    }

    .wd-xxs-736 {
        width: 736%!important
    }

    .wd-xxs-737 {
        width: 737%!important
    }

    .wd-xxs-738 {
        width: 738%!important
    }

    .wd-xxs-739 {
        width: 739%!important
    }

    .wd-xxs-740 {
        width: 740%!important
    }

    .wd-xxs-741 {
        width: 741%!important
    }

    .wd-xxs-742 {
        width: 742%!important
    }

    .wd-xxs-743 {
        width: 743%!important
    }

    .wd-xxs-744 {
        width: 744%!important
    }

    .wd-xxs-745 {
        width: 745%!important
    }

    .wd-xxs-746 {
        width: 746%!important
    }

    .wd-xxs-747 {
        width: 747%!important
    }

    .wd-xxs-748 {
        width: 748%!important
    }

    .wd-xxs-749 {
        width: 749%!important
    }

    .wd-xxs-750 {
        width: 750%!important
    }

    .wd-xxs-751 {
        width: 751%!important
    }

    .wd-xxs-752 {
        width: 752%!important
    }

    .wd-xxs-753 {
        width: 753%!important
    }

    .wd-xxs-754 {
        width: 754%!important
    }

    .wd-xxs-755 {
        width: 755%!important
    }

    .wd-xxs-756 {
        width: 756%!important
    }

    .wd-xxs-757 {
        width: 757%!important
    }

    .wd-xxs-758 {
        width: 758%!important
    }

    .wd-xxs-759 {
        width: 759%!important
    }

    .wd-xxs-760 {
        width: 760%!important
    }

    .wd-xxs-761 {
        width: 761%!important
    }

    .wd-xxs-762 {
        width: 762%!important
    }

    .wd-xxs-763 {
        width: 763%!important
    }

    .wd-xxs-764 {
        width: 764%!important
    }

    .wd-xxs-765 {
        width: 765%!important
    }

    .wd-xxs-766 {
        width: 766%!important
    }

    .wd-xxs-767 {
        width: 767%!important
    }

    .wd-xxs-768 {
        width: 768%!important
    }

    .wd-xxs-769 {
        width: 769%!important
    }

    .wd-xxs-770 {
        width: 770%!important
    }

    .wd-xxs-771 {
        width: 771%!important
    }

    .wd-xxs-772 {
        width: 772%!important
    }

    .wd-xxs-773 {
        width: 773%!important
    }

    .wd-xxs-774 {
        width: 774%!important
    }

    .wd-xxs-775 {
        width: 775%!important
    }

    .wd-xxs-776 {
        width: 776%!important
    }

    .wd-xxs-777 {
        width: 777%!important
    }

    .wd-xxs-778 {
        width: 778%!important
    }

    .wd-xxs-779 {
        width: 779%!important
    }

    .wd-xxs-780 {
        width: 780%!important
    }

    .wd-xxs-781 {
        width: 781%!important
    }

    .wd-xxs-782 {
        width: 782%!important
    }

    .wd-xxs-783 {
        width: 783%!important
    }

    .wd-xxs-784 {
        width: 784%!important
    }

    .wd-xxs-785 {
        width: 785%!important
    }

    .wd-xxs-786 {
        width: 786%!important
    }

    .wd-xxs-787 {
        width: 787%!important
    }

    .wd-xxs-788 {
        width: 788%!important
    }

    .wd-xxs-789 {
        width: 789%!important
    }

    .wd-xxs-790 {
        width: 790%!important
    }

    .wd-xxs-791 {
        width: 791%!important
    }

    .wd-xxs-792 {
        width: 792%!important
    }

    .wd-xxs-793 {
        width: 793%!important
    }

    .wd-xxs-794 {
        width: 794%!important
    }

    .wd-xxs-795 {
        width: 795%!important
    }

    .wd-xxs-796 {
        width: 796%!important
    }

    .wd-xxs-797 {
        width: 797%!important
    }

    .wd-xxs-798 {
        width: 798%!important
    }

    .wd-xxs-799 {
        width: 799%!important
    }

    .wd-xxs-800 {
        width: 800%!important
    }

    .wd-xxs-801 {
        width: 801%!important
    }

    .wd-xxs-802 {
        width: 802%!important
    }

    .wd-xxs-803 {
        width: 803%!important
    }

    .wd-xxs-804 {
        width: 804%!important
    }

    .wd-xxs-805 {
        width: 805%!important
    }

    .wd-xxs-806 {
        width: 806%!important
    }

    .wd-xxs-807 {
        width: 807%!important
    }

    .wd-xxs-808 {
        width: 808%!important
    }

    .wd-xxs-809 {
        width: 809%!important
    }

    .wd-xxs-810 {
        width: 810%!important
    }

    .wd-xxs-811 {
        width: 811%!important
    }

    .wd-xxs-812 {
        width: 812%!important
    }

    .wd-xxs-813 {
        width: 813%!important
    }

    .wd-xxs-814 {
        width: 814%!important
    }

    .wd-xxs-815 {
        width: 815%!important
    }

    .wd-xxs-816 {
        width: 816%!important
    }

    .wd-xxs-817 {
        width: 817%!important
    }

    .wd-xxs-818 {
        width: 818%!important
    }

    .wd-xxs-819 {
        width: 819%!important
    }

    .wd-xxs-820 {
        width: 820%!important
    }

    .wd-xxs-821 {
        width: 821%!important
    }

    .wd-xxs-822 {
        width: 822%!important
    }

    .wd-xxs-823 {
        width: 823%!important
    }

    .wd-xxs-824 {
        width: 824%!important
    }

    .wd-xxs-825 {
        width: 825%!important
    }

    .wd-xxs-826 {
        width: 826%!important
    }

    .wd-xxs-827 {
        width: 827%!important
    }

    .wd-xxs-828 {
        width: 828%!important
    }

    .wd-xxs-829 {
        width: 829%!important
    }

    .wd-xxs-830 {
        width: 830%!important
    }

    .wd-xxs-831 {
        width: 831%!important
    }

    .wd-xxs-832 {
        width: 832%!important
    }

    .wd-xxs-833 {
        width: 833%!important
    }

    .wd-xxs-834 {
        width: 834%!important
    }

    .wd-xxs-835 {
        width: 835%!important
    }

    .wd-xxs-836 {
        width: 836%!important
    }

    .wd-xxs-837 {
        width: 837%!important
    }

    .wd-xxs-838 {
        width: 838%!important
    }

    .wd-xxs-839 {
        width: 839%!important
    }

    .wd-xxs-840 {
        width: 840%!important
    }

    .wd-xxs-841 {
        width: 841%!important
    }

    .wd-xxs-842 {
        width: 842%!important
    }

    .wd-xxs-843 {
        width: 843%!important
    }

    .wd-xxs-844 {
        width: 844%!important
    }

    .wd-xxs-845 {
        width: 845%!important
    }

    .wd-xxs-846 {
        width: 846%!important
    }

    .wd-xxs-847 {
        width: 847%!important
    }

    .wd-xxs-848 {
        width: 848%!important
    }

    .wd-xxs-849 {
        width: 849%!important
    }

    .wd-xxs-850 {
        width: 850%!important
    }

    .wd-xxs-851 {
        width: 851%!important
    }

    .wd-xxs-852 {
        width: 852%!important
    }

    .wd-xxs-853 {
        width: 853%!important
    }

    .wd-xxs-854 {
        width: 854%!important
    }

    .wd-xxs-855 {
        width: 855%!important
    }

    .wd-xxs-856 {
        width: 856%!important
    }

    .wd-xxs-857 {
        width: 857%!important
    }

    .wd-xxs-858 {
        width: 858%!important
    }

    .wd-xxs-859 {
        width: 859%!important
    }

    .wd-xxs-860 {
        width: 860%!important
    }

    .wd-xxs-861 {
        width: 861%!important
    }

    .wd-xxs-862 {
        width: 862%!important
    }

    .wd-xxs-863 {
        width: 863%!important
    }

    .wd-xxs-864 {
        width: 864%!important
    }

    .wd-xxs-865 {
        width: 865%!important
    }

    .wd-xxs-866 {
        width: 866%!important
    }

    .wd-xxs-867 {
        width: 867%!important
    }

    .wd-xxs-868 {
        width: 868%!important
    }

    .wd-xxs-869 {
        width: 869%!important
    }

    .wd-xxs-870 {
        width: 870%!important
    }

    .wd-xxs-871 {
        width: 871%!important
    }

    .wd-xxs-872 {
        width: 872%!important
    }

    .wd-xxs-873 {
        width: 873%!important
    }

    .wd-xxs-874 {
        width: 874%!important
    }

    .wd-xxs-875 {
        width: 875%!important
    }

    .wd-xxs-876 {
        width: 876%!important
    }

    .wd-xxs-877 {
        width: 877%!important
    }

    .wd-xxs-878 {
        width: 878%!important
    }

    .wd-xxs-879 {
        width: 879%!important
    }

    .wd-xxs-880 {
        width: 880%!important
    }

    .wd-xxs-881 {
        width: 881%!important
    }

    .wd-xxs-882 {
        width: 882%!important
    }

    .wd-xxs-883 {
        width: 883%!important
    }

    .wd-xxs-884 {
        width: 884%!important
    }

    .wd-xxs-885 {
        width: 885%!important
    }

    .wd-xxs-886 {
        width: 886%!important
    }

    .wd-xxs-887 {
        width: 887%!important
    }

    .wd-xxs-888 {
        width: 888%!important
    }

    .wd-xxs-889 {
        width: 889%!important
    }

    .wd-xxs-890 {
        width: 890%!important
    }

    .wd-xxs-891 {
        width: 891%!important
    }

    .wd-xxs-892 {
        width: 892%!important
    }

    .wd-xxs-893 {
        width: 893%!important
    }

    .wd-xxs-894 {
        width: 894%!important
    }

    .wd-xxs-895 {
        width: 895%!important
    }

    .wd-xxs-896 {
        width: 896%!important
    }

    .wd-xxs-897 {
        width: 897%!important
    }

    .wd-xxs-898 {
        width: 898%!important
    }

    .wd-xxs-899 {
        width: 899%!important
    }

    .wd-xxs-900 {
        width: 900%!important
    }

    .wd-xxs-901 {
        width: 901%!important
    }

    .wd-xxs-902 {
        width: 902%!important
    }

    .wd-xxs-903 {
        width: 903%!important
    }

    .wd-xxs-904 {
        width: 904%!important
    }

    .wd-xxs-905 {
        width: 905%!important
    }

    .wd-xxs-906 {
        width: 906%!important
    }

    .wd-xxs-907 {
        width: 907%!important
    }

    .wd-xxs-908 {
        width: 908%!important
    }

    .wd-xxs-909 {
        width: 909%!important
    }

    .wd-xxs-910 {
        width: 910%!important
    }

    .wd-xxs-911 {
        width: 911%!important
    }

    .wd-xxs-912 {
        width: 912%!important
    }

    .wd-xxs-913 {
        width: 913%!important
    }

    .wd-xxs-914 {
        width: 914%!important
    }

    .wd-xxs-915 {
        width: 915%!important
    }

    .wd-xxs-916 {
        width: 916%!important
    }

    .wd-xxs-917 {
        width: 917%!important
    }

    .wd-xxs-918 {
        width: 918%!important
    }

    .wd-xxs-919 {
        width: 919%!important
    }

    .wd-xxs-920 {
        width: 920%!important
    }

    .wd-xxs-921 {
        width: 921%!important
    }

    .wd-xxs-922 {
        width: 922%!important
    }

    .wd-xxs-923 {
        width: 923%!important
    }

    .wd-xxs-924 {
        width: 924%!important
    }

    .wd-xxs-925 {
        width: 925%!important
    }

    .wd-xxs-926 {
        width: 926%!important
    }

    .wd-xxs-927 {
        width: 927%!important
    }

    .wd-xxs-928 {
        width: 928%!important
    }

    .wd-xxs-929 {
        width: 929%!important
    }

    .wd-xxs-930 {
        width: 930%!important
    }

    .wd-xxs-931 {
        width: 931%!important
    }

    .wd-xxs-932 {
        width: 932%!important
    }

    .wd-xxs-933 {
        width: 933%!important
    }

    .wd-xxs-934 {
        width: 934%!important
    }

    .wd-xxs-935 {
        width: 935%!important
    }

    .wd-xxs-936 {
        width: 936%!important
    }

    .wd-xxs-937 {
        width: 937%!important
    }

    .wd-xxs-938 {
        width: 938%!important
    }

    .wd-xxs-939 {
        width: 939%!important
    }

    .wd-xxs-940 {
        width: 940%!important
    }

    .wd-xxs-941 {
        width: 941%!important
    }

    .wd-xxs-942 {
        width: 942%!important
    }

    .wd-xxs-943 {
        width: 943%!important
    }

    .wd-xxs-944 {
        width: 944%!important
    }

    .wd-xxs-945 {
        width: 945%!important
    }

    .wd-xxs-946 {
        width: 946%!important
    }

    .wd-xxs-947 {
        width: 947%!important
    }

    .wd-xxs-948 {
        width: 948%!important
    }

    .wd-xxs-949 {
        width: 949%!important
    }

    .wd-xxs-950 {
        width: 950%!important
    }

    .wd-xxs-951 {
        width: 951%!important
    }

    .wd-xxs-952 {
        width: 952%!important
    }

    .wd-xxs-953 {
        width: 953%!important
    }

    .wd-xxs-954 {
        width: 954%!important
    }

    .wd-xxs-955 {
        width: 955%!important
    }

    .wd-xxs-956 {
        width: 956%!important
    }

    .wd-xxs-957 {
        width: 957%!important
    }

    .wd-xxs-958 {
        width: 958%!important
    }

    .wd-xxs-959 {
        width: 959%!important
    }

    .wd-xxs-960 {
        width: 960%!important
    }

    .wd-xxs-961 {
        width: 961%!important
    }

    .wd-xxs-962 {
        width: 962%!important
    }

    .wd-xxs-963 {
        width: 963%!important
    }

    .wd-xxs-964 {
        width: 964%!important
    }

    .wd-xxs-965 {
        width: 965%!important
    }

    .wd-xxs-966 {
        width: 966%!important
    }

    .wd-xxs-967 {
        width: 967%!important
    }

    .wd-xxs-968 {
        width: 968%!important
    }

    .wd-xxs-969 {
        width: 969%!important
    }

    .wd-xxs-970 {
        width: 970%!important
    }

    .wd-xxs-971 {
        width: 971%!important
    }

    .wd-xxs-972 {
        width: 972%!important
    }

    .wd-xxs-973 {
        width: 973%!important
    }

    .wd-xxs-974 {
        width: 974%!important
    }

    .wd-xxs-975 {
        width: 975%!important
    }

    .wd-xxs-976 {
        width: 976%!important
    }

    .wd-xxs-977 {
        width: 977%!important
    }

    .wd-xxs-978 {
        width: 978%!important
    }

    .wd-xxs-979 {
        width: 979%!important
    }

    .wd-xxs-980 {
        width: 980%!important
    }

    .wd-xxs-981 {
        width: 981%!important
    }

    .wd-xxs-982 {
        width: 982%!important
    }

    .wd-xxs-983 {
        width: 983%!important
    }

    .wd-xxs-984 {
        width: 984%!important
    }

    .wd-xxs-985 {
        width: 985%!important
    }

    .wd-xxs-986 {
        width: 986%!important
    }

    .wd-xxs-987 {
        width: 987%!important
    }

    .wd-xxs-988 {
        width: 988%!important
    }

    .wd-xxs-989 {
        width: 989%!important
    }

    .wd-xxs-990 {
        width: 990%!important
    }

    .wd-xxs-991 {
        width: 991%!important
    }

    .wd-xxs-992 {
        width: 992%!important
    }

    .wd-xxs-993 {
        width: 993%!important
    }

    .wd-xxs-994 {
        width: 994%!important
    }

    .wd-xxs-995 {
        width: 995%!important
    }

    .wd-xxs-996 {
        width: 996%!important
    }

    .wd-xxs-997 {
        width: 997%!important
    }

    .wd-xxs-998 {
        width: 998%!important
    }

    .wd-xxs-999 {
        width: 999%!important
    }

    .wd-xxs-1000 {
        width: 1000%!important
    }
}

@media (min-width: 300px) {
    .wd-mini-5 {
        width:5%!important
    }

    .wd-mini-10 {
        width: 10%!important
    }

    .wd-mini-11 {
        width: 11%!important
    }

    .wd-mini-12 {
        width: 12%!important
    }

    .wd-mini-13 {
        width: 13%!important
    }

    .wd-mini-14 {
        width: 14%!important
    }

    .wd-mini-15 {
        width: 15%!important
    }

    .wd-mini-16 {
        width: 16%!important
    }

    .wd-mini-17 {
        width: 17%!important
    }

    .wd-mini-18 {
        width: 18%!important
    }

    .wd-mini-19 {
        width: 19%!important
    }

    .wd-mini-20 {
        width: 20%!important
    }

    .wd-mini-21 {
        width: 21%!important
    }

    .wd-mini-22 {
        width: 22%!important
    }

    .wd-mini-23 {
        width: 23%!important
    }

    .wd-mini-24 {
        width: 24%!important
    }

    .wd-mini-25 {
        width: 25%!important
    }

    .wd-mini-26 {
        width: 26%!important
    }

    .wd-mini-27 {
        width: 27%!important
    }

    .wd-mini-28 {
        width: 28%!important
    }

    .wd-mini-29 {
        width: 29%!important
    }

    .wd-mini-30 {
        width: 30%!important
    }

    .wd-mini-31 {
        width: 31%!important
    }

    .wd-mini-32 {
        width: 32%!important
    }

    .wd-mini-33 {
        width: 33%!important
    }

    .wd-mini-34 {
        width: 34%!important
    }

    .wd-mini-35 {
        width: 35%!important
    }

    .wd-mini-36 {
        width: 36%!important
    }

    .wd-mini-37 {
        width: 37%!important
    }

    .wd-mini-38 {
        width: 38%!important
    }

    .wd-mini-39 {
        width: 39%!important
    }

    .wd-mini-40 {
        width: 40%!important
    }

    .wd-mini-41 {
        width: 41%!important
    }

    .wd-mini-42 {
        width: 42%!important
    }

    .wd-mini-43 {
        width: 43%!important
    }

    .wd-mini-44 {
        width: 44%!important
    }

    .wd-mini-45 {
        width: 45%!important
    }

    .wd-mini-46 {
        width: 46%!important
    }

    .wd-mini-47 {
        width: 47%!important
    }

    .wd-mini-48 {
        width: 48%!important
    }

    .wd-mini-49 {
        width: 49%!important
    }

    .wd-mini-50 {
        width: 50%!important
    }

    .wd-mini-51 {
        width: 51%!important
    }

    .wd-mini-52 {
        width: 52%!important
    }

    .wd-mini-53 {
        width: 53%!important
    }

    .wd-mini-54 {
        width: 54%!important
    }

    .wd-mini-55 {
        width: 55%!important
    }

    .wd-mini-56 {
        width: 56%!important
    }

    .wd-mini-57 {
        width: 57%!important
    }

    .wd-mini-58 {
        width: 58%!important
    }

    .wd-mini-59 {
        width: 59%!important
    }

    .wd-mini-60 {
        width: 60%!important
    }

    .wd-mini-61 {
        width: 61%!important
    }

    .wd-mini-62 {
        width: 62%!important
    }

    .wd-mini-63 {
        width: 63%!important
    }

    .wd-mini-64 {
        width: 64%!important
    }

    .wd-mini-65 {
        width: 65%!important
    }

    .wd-mini-66 {
        width: 66%!important
    }

    .wd-mini-67 {
        width: 67%!important
    }

    .wd-mini-68 {
        width: 68%!important
    }

    .wd-mini-69 {
        width: 69%!important
    }

    .wd-mini-70 {
        width: 70%!important
    }

    .wd-mini-71 {
        width: 71%!important
    }

    .wd-mini-72 {
        width: 72%!important
    }

    .wd-mini-73 {
        width: 73%!important
    }

    .wd-mini-74 {
        width: 74%!important
    }

    .wd-mini-75 {
        width: 75%!important
    }

    .wd-mini-76 {
        width: 76%!important
    }

    .wd-mini-77 {
        width: 77%!important
    }

    .wd-mini-78 {
        width: 78%!important
    }

    .wd-mini-79 {
        width: 79%!important
    }

    .wd-mini-80 {
        width: 80%!important
    }

    .wd-mini-81 {
        width: 81%!important
    }

    .wd-mini-82 {
        width: 82%!important
    }

    .wd-mini-83 {
        width: 83%!important
    }

    .wd-mini-84 {
        width: 84%!important
    }

    .wd-mini-85 {
        width: 85%!important
    }

    .wd-mini-86 {
        width: 86%!important
    }

    .wd-mini-87 {
        width: 87%!important
    }

    .wd-mini-88 {
        width: 88%!important
    }

    .wd-mini-89 {
        width: 89%!important
    }

    .wd-mini-90 {
        width: 90%!important
    }

    .wd-mini-91 {
        width: 91%!important
    }

    .wd-mini-92 {
        width: 92%!important
    }

    .wd-mini-93 {
        width: 93%!important
    }

    .wd-mini-94 {
        width: 94%!important
    }

    .wd-mini-95 {
        width: 95%!important
    }

    .wd-mini-96 {
        width: 96%!important
    }

    .wd-mini-97 {
        width: 97%!important
    }

    .wd-mini-98 {
        width: 98%!important
    }

    .wd-mini-99 {
        width: 99%!important
    }

    .wd-mini-100 {
        width: 100%!important
    }

    .wd-mini-101 {
        width: 101%!important
    }

    .wd-mini-102 {
        width: 102%!important
    }

    .wd-mini-103 {
        width: 103%!important
    }

    .wd-mini-104 {
        width: 104%!important
    }

    .wd-mini-105 {
        width: 105%!important
    }

    .wd-mini-106 {
        width: 106%!important
    }

    .wd-mini-107 {
        width: 107%!important
    }

    .wd-mini-108 {
        width: 108%!important
    }

    .wd-mini-109 {
        width: 109%!important
    }

    .wd-mini-110 {
        width: 110%!important
    }

    .wd-mini-111 {
        width: 111%!important
    }

    .wd-mini-112 {
        width: 112%!important
    }

    .wd-mini-113 {
        width: 113%!important
    }

    .wd-mini-114 {
        width: 114%!important
    }

    .wd-mini-115 {
        width: 115%!important
    }

    .wd-mini-116 {
        width: 116%!important
    }

    .wd-mini-117 {
        width: 117%!important
    }

    .wd-mini-118 {
        width: 118%!important
    }

    .wd-mini-119 {
        width: 119%!important
    }

    .wd-mini-120 {
        width: 120%!important
    }

    .wd-mini-121 {
        width: 121%!important
    }

    .wd-mini-122 {
        width: 122%!important
    }

    .wd-mini-123 {
        width: 123%!important
    }

    .wd-mini-124 {
        width: 124%!important
    }

    .wd-mini-125 {
        width: 125%!important
    }

    .wd-mini-126 {
        width: 126%!important
    }

    .wd-mini-127 {
        width: 127%!important
    }

    .wd-mini-128 {
        width: 128%!important
    }

    .wd-mini-129 {
        width: 129%!important
    }

    .wd-mini-130 {
        width: 130%!important
    }

    .wd-mini-131 {
        width: 131%!important
    }

    .wd-mini-132 {
        width: 132%!important
    }

    .wd-mini-133 {
        width: 133%!important
    }

    .wd-mini-134 {
        width: 134%!important
    }

    .wd-mini-135 {
        width: 135%!important
    }

    .wd-mini-136 {
        width: 136%!important
    }

    .wd-mini-137 {
        width: 137%!important
    }

    .wd-mini-138 {
        width: 138%!important
    }

    .wd-mini-139 {
        width: 139%!important
    }

    .wd-mini-140 {
        width: 140%!important
    }

    .wd-mini-141 {
        width: 141%!important
    }

    .wd-mini-142 {
        width: 142%!important
    }

    .wd-mini-143 {
        width: 143%!important
    }

    .wd-mini-144 {
        width: 144%!important
    }

    .wd-mini-145 {
        width: 145%!important
    }

    .wd-mini-146 {
        width: 146%!important
    }

    .wd-mini-147 {
        width: 147%!important
    }

    .wd-mini-148 {
        width: 148%!important
    }

    .wd-mini-149 {
        width: 149%!important
    }

    .wd-mini-150 {
        width: 150%!important
    }

    .wd-mini-151 {
        width: 151%!important
    }

    .wd-mini-152 {
        width: 152%!important
    }

    .wd-mini-153 {
        width: 153%!important
    }

    .wd-mini-154 {
        width: 154%!important
    }

    .wd-mini-155 {
        width: 155%!important
    }

    .wd-mini-156 {
        width: 156%!important
    }

    .wd-mini-157 {
        width: 157%!important
    }

    .wd-mini-158 {
        width: 158%!important
    }

    .wd-mini-159 {
        width: 159%!important
    }

    .wd-mini-160 {
        width: 160%!important
    }

    .wd-mini-161 {
        width: 161%!important
    }

    .wd-mini-162 {
        width: 162%!important
    }

    .wd-mini-163 {
        width: 163%!important
    }

    .wd-mini-164 {
        width: 164%!important
    }

    .wd-mini-165 {
        width: 165%!important
    }

    .wd-mini-166 {
        width: 166%!important
    }

    .wd-mini-167 {
        width: 167%!important
    }

    .wd-mini-168 {
        width: 168%!important
    }

    .wd-mini-169 {
        width: 169%!important
    }

    .wd-mini-170 {
        width: 170%!important
    }

    .wd-mini-171 {
        width: 171%!important
    }

    .wd-mini-172 {
        width: 172%!important
    }

    .wd-mini-173 {
        width: 173%!important
    }

    .wd-mini-174 {
        width: 174%!important
    }

    .wd-mini-175 {
        width: 175%!important
    }

    .wd-mini-176 {
        width: 176%!important
    }

    .wd-mini-177 {
        width: 177%!important
    }

    .wd-mini-178 {
        width: 178%!important
    }

    .wd-mini-179 {
        width: 179%!important
    }

    .wd-mini-180 {
        width: 180%!important
    }

    .wd-mini-181 {
        width: 181%!important
    }

    .wd-mini-182 {
        width: 182%!important
    }

    .wd-mini-183 {
        width: 183%!important
    }

    .wd-mini-184 {
        width: 184%!important
    }

    .wd-mini-185 {
        width: 185%!important
    }

    .wd-mini-186 {
        width: 186%!important
    }

    .wd-mini-187 {
        width: 187%!important
    }

    .wd-mini-188 {
        width: 188%!important
    }

    .wd-mini-189 {
        width: 189%!important
    }

    .wd-mini-190 {
        width: 190%!important
    }

    .wd-mini-191 {
        width: 191%!important
    }

    .wd-mini-192 {
        width: 192%!important
    }

    .wd-mini-193 {
        width: 193%!important
    }

    .wd-mini-194 {
        width: 194%!important
    }

    .wd-mini-195 {
        width: 195%!important
    }

    .wd-mini-196 {
        width: 196%!important
    }

    .wd-mini-197 {
        width: 197%!important
    }

    .wd-mini-198 {
        width: 198%!important
    }

    .wd-mini-199 {
        width: 199%!important
    }

    .wd-mini-200 {
        width: 200%!important
    }

    .wd-mini-201 {
        width: 201%!important
    }

    .wd-mini-202 {
        width: 202%!important
    }

    .wd-mini-203 {
        width: 203%!important
    }

    .wd-mini-204 {
        width: 204%!important
    }

    .wd-mini-205 {
        width: 205%!important
    }

    .wd-mini-206 {
        width: 206%!important
    }

    .wd-mini-207 {
        width: 207%!important
    }

    .wd-mini-208 {
        width: 208%!important
    }

    .wd-mini-209 {
        width: 209%!important
    }

    .wd-mini-210 {
        width: 210%!important
    }

    .wd-mini-211 {
        width: 211%!important
    }

    .wd-mini-212 {
        width: 212%!important
    }

    .wd-mini-213 {
        width: 213%!important
    }

    .wd-mini-214 {
        width: 214%!important
    }

    .wd-mini-215 {
        width: 215%!important
    }

    .wd-mini-216 {
        width: 216%!important
    }

    .wd-mini-217 {
        width: 217%!important
    }

    .wd-mini-218 {
        width: 218%!important
    }

    .wd-mini-219 {
        width: 219%!important
    }

    .wd-mini-220 {
        width: 220%!important
    }

    .wd-mini-221 {
        width: 221%!important
    }

    .wd-mini-222 {
        width: 222%!important
    }

    .wd-mini-223 {
        width: 223%!important
    }

    .wd-mini-224 {
        width: 224%!important
    }

    .wd-mini-225 {
        width: 225%!important
    }

    .wd-mini-226 {
        width: 226%!important
    }

    .wd-mini-227 {
        width: 227%!important
    }

    .wd-mini-228 {
        width: 228%!important
    }

    .wd-mini-229 {
        width: 229%!important
    }

    .wd-mini-230 {
        width: 230%!important
    }

    .wd-mini-231 {
        width: 231%!important
    }

    .wd-mini-232 {
        width: 232%!important
    }

    .wd-mini-233 {
        width: 233%!important
    }

    .wd-mini-234 {
        width: 234%!important
    }

    .wd-mini-235 {
        width: 235%!important
    }

    .wd-mini-236 {
        width: 236%!important
    }

    .wd-mini-237 {
        width: 237%!important
    }

    .wd-mini-238 {
        width: 238%!important
    }

    .wd-mini-239 {
        width: 239%!important
    }

    .wd-mini-240 {
        width: 240%!important
    }

    .wd-mini-241 {
        width: 241%!important
    }

    .wd-mini-242 {
        width: 242%!important
    }

    .wd-mini-243 {
        width: 243%!important
    }

    .wd-mini-244 {
        width: 244%!important
    }

    .wd-mini-245 {
        width: 245%!important
    }

    .wd-mini-246 {
        width: 246%!important
    }

    .wd-mini-247 {
        width: 247%!important
    }

    .wd-mini-248 {
        width: 248%!important
    }

    .wd-mini-249 {
        width: 249%!important
    }

    .wd-mini-250 {
        width: 250%!important
    }

    .wd-mini-251 {
        width: 251%!important
    }

    .wd-mini-252 {
        width: 252%!important
    }

    .wd-mini-253 {
        width: 253%!important
    }

    .wd-mini-254 {
        width: 254%!important
    }

    .wd-mini-255 {
        width: 255%!important
    }

    .wd-mini-256 {
        width: 256%!important
    }

    .wd-mini-257 {
        width: 257%!important
    }

    .wd-mini-258 {
        width: 258%!important
    }

    .wd-mini-259 {
        width: 259%!important
    }

    .wd-mini-260 {
        width: 260%!important
    }

    .wd-mini-261 {
        width: 261%!important
    }

    .wd-mini-262 {
        width: 262%!important
    }

    .wd-mini-263 {
        width: 263%!important
    }

    .wd-mini-264 {
        width: 264%!important
    }

    .wd-mini-265 {
        width: 265%!important
    }

    .wd-mini-266 {
        width: 266%!important
    }

    .wd-mini-267 {
        width: 267%!important
    }

    .wd-mini-268 {
        width: 268%!important
    }

    .wd-mini-269 {
        width: 269%!important
    }

    .wd-mini-270 {
        width: 270%!important
    }

    .wd-mini-271 {
        width: 271%!important
    }

    .wd-mini-272 {
        width: 272%!important
    }

    .wd-mini-273 {
        width: 273%!important
    }

    .wd-mini-274 {
        width: 274%!important
    }

    .wd-mini-275 {
        width: 275%!important
    }

    .wd-mini-276 {
        width: 276%!important
    }

    .wd-mini-277 {
        width: 277%!important
    }

    .wd-mini-278 {
        width: 278%!important
    }

    .wd-mini-279 {
        width: 279%!important
    }

    .wd-mini-280 {
        width: 280%!important
    }

    .wd-mini-281 {
        width: 281%!important
    }

    .wd-mini-282 {
        width: 282%!important
    }

    .wd-mini-283 {
        width: 283%!important
    }

    .wd-mini-284 {
        width: 284%!important
    }

    .wd-mini-285 {
        width: 285%!important
    }

    .wd-mini-286 {
        width: 286%!important
    }

    .wd-mini-287 {
        width: 287%!important
    }

    .wd-mini-288 {
        width: 288%!important
    }

    .wd-mini-289 {
        width: 289%!important
    }

    .wd-mini-290 {
        width: 290%!important
    }

    .wd-mini-291 {
        width: 291%!important
    }

    .wd-mini-292 {
        width: 292%!important
    }

    .wd-mini-293 {
        width: 293%!important
    }

    .wd-mini-294 {
        width: 294%!important
    }

    .wd-mini-295 {
        width: 295%!important
    }

    .wd-mini-296 {
        width: 296%!important
    }

    .wd-mini-297 {
        width: 297%!important
    }

    .wd-mini-298 {
        width: 298%!important
    }

    .wd-mini-299 {
        width: 299%!important
    }

    .wd-mini-300 {
        width: 300%!important
    }

    .wd-mini-301 {
        width: 301%!important
    }

    .wd-mini-302 {
        width: 302%!important
    }

    .wd-mini-303 {
        width: 303%!important
    }

    .wd-mini-304 {
        width: 304%!important
    }

    .wd-mini-305 {
        width: 305%!important
    }

    .wd-mini-306 {
        width: 306%!important
    }

    .wd-mini-307 {
        width: 307%!important
    }

    .wd-mini-308 {
        width: 308%!important
    }

    .wd-mini-309 {
        width: 309%!important
    }

    .wd-mini-310 {
        width: 310%!important
    }

    .wd-mini-311 {
        width: 311%!important
    }

    .wd-mini-312 {
        width: 312%!important
    }

    .wd-mini-313 {
        width: 313%!important
    }

    .wd-mini-314 {
        width: 314%!important
    }

    .wd-mini-315 {
        width: 315%!important
    }

    .wd-mini-316 {
        width: 316%!important
    }

    .wd-mini-317 {
        width: 317%!important
    }

    .wd-mini-318 {
        width: 318%!important
    }

    .wd-mini-319 {
        width: 319%!important
    }

    .wd-mini-320 {
        width: 320%!important
    }

    .wd-mini-321 {
        width: 321%!important
    }

    .wd-mini-322 {
        width: 322%!important
    }

    .wd-mini-323 {
        width: 323%!important
    }

    .wd-mini-324 {
        width: 324%!important
    }

    .wd-mini-325 {
        width: 325%!important
    }

    .wd-mini-326 {
        width: 326%!important
    }

    .wd-mini-327 {
        width: 327%!important
    }

    .wd-mini-328 {
        width: 328%!important
    }

    .wd-mini-329 {
        width: 329%!important
    }

    .wd-mini-330 {
        width: 330%!important
    }

    .wd-mini-331 {
        width: 331%!important
    }

    .wd-mini-332 {
        width: 332%!important
    }

    .wd-mini-333 {
        width: 333%!important
    }

    .wd-mini-334 {
        width: 334%!important
    }

    .wd-mini-335 {
        width: 335%!important
    }

    .wd-mini-336 {
        width: 336%!important
    }

    .wd-mini-337 {
        width: 337%!important
    }

    .wd-mini-338 {
        width: 338%!important
    }

    .wd-mini-339 {
        width: 339%!important
    }

    .wd-mini-340 {
        width: 340%!important
    }

    .wd-mini-341 {
        width: 341%!important
    }

    .wd-mini-342 {
        width: 342%!important
    }

    .wd-mini-343 {
        width: 343%!important
    }

    .wd-mini-344 {
        width: 344%!important
    }

    .wd-mini-345 {
        width: 345%!important
    }

    .wd-mini-346 {
        width: 346%!important
    }

    .wd-mini-347 {
        width: 347%!important
    }

    .wd-mini-348 {
        width: 348%!important
    }

    .wd-mini-349 {
        width: 349%!important
    }

    .wd-mini-350 {
        width: 350%!important
    }

    .wd-mini-351 {
        width: 351%!important
    }

    .wd-mini-352 {
        width: 352%!important
    }

    .wd-mini-353 {
        width: 353%!important
    }

    .wd-mini-354 {
        width: 354%!important
    }

    .wd-mini-355 {
        width: 355%!important
    }

    .wd-mini-356 {
        width: 356%!important
    }

    .wd-mini-357 {
        width: 357%!important
    }

    .wd-mini-358 {
        width: 358%!important
    }

    .wd-mini-359 {
        width: 359%!important
    }

    .wd-mini-360 {
        width: 360%!important
    }

    .wd-mini-361 {
        width: 361%!important
    }

    .wd-mini-362 {
        width: 362%!important
    }

    .wd-mini-363 {
        width: 363%!important
    }

    .wd-mini-364 {
        width: 364%!important
    }

    .wd-mini-365 {
        width: 365%!important
    }

    .wd-mini-366 {
        width: 366%!important
    }

    .wd-mini-367 {
        width: 367%!important
    }

    .wd-mini-368 {
        width: 368%!important
    }

    .wd-mini-369 {
        width: 369%!important
    }

    .wd-mini-370 {
        width: 370%!important
    }

    .wd-mini-371 {
        width: 371%!important
    }

    .wd-mini-372 {
        width: 372%!important
    }

    .wd-mini-373 {
        width: 373%!important
    }

    .wd-mini-374 {
        width: 374%!important
    }

    .wd-mini-375 {
        width: 375%!important
    }

    .wd-mini-376 {
        width: 376%!important
    }

    .wd-mini-377 {
        width: 377%!important
    }

    .wd-mini-378 {
        width: 378%!important
    }

    .wd-mini-379 {
        width: 379%!important
    }

    .wd-mini-380 {
        width: 380%!important
    }

    .wd-mini-381 {
        width: 381%!important
    }

    .wd-mini-382 {
        width: 382%!important
    }

    .wd-mini-383 {
        width: 383%!important
    }

    .wd-mini-384 {
        width: 384%!important
    }

    .wd-mini-385 {
        width: 385%!important
    }

    .wd-mini-386 {
        width: 386%!important
    }

    .wd-mini-387 {
        width: 387%!important
    }

    .wd-mini-388 {
        width: 388%!important
    }

    .wd-mini-389 {
        width: 389%!important
    }

    .wd-mini-390 {
        width: 390%!important
    }

    .wd-mini-391 {
        width: 391%!important
    }

    .wd-mini-392 {
        width: 392%!important
    }

    .wd-mini-393 {
        width: 393%!important
    }

    .wd-mini-394 {
        width: 394%!important
    }

    .wd-mini-395 {
        width: 395%!important
    }

    .wd-mini-396 {
        width: 396%!important
    }

    .wd-mini-397 {
        width: 397%!important
    }

    .wd-mini-398 {
        width: 398%!important
    }

    .wd-mini-399 {
        width: 399%!important
    }

    .wd-mini-400 {
        width: 400%!important
    }

    .wd-mini-401 {
        width: 401%!important
    }

    .wd-mini-402 {
        width: 402%!important
    }

    .wd-mini-403 {
        width: 403%!important
    }

    .wd-mini-404 {
        width: 404%!important
    }

    .wd-mini-405 {
        width: 405%!important
    }

    .wd-mini-406 {
        width: 406%!important
    }

    .wd-mini-407 {
        width: 407%!important
    }

    .wd-mini-408 {
        width: 408%!important
    }

    .wd-mini-409 {
        width: 409%!important
    }

    .wd-mini-410 {
        width: 410%!important
    }

    .wd-mini-411 {
        width: 411%!important
    }

    .wd-mini-412 {
        width: 412%!important
    }

    .wd-mini-413 {
        width: 413%!important
    }

    .wd-mini-414 {
        width: 414%!important
    }

    .wd-mini-415 {
        width: 415%!important
    }

    .wd-mini-416 {
        width: 416%!important
    }

    .wd-mini-417 {
        width: 417%!important
    }

    .wd-mini-418 {
        width: 418%!important
    }

    .wd-mini-419 {
        width: 419%!important
    }

    .wd-mini-420 {
        width: 420%!important
    }

    .wd-mini-421 {
        width: 421%!important
    }

    .wd-mini-422 {
        width: 422%!important
    }

    .wd-mini-423 {
        width: 423%!important
    }

    .wd-mini-424 {
        width: 424%!important
    }

    .wd-mini-425 {
        width: 425%!important
    }

    .wd-mini-426 {
        width: 426%!important
    }

    .wd-mini-427 {
        width: 427%!important
    }

    .wd-mini-428 {
        width: 428%!important
    }

    .wd-mini-429 {
        width: 429%!important
    }

    .wd-mini-430 {
        width: 430%!important
    }

    .wd-mini-431 {
        width: 431%!important
    }

    .wd-mini-432 {
        width: 432%!important
    }

    .wd-mini-433 {
        width: 433%!important
    }

    .wd-mini-434 {
        width: 434%!important
    }

    .wd-mini-435 {
        width: 435%!important
    }

    .wd-mini-436 {
        width: 436%!important
    }

    .wd-mini-437 {
        width: 437%!important
    }

    .wd-mini-438 {
        width: 438%!important
    }

    .wd-mini-439 {
        width: 439%!important
    }

    .wd-mini-440 {
        width: 440%!important
    }

    .wd-mini-441 {
        width: 441%!important
    }

    .wd-mini-442 {
        width: 442%!important
    }

    .wd-mini-443 {
        width: 443%!important
    }

    .wd-mini-444 {
        width: 444%!important
    }

    .wd-mini-445 {
        width: 445%!important
    }

    .wd-mini-446 {
        width: 446%!important
    }

    .wd-mini-447 {
        width: 447%!important
    }

    .wd-mini-448 {
        width: 448%!important
    }

    .wd-mini-449 {
        width: 449%!important
    }

    .wd-mini-450 {
        width: 450%!important
    }

    .wd-mini-451 {
        width: 451%!important
    }

    .wd-mini-452 {
        width: 452%!important
    }

    .wd-mini-453 {
        width: 453%!important
    }

    .wd-mini-454 {
        width: 454%!important
    }

    .wd-mini-455 {
        width: 455%!important
    }

    .wd-mini-456 {
        width: 456%!important
    }

    .wd-mini-457 {
        width: 457%!important
    }

    .wd-mini-458 {
        width: 458%!important
    }

    .wd-mini-459 {
        width: 459%!important
    }

    .wd-mini-460 {
        width: 460%!important
    }

    .wd-mini-461 {
        width: 461%!important
    }

    .wd-mini-462 {
        width: 462%!important
    }

    .wd-mini-463 {
        width: 463%!important
    }

    .wd-mini-464 {
        width: 464%!important
    }

    .wd-mini-465 {
        width: 465%!important
    }

    .wd-mini-466 {
        width: 466%!important
    }

    .wd-mini-467 {
        width: 467%!important
    }

    .wd-mini-468 {
        width: 468%!important
    }

    .wd-mini-469 {
        width: 469%!important
    }

    .wd-mini-470 {
        width: 470%!important
    }

    .wd-mini-471 {
        width: 471%!important
    }

    .wd-mini-472 {
        width: 472%!important
    }

    .wd-mini-473 {
        width: 473%!important
    }

    .wd-mini-474 {
        width: 474%!important
    }

    .wd-mini-475 {
        width: 475%!important
    }

    .wd-mini-476 {
        width: 476%!important
    }

    .wd-mini-477 {
        width: 477%!important
    }

    .wd-mini-478 {
        width: 478%!important
    }

    .wd-mini-479 {
        width: 479%!important
    }

    .wd-mini-480 {
        width: 480%!important
    }

    .wd-mini-481 {
        width: 481%!important
    }

    .wd-mini-482 {
        width: 482%!important
    }

    .wd-mini-483 {
        width: 483%!important
    }

    .wd-mini-484 {
        width: 484%!important
    }

    .wd-mini-485 {
        width: 485%!important
    }

    .wd-mini-486 {
        width: 486%!important
    }

    .wd-mini-487 {
        width: 487%!important
    }

    .wd-mini-488 {
        width: 488%!important
    }

    .wd-mini-489 {
        width: 489%!important
    }

    .wd-mini-490 {
        width: 490%!important
    }

    .wd-mini-491 {
        width: 491%!important
    }

    .wd-mini-492 {
        width: 492%!important
    }

    .wd-mini-493 {
        width: 493%!important
    }

    .wd-mini-494 {
        width: 494%!important
    }

    .wd-mini-495 {
        width: 495%!important
    }

    .wd-mini-496 {
        width: 496%!important
    }

    .wd-mini-497 {
        width: 497%!important
    }

    .wd-mini-498 {
        width: 498%!important
    }

    .wd-mini-499 {
        width: 499%!important
    }

    .wd-mini-500 {
        width: 500%!important
    }

    .wd-mini-501 {
        width: 501%!important
    }

    .wd-mini-502 {
        width: 502%!important
    }

    .wd-mini-503 {
        width: 503%!important
    }

    .wd-mini-504 {
        width: 504%!important
    }

    .wd-mini-505 {
        width: 505%!important
    }

    .wd-mini-506 {
        width: 506%!important
    }

    .wd-mini-507 {
        width: 507%!important
    }

    .wd-mini-508 {
        width: 508%!important
    }

    .wd-mini-509 {
        width: 509%!important
    }

    .wd-mini-510 {
        width: 510%!important
    }

    .wd-mini-511 {
        width: 511%!important
    }

    .wd-mini-512 {
        width: 512%!important
    }

    .wd-mini-513 {
        width: 513%!important
    }

    .wd-mini-514 {
        width: 514%!important
    }

    .wd-mini-515 {
        width: 515%!important
    }

    .wd-mini-516 {
        width: 516%!important
    }

    .wd-mini-517 {
        width: 517%!important
    }

    .wd-mini-518 {
        width: 518%!important
    }

    .wd-mini-519 {
        width: 519%!important
    }

    .wd-mini-520 {
        width: 520%!important
    }

    .wd-mini-521 {
        width: 521%!important
    }

    .wd-mini-522 {
        width: 522%!important
    }

    .wd-mini-523 {
        width: 523%!important
    }

    .wd-mini-524 {
        width: 524%!important
    }

    .wd-mini-525 {
        width: 525%!important
    }

    .wd-mini-526 {
        width: 526%!important
    }

    .wd-mini-527 {
        width: 527%!important
    }

    .wd-mini-528 {
        width: 528%!important
    }

    .wd-mini-529 {
        width: 529%!important
    }

    .wd-mini-530 {
        width: 530%!important
    }

    .wd-mini-531 {
        width: 531%!important
    }

    .wd-mini-532 {
        width: 532%!important
    }

    .wd-mini-533 {
        width: 533%!important
    }

    .wd-mini-534 {
        width: 534%!important
    }

    .wd-mini-535 {
        width: 535%!important
    }

    .wd-mini-536 {
        width: 536%!important
    }

    .wd-mini-537 {
        width: 537%!important
    }

    .wd-mini-538 {
        width: 538%!important
    }

    .wd-mini-539 {
        width: 539%!important
    }

    .wd-mini-540 {
        width: 540%!important
    }

    .wd-mini-541 {
        width: 541%!important
    }

    .wd-mini-542 {
        width: 542%!important
    }

    .wd-mini-543 {
        width: 543%!important
    }

    .wd-mini-544 {
        width: 544%!important
    }

    .wd-mini-545 {
        width: 545%!important
    }

    .wd-mini-546 {
        width: 546%!important
    }

    .wd-mini-547 {
        width: 547%!important
    }

    .wd-mini-548 {
        width: 548%!important
    }

    .wd-mini-549 {
        width: 549%!important
    }

    .wd-mini-550 {
        width: 550%!important
    }

    .wd-mini-551 {
        width: 551%!important
    }

    .wd-mini-552 {
        width: 552%!important
    }

    .wd-mini-553 {
        width: 553%!important
    }

    .wd-mini-554 {
        width: 554%!important
    }

    .wd-mini-555 {
        width: 555%!important
    }

    .wd-mini-556 {
        width: 556%!important
    }

    .wd-mini-557 {
        width: 557%!important
    }

    .wd-mini-558 {
        width: 558%!important
    }

    .wd-mini-559 {
        width: 559%!important
    }

    .wd-mini-560 {
        width: 560%!important
    }

    .wd-mini-561 {
        width: 561%!important
    }

    .wd-mini-562 {
        width: 562%!important
    }

    .wd-mini-563 {
        width: 563%!important
    }

    .wd-mini-564 {
        width: 564%!important
    }

    .wd-mini-565 {
        width: 565%!important
    }

    .wd-mini-566 {
        width: 566%!important
    }

    .wd-mini-567 {
        width: 567%!important
    }

    .wd-mini-568 {
        width: 568%!important
    }

    .wd-mini-569 {
        width: 569%!important
    }

    .wd-mini-570 {
        width: 570%!important
    }

    .wd-mini-571 {
        width: 571%!important
    }

    .wd-mini-572 {
        width: 572%!important
    }

    .wd-mini-573 {
        width: 573%!important
    }

    .wd-mini-574 {
        width: 574%!important
    }

    .wd-mini-575 {
        width: 575%!important
    }

    .wd-mini-576 {
        width: 576%!important
    }

    .wd-mini-577 {
        width: 577%!important
    }

    .wd-mini-578 {
        width: 578%!important
    }

    .wd-mini-579 {
        width: 579%!important
    }

    .wd-mini-580 {
        width: 580%!important
    }

    .wd-mini-581 {
        width: 581%!important
    }

    .wd-mini-582 {
        width: 582%!important
    }

    .wd-mini-583 {
        width: 583%!important
    }

    .wd-mini-584 {
        width: 584%!important
    }

    .wd-mini-585 {
        width: 585%!important
    }

    .wd-mini-586 {
        width: 586%!important
    }

    .wd-mini-587 {
        width: 587%!important
    }

    .wd-mini-588 {
        width: 588%!important
    }

    .wd-mini-589 {
        width: 589%!important
    }

    .wd-mini-590 {
        width: 590%!important
    }

    .wd-mini-591 {
        width: 591%!important
    }

    .wd-mini-592 {
        width: 592%!important
    }

    .wd-mini-593 {
        width: 593%!important
    }

    .wd-mini-594 {
        width: 594%!important
    }

    .wd-mini-595 {
        width: 595%!important
    }

    .wd-mini-596 {
        width: 596%!important
    }

    .wd-mini-597 {
        width: 597%!important
    }

    .wd-mini-598 {
        width: 598%!important
    }

    .wd-mini-599 {
        width: 599%!important
    }

    .wd-mini-600 {
        width: 600%!important
    }

    .wd-mini-601 {
        width: 601%!important
    }

    .wd-mini-602 {
        width: 602%!important
    }

    .wd-mini-603 {
        width: 603%!important
    }

    .wd-mini-604 {
        width: 604%!important
    }

    .wd-mini-605 {
        width: 605%!important
    }

    .wd-mini-606 {
        width: 606%!important
    }

    .wd-mini-607 {
        width: 607%!important
    }

    .wd-mini-608 {
        width: 608%!important
    }

    .wd-mini-609 {
        width: 609%!important
    }

    .wd-mini-610 {
        width: 610%!important
    }

    .wd-mini-611 {
        width: 611%!important
    }

    .wd-mini-612 {
        width: 612%!important
    }

    .wd-mini-613 {
        width: 613%!important
    }

    .wd-mini-614 {
        width: 614%!important
    }

    .wd-mini-615 {
        width: 615%!important
    }

    .wd-mini-616 {
        width: 616%!important
    }

    .wd-mini-617 {
        width: 617%!important
    }

    .wd-mini-618 {
        width: 618%!important
    }

    .wd-mini-619 {
        width: 619%!important
    }

    .wd-mini-620 {
        width: 620%!important
    }

    .wd-mini-621 {
        width: 621%!important
    }

    .wd-mini-622 {
        width: 622%!important
    }

    .wd-mini-623 {
        width: 623%!important
    }

    .wd-mini-624 {
        width: 624%!important
    }

    .wd-mini-625 {
        width: 625%!important
    }

    .wd-mini-626 {
        width: 626%!important
    }

    .wd-mini-627 {
        width: 627%!important
    }

    .wd-mini-628 {
        width: 628%!important
    }

    .wd-mini-629 {
        width: 629%!important
    }

    .wd-mini-630 {
        width: 630%!important
    }

    .wd-mini-631 {
        width: 631%!important
    }

    .wd-mini-632 {
        width: 632%!important
    }

    .wd-mini-633 {
        width: 633%!important
    }

    .wd-mini-634 {
        width: 634%!important
    }

    .wd-mini-635 {
        width: 635%!important
    }

    .wd-mini-636 {
        width: 636%!important
    }

    .wd-mini-637 {
        width: 637%!important
    }

    .wd-mini-638 {
        width: 638%!important
    }

    .wd-mini-639 {
        width: 639%!important
    }

    .wd-mini-640 {
        width: 640%!important
    }

    .wd-mini-641 {
        width: 641%!important
    }

    .wd-mini-642 {
        width: 642%!important
    }

    .wd-mini-643 {
        width: 643%!important
    }

    .wd-mini-644 {
        width: 644%!important
    }

    .wd-mini-645 {
        width: 645%!important
    }

    .wd-mini-646 {
        width: 646%!important
    }

    .wd-mini-647 {
        width: 647%!important
    }

    .wd-mini-648 {
        width: 648%!important
    }

    .wd-mini-649 {
        width: 649%!important
    }

    .wd-mini-650 {
        width: 650%!important
    }

    .wd-mini-651 {
        width: 651%!important
    }

    .wd-mini-652 {
        width: 652%!important
    }

    .wd-mini-653 {
        width: 653%!important
    }

    .wd-mini-654 {
        width: 654%!important
    }

    .wd-mini-655 {
        width: 655%!important
    }

    .wd-mini-656 {
        width: 656%!important
    }

    .wd-mini-657 {
        width: 657%!important
    }

    .wd-mini-658 {
        width: 658%!important
    }

    .wd-mini-659 {
        width: 659%!important
    }

    .wd-mini-660 {
        width: 660%!important
    }

    .wd-mini-661 {
        width: 661%!important
    }

    .wd-mini-662 {
        width: 662%!important
    }

    .wd-mini-663 {
        width: 663%!important
    }

    .wd-mini-664 {
        width: 664%!important
    }

    .wd-mini-665 {
        width: 665%!important
    }

    .wd-mini-666 {
        width: 666%!important
    }

    .wd-mini-667 {
        width: 667%!important
    }

    .wd-mini-668 {
        width: 668%!important
    }

    .wd-mini-669 {
        width: 669%!important
    }

    .wd-mini-670 {
        width: 670%!important
    }

    .wd-mini-671 {
        width: 671%!important
    }

    .wd-mini-672 {
        width: 672%!important
    }

    .wd-mini-673 {
        width: 673%!important
    }

    .wd-mini-674 {
        width: 674%!important
    }

    .wd-mini-675 {
        width: 675%!important
    }

    .wd-mini-676 {
        width: 676%!important
    }

    .wd-mini-677 {
        width: 677%!important
    }

    .wd-mini-678 {
        width: 678%!important
    }

    .wd-mini-679 {
        width: 679%!important
    }

    .wd-mini-680 {
        width: 680%!important
    }

    .wd-mini-681 {
        width: 681%!important
    }

    .wd-mini-682 {
        width: 682%!important
    }

    .wd-mini-683 {
        width: 683%!important
    }

    .wd-mini-684 {
        width: 684%!important
    }

    .wd-mini-685 {
        width: 685%!important
    }

    .wd-mini-686 {
        width: 686%!important
    }

    .wd-mini-687 {
        width: 687%!important
    }

    .wd-mini-688 {
        width: 688%!important
    }

    .wd-mini-689 {
        width: 689%!important
    }

    .wd-mini-690 {
        width: 690%!important
    }

    .wd-mini-691 {
        width: 691%!important
    }

    .wd-mini-692 {
        width: 692%!important
    }

    .wd-mini-693 {
        width: 693%!important
    }

    .wd-mini-694 {
        width: 694%!important
    }

    .wd-mini-695 {
        width: 695%!important
    }

    .wd-mini-696 {
        width: 696%!important
    }

    .wd-mini-697 {
        width: 697%!important
    }

    .wd-mini-698 {
        width: 698%!important
    }

    .wd-mini-699 {
        width: 699%!important
    }

    .wd-mini-700 {
        width: 700%!important
    }

    .wd-mini-701 {
        width: 701%!important
    }

    .wd-mini-702 {
        width: 702%!important
    }

    .wd-mini-703 {
        width: 703%!important
    }

    .wd-mini-704 {
        width: 704%!important
    }

    .wd-mini-705 {
        width: 705%!important
    }

    .wd-mini-706 {
        width: 706%!important
    }

    .wd-mini-707 {
        width: 707%!important
    }

    .wd-mini-708 {
        width: 708%!important
    }

    .wd-mini-709 {
        width: 709%!important
    }

    .wd-mini-710 {
        width: 710%!important
    }

    .wd-mini-711 {
        width: 711%!important
    }

    .wd-mini-712 {
        width: 712%!important
    }

    .wd-mini-713 {
        width: 713%!important
    }

    .wd-mini-714 {
        width: 714%!important
    }

    .wd-mini-715 {
        width: 715%!important
    }

    .wd-mini-716 {
        width: 716%!important
    }

    .wd-mini-717 {
        width: 717%!important
    }

    .wd-mini-718 {
        width: 718%!important
    }

    .wd-mini-719 {
        width: 719%!important
    }

    .wd-mini-720 {
        width: 720%!important
    }

    .wd-mini-721 {
        width: 721%!important
    }

    .wd-mini-722 {
        width: 722%!important
    }

    .wd-mini-723 {
        width: 723%!important
    }

    .wd-mini-724 {
        width: 724%!important
    }

    .wd-mini-725 {
        width: 725%!important
    }

    .wd-mini-726 {
        width: 726%!important
    }

    .wd-mini-727 {
        width: 727%!important
    }

    .wd-mini-728 {
        width: 728%!important
    }

    .wd-mini-729 {
        width: 729%!important
    }

    .wd-mini-730 {
        width: 730%!important
    }

    .wd-mini-731 {
        width: 731%!important
    }

    .wd-mini-732 {
        width: 732%!important
    }

    .wd-mini-733 {
        width: 733%!important
    }

    .wd-mini-734 {
        width: 734%!important
    }

    .wd-mini-735 {
        width: 735%!important
    }

    .wd-mini-736 {
        width: 736%!important
    }

    .wd-mini-737 {
        width: 737%!important
    }

    .wd-mini-738 {
        width: 738%!important
    }

    .wd-mini-739 {
        width: 739%!important
    }

    .wd-mini-740 {
        width: 740%!important
    }

    .wd-mini-741 {
        width: 741%!important
    }

    .wd-mini-742 {
        width: 742%!important
    }

    .wd-mini-743 {
        width: 743%!important
    }

    .wd-mini-744 {
        width: 744%!important
    }

    .wd-mini-745 {
        width: 745%!important
    }

    .wd-mini-746 {
        width: 746%!important
    }

    .wd-mini-747 {
        width: 747%!important
    }

    .wd-mini-748 {
        width: 748%!important
    }

    .wd-mini-749 {
        width: 749%!important
    }

    .wd-mini-750 {
        width: 750%!important
    }

    .wd-mini-751 {
        width: 751%!important
    }

    .wd-mini-752 {
        width: 752%!important
    }

    .wd-mini-753 {
        width: 753%!important
    }

    .wd-mini-754 {
        width: 754%!important
    }

    .wd-mini-755 {
        width: 755%!important
    }

    .wd-mini-756 {
        width: 756%!important
    }

    .wd-mini-757 {
        width: 757%!important
    }

    .wd-mini-758 {
        width: 758%!important
    }

    .wd-mini-759 {
        width: 759%!important
    }

    .wd-mini-760 {
        width: 760%!important
    }

    .wd-mini-761 {
        width: 761%!important
    }

    .wd-mini-762 {
        width: 762%!important
    }

    .wd-mini-763 {
        width: 763%!important
    }

    .wd-mini-764 {
        width: 764%!important
    }

    .wd-mini-765 {
        width: 765%!important
    }

    .wd-mini-766 {
        width: 766%!important
    }

    .wd-mini-767 {
        width: 767%!important
    }

    .wd-mini-768 {
        width: 768%!important
    }

    .wd-mini-769 {
        width: 769%!important
    }

    .wd-mini-770 {
        width: 770%!important
    }

    .wd-mini-771 {
        width: 771%!important
    }

    .wd-mini-772 {
        width: 772%!important
    }

    .wd-mini-773 {
        width: 773%!important
    }

    .wd-mini-774 {
        width: 774%!important
    }

    .wd-mini-775 {
        width: 775%!important
    }

    .wd-mini-776 {
        width: 776%!important
    }

    .wd-mini-777 {
        width: 777%!important
    }

    .wd-mini-778 {
        width: 778%!important
    }

    .wd-mini-779 {
        width: 779%!important
    }

    .wd-mini-780 {
        width: 780%!important
    }

    .wd-mini-781 {
        width: 781%!important
    }

    .wd-mini-782 {
        width: 782%!important
    }

    .wd-mini-783 {
        width: 783%!important
    }

    .wd-mini-784 {
        width: 784%!important
    }

    .wd-mini-785 {
        width: 785%!important
    }

    .wd-mini-786 {
        width: 786%!important
    }

    .wd-mini-787 {
        width: 787%!important
    }

    .wd-mini-788 {
        width: 788%!important
    }

    .wd-mini-789 {
        width: 789%!important
    }

    .wd-mini-790 {
        width: 790%!important
    }

    .wd-mini-791 {
        width: 791%!important
    }

    .wd-mini-792 {
        width: 792%!important
    }

    .wd-mini-793 {
        width: 793%!important
    }

    .wd-mini-794 {
        width: 794%!important
    }

    .wd-mini-795 {
        width: 795%!important
    }

    .wd-mini-796 {
        width: 796%!important
    }

    .wd-mini-797 {
        width: 797%!important
    }

    .wd-mini-798 {
        width: 798%!important
    }

    .wd-mini-799 {
        width: 799%!important
    }

    .wd-mini-800 {
        width: 800%!important
    }

    .wd-mini-801 {
        width: 801%!important
    }

    .wd-mini-802 {
        width: 802%!important
    }

    .wd-mini-803 {
        width: 803%!important
    }

    .wd-mini-804 {
        width: 804%!important
    }

    .wd-mini-805 {
        width: 805%!important
    }

    .wd-mini-806 {
        width: 806%!important
    }

    .wd-mini-807 {
        width: 807%!important
    }

    .wd-mini-808 {
        width: 808%!important
    }

    .wd-mini-809 {
        width: 809%!important
    }

    .wd-mini-810 {
        width: 810%!important
    }

    .wd-mini-811 {
        width: 811%!important
    }

    .wd-mini-812 {
        width: 812%!important
    }

    .wd-mini-813 {
        width: 813%!important
    }

    .wd-mini-814 {
        width: 814%!important
    }

    .wd-mini-815 {
        width: 815%!important
    }

    .wd-mini-816 {
        width: 816%!important
    }

    .wd-mini-817 {
        width: 817%!important
    }

    .wd-mini-818 {
        width: 818%!important
    }

    .wd-mini-819 {
        width: 819%!important
    }

    .wd-mini-820 {
        width: 820%!important
    }

    .wd-mini-821 {
        width: 821%!important
    }

    .wd-mini-822 {
        width: 822%!important
    }

    .wd-mini-823 {
        width: 823%!important
    }

    .wd-mini-824 {
        width: 824%!important
    }

    .wd-mini-825 {
        width: 825%!important
    }

    .wd-mini-826 {
        width: 826%!important
    }

    .wd-mini-827 {
        width: 827%!important
    }

    .wd-mini-828 {
        width: 828%!important
    }

    .wd-mini-829 {
        width: 829%!important
    }

    .wd-mini-830 {
        width: 830%!important
    }

    .wd-mini-831 {
        width: 831%!important
    }

    .wd-mini-832 {
        width: 832%!important
    }

    .wd-mini-833 {
        width: 833%!important
    }

    .wd-mini-834 {
        width: 834%!important
    }

    .wd-mini-835 {
        width: 835%!important
    }

    .wd-mini-836 {
        width: 836%!important
    }

    .wd-mini-837 {
        width: 837%!important
    }

    .wd-mini-838 {
        width: 838%!important
    }

    .wd-mini-839 {
        width: 839%!important
    }

    .wd-mini-840 {
        width: 840%!important
    }

    .wd-mini-841 {
        width: 841%!important
    }

    .wd-mini-842 {
        width: 842%!important
    }

    .wd-mini-843 {
        width: 843%!important
    }

    .wd-mini-844 {
        width: 844%!important
    }

    .wd-mini-845 {
        width: 845%!important
    }

    .wd-mini-846 {
        width: 846%!important
    }

    .wd-mini-847 {
        width: 847%!important
    }

    .wd-mini-848 {
        width: 848%!important
    }

    .wd-mini-849 {
        width: 849%!important
    }

    .wd-mini-850 {
        width: 850%!important
    }

    .wd-mini-851 {
        width: 851%!important
    }

    .wd-mini-852 {
        width: 852%!important
    }

    .wd-mini-853 {
        width: 853%!important
    }

    .wd-mini-854 {
        width: 854%!important
    }

    .wd-mini-855 {
        width: 855%!important
    }

    .wd-mini-856 {
        width: 856%!important
    }

    .wd-mini-857 {
        width: 857%!important
    }

    .wd-mini-858 {
        width: 858%!important
    }

    .wd-mini-859 {
        width: 859%!important
    }

    .wd-mini-860 {
        width: 860%!important
    }

    .wd-mini-861 {
        width: 861%!important
    }

    .wd-mini-862 {
        width: 862%!important
    }

    .wd-mini-863 {
        width: 863%!important
    }

    .wd-mini-864 {
        width: 864%!important
    }

    .wd-mini-865 {
        width: 865%!important
    }

    .wd-mini-866 {
        width: 866%!important
    }

    .wd-mini-867 {
        width: 867%!important
    }

    .wd-mini-868 {
        width: 868%!important
    }

    .wd-mini-869 {
        width: 869%!important
    }

    .wd-mini-870 {
        width: 870%!important
    }

    .wd-mini-871 {
        width: 871%!important
    }

    .wd-mini-872 {
        width: 872%!important
    }

    .wd-mini-873 {
        width: 873%!important
    }

    .wd-mini-874 {
        width: 874%!important
    }

    .wd-mini-875 {
        width: 875%!important
    }

    .wd-mini-876 {
        width: 876%!important
    }

    .wd-mini-877 {
        width: 877%!important
    }

    .wd-mini-878 {
        width: 878%!important
    }

    .wd-mini-879 {
        width: 879%!important
    }

    .wd-mini-880 {
        width: 880%!important
    }

    .wd-mini-881 {
        width: 881%!important
    }

    .wd-mini-882 {
        width: 882%!important
    }

    .wd-mini-883 {
        width: 883%!important
    }

    .wd-mini-884 {
        width: 884%!important
    }

    .wd-mini-885 {
        width: 885%!important
    }

    .wd-mini-886 {
        width: 886%!important
    }

    .wd-mini-887 {
        width: 887%!important
    }

    .wd-mini-888 {
        width: 888%!important
    }

    .wd-mini-889 {
        width: 889%!important
    }

    .wd-mini-890 {
        width: 890%!important
    }

    .wd-mini-891 {
        width: 891%!important
    }

    .wd-mini-892 {
        width: 892%!important
    }

    .wd-mini-893 {
        width: 893%!important
    }

    .wd-mini-894 {
        width: 894%!important
    }

    .wd-mini-895 {
        width: 895%!important
    }

    .wd-mini-896 {
        width: 896%!important
    }

    .wd-mini-897 {
        width: 897%!important
    }

    .wd-mini-898 {
        width: 898%!important
    }

    .wd-mini-899 {
        width: 899%!important
    }

    .wd-mini-900 {
        width: 900%!important
    }

    .wd-mini-901 {
        width: 901%!important
    }

    .wd-mini-902 {
        width: 902%!important
    }

    .wd-mini-903 {
        width: 903%!important
    }

    .wd-mini-904 {
        width: 904%!important
    }

    .wd-mini-905 {
        width: 905%!important
    }

    .wd-mini-906 {
        width: 906%!important
    }

    .wd-mini-907 {
        width: 907%!important
    }

    .wd-mini-908 {
        width: 908%!important
    }

    .wd-mini-909 {
        width: 909%!important
    }

    .wd-mini-910 {
        width: 910%!important
    }

    .wd-mini-911 {
        width: 911%!important
    }

    .wd-mini-912 {
        width: 912%!important
    }

    .wd-mini-913 {
        width: 913%!important
    }

    .wd-mini-914 {
        width: 914%!important
    }

    .wd-mini-915 {
        width: 915%!important
    }

    .wd-mini-916 {
        width: 916%!important
    }

    .wd-mini-917 {
        width: 917%!important
    }

    .wd-mini-918 {
        width: 918%!important
    }

    .wd-mini-919 {
        width: 919%!important
    }

    .wd-mini-920 {
        width: 920%!important
    }

    .wd-mini-921 {
        width: 921%!important
    }

    .wd-mini-922 {
        width: 922%!important
    }

    .wd-mini-923 {
        width: 923%!important
    }

    .wd-mini-924 {
        width: 924%!important
    }

    .wd-mini-925 {
        width: 925%!important
    }

    .wd-mini-926 {
        width: 926%!important
    }

    .wd-mini-927 {
        width: 927%!important
    }

    .wd-mini-928 {
        width: 928%!important
    }

    .wd-mini-929 {
        width: 929%!important
    }

    .wd-mini-930 {
        width: 930%!important
    }

    .wd-mini-931 {
        width: 931%!important
    }

    .wd-mini-932 {
        width: 932%!important
    }

    .wd-mini-933 {
        width: 933%!important
    }

    .wd-mini-934 {
        width: 934%!important
    }

    .wd-mini-935 {
        width: 935%!important
    }

    .wd-mini-936 {
        width: 936%!important
    }

    .wd-mini-937 {
        width: 937%!important
    }

    .wd-mini-938 {
        width: 938%!important
    }

    .wd-mini-939 {
        width: 939%!important
    }

    .wd-mini-940 {
        width: 940%!important
    }

    .wd-mini-941 {
        width: 941%!important
    }

    .wd-mini-942 {
        width: 942%!important
    }

    .wd-mini-943 {
        width: 943%!important
    }

    .wd-mini-944 {
        width: 944%!important
    }

    .wd-mini-945 {
        width: 945%!important
    }

    .wd-mini-946 {
        width: 946%!important
    }

    .wd-mini-947 {
        width: 947%!important
    }

    .wd-mini-948 {
        width: 948%!important
    }

    .wd-mini-949 {
        width: 949%!important
    }

    .wd-mini-950 {
        width: 950%!important
    }

    .wd-mini-951 {
        width: 951%!important
    }

    .wd-mini-952 {
        width: 952%!important
    }

    .wd-mini-953 {
        width: 953%!important
    }

    .wd-mini-954 {
        width: 954%!important
    }

    .wd-mini-955 {
        width: 955%!important
    }

    .wd-mini-956 {
        width: 956%!important
    }

    .wd-mini-957 {
        width: 957%!important
    }

    .wd-mini-958 {
        width: 958%!important
    }

    .wd-mini-959 {
        width: 959%!important
    }

    .wd-mini-960 {
        width: 960%!important
    }

    .wd-mini-961 {
        width: 961%!important
    }

    .wd-mini-962 {
        width: 962%!important
    }

    .wd-mini-963 {
        width: 963%!important
    }

    .wd-mini-964 {
        width: 964%!important
    }

    .wd-mini-965 {
        width: 965%!important
    }

    .wd-mini-966 {
        width: 966%!important
    }

    .wd-mini-967 {
        width: 967%!important
    }

    .wd-mini-968 {
        width: 968%!important
    }

    .wd-mini-969 {
        width: 969%!important
    }

    .wd-mini-970 {
        width: 970%!important
    }

    .wd-mini-971 {
        width: 971%!important
    }

    .wd-mini-972 {
        width: 972%!important
    }

    .wd-mini-973 {
        width: 973%!important
    }

    .wd-mini-974 {
        width: 974%!important
    }

    .wd-mini-975 {
        width: 975%!important
    }

    .wd-mini-976 {
        width: 976%!important
    }

    .wd-mini-977 {
        width: 977%!important
    }

    .wd-mini-978 {
        width: 978%!important
    }

    .wd-mini-979 {
        width: 979%!important
    }

    .wd-mini-980 {
        width: 980%!important
    }

    .wd-mini-981 {
        width: 981%!important
    }

    .wd-mini-982 {
        width: 982%!important
    }

    .wd-mini-983 {
        width: 983%!important
    }

    .wd-mini-984 {
        width: 984%!important
    }

    .wd-mini-985 {
        width: 985%!important
    }

    .wd-mini-986 {
        width: 986%!important
    }

    .wd-mini-987 {
        width: 987%!important
    }

    .wd-mini-988 {
        width: 988%!important
    }

    .wd-mini-989 {
        width: 989%!important
    }

    .wd-mini-990 {
        width: 990%!important
    }

    .wd-mini-991 {
        width: 991%!important
    }

    .wd-mini-992 {
        width: 992%!important
    }

    .wd-mini-993 {
        width: 993%!important
    }

    .wd-mini-994 {
        width: 994%!important
    }

    .wd-mini-995 {
        width: 995%!important
    }

    .wd-mini-996 {
        width: 996%!important
    }

    .wd-mini-997 {
        width: 997%!important
    }

    .wd-mini-998 {
        width: 998%!important
    }

    .wd-mini-999 {
        width: 999%!important
    }

    .wd-mini-1000 {
        width: 1000%!important
    }
}

@media (min-width: 360px) {
    .wd-min-5 {
        width:5%!important
    }

    .wd-min-10 {
        width: 10%!important
    }

    .wd-min-11 {
        width: 11%!important
    }

    .wd-min-12 {
        width: 12%!important
    }

    .wd-min-13 {
        width: 13%!important
    }

    .wd-min-14 {
        width: 14%!important
    }

    .wd-min-15 {
        width: 15%!important
    }

    .wd-min-16 {
        width: 16%!important
    }

    .wd-min-17 {
        width: 17%!important
    }

    .wd-min-18 {
        width: 18%!important
    }

    .wd-min-19 {
        width: 19%!important
    }

    .wd-min-20 {
        width: 20%!important
    }

    .wd-min-21 {
        width: 21%!important
    }

    .wd-min-22 {
        width: 22%!important
    }

    .wd-min-23 {
        width: 23%!important
    }

    .wd-min-24 {
        width: 24%!important
    }

    .wd-min-25 {
        width: 25%!important
    }

    .wd-min-26 {
        width: 26%!important
    }

    .wd-min-27 {
        width: 27%!important
    }

    .wd-min-28 {
        width: 28%!important
    }

    .wd-min-29 {
        width: 29%!important
    }

    .wd-min-30 {
        width: 30%!important
    }

    .wd-min-31 {
        width: 31%!important
    }

    .wd-min-32 {
        width: 32%!important
    }

    .wd-min-33 {
        width: 33%!important
    }

    .wd-min-34 {
        width: 34%!important
    }

    .wd-min-35 {
        width: 35%!important
    }

    .wd-min-36 {
        width: 36%!important
    }

    .wd-min-37 {
        width: 37%!important
    }

    .wd-min-38 {
        width: 38%!important
    }

    .wd-min-39 {
        width: 39%!important
    }

    .wd-min-40 {
        width: 40%!important
    }

    .wd-min-41 {
        width: 41%!important
    }

    .wd-min-42 {
        width: 42%!important
    }

    .wd-min-43 {
        width: 43%!important
    }

    .wd-min-44 {
        width: 44%!important
    }

    .wd-min-45 {
        width: 45%!important
    }

    .wd-min-46 {
        width: 46%!important
    }

    .wd-min-47 {
        width: 47%!important
    }

    .wd-min-48 {
        width: 48%!important
    }

    .wd-min-49 {
        width: 49%!important
    }

    .wd-min-50 {
        width: 50%!important
    }

    .wd-min-51 {
        width: 51%!important
    }

    .wd-min-52 {
        width: 52%!important
    }

    .wd-min-53 {
        width: 53%!important
    }

    .wd-min-54 {
        width: 54%!important
    }

    .wd-min-55 {
        width: 55%!important
    }

    .wd-min-56 {
        width: 56%!important
    }

    .wd-min-57 {
        width: 57%!important
    }

    .wd-min-58 {
        width: 58%!important
    }

    .wd-min-59 {
        width: 59%!important
    }

    .wd-min-60 {
        width: 60%!important
    }

    .wd-min-61 {
        width: 61%!important
    }

    .wd-min-62 {
        width: 62%!important
    }

    .wd-min-63 {
        width: 63%!important
    }

    .wd-min-64 {
        width: 64%!important
    }

    .wd-min-65 {
        width: 65%!important
    }

    .wd-min-66 {
        width: 66%!important
    }

    .wd-min-67 {
        width: 67%!important
    }

    .wd-min-68 {
        width: 68%!important
    }

    .wd-min-69 {
        width: 69%!important
    }

    .wd-min-70 {
        width: 70%!important
    }

    .wd-min-71 {
        width: 71%!important
    }

    .wd-min-72 {
        width: 72%!important
    }

    .wd-min-73 {
        width: 73%!important
    }

    .wd-min-74 {
        width: 74%!important
    }

    .wd-min-75 {
        width: 75%!important
    }

    .wd-min-76 {
        width: 76%!important
    }

    .wd-min-77 {
        width: 77%!important
    }

    .wd-min-78 {
        width: 78%!important
    }

    .wd-min-79 {
        width: 79%!important
    }

    .wd-min-80 {
        width: 80%!important
    }

    .wd-min-81 {
        width: 81%!important
    }

    .wd-min-82 {
        width: 82%!important
    }

    .wd-min-83 {
        width: 83%!important
    }

    .wd-min-84 {
        width: 84%!important
    }

    .wd-min-85 {
        width: 85%!important
    }

    .wd-min-86 {
        width: 86%!important
    }

    .wd-min-87 {
        width: 87%!important
    }

    .wd-min-88 {
        width: 88%!important
    }

    .wd-min-89 {
        width: 89%!important
    }

    .wd-min-90 {
        width: 90%!important
    }

    .wd-min-91 {
        width: 91%!important
    }

    .wd-min-92 {
        width: 92%!important
    }

    .wd-min-93 {
        width: 93%!important
    }

    .wd-min-94 {
        width: 94%!important
    }

    .wd-min-95 {
        width: 95%!important
    }

    .wd-min-96 {
        width: 96%!important
    }

    .wd-min-97 {
        width: 97%!important
    }

    .wd-min-98 {
        width: 98%!important
    }

    .wd-min-99 {
        width: 99%!important
    }

    .wd-min-100 {
        width: 100%!important
    }

    .wd-min-101 {
        width: 101%!important
    }

    .wd-min-102 {
        width: 102%!important
    }

    .wd-min-103 {
        width: 103%!important
    }

    .wd-min-104 {
        width: 104%!important
    }

    .wd-min-105 {
        width: 105%!important
    }

    .wd-min-106 {
        width: 106%!important
    }

    .wd-min-107 {
        width: 107%!important
    }

    .wd-min-108 {
        width: 108%!important
    }

    .wd-min-109 {
        width: 109%!important
    }

    .wd-min-110 {
        width: 110%!important
    }

    .wd-min-111 {
        width: 111%!important
    }

    .wd-min-112 {
        width: 112%!important
    }

    .wd-min-113 {
        width: 113%!important
    }

    .wd-min-114 {
        width: 114%!important
    }

    .wd-min-115 {
        width: 115%!important
    }

    .wd-min-116 {
        width: 116%!important
    }

    .wd-min-117 {
        width: 117%!important
    }

    .wd-min-118 {
        width: 118%!important
    }

    .wd-min-119 {
        width: 119%!important
    }

    .wd-min-120 {
        width: 120%!important
    }

    .wd-min-121 {
        width: 121%!important
    }

    .wd-min-122 {
        width: 122%!important
    }

    .wd-min-123 {
        width: 123%!important
    }

    .wd-min-124 {
        width: 124%!important
    }

    .wd-min-125 {
        width: 125%!important
    }

    .wd-min-126 {
        width: 126%!important
    }

    .wd-min-127 {
        width: 127%!important
    }

    .wd-min-128 {
        width: 128%!important
    }

    .wd-min-129 {
        width: 129%!important
    }

    .wd-min-130 {
        width: 130%!important
    }

    .wd-min-131 {
        width: 131%!important
    }

    .wd-min-132 {
        width: 132%!important
    }

    .wd-min-133 {
        width: 133%!important
    }

    .wd-min-134 {
        width: 134%!important
    }

    .wd-min-135 {
        width: 135%!important
    }

    .wd-min-136 {
        width: 136%!important
    }

    .wd-min-137 {
        width: 137%!important
    }

    .wd-min-138 {
        width: 138%!important
    }

    .wd-min-139 {
        width: 139%!important
    }

    .wd-min-140 {
        width: 140%!important
    }

    .wd-min-141 {
        width: 141%!important
    }

    .wd-min-142 {
        width: 142%!important
    }

    .wd-min-143 {
        width: 143%!important
    }

    .wd-min-144 {
        width: 144%!important
    }

    .wd-min-145 {
        width: 145%!important
    }

    .wd-min-146 {
        width: 146%!important
    }

    .wd-min-147 {
        width: 147%!important
    }

    .wd-min-148 {
        width: 148%!important
    }

    .wd-min-149 {
        width: 149%!important
    }

    .wd-min-150 {
        width: 150%!important
    }

    .wd-min-151 {
        width: 151%!important
    }

    .wd-min-152 {
        width: 152%!important
    }

    .wd-min-153 {
        width: 153%!important
    }

    .wd-min-154 {
        width: 154%!important
    }

    .wd-min-155 {
        width: 155%!important
    }

    .wd-min-156 {
        width: 156%!important
    }

    .wd-min-157 {
        width: 157%!important
    }

    .wd-min-158 {
        width: 158%!important
    }

    .wd-min-159 {
        width: 159%!important
    }

    .wd-min-160 {
        width: 160%!important
    }

    .wd-min-161 {
        width: 161%!important
    }

    .wd-min-162 {
        width: 162%!important
    }

    .wd-min-163 {
        width: 163%!important
    }

    .wd-min-164 {
        width: 164%!important
    }

    .wd-min-165 {
        width: 165%!important
    }

    .wd-min-166 {
        width: 166%!important
    }

    .wd-min-167 {
        width: 167%!important
    }

    .wd-min-168 {
        width: 168%!important
    }

    .wd-min-169 {
        width: 169%!important
    }

    .wd-min-170 {
        width: 170%!important
    }

    .wd-min-171 {
        width: 171%!important
    }

    .wd-min-172 {
        width: 172%!important
    }

    .wd-min-173 {
        width: 173%!important
    }

    .wd-min-174 {
        width: 174%!important
    }

    .wd-min-175 {
        width: 175%!important
    }

    .wd-min-176 {
        width: 176%!important
    }

    .wd-min-177 {
        width: 177%!important
    }

    .wd-min-178 {
        width: 178%!important
    }

    .wd-min-179 {
        width: 179%!important
    }

    .wd-min-180 {
        width: 180%!important
    }

    .wd-min-181 {
        width: 181%!important
    }

    .wd-min-182 {
        width: 182%!important
    }

    .wd-min-183 {
        width: 183%!important
    }

    .wd-min-184 {
        width: 184%!important
    }

    .wd-min-185 {
        width: 185%!important
    }

    .wd-min-186 {
        width: 186%!important
    }

    .wd-min-187 {
        width: 187%!important
    }

    .wd-min-188 {
        width: 188%!important
    }

    .wd-min-189 {
        width: 189%!important
    }

    .wd-min-190 {
        width: 190%!important
    }

    .wd-min-191 {
        width: 191%!important
    }

    .wd-min-192 {
        width: 192%!important
    }

    .wd-min-193 {
        width: 193%!important
    }

    .wd-min-194 {
        width: 194%!important
    }

    .wd-min-195 {
        width: 195%!important
    }

    .wd-min-196 {
        width: 196%!important
    }

    .wd-min-197 {
        width: 197%!important
    }

    .wd-min-198 {
        width: 198%!important
    }

    .wd-min-199 {
        width: 199%!important
    }

    .wd-min-200 {
        width: 200%!important
    }

    .wd-min-201 {
        width: 201%!important
    }

    .wd-min-202 {
        width: 202%!important
    }

    .wd-min-203 {
        width: 203%!important
    }

    .wd-min-204 {
        width: 204%!important
    }

    .wd-min-205 {
        width: 205%!important
    }

    .wd-min-206 {
        width: 206%!important
    }

    .wd-min-207 {
        width: 207%!important
    }

    .wd-min-208 {
        width: 208%!important
    }

    .wd-min-209 {
        width: 209%!important
    }

    .wd-min-210 {
        width: 210%!important
    }

    .wd-min-211 {
        width: 211%!important
    }

    .wd-min-212 {
        width: 212%!important
    }

    .wd-min-213 {
        width: 213%!important
    }

    .wd-min-214 {
        width: 214%!important
    }

    .wd-min-215 {
        width: 215%!important
    }

    .wd-min-216 {
        width: 216%!important
    }

    .wd-min-217 {
        width: 217%!important
    }

    .wd-min-218 {
        width: 218%!important
    }

    .wd-min-219 {
        width: 219%!important
    }

    .wd-min-220 {
        width: 220%!important
    }

    .wd-min-221 {
        width: 221%!important
    }

    .wd-min-222 {
        width: 222%!important
    }

    .wd-min-223 {
        width: 223%!important
    }

    .wd-min-224 {
        width: 224%!important
    }

    .wd-min-225 {
        width: 225%!important
    }

    .wd-min-226 {
        width: 226%!important
    }

    .wd-min-227 {
        width: 227%!important
    }

    .wd-min-228 {
        width: 228%!important
    }

    .wd-min-229 {
        width: 229%!important
    }

    .wd-min-230 {
        width: 230%!important
    }

    .wd-min-231 {
        width: 231%!important
    }

    .wd-min-232 {
        width: 232%!important
    }

    .wd-min-233 {
        width: 233%!important
    }

    .wd-min-234 {
        width: 234%!important
    }

    .wd-min-235 {
        width: 235%!important
    }

    .wd-min-236 {
        width: 236%!important
    }

    .wd-min-237 {
        width: 237%!important
    }

    .wd-min-238 {
        width: 238%!important
    }

    .wd-min-239 {
        width: 239%!important
    }

    .wd-min-240 {
        width: 240%!important
    }

    .wd-min-241 {
        width: 241%!important
    }

    .wd-min-242 {
        width: 242%!important
    }

    .wd-min-243 {
        width: 243%!important
    }

    .wd-min-244 {
        width: 244%!important
    }

    .wd-min-245 {
        width: 245%!important
    }

    .wd-min-246 {
        width: 246%!important
    }

    .wd-min-247 {
        width: 247%!important
    }

    .wd-min-248 {
        width: 248%!important
    }

    .wd-min-249 {
        width: 249%!important
    }

    .wd-min-250 {
        width: 250%!important
    }

    .wd-min-251 {
        width: 251%!important
    }

    .wd-min-252 {
        width: 252%!important
    }

    .wd-min-253 {
        width: 253%!important
    }

    .wd-min-254 {
        width: 254%!important
    }

    .wd-min-255 {
        width: 255%!important
    }

    .wd-min-256 {
        width: 256%!important
    }

    .wd-min-257 {
        width: 257%!important
    }

    .wd-min-258 {
        width: 258%!important
    }

    .wd-min-259 {
        width: 259%!important
    }

    .wd-min-260 {
        width: 260%!important
    }

    .wd-min-261 {
        width: 261%!important
    }

    .wd-min-262 {
        width: 262%!important
    }

    .wd-min-263 {
        width: 263%!important
    }

    .wd-min-264 {
        width: 264%!important
    }

    .wd-min-265 {
        width: 265%!important
    }

    .wd-min-266 {
        width: 266%!important
    }

    .wd-min-267 {
        width: 267%!important
    }

    .wd-min-268 {
        width: 268%!important
    }

    .wd-min-269 {
        width: 269%!important
    }

    .wd-min-270 {
        width: 270%!important
    }

    .wd-min-271 {
        width: 271%!important
    }

    .wd-min-272 {
        width: 272%!important
    }

    .wd-min-273 {
        width: 273%!important
    }

    .wd-min-274 {
        width: 274%!important
    }

    .wd-min-275 {
        width: 275%!important
    }

    .wd-min-276 {
        width: 276%!important
    }

    .wd-min-277 {
        width: 277%!important
    }

    .wd-min-278 {
        width: 278%!important
    }

    .wd-min-279 {
        width: 279%!important
    }

    .wd-min-280 {
        width: 280%!important
    }

    .wd-min-281 {
        width: 281%!important
    }

    .wd-min-282 {
        width: 282%!important
    }

    .wd-min-283 {
        width: 283%!important
    }

    .wd-min-284 {
        width: 284%!important
    }

    .wd-min-285 {
        width: 285%!important
    }

    .wd-min-286 {
        width: 286%!important
    }

    .wd-min-287 {
        width: 287%!important
    }

    .wd-min-288 {
        width: 288%!important
    }

    .wd-min-289 {
        width: 289%!important
    }

    .wd-min-290 {
        width: 290%!important
    }

    .wd-min-291 {
        width: 291%!important
    }

    .wd-min-292 {
        width: 292%!important
    }

    .wd-min-293 {
        width: 293%!important
    }

    .wd-min-294 {
        width: 294%!important
    }

    .wd-min-295 {
        width: 295%!important
    }

    .wd-min-296 {
        width: 296%!important
    }

    .wd-min-297 {
        width: 297%!important
    }

    .wd-min-298 {
        width: 298%!important
    }

    .wd-min-299 {
        width: 299%!important
    }

    .wd-min-300 {
        width: 300%!important
    }

    .wd-min-301 {
        width: 301%!important
    }

    .wd-min-302 {
        width: 302%!important
    }

    .wd-min-303 {
        width: 303%!important
    }

    .wd-min-304 {
        width: 304%!important
    }

    .wd-min-305 {
        width: 305%!important
    }

    .wd-min-306 {
        width: 306%!important
    }

    .wd-min-307 {
        width: 307%!important
    }

    .wd-min-308 {
        width: 308%!important
    }

    .wd-min-309 {
        width: 309%!important
    }

    .wd-min-310 {
        width: 310%!important
    }

    .wd-min-311 {
        width: 311%!important
    }

    .wd-min-312 {
        width: 312%!important
    }

    .wd-min-313 {
        width: 313%!important
    }

    .wd-min-314 {
        width: 314%!important
    }

    .wd-min-315 {
        width: 315%!important
    }

    .wd-min-316 {
        width: 316%!important
    }

    .wd-min-317 {
        width: 317%!important
    }

    .wd-min-318 {
        width: 318%!important
    }

    .wd-min-319 {
        width: 319%!important
    }

    .wd-min-320 {
        width: 320%!important
    }

    .wd-min-321 {
        width: 321%!important
    }

    .wd-min-322 {
        width: 322%!important
    }

    .wd-min-323 {
        width: 323%!important
    }

    .wd-min-324 {
        width: 324%!important
    }

    .wd-min-325 {
        width: 325%!important
    }

    .wd-min-326 {
        width: 326%!important
    }

    .wd-min-327 {
        width: 327%!important
    }

    .wd-min-328 {
        width: 328%!important
    }

    .wd-min-329 {
        width: 329%!important
    }

    .wd-min-330 {
        width: 330%!important
    }

    .wd-min-331 {
        width: 331%!important
    }

    .wd-min-332 {
        width: 332%!important
    }

    .wd-min-333 {
        width: 333%!important
    }

    .wd-min-334 {
        width: 334%!important
    }

    .wd-min-335 {
        width: 335%!important
    }

    .wd-min-336 {
        width: 336%!important
    }

    .wd-min-337 {
        width: 337%!important
    }

    .wd-min-338 {
        width: 338%!important
    }

    .wd-min-339 {
        width: 339%!important
    }

    .wd-min-340 {
        width: 340%!important
    }

    .wd-min-341 {
        width: 341%!important
    }

    .wd-min-342 {
        width: 342%!important
    }

    .wd-min-343 {
        width: 343%!important
    }

    .wd-min-344 {
        width: 344%!important
    }

    .wd-min-345 {
        width: 345%!important
    }

    .wd-min-346 {
        width: 346%!important
    }

    .wd-min-347 {
        width: 347%!important
    }

    .wd-min-348 {
        width: 348%!important
    }

    .wd-min-349 {
        width: 349%!important
    }

    .wd-min-350 {
        width: 350%!important
    }

    .wd-min-351 {
        width: 351%!important
    }

    .wd-min-352 {
        width: 352%!important
    }

    .wd-min-353 {
        width: 353%!important
    }

    .wd-min-354 {
        width: 354%!important
    }

    .wd-min-355 {
        width: 355%!important
    }

    .wd-min-356 {
        width: 356%!important
    }

    .wd-min-357 {
        width: 357%!important
    }

    .wd-min-358 {
        width: 358%!important
    }

    .wd-min-359 {
        width: 359%!important
    }

    .wd-min-360 {
        width: 360%!important
    }

    .wd-min-361 {
        width: 361%!important
    }

    .wd-min-362 {
        width: 362%!important
    }

    .wd-min-363 {
        width: 363%!important
    }

    .wd-min-364 {
        width: 364%!important
    }

    .wd-min-365 {
        width: 365%!important
    }

    .wd-min-366 {
        width: 366%!important
    }

    .wd-min-367 {
        width: 367%!important
    }

    .wd-min-368 {
        width: 368%!important
    }

    .wd-min-369 {
        width: 369%!important
    }

    .wd-min-370 {
        width: 370%!important
    }

    .wd-min-371 {
        width: 371%!important
    }

    .wd-min-372 {
        width: 372%!important
    }

    .wd-min-373 {
        width: 373%!important
    }

    .wd-min-374 {
        width: 374%!important
    }

    .wd-min-375 {
        width: 375%!important
    }

    .wd-min-376 {
        width: 376%!important
    }

    .wd-min-377 {
        width: 377%!important
    }

    .wd-min-378 {
        width: 378%!important
    }

    .wd-min-379 {
        width: 379%!important
    }

    .wd-min-380 {
        width: 380%!important
    }

    .wd-min-381 {
        width: 381%!important
    }

    .wd-min-382 {
        width: 382%!important
    }

    .wd-min-383 {
        width: 383%!important
    }

    .wd-min-384 {
        width: 384%!important
    }

    .wd-min-385 {
        width: 385%!important
    }

    .wd-min-386 {
        width: 386%!important
    }

    .wd-min-387 {
        width: 387%!important
    }

    .wd-min-388 {
        width: 388%!important
    }

    .wd-min-389 {
        width: 389%!important
    }

    .wd-min-390 {
        width: 390%!important
    }

    .wd-min-391 {
        width: 391%!important
    }

    .wd-min-392 {
        width: 392%!important
    }

    .wd-min-393 {
        width: 393%!important
    }

    .wd-min-394 {
        width: 394%!important
    }

    .wd-min-395 {
        width: 395%!important
    }

    .wd-min-396 {
        width: 396%!important
    }

    .wd-min-397 {
        width: 397%!important
    }

    .wd-min-398 {
        width: 398%!important
    }

    .wd-min-399 {
        width: 399%!important
    }

    .wd-min-400 {
        width: 400%!important
    }

    .wd-min-401 {
        width: 401%!important
    }

    .wd-min-402 {
        width: 402%!important
    }

    .wd-min-403 {
        width: 403%!important
    }

    .wd-min-404 {
        width: 404%!important
    }

    .wd-min-405 {
        width: 405%!important
    }

    .wd-min-406 {
        width: 406%!important
    }

    .wd-min-407 {
        width: 407%!important
    }

    .wd-min-408 {
        width: 408%!important
    }

    .wd-min-409 {
        width: 409%!important
    }

    .wd-min-410 {
        width: 410%!important
    }

    .wd-min-411 {
        width: 411%!important
    }

    .wd-min-412 {
        width: 412%!important
    }

    .wd-min-413 {
        width: 413%!important
    }

    .wd-min-414 {
        width: 414%!important
    }

    .wd-min-415 {
        width: 415%!important
    }

    .wd-min-416 {
        width: 416%!important
    }

    .wd-min-417 {
        width: 417%!important
    }

    .wd-min-418 {
        width: 418%!important
    }

    .wd-min-419 {
        width: 419%!important
    }

    .wd-min-420 {
        width: 420%!important
    }

    .wd-min-421 {
        width: 421%!important
    }

    .wd-min-422 {
        width: 422%!important
    }

    .wd-min-423 {
        width: 423%!important
    }

    .wd-min-424 {
        width: 424%!important
    }

    .wd-min-425 {
        width: 425%!important
    }

    .wd-min-426 {
        width: 426%!important
    }

    .wd-min-427 {
        width: 427%!important
    }

    .wd-min-428 {
        width: 428%!important
    }

    .wd-min-429 {
        width: 429%!important
    }

    .wd-min-430 {
        width: 430%!important
    }

    .wd-min-431 {
        width: 431%!important
    }

    .wd-min-432 {
        width: 432%!important
    }

    .wd-min-433 {
        width: 433%!important
    }

    .wd-min-434 {
        width: 434%!important
    }

    .wd-min-435 {
        width: 435%!important
    }

    .wd-min-436 {
        width: 436%!important
    }

    .wd-min-437 {
        width: 437%!important
    }

    .wd-min-438 {
        width: 438%!important
    }

    .wd-min-439 {
        width: 439%!important
    }

    .wd-min-440 {
        width: 440%!important
    }

    .wd-min-441 {
        width: 441%!important
    }

    .wd-min-442 {
        width: 442%!important
    }

    .wd-min-443 {
        width: 443%!important
    }

    .wd-min-444 {
        width: 444%!important
    }

    .wd-min-445 {
        width: 445%!important
    }

    .wd-min-446 {
        width: 446%!important
    }

    .wd-min-447 {
        width: 447%!important
    }

    .wd-min-448 {
        width: 448%!important
    }

    .wd-min-449 {
        width: 449%!important
    }

    .wd-min-450 {
        width: 450%!important
    }

    .wd-min-451 {
        width: 451%!important
    }

    .wd-min-452 {
        width: 452%!important
    }

    .wd-min-453 {
        width: 453%!important
    }

    .wd-min-454 {
        width: 454%!important
    }

    .wd-min-455 {
        width: 455%!important
    }

    .wd-min-456 {
        width: 456%!important
    }

    .wd-min-457 {
        width: 457%!important
    }

    .wd-min-458 {
        width: 458%!important
    }

    .wd-min-459 {
        width: 459%!important
    }

    .wd-min-460 {
        width: 460%!important
    }

    .wd-min-461 {
        width: 461%!important
    }

    .wd-min-462 {
        width: 462%!important
    }

    .wd-min-463 {
        width: 463%!important
    }

    .wd-min-464 {
        width: 464%!important
    }

    .wd-min-465 {
        width: 465%!important
    }

    .wd-min-466 {
        width: 466%!important
    }

    .wd-min-467 {
        width: 467%!important
    }

    .wd-min-468 {
        width: 468%!important
    }

    .wd-min-469 {
        width: 469%!important
    }

    .wd-min-470 {
        width: 470%!important
    }

    .wd-min-471 {
        width: 471%!important
    }

    .wd-min-472 {
        width: 472%!important
    }

    .wd-min-473 {
        width: 473%!important
    }

    .wd-min-474 {
        width: 474%!important
    }

    .wd-min-475 {
        width: 475%!important
    }

    .wd-min-476 {
        width: 476%!important
    }

    .wd-min-477 {
        width: 477%!important
    }

    .wd-min-478 {
        width: 478%!important
    }

    .wd-min-479 {
        width: 479%!important
    }

    .wd-min-480 {
        width: 480%!important
    }

    .wd-min-481 {
        width: 481%!important
    }

    .wd-min-482 {
        width: 482%!important
    }

    .wd-min-483 {
        width: 483%!important
    }

    .wd-min-484 {
        width: 484%!important
    }

    .wd-min-485 {
        width: 485%!important
    }

    .wd-min-486 {
        width: 486%!important
    }

    .wd-min-487 {
        width: 487%!important
    }

    .wd-min-488 {
        width: 488%!important
    }

    .wd-min-489 {
        width: 489%!important
    }

    .wd-min-490 {
        width: 490%!important
    }

    .wd-min-491 {
        width: 491%!important
    }

    .wd-min-492 {
        width: 492%!important
    }

    .wd-min-493 {
        width: 493%!important
    }

    .wd-min-494 {
        width: 494%!important
    }

    .wd-min-495 {
        width: 495%!important
    }

    .wd-min-496 {
        width: 496%!important
    }

    .wd-min-497 {
        width: 497%!important
    }

    .wd-min-498 {
        width: 498%!important
    }

    .wd-min-499 {
        width: 499%!important
    }

    .wd-min-500 {
        width: 500%!important
    }

    .wd-min-501 {
        width: 501%!important
    }

    .wd-min-502 {
        width: 502%!important
    }

    .wd-min-503 {
        width: 503%!important
    }

    .wd-min-504 {
        width: 504%!important
    }

    .wd-min-505 {
        width: 505%!important
    }

    .wd-min-506 {
        width: 506%!important
    }

    .wd-min-507 {
        width: 507%!important
    }

    .wd-min-508 {
        width: 508%!important
    }

    .wd-min-509 {
        width: 509%!important
    }

    .wd-min-510 {
        width: 510%!important
    }

    .wd-min-511 {
        width: 511%!important
    }

    .wd-min-512 {
        width: 512%!important
    }

    .wd-min-513 {
        width: 513%!important
    }

    .wd-min-514 {
        width: 514%!important
    }

    .wd-min-515 {
        width: 515%!important
    }

    .wd-min-516 {
        width: 516%!important
    }

    .wd-min-517 {
        width: 517%!important
    }

    .wd-min-518 {
        width: 518%!important
    }

    .wd-min-519 {
        width: 519%!important
    }

    .wd-min-520 {
        width: 520%!important
    }

    .wd-min-521 {
        width: 521%!important
    }

    .wd-min-522 {
        width: 522%!important
    }

    .wd-min-523 {
        width: 523%!important
    }

    .wd-min-524 {
        width: 524%!important
    }

    .wd-min-525 {
        width: 525%!important
    }

    .wd-min-526 {
        width: 526%!important
    }

    .wd-min-527 {
        width: 527%!important
    }

    .wd-min-528 {
        width: 528%!important
    }

    .wd-min-529 {
        width: 529%!important
    }

    .wd-min-530 {
        width: 530%!important
    }

    .wd-min-531 {
        width: 531%!important
    }

    .wd-min-532 {
        width: 532%!important
    }

    .wd-min-533 {
        width: 533%!important
    }

    .wd-min-534 {
        width: 534%!important
    }

    .wd-min-535 {
        width: 535%!important
    }

    .wd-min-536 {
        width: 536%!important
    }

    .wd-min-537 {
        width: 537%!important
    }

    .wd-min-538 {
        width: 538%!important
    }

    .wd-min-539 {
        width: 539%!important
    }

    .wd-min-540 {
        width: 540%!important
    }

    .wd-min-541 {
        width: 541%!important
    }

    .wd-min-542 {
        width: 542%!important
    }

    .wd-min-543 {
        width: 543%!important
    }

    .wd-min-544 {
        width: 544%!important
    }

    .wd-min-545 {
        width: 545%!important
    }

    .wd-min-546 {
        width: 546%!important
    }

    .wd-min-547 {
        width: 547%!important
    }

    .wd-min-548 {
        width: 548%!important
    }

    .wd-min-549 {
        width: 549%!important
    }

    .wd-min-550 {
        width: 550%!important
    }

    .wd-min-551 {
        width: 551%!important
    }

    .wd-min-552 {
        width: 552%!important
    }

    .wd-min-553 {
        width: 553%!important
    }

    .wd-min-554 {
        width: 554%!important
    }

    .wd-min-555 {
        width: 555%!important
    }

    .wd-min-556 {
        width: 556%!important
    }

    .wd-min-557 {
        width: 557%!important
    }

    .wd-min-558 {
        width: 558%!important
    }

    .wd-min-559 {
        width: 559%!important
    }

    .wd-min-560 {
        width: 560%!important
    }

    .wd-min-561 {
        width: 561%!important
    }

    .wd-min-562 {
        width: 562%!important
    }

    .wd-min-563 {
        width: 563%!important
    }

    .wd-min-564 {
        width: 564%!important
    }

    .wd-min-565 {
        width: 565%!important
    }

    .wd-min-566 {
        width: 566%!important
    }

    .wd-min-567 {
        width: 567%!important
    }

    .wd-min-568 {
        width: 568%!important
    }

    .wd-min-569 {
        width: 569%!important
    }

    .wd-min-570 {
        width: 570%!important
    }

    .wd-min-571 {
        width: 571%!important
    }

    .wd-min-572 {
        width: 572%!important
    }

    .wd-min-573 {
        width: 573%!important
    }

    .wd-min-574 {
        width: 574%!important
    }

    .wd-min-575 {
        width: 575%!important
    }

    .wd-min-576 {
        width: 576%!important
    }

    .wd-min-577 {
        width: 577%!important
    }

    .wd-min-578 {
        width: 578%!important
    }

    .wd-min-579 {
        width: 579%!important
    }

    .wd-min-580 {
        width: 580%!important
    }

    .wd-min-581 {
        width: 581%!important
    }

    .wd-min-582 {
        width: 582%!important
    }

    .wd-min-583 {
        width: 583%!important
    }

    .wd-min-584 {
        width: 584%!important
    }

    .wd-min-585 {
        width: 585%!important
    }

    .wd-min-586 {
        width: 586%!important
    }

    .wd-min-587 {
        width: 587%!important
    }

    .wd-min-588 {
        width: 588%!important
    }

    .wd-min-589 {
        width: 589%!important
    }

    .wd-min-590 {
        width: 590%!important
    }

    .wd-min-591 {
        width: 591%!important
    }

    .wd-min-592 {
        width: 592%!important
    }

    .wd-min-593 {
        width: 593%!important
    }

    .wd-min-594 {
        width: 594%!important
    }

    .wd-min-595 {
        width: 595%!important
    }

    .wd-min-596 {
        width: 596%!important
    }

    .wd-min-597 {
        width: 597%!important
    }

    .wd-min-598 {
        width: 598%!important
    }

    .wd-min-599 {
        width: 599%!important
    }

    .wd-min-600 {
        width: 600%!important
    }

    .wd-min-601 {
        width: 601%!important
    }

    .wd-min-602 {
        width: 602%!important
    }

    .wd-min-603 {
        width: 603%!important
    }

    .wd-min-604 {
        width: 604%!important
    }

    .wd-min-605 {
        width: 605%!important
    }

    .wd-min-606 {
        width: 606%!important
    }

    .wd-min-607 {
        width: 607%!important
    }

    .wd-min-608 {
        width: 608%!important
    }

    .wd-min-609 {
        width: 609%!important
    }

    .wd-min-610 {
        width: 610%!important
    }

    .wd-min-611 {
        width: 611%!important
    }

    .wd-min-612 {
        width: 612%!important
    }

    .wd-min-613 {
        width: 613%!important
    }

    .wd-min-614 {
        width: 614%!important
    }

    .wd-min-615 {
        width: 615%!important
    }

    .wd-min-616 {
        width: 616%!important
    }

    .wd-min-617 {
        width: 617%!important
    }

    .wd-min-618 {
        width: 618%!important
    }

    .wd-min-619 {
        width: 619%!important
    }

    .wd-min-620 {
        width: 620%!important
    }

    .wd-min-621 {
        width: 621%!important
    }

    .wd-min-622 {
        width: 622%!important
    }

    .wd-min-623 {
        width: 623%!important
    }

    .wd-min-624 {
        width: 624%!important
    }

    .wd-min-625 {
        width: 625%!important
    }

    .wd-min-626 {
        width: 626%!important
    }

    .wd-min-627 {
        width: 627%!important
    }

    .wd-min-628 {
        width: 628%!important
    }

    .wd-min-629 {
        width: 629%!important
    }

    .wd-min-630 {
        width: 630%!important
    }

    .wd-min-631 {
        width: 631%!important
    }

    .wd-min-632 {
        width: 632%!important
    }

    .wd-min-633 {
        width: 633%!important
    }

    .wd-min-634 {
        width: 634%!important
    }

    .wd-min-635 {
        width: 635%!important
    }

    .wd-min-636 {
        width: 636%!important
    }

    .wd-min-637 {
        width: 637%!important
    }

    .wd-min-638 {
        width: 638%!important
    }

    .wd-min-639 {
        width: 639%!important
    }

    .wd-min-640 {
        width: 640%!important
    }

    .wd-min-641 {
        width: 641%!important
    }

    .wd-min-642 {
        width: 642%!important
    }

    .wd-min-643 {
        width: 643%!important
    }

    .wd-min-644 {
        width: 644%!important
    }

    .wd-min-645 {
        width: 645%!important
    }

    .wd-min-646 {
        width: 646%!important
    }

    .wd-min-647 {
        width: 647%!important
    }

    .wd-min-648 {
        width: 648%!important
    }

    .wd-min-649 {
        width: 649%!important
    }

    .wd-min-650 {
        width: 650%!important
    }

    .wd-min-651 {
        width: 651%!important
    }

    .wd-min-652 {
        width: 652%!important
    }

    .wd-min-653 {
        width: 653%!important
    }

    .wd-min-654 {
        width: 654%!important
    }

    .wd-min-655 {
        width: 655%!important
    }

    .wd-min-656 {
        width: 656%!important
    }

    .wd-min-657 {
        width: 657%!important
    }

    .wd-min-658 {
        width: 658%!important
    }

    .wd-min-659 {
        width: 659%!important
    }

    .wd-min-660 {
        width: 660%!important
    }

    .wd-min-661 {
        width: 661%!important
    }

    .wd-min-662 {
        width: 662%!important
    }

    .wd-min-663 {
        width: 663%!important
    }

    .wd-min-664 {
        width: 664%!important
    }

    .wd-min-665 {
        width: 665%!important
    }

    .wd-min-666 {
        width: 666%!important
    }

    .wd-min-667 {
        width: 667%!important
    }

    .wd-min-668 {
        width: 668%!important
    }

    .wd-min-669 {
        width: 669%!important
    }

    .wd-min-670 {
        width: 670%!important
    }

    .wd-min-671 {
        width: 671%!important
    }

    .wd-min-672 {
        width: 672%!important
    }

    .wd-min-673 {
        width: 673%!important
    }

    .wd-min-674 {
        width: 674%!important
    }

    .wd-min-675 {
        width: 675%!important
    }

    .wd-min-676 {
        width: 676%!important
    }

    .wd-min-677 {
        width: 677%!important
    }

    .wd-min-678 {
        width: 678%!important
    }

    .wd-min-679 {
        width: 679%!important
    }

    .wd-min-680 {
        width: 680%!important
    }

    .wd-min-681 {
        width: 681%!important
    }

    .wd-min-682 {
        width: 682%!important
    }

    .wd-min-683 {
        width: 683%!important
    }

    .wd-min-684 {
        width: 684%!important
    }

    .wd-min-685 {
        width: 685%!important
    }

    .wd-min-686 {
        width: 686%!important
    }

    .wd-min-687 {
        width: 687%!important
    }

    .wd-min-688 {
        width: 688%!important
    }

    .wd-min-689 {
        width: 689%!important
    }

    .wd-min-690 {
        width: 690%!important
    }

    .wd-min-691 {
        width: 691%!important
    }

    .wd-min-692 {
        width: 692%!important
    }

    .wd-min-693 {
        width: 693%!important
    }

    .wd-min-694 {
        width: 694%!important
    }

    .wd-min-695 {
        width: 695%!important
    }

    .wd-min-696 {
        width: 696%!important
    }

    .wd-min-697 {
        width: 697%!important
    }

    .wd-min-698 {
        width: 698%!important
    }

    .wd-min-699 {
        width: 699%!important
    }

    .wd-min-700 {
        width: 700%!important
    }

    .wd-min-701 {
        width: 701%!important
    }

    .wd-min-702 {
        width: 702%!important
    }

    .wd-min-703 {
        width: 703%!important
    }

    .wd-min-704 {
        width: 704%!important
    }

    .wd-min-705 {
        width: 705%!important
    }

    .wd-min-706 {
        width: 706%!important
    }

    .wd-min-707 {
        width: 707%!important
    }

    .wd-min-708 {
        width: 708%!important
    }

    .wd-min-709 {
        width: 709%!important
    }

    .wd-min-710 {
        width: 710%!important
    }

    .wd-min-711 {
        width: 711%!important
    }

    .wd-min-712 {
        width: 712%!important
    }

    .wd-min-713 {
        width: 713%!important
    }

    .wd-min-714 {
        width: 714%!important
    }

    .wd-min-715 {
        width: 715%!important
    }

    .wd-min-716 {
        width: 716%!important
    }

    .wd-min-717 {
        width: 717%!important
    }

    .wd-min-718 {
        width: 718%!important
    }

    .wd-min-719 {
        width: 719%!important
    }

    .wd-min-720 {
        width: 720%!important
    }

    .wd-min-721 {
        width: 721%!important
    }

    .wd-min-722 {
        width: 722%!important
    }

    .wd-min-723 {
        width: 723%!important
    }

    .wd-min-724 {
        width: 724%!important
    }

    .wd-min-725 {
        width: 725%!important
    }

    .wd-min-726 {
        width: 726%!important
    }

    .wd-min-727 {
        width: 727%!important
    }

    .wd-min-728 {
        width: 728%!important
    }

    .wd-min-729 {
        width: 729%!important
    }

    .wd-min-730 {
        width: 730%!important
    }

    .wd-min-731 {
        width: 731%!important
    }

    .wd-min-732 {
        width: 732%!important
    }

    .wd-min-733 {
        width: 733%!important
    }

    .wd-min-734 {
        width: 734%!important
    }

    .wd-min-735 {
        width: 735%!important
    }

    .wd-min-736 {
        width: 736%!important
    }

    .wd-min-737 {
        width: 737%!important
    }

    .wd-min-738 {
        width: 738%!important
    }

    .wd-min-739 {
        width: 739%!important
    }

    .wd-min-740 {
        width: 740%!important
    }

    .wd-min-741 {
        width: 741%!important
    }

    .wd-min-742 {
        width: 742%!important
    }

    .wd-min-743 {
        width: 743%!important
    }

    .wd-min-744 {
        width: 744%!important
    }

    .wd-min-745 {
        width: 745%!important
    }

    .wd-min-746 {
        width: 746%!important
    }

    .wd-min-747 {
        width: 747%!important
    }

    .wd-min-748 {
        width: 748%!important
    }

    .wd-min-749 {
        width: 749%!important
    }

    .wd-min-750 {
        width: 750%!important
    }

    .wd-min-751 {
        width: 751%!important
    }

    .wd-min-752 {
        width: 752%!important
    }

    .wd-min-753 {
        width: 753%!important
    }

    .wd-min-754 {
        width: 754%!important
    }

    .wd-min-755 {
        width: 755%!important
    }

    .wd-min-756 {
        width: 756%!important
    }

    .wd-min-757 {
        width: 757%!important
    }

    .wd-min-758 {
        width: 758%!important
    }

    .wd-min-759 {
        width: 759%!important
    }

    .wd-min-760 {
        width: 760%!important
    }

    .wd-min-761 {
        width: 761%!important
    }

    .wd-min-762 {
        width: 762%!important
    }

    .wd-min-763 {
        width: 763%!important
    }

    .wd-min-764 {
        width: 764%!important
    }

    .wd-min-765 {
        width: 765%!important
    }

    .wd-min-766 {
        width: 766%!important
    }

    .wd-min-767 {
        width: 767%!important
    }

    .wd-min-768 {
        width: 768%!important
    }

    .wd-min-769 {
        width: 769%!important
    }

    .wd-min-770 {
        width: 770%!important
    }

    .wd-min-771 {
        width: 771%!important
    }

    .wd-min-772 {
        width: 772%!important
    }

    .wd-min-773 {
        width: 773%!important
    }

    .wd-min-774 {
        width: 774%!important
    }

    .wd-min-775 {
        width: 775%!important
    }

    .wd-min-776 {
        width: 776%!important
    }

    .wd-min-777 {
        width: 777%!important
    }

    .wd-min-778 {
        width: 778%!important
    }

    .wd-min-779 {
        width: 779%!important
    }

    .wd-min-780 {
        width: 780%!important
    }

    .wd-min-781 {
        width: 781%!important
    }

    .wd-min-782 {
        width: 782%!important
    }

    .wd-min-783 {
        width: 783%!important
    }

    .wd-min-784 {
        width: 784%!important
    }

    .wd-min-785 {
        width: 785%!important
    }

    .wd-min-786 {
        width: 786%!important
    }

    .wd-min-787 {
        width: 787%!important
    }

    .wd-min-788 {
        width: 788%!important
    }

    .wd-min-789 {
        width: 789%!important
    }

    .wd-min-790 {
        width: 790%!important
    }

    .wd-min-791 {
        width: 791%!important
    }

    .wd-min-792 {
        width: 792%!important
    }

    .wd-min-793 {
        width: 793%!important
    }

    .wd-min-794 {
        width: 794%!important
    }

    .wd-min-795 {
        width: 795%!important
    }

    .wd-min-796 {
        width: 796%!important
    }

    .wd-min-797 {
        width: 797%!important
    }

    .wd-min-798 {
        width: 798%!important
    }

    .wd-min-799 {
        width: 799%!important
    }

    .wd-min-800 {
        width: 800%!important
    }

    .wd-min-801 {
        width: 801%!important
    }

    .wd-min-802 {
        width: 802%!important
    }

    .wd-min-803 {
        width: 803%!important
    }

    .wd-min-804 {
        width: 804%!important
    }

    .wd-min-805 {
        width: 805%!important
    }

    .wd-min-806 {
        width: 806%!important
    }

    .wd-min-807 {
        width: 807%!important
    }

    .wd-min-808 {
        width: 808%!important
    }

    .wd-min-809 {
        width: 809%!important
    }

    .wd-min-810 {
        width: 810%!important
    }

    .wd-min-811 {
        width: 811%!important
    }

    .wd-min-812 {
        width: 812%!important
    }

    .wd-min-813 {
        width: 813%!important
    }

    .wd-min-814 {
        width: 814%!important
    }

    .wd-min-815 {
        width: 815%!important
    }

    .wd-min-816 {
        width: 816%!important
    }

    .wd-min-817 {
        width: 817%!important
    }

    .wd-min-818 {
        width: 818%!important
    }

    .wd-min-819 {
        width: 819%!important
    }

    .wd-min-820 {
        width: 820%!important
    }

    .wd-min-821 {
        width: 821%!important
    }

    .wd-min-822 {
        width: 822%!important
    }

    .wd-min-823 {
        width: 823%!important
    }

    .wd-min-824 {
        width: 824%!important
    }

    .wd-min-825 {
        width: 825%!important
    }

    .wd-min-826 {
        width: 826%!important
    }

    .wd-min-827 {
        width: 827%!important
    }

    .wd-min-828 {
        width: 828%!important
    }

    .wd-min-829 {
        width: 829%!important
    }

    .wd-min-830 {
        width: 830%!important
    }

    .wd-min-831 {
        width: 831%!important
    }

    .wd-min-832 {
        width: 832%!important
    }

    .wd-min-833 {
        width: 833%!important
    }

    .wd-min-834 {
        width: 834%!important
    }

    .wd-min-835 {
        width: 835%!important
    }

    .wd-min-836 {
        width: 836%!important
    }

    .wd-min-837 {
        width: 837%!important
    }

    .wd-min-838 {
        width: 838%!important
    }

    .wd-min-839 {
        width: 839%!important
    }

    .wd-min-840 {
        width: 840%!important
    }

    .wd-min-841 {
        width: 841%!important
    }

    .wd-min-842 {
        width: 842%!important
    }

    .wd-min-843 {
        width: 843%!important
    }

    .wd-min-844 {
        width: 844%!important
    }

    .wd-min-845 {
        width: 845%!important
    }

    .wd-min-846 {
        width: 846%!important
    }

    .wd-min-847 {
        width: 847%!important
    }

    .wd-min-848 {
        width: 848%!important
    }

    .wd-min-849 {
        width: 849%!important
    }

    .wd-min-850 {
        width: 850%!important
    }

    .wd-min-851 {
        width: 851%!important
    }

    .wd-min-852 {
        width: 852%!important
    }

    .wd-min-853 {
        width: 853%!important
    }

    .wd-min-854 {
        width: 854%!important
    }

    .wd-min-855 {
        width: 855%!important
    }

    .wd-min-856 {
        width: 856%!important
    }

    .wd-min-857 {
        width: 857%!important
    }

    .wd-min-858 {
        width: 858%!important
    }

    .wd-min-859 {
        width: 859%!important
    }

    .wd-min-860 {
        width: 860%!important
    }

    .wd-min-861 {
        width: 861%!important
    }

    .wd-min-862 {
        width: 862%!important
    }

    .wd-min-863 {
        width: 863%!important
    }

    .wd-min-864 {
        width: 864%!important
    }

    .wd-min-865 {
        width: 865%!important
    }

    .wd-min-866 {
        width: 866%!important
    }

    .wd-min-867 {
        width: 867%!important
    }

    .wd-min-868 {
        width: 868%!important
    }

    .wd-min-869 {
        width: 869%!important
    }

    .wd-min-870 {
        width: 870%!important
    }

    .wd-min-871 {
        width: 871%!important
    }

    .wd-min-872 {
        width: 872%!important
    }

    .wd-min-873 {
        width: 873%!important
    }

    .wd-min-874 {
        width: 874%!important
    }

    .wd-min-875 {
        width: 875%!important
    }

    .wd-min-876 {
        width: 876%!important
    }

    .wd-min-877 {
        width: 877%!important
    }

    .wd-min-878 {
        width: 878%!important
    }

    .wd-min-879 {
        width: 879%!important
    }

    .wd-min-880 {
        width: 880%!important
    }

    .wd-min-881 {
        width: 881%!important
    }

    .wd-min-882 {
        width: 882%!important
    }

    .wd-min-883 {
        width: 883%!important
    }

    .wd-min-884 {
        width: 884%!important
    }

    .wd-min-885 {
        width: 885%!important
    }

    .wd-min-886 {
        width: 886%!important
    }

    .wd-min-887 {
        width: 887%!important
    }

    .wd-min-888 {
        width: 888%!important
    }

    .wd-min-889 {
        width: 889%!important
    }

    .wd-min-890 {
        width: 890%!important
    }

    .wd-min-891 {
        width: 891%!important
    }

    .wd-min-892 {
        width: 892%!important
    }

    .wd-min-893 {
        width: 893%!important
    }

    .wd-min-894 {
        width: 894%!important
    }

    .wd-min-895 {
        width: 895%!important
    }

    .wd-min-896 {
        width: 896%!important
    }

    .wd-min-897 {
        width: 897%!important
    }

    .wd-min-898 {
        width: 898%!important
    }

    .wd-min-899 {
        width: 899%!important
    }

    .wd-min-900 {
        width: 900%!important
    }

    .wd-min-901 {
        width: 901%!important
    }

    .wd-min-902 {
        width: 902%!important
    }

    .wd-min-903 {
        width: 903%!important
    }

    .wd-min-904 {
        width: 904%!important
    }

    .wd-min-905 {
        width: 905%!important
    }

    .wd-min-906 {
        width: 906%!important
    }

    .wd-min-907 {
        width: 907%!important
    }

    .wd-min-908 {
        width: 908%!important
    }

    .wd-min-909 {
        width: 909%!important
    }

    .wd-min-910 {
        width: 910%!important
    }

    .wd-min-911 {
        width: 911%!important
    }

    .wd-min-912 {
        width: 912%!important
    }

    .wd-min-913 {
        width: 913%!important
    }

    .wd-min-914 {
        width: 914%!important
    }

    .wd-min-915 {
        width: 915%!important
    }

    .wd-min-916 {
        width: 916%!important
    }

    .wd-min-917 {
        width: 917%!important
    }

    .wd-min-918 {
        width: 918%!important
    }

    .wd-min-919 {
        width: 919%!important
    }

    .wd-min-920 {
        width: 920%!important
    }

    .wd-min-921 {
        width: 921%!important
    }

    .wd-min-922 {
        width: 922%!important
    }

    .wd-min-923 {
        width: 923%!important
    }

    .wd-min-924 {
        width: 924%!important
    }

    .wd-min-925 {
        width: 925%!important
    }

    .wd-min-926 {
        width: 926%!important
    }

    .wd-min-927 {
        width: 927%!important
    }

    .wd-min-928 {
        width: 928%!important
    }

    .wd-min-929 {
        width: 929%!important
    }

    .wd-min-930 {
        width: 930%!important
    }

    .wd-min-931 {
        width: 931%!important
    }

    .wd-min-932 {
        width: 932%!important
    }

    .wd-min-933 {
        width: 933%!important
    }

    .wd-min-934 {
        width: 934%!important
    }

    .wd-min-935 {
        width: 935%!important
    }

    .wd-min-936 {
        width: 936%!important
    }

    .wd-min-937 {
        width: 937%!important
    }

    .wd-min-938 {
        width: 938%!important
    }

    .wd-min-939 {
        width: 939%!important
    }

    .wd-min-940 {
        width: 940%!important
    }

    .wd-min-941 {
        width: 941%!important
    }

    .wd-min-942 {
        width: 942%!important
    }

    .wd-min-943 {
        width: 943%!important
    }

    .wd-min-944 {
        width: 944%!important
    }

    .wd-min-945 {
        width: 945%!important
    }

    .wd-min-946 {
        width: 946%!important
    }

    .wd-min-947 {
        width: 947%!important
    }

    .wd-min-948 {
        width: 948%!important
    }

    .wd-min-949 {
        width: 949%!important
    }

    .wd-min-950 {
        width: 950%!important
    }

    .wd-min-951 {
        width: 951%!important
    }

    .wd-min-952 {
        width: 952%!important
    }

    .wd-min-953 {
        width: 953%!important
    }

    .wd-min-954 {
        width: 954%!important
    }

    .wd-min-955 {
        width: 955%!important
    }

    .wd-min-956 {
        width: 956%!important
    }

    .wd-min-957 {
        width: 957%!important
    }

    .wd-min-958 {
        width: 958%!important
    }

    .wd-min-959 {
        width: 959%!important
    }

    .wd-min-960 {
        width: 960%!important
    }

    .wd-min-961 {
        width: 961%!important
    }

    .wd-min-962 {
        width: 962%!important
    }

    .wd-min-963 {
        width: 963%!important
    }

    .wd-min-964 {
        width: 964%!important
    }

    .wd-min-965 {
        width: 965%!important
    }

    .wd-min-966 {
        width: 966%!important
    }

    .wd-min-967 {
        width: 967%!important
    }

    .wd-min-968 {
        width: 968%!important
    }

    .wd-min-969 {
        width: 969%!important
    }

    .wd-min-970 {
        width: 970%!important
    }

    .wd-min-971 {
        width: 971%!important
    }

    .wd-min-972 {
        width: 972%!important
    }

    .wd-min-973 {
        width: 973%!important
    }

    .wd-min-974 {
        width: 974%!important
    }

    .wd-min-975 {
        width: 975%!important
    }

    .wd-min-976 {
        width: 976%!important
    }

    .wd-min-977 {
        width: 977%!important
    }

    .wd-min-978 {
        width: 978%!important
    }

    .wd-min-979 {
        width: 979%!important
    }

    .wd-min-980 {
        width: 980%!important
    }

    .wd-min-981 {
        width: 981%!important
    }

    .wd-min-982 {
        width: 982%!important
    }

    .wd-min-983 {
        width: 983%!important
    }

    .wd-min-984 {
        width: 984%!important
    }

    .wd-min-985 {
        width: 985%!important
    }

    .wd-min-986 {
        width: 986%!important
    }

    .wd-min-987 {
        width: 987%!important
    }

    .wd-min-988 {
        width: 988%!important
    }

    .wd-min-989 {
        width: 989%!important
    }

    .wd-min-990 {
        width: 990%!important
    }

    .wd-min-991 {
        width: 991%!important
    }

    .wd-min-992 {
        width: 992%!important
    }

    .wd-min-993 {
        width: 993%!important
    }

    .wd-min-994 {
        width: 994%!important
    }

    .wd-min-995 {
        width: 995%!important
    }

    .wd-min-996 {
        width: 996%!important
    }

    .wd-min-997 {
        width: 997%!important
    }

    .wd-min-998 {
        width: 998%!important
    }

    .wd-min-999 {
        width: 999%!important
    }

    .wd-min-1000 {
        width: 1000%!important
    }
}

@media (min-width: 410px) {
    .wd-xs-5 {
        width:5%!important
    }

    .wd-xs-10 {
        width: 10%!important
    }

    .wd-xs-11 {
        width: 11%!important
    }

    .wd-xs-12 {
        width: 12%!important
    }

    .wd-xs-13 {
        width: 13%!important
    }

    .wd-xs-14 {
        width: 14%!important
    }

    .wd-xs-15 {
        width: 15%!important
    }

    .wd-xs-16 {
        width: 16%!important
    }

    .wd-xs-17 {
        width: 17%!important
    }

    .wd-xs-18 {
        width: 18%!important
    }

    .wd-xs-19 {
        width: 19%!important
    }

    .wd-xs-20 {
        width: 20%!important
    }

    .wd-xs-21 {
        width: 21%!important
    }

    .wd-xs-22 {
        width: 22%!important
    }

    .wd-xs-23 {
        width: 23%!important
    }

    .wd-xs-24 {
        width: 24%!important
    }

    .wd-xs-25 {
        width: 25%!important
    }

    .wd-xs-26 {
        width: 26%!important
    }

    .wd-xs-27 {
        width: 27%!important
    }

    .wd-xs-28 {
        width: 28%!important
    }

    .wd-xs-29 {
        width: 29%!important
    }

    .wd-xs-30 {
        width: 30%!important
    }

    .wd-xs-31 {
        width: 31%!important
    }

    .wd-xs-32 {
        width: 32%!important
    }

    .wd-xs-33 {
        width: 33%!important
    }

    .wd-xs-34 {
        width: 34%!important
    }

    .wd-xs-35 {
        width: 35%!important
    }

    .wd-xs-36 {
        width: 36%!important
    }

    .wd-xs-37 {
        width: 37%!important
    }

    .wd-xs-38 {
        width: 38%!important
    }

    .wd-xs-39 {
        width: 39%!important
    }

    .wd-xs-40 {
        width: 40%!important
    }

    .wd-xs-41 {
        width: 41%!important
    }

    .wd-xs-42 {
        width: 42%!important
    }

    .wd-xs-43 {
        width: 43%!important
    }

    .wd-xs-44 {
        width: 44%!important
    }

    .wd-xs-45 {
        width: 45%!important
    }

    .wd-xs-46 {
        width: 46%!important
    }

    .wd-xs-47 {
        width: 47%!important
    }

    .wd-xs-48 {
        width: 48%!important
    }

    .wd-xs-49 {
        width: 49%!important
    }

    .wd-xs-50 {
        width: 50%!important
    }

    .wd-xs-51 {
        width: 51%!important
    }

    .wd-xs-52 {
        width: 52%!important
    }

    .wd-xs-53 {
        width: 53%!important
    }

    .wd-xs-54 {
        width: 54%!important
    }

    .wd-xs-55 {
        width: 55%!important
    }

    .wd-xs-56 {
        width: 56%!important
    }

    .wd-xs-57 {
        width: 57%!important
    }

    .wd-xs-58 {
        width: 58%!important
    }

    .wd-xs-59 {
        width: 59%!important
    }

    .wd-xs-60 {
        width: 60%!important
    }

    .wd-xs-61 {
        width: 61%!important
    }

    .wd-xs-62 {
        width: 62%!important
    }

    .wd-xs-63 {
        width: 63%!important
    }

    .wd-xs-64 {
        width: 64%!important
    }

    .wd-xs-65 {
        width: 65%!important
    }

    .wd-xs-66 {
        width: 66%!important
    }

    .wd-xs-67 {
        width: 67%!important
    }

    .wd-xs-68 {
        width: 68%!important
    }

    .wd-xs-69 {
        width: 69%!important
    }

    .wd-xs-70 {
        width: 70%!important
    }

    .wd-xs-71 {
        width: 71%!important
    }

    .wd-xs-72 {
        width: 72%!important
    }

    .wd-xs-73 {
        width: 73%!important
    }

    .wd-xs-74 {
        width: 74%!important
    }

    .wd-xs-75 {
        width: 75%!important
    }

    .wd-xs-76 {
        width: 76%!important
    }

    .wd-xs-77 {
        width: 77%!important
    }

    .wd-xs-78 {
        width: 78%!important
    }

    .wd-xs-79 {
        width: 79%!important
    }

    .wd-xs-80 {
        width: 80%!important
    }

    .wd-xs-81 {
        width: 81%!important
    }

    .wd-xs-82 {
        width: 82%!important
    }

    .wd-xs-83 {
        width: 83%!important
    }

    .wd-xs-84 {
        width: 84%!important
    }

    .wd-xs-85 {
        width: 85%!important
    }

    .wd-xs-86 {
        width: 86%!important
    }

    .wd-xs-87 {
        width: 87%!important
    }

    .wd-xs-88 {
        width: 88%!important
    }

    .wd-xs-89 {
        width: 89%!important
    }

    .wd-xs-90 {
        width: 90%!important
    }

    .wd-xs-91 {
        width: 91%!important
    }

    .wd-xs-92 {
        width: 92%!important
    }

    .wd-xs-93 {
        width: 93%!important
    }

    .wd-xs-94 {
        width: 94%!important
    }

    .wd-xs-95 {
        width: 95%!important
    }

    .wd-xs-96 {
        width: 96%!important
    }

    .wd-xs-97 {
        width: 97%!important
    }

    .wd-xs-98 {
        width: 98%!important
    }

    .wd-xs-99 {
        width: 99%!important
    }

    .wd-xs-100 {
        width: 100%!important
    }

    .wd-xs-101 {
        width: 101%!important
    }

    .wd-xs-102 {
        width: 102%!important
    }

    .wd-xs-103 {
        width: 103%!important
    }

    .wd-xs-104 {
        width: 104%!important
    }

    .wd-xs-105 {
        width: 105%!important
    }

    .wd-xs-106 {
        width: 106%!important
    }

    .wd-xs-107 {
        width: 107%!important
    }

    .wd-xs-108 {
        width: 108%!important
    }

    .wd-xs-109 {
        width: 109%!important
    }

    .wd-xs-110 {
        width: 110%!important
    }

    .wd-xs-111 {
        width: 111%!important
    }

    .wd-xs-112 {
        width: 112%!important
    }

    .wd-xs-113 {
        width: 113%!important
    }

    .wd-xs-114 {
        width: 114%!important
    }

    .wd-xs-115 {
        width: 115%!important
    }

    .wd-xs-116 {
        width: 116%!important
    }

    .wd-xs-117 {
        width: 117%!important
    }

    .wd-xs-118 {
        width: 118%!important
    }

    .wd-xs-119 {
        width: 119%!important
    }

    .wd-xs-120 {
        width: 120%!important
    }

    .wd-xs-121 {
        width: 121%!important
    }

    .wd-xs-122 {
        width: 122%!important
    }

    .wd-xs-123 {
        width: 123%!important
    }

    .wd-xs-124 {
        width: 124%!important
    }

    .wd-xs-125 {
        width: 125%!important
    }

    .wd-xs-126 {
        width: 126%!important
    }

    .wd-xs-127 {
        width: 127%!important
    }

    .wd-xs-128 {
        width: 128%!important
    }

    .wd-xs-129 {
        width: 129%!important
    }

    .wd-xs-130 {
        width: 130%!important
    }

    .wd-xs-131 {
        width: 131%!important
    }

    .wd-xs-132 {
        width: 132%!important
    }

    .wd-xs-133 {
        width: 133%!important
    }

    .wd-xs-134 {
        width: 134%!important
    }

    .wd-xs-135 {
        width: 135%!important
    }

    .wd-xs-136 {
        width: 136%!important
    }

    .wd-xs-137 {
        width: 137%!important
    }

    .wd-xs-138 {
        width: 138%!important
    }

    .wd-xs-139 {
        width: 139%!important
    }

    .wd-xs-140 {
        width: 140%!important
    }

    .wd-xs-141 {
        width: 141%!important
    }

    .wd-xs-142 {
        width: 142%!important
    }

    .wd-xs-143 {
        width: 143%!important
    }

    .wd-xs-144 {
        width: 144%!important
    }

    .wd-xs-145 {
        width: 145%!important
    }

    .wd-xs-146 {
        width: 146%!important
    }

    .wd-xs-147 {
        width: 147%!important
    }

    .wd-xs-148 {
        width: 148%!important
    }

    .wd-xs-149 {
        width: 149%!important
    }

    .wd-xs-150 {
        width: 150%!important
    }

    .wd-xs-151 {
        width: 151%!important
    }

    .wd-xs-152 {
        width: 152%!important
    }

    .wd-xs-153 {
        width: 153%!important
    }

    .wd-xs-154 {
        width: 154%!important
    }

    .wd-xs-155 {
        width: 155%!important
    }

    .wd-xs-156 {
        width: 156%!important
    }

    .wd-xs-157 {
        width: 157%!important
    }

    .wd-xs-158 {
        width: 158%!important
    }

    .wd-xs-159 {
        width: 159%!important
    }

    .wd-xs-160 {
        width: 160%!important
    }

    .wd-xs-161 {
        width: 161%!important
    }

    .wd-xs-162 {
        width: 162%!important
    }

    .wd-xs-163 {
        width: 163%!important
    }

    .wd-xs-164 {
        width: 164%!important
    }

    .wd-xs-165 {
        width: 165%!important
    }

    .wd-xs-166 {
        width: 166%!important
    }

    .wd-xs-167 {
        width: 167%!important
    }

    .wd-xs-168 {
        width: 168%!important
    }

    .wd-xs-169 {
        width: 169%!important
    }

    .wd-xs-170 {
        width: 170%!important
    }

    .wd-xs-171 {
        width: 171%!important
    }

    .wd-xs-172 {
        width: 172%!important
    }

    .wd-xs-173 {
        width: 173%!important
    }

    .wd-xs-174 {
        width: 174%!important
    }

    .wd-xs-175 {
        width: 175%!important
    }

    .wd-xs-176 {
        width: 176%!important
    }

    .wd-xs-177 {
        width: 177%!important
    }

    .wd-xs-178 {
        width: 178%!important
    }

    .wd-xs-179 {
        width: 179%!important
    }

    .wd-xs-180 {
        width: 180%!important
    }

    .wd-xs-181 {
        width: 181%!important
    }

    .wd-xs-182 {
        width: 182%!important
    }

    .wd-xs-183 {
        width: 183%!important
    }

    .wd-xs-184 {
        width: 184%!important
    }

    .wd-xs-185 {
        width: 185%!important
    }

    .wd-xs-186 {
        width: 186%!important
    }

    .wd-xs-187 {
        width: 187%!important
    }

    .wd-xs-188 {
        width: 188%!important
    }

    .wd-xs-189 {
        width: 189%!important
    }

    .wd-xs-190 {
        width: 190%!important
    }

    .wd-xs-191 {
        width: 191%!important
    }

    .wd-xs-192 {
        width: 192%!important
    }

    .wd-xs-193 {
        width: 193%!important
    }

    .wd-xs-194 {
        width: 194%!important
    }

    .wd-xs-195 {
        width: 195%!important
    }

    .wd-xs-196 {
        width: 196%!important
    }

    .wd-xs-197 {
        width: 197%!important
    }

    .wd-xs-198 {
        width: 198%!important
    }

    .wd-xs-199 {
        width: 199%!important
    }

    .wd-xs-200 {
        width: 200%!important
    }

    .wd-xs-201 {
        width: 201%!important
    }

    .wd-xs-202 {
        width: 202%!important
    }

    .wd-xs-203 {
        width: 203%!important
    }

    .wd-xs-204 {
        width: 204%!important
    }

    .wd-xs-205 {
        width: 205%!important
    }

    .wd-xs-206 {
        width: 206%!important
    }

    .wd-xs-207 {
        width: 207%!important
    }

    .wd-xs-208 {
        width: 208%!important
    }

    .wd-xs-209 {
        width: 209%!important
    }

    .wd-xs-210 {
        width: 210%!important
    }

    .wd-xs-211 {
        width: 211%!important
    }

    .wd-xs-212 {
        width: 212%!important
    }

    .wd-xs-213 {
        width: 213%!important
    }

    .wd-xs-214 {
        width: 214%!important
    }

    .wd-xs-215 {
        width: 215%!important
    }

    .wd-xs-216 {
        width: 216%!important
    }

    .wd-xs-217 {
        width: 217%!important
    }

    .wd-xs-218 {
        width: 218%!important
    }

    .wd-xs-219 {
        width: 219%!important
    }

    .wd-xs-220 {
        width: 220%!important
    }

    .wd-xs-221 {
        width: 221%!important
    }

    .wd-xs-222 {
        width: 222%!important
    }

    .wd-xs-223 {
        width: 223%!important
    }

    .wd-xs-224 {
        width: 224%!important
    }

    .wd-xs-225 {
        width: 225%!important
    }

    .wd-xs-226 {
        width: 226%!important
    }

    .wd-xs-227 {
        width: 227%!important
    }

    .wd-xs-228 {
        width: 228%!important
    }

    .wd-xs-229 {
        width: 229%!important
    }

    .wd-xs-230 {
        width: 230%!important
    }

    .wd-xs-231 {
        width: 231%!important
    }

    .wd-xs-232 {
        width: 232%!important
    }

    .wd-xs-233 {
        width: 233%!important
    }

    .wd-xs-234 {
        width: 234%!important
    }

    .wd-xs-235 {
        width: 235%!important
    }

    .wd-xs-236 {
        width: 236%!important
    }

    .wd-xs-237 {
        width: 237%!important
    }

    .wd-xs-238 {
        width: 238%!important
    }

    .wd-xs-239 {
        width: 239%!important
    }

    .wd-xs-240 {
        width: 240%!important
    }

    .wd-xs-241 {
        width: 241%!important
    }

    .wd-xs-242 {
        width: 242%!important
    }

    .wd-xs-243 {
        width: 243%!important
    }

    .wd-xs-244 {
        width: 244%!important
    }

    .wd-xs-245 {
        width: 245%!important
    }

    .wd-xs-246 {
        width: 246%!important
    }

    .wd-xs-247 {
        width: 247%!important
    }

    .wd-xs-248 {
        width: 248%!important
    }

    .wd-xs-249 {
        width: 249%!important
    }

    .wd-xs-250 {
        width: 250%!important
    }

    .wd-xs-251 {
        width: 251%!important
    }

    .wd-xs-252 {
        width: 252%!important
    }

    .wd-xs-253 {
        width: 253%!important
    }

    .wd-xs-254 {
        width: 254%!important
    }

    .wd-xs-255 {
        width: 255%!important
    }

    .wd-xs-256 {
        width: 256%!important
    }

    .wd-xs-257 {
        width: 257%!important
    }

    .wd-xs-258 {
        width: 258%!important
    }

    .wd-xs-259 {
        width: 259%!important
    }

    .wd-xs-260 {
        width: 260%!important
    }

    .wd-xs-261 {
        width: 261%!important
    }

    .wd-xs-262 {
        width: 262%!important
    }

    .wd-xs-263 {
        width: 263%!important
    }

    .wd-xs-264 {
        width: 264%!important
    }

    .wd-xs-265 {
        width: 265%!important
    }

    .wd-xs-266 {
        width: 266%!important
    }

    .wd-xs-267 {
        width: 267%!important
    }

    .wd-xs-268 {
        width: 268%!important
    }

    .wd-xs-269 {
        width: 269%!important
    }

    .wd-xs-270 {
        width: 270%!important
    }

    .wd-xs-271 {
        width: 271%!important
    }

    .wd-xs-272 {
        width: 272%!important
    }

    .wd-xs-273 {
        width: 273%!important
    }

    .wd-xs-274 {
        width: 274%!important
    }

    .wd-xs-275 {
        width: 275%!important
    }

    .wd-xs-276 {
        width: 276%!important
    }

    .wd-xs-277 {
        width: 277%!important
    }

    .wd-xs-278 {
        width: 278%!important
    }

    .wd-xs-279 {
        width: 279%!important
    }

    .wd-xs-280 {
        width: 280%!important
    }

    .wd-xs-281 {
        width: 281%!important
    }

    .wd-xs-282 {
        width: 282%!important
    }

    .wd-xs-283 {
        width: 283%!important
    }

    .wd-xs-284 {
        width: 284%!important
    }

    .wd-xs-285 {
        width: 285%!important
    }

    .wd-xs-286 {
        width: 286%!important
    }

    .wd-xs-287 {
        width: 287%!important
    }

    .wd-xs-288 {
        width: 288%!important
    }

    .wd-xs-289 {
        width: 289%!important
    }

    .wd-xs-290 {
        width: 290%!important
    }

    .wd-xs-291 {
        width: 291%!important
    }

    .wd-xs-292 {
        width: 292%!important
    }

    .wd-xs-293 {
        width: 293%!important
    }

    .wd-xs-294 {
        width: 294%!important
    }

    .wd-xs-295 {
        width: 295%!important
    }

    .wd-xs-296 {
        width: 296%!important
    }

    .wd-xs-297 {
        width: 297%!important
    }

    .wd-xs-298 {
        width: 298%!important
    }

    .wd-xs-299 {
        width: 299%!important
    }

    .wd-xs-300 {
        width: 300%!important
    }

    .wd-xs-301 {
        width: 301%!important
    }

    .wd-xs-302 {
        width: 302%!important
    }

    .wd-xs-303 {
        width: 303%!important
    }

    .wd-xs-304 {
        width: 304%!important
    }

    .wd-xs-305 {
        width: 305%!important
    }

    .wd-xs-306 {
        width: 306%!important
    }

    .wd-xs-307 {
        width: 307%!important
    }

    .wd-xs-308 {
        width: 308%!important
    }

    .wd-xs-309 {
        width: 309%!important
    }

    .wd-xs-310 {
        width: 310%!important
    }

    .wd-xs-311 {
        width: 311%!important
    }

    .wd-xs-312 {
        width: 312%!important
    }

    .wd-xs-313 {
        width: 313%!important
    }

    .wd-xs-314 {
        width: 314%!important
    }

    .wd-xs-315 {
        width: 315%!important
    }

    .wd-xs-316 {
        width: 316%!important
    }

    .wd-xs-317 {
        width: 317%!important
    }

    .wd-xs-318 {
        width: 318%!important
    }

    .wd-xs-319 {
        width: 319%!important
    }

    .wd-xs-320 {
        width: 320%!important
    }

    .wd-xs-321 {
        width: 321%!important
    }

    .wd-xs-322 {
        width: 322%!important
    }

    .wd-xs-323 {
        width: 323%!important
    }

    .wd-xs-324 {
        width: 324%!important
    }

    .wd-xs-325 {
        width: 325%!important
    }

    .wd-xs-326 {
        width: 326%!important
    }

    .wd-xs-327 {
        width: 327%!important
    }

    .wd-xs-328 {
        width: 328%!important
    }

    .wd-xs-329 {
        width: 329%!important
    }

    .wd-xs-330 {
        width: 330%!important
    }

    .wd-xs-331 {
        width: 331%!important
    }

    .wd-xs-332 {
        width: 332%!important
    }

    .wd-xs-333 {
        width: 333%!important
    }

    .wd-xs-334 {
        width: 334%!important
    }

    .wd-xs-335 {
        width: 335%!important
    }

    .wd-xs-336 {
        width: 336%!important
    }

    .wd-xs-337 {
        width: 337%!important
    }

    .wd-xs-338 {
        width: 338%!important
    }

    .wd-xs-339 {
        width: 339%!important
    }

    .wd-xs-340 {
        width: 340%!important
    }

    .wd-xs-341 {
        width: 341%!important
    }

    .wd-xs-342 {
        width: 342%!important
    }

    .wd-xs-343 {
        width: 343%!important
    }

    .wd-xs-344 {
        width: 344%!important
    }

    .wd-xs-345 {
        width: 345%!important
    }

    .wd-xs-346 {
        width: 346%!important
    }

    .wd-xs-347 {
        width: 347%!important
    }

    .wd-xs-348 {
        width: 348%!important
    }

    .wd-xs-349 {
        width: 349%!important
    }

    .wd-xs-350 {
        width: 350%!important
    }

    .wd-xs-351 {
        width: 351%!important
    }

    .wd-xs-352 {
        width: 352%!important
    }

    .wd-xs-353 {
        width: 353%!important
    }

    .wd-xs-354 {
        width: 354%!important
    }

    .wd-xs-355 {
        width: 355%!important
    }

    .wd-xs-356 {
        width: 356%!important
    }

    .wd-xs-357 {
        width: 357%!important
    }

    .wd-xs-358 {
        width: 358%!important
    }

    .wd-xs-359 {
        width: 359%!important
    }

    .wd-xs-360 {
        width: 360%!important
    }

    .wd-xs-361 {
        width: 361%!important
    }

    .wd-xs-362 {
        width: 362%!important
    }

    .wd-xs-363 {
        width: 363%!important
    }

    .wd-xs-364 {
        width: 364%!important
    }

    .wd-xs-365 {
        width: 365%!important
    }

    .wd-xs-366 {
        width: 366%!important
    }

    .wd-xs-367 {
        width: 367%!important
    }

    .wd-xs-368 {
        width: 368%!important
    }

    .wd-xs-369 {
        width: 369%!important
    }

    .wd-xs-370 {
        width: 370%!important
    }

    .wd-xs-371 {
        width: 371%!important
    }

    .wd-xs-372 {
        width: 372%!important
    }

    .wd-xs-373 {
        width: 373%!important
    }

    .wd-xs-374 {
        width: 374%!important
    }

    .wd-xs-375 {
        width: 375%!important
    }

    .wd-xs-376 {
        width: 376%!important
    }

    .wd-xs-377 {
        width: 377%!important
    }

    .wd-xs-378 {
        width: 378%!important
    }

    .wd-xs-379 {
        width: 379%!important
    }

    .wd-xs-380 {
        width: 380%!important
    }

    .wd-xs-381 {
        width: 381%!important
    }

    .wd-xs-382 {
        width: 382%!important
    }

    .wd-xs-383 {
        width: 383%!important
    }

    .wd-xs-384 {
        width: 384%!important
    }

    .wd-xs-385 {
        width: 385%!important
    }

    .wd-xs-386 {
        width: 386%!important
    }

    .wd-xs-387 {
        width: 387%!important
    }

    .wd-xs-388 {
        width: 388%!important
    }

    .wd-xs-389 {
        width: 389%!important
    }

    .wd-xs-390 {
        width: 390%!important
    }

    .wd-xs-391 {
        width: 391%!important
    }

    .wd-xs-392 {
        width: 392%!important
    }

    .wd-xs-393 {
        width: 393%!important
    }

    .wd-xs-394 {
        width: 394%!important
    }

    .wd-xs-395 {
        width: 395%!important
    }

    .wd-xs-396 {
        width: 396%!important
    }

    .wd-xs-397 {
        width: 397%!important
    }

    .wd-xs-398 {
        width: 398%!important
    }

    .wd-xs-399 {
        width: 399%!important
    }

    .wd-xs-400 {
        width: 400%!important
    }

    .wd-xs-401 {
        width: 401%!important
    }

    .wd-xs-402 {
        width: 402%!important
    }

    .wd-xs-403 {
        width: 403%!important
    }

    .wd-xs-404 {
        width: 404%!important
    }

    .wd-xs-405 {
        width: 405%!important
    }

    .wd-xs-406 {
        width: 406%!important
    }

    .wd-xs-407 {
        width: 407%!important
    }

    .wd-xs-408 {
        width: 408%!important
    }

    .wd-xs-409 {
        width: 409%!important
    }

    .wd-xs-410 {
        width: 410%!important
    }

    .wd-xs-411 {
        width: 411%!important
    }

    .wd-xs-412 {
        width: 412%!important
    }

    .wd-xs-413 {
        width: 413%!important
    }

    .wd-xs-414 {
        width: 414%!important
    }

    .wd-xs-415 {
        width: 415%!important
    }

    .wd-xs-416 {
        width: 416%!important
    }

    .wd-xs-417 {
        width: 417%!important
    }

    .wd-xs-418 {
        width: 418%!important
    }

    .wd-xs-419 {
        width: 419%!important
    }

    .wd-xs-420 {
        width: 420%!important
    }

    .wd-xs-421 {
        width: 421%!important
    }

    .wd-xs-422 {
        width: 422%!important
    }

    .wd-xs-423 {
        width: 423%!important
    }

    .wd-xs-424 {
        width: 424%!important
    }

    .wd-xs-425 {
        width: 425%!important
    }

    .wd-xs-426 {
        width: 426%!important
    }

    .wd-xs-427 {
        width: 427%!important
    }

    .wd-xs-428 {
        width: 428%!important
    }

    .wd-xs-429 {
        width: 429%!important
    }

    .wd-xs-430 {
        width: 430%!important
    }

    .wd-xs-431 {
        width: 431%!important
    }

    .wd-xs-432 {
        width: 432%!important
    }

    .wd-xs-433 {
        width: 433%!important
    }

    .wd-xs-434 {
        width: 434%!important
    }

    .wd-xs-435 {
        width: 435%!important
    }

    .wd-xs-436 {
        width: 436%!important
    }

    .wd-xs-437 {
        width: 437%!important
    }

    .wd-xs-438 {
        width: 438%!important
    }

    .wd-xs-439 {
        width: 439%!important
    }

    .wd-xs-440 {
        width: 440%!important
    }

    .wd-xs-441 {
        width: 441%!important
    }

    .wd-xs-442 {
        width: 442%!important
    }

    .wd-xs-443 {
        width: 443%!important
    }

    .wd-xs-444 {
        width: 444%!important
    }

    .wd-xs-445 {
        width: 445%!important
    }

    .wd-xs-446 {
        width: 446%!important
    }

    .wd-xs-447 {
        width: 447%!important
    }

    .wd-xs-448 {
        width: 448%!important
    }

    .wd-xs-449 {
        width: 449%!important
    }

    .wd-xs-450 {
        width: 450%!important
    }

    .wd-xs-451 {
        width: 451%!important
    }

    .wd-xs-452 {
        width: 452%!important
    }

    .wd-xs-453 {
        width: 453%!important
    }

    .wd-xs-454 {
        width: 454%!important
    }

    .wd-xs-455 {
        width: 455%!important
    }

    .wd-xs-456 {
        width: 456%!important
    }

    .wd-xs-457 {
        width: 457%!important
    }

    .wd-xs-458 {
        width: 458%!important
    }

    .wd-xs-459 {
        width: 459%!important
    }

    .wd-xs-460 {
        width: 460%!important
    }

    .wd-xs-461 {
        width: 461%!important
    }

    .wd-xs-462 {
        width: 462%!important
    }

    .wd-xs-463 {
        width: 463%!important
    }

    .wd-xs-464 {
        width: 464%!important
    }

    .wd-xs-465 {
        width: 465%!important
    }

    .wd-xs-466 {
        width: 466%!important
    }

    .wd-xs-467 {
        width: 467%!important
    }

    .wd-xs-468 {
        width: 468%!important
    }

    .wd-xs-469 {
        width: 469%!important
    }

    .wd-xs-470 {
        width: 470%!important
    }

    .wd-xs-471 {
        width: 471%!important
    }

    .wd-xs-472 {
        width: 472%!important
    }

    .wd-xs-473 {
        width: 473%!important
    }

    .wd-xs-474 {
        width: 474%!important
    }

    .wd-xs-475 {
        width: 475%!important
    }

    .wd-xs-476 {
        width: 476%!important
    }

    .wd-xs-477 {
        width: 477%!important
    }

    .wd-xs-478 {
        width: 478%!important
    }

    .wd-xs-479 {
        width: 479%!important
    }

    .wd-xs-480 {
        width: 480%!important
    }

    .wd-xs-481 {
        width: 481%!important
    }

    .wd-xs-482 {
        width: 482%!important
    }

    .wd-xs-483 {
        width: 483%!important
    }

    .wd-xs-484 {
        width: 484%!important
    }

    .wd-xs-485 {
        width: 485%!important
    }

    .wd-xs-486 {
        width: 486%!important
    }

    .wd-xs-487 {
        width: 487%!important
    }

    .wd-xs-488 {
        width: 488%!important
    }

    .wd-xs-489 {
        width: 489%!important
    }

    .wd-xs-490 {
        width: 490%!important
    }

    .wd-xs-491 {
        width: 491%!important
    }

    .wd-xs-492 {
        width: 492%!important
    }

    .wd-xs-493 {
        width: 493%!important
    }

    .wd-xs-494 {
        width: 494%!important
    }

    .wd-xs-495 {
        width: 495%!important
    }

    .wd-xs-496 {
        width: 496%!important
    }

    .wd-xs-497 {
        width: 497%!important
    }

    .wd-xs-498 {
        width: 498%!important
    }

    .wd-xs-499 {
        width: 499%!important
    }

    .wd-xs-500 {
        width: 500%!important
    }

    .wd-xs-501 {
        width: 501%!important
    }

    .wd-xs-502 {
        width: 502%!important
    }

    .wd-xs-503 {
        width: 503%!important
    }

    .wd-xs-504 {
        width: 504%!important
    }

    .wd-xs-505 {
        width: 505%!important
    }

    .wd-xs-506 {
        width: 506%!important
    }

    .wd-xs-507 {
        width: 507%!important
    }

    .wd-xs-508 {
        width: 508%!important
    }

    .wd-xs-509 {
        width: 509%!important
    }

    .wd-xs-510 {
        width: 510%!important
    }

    .wd-xs-511 {
        width: 511%!important
    }

    .wd-xs-512 {
        width: 512%!important
    }

    .wd-xs-513 {
        width: 513%!important
    }

    .wd-xs-514 {
        width: 514%!important
    }

    .wd-xs-515 {
        width: 515%!important
    }

    .wd-xs-516 {
        width: 516%!important
    }

    .wd-xs-517 {
        width: 517%!important
    }

    .wd-xs-518 {
        width: 518%!important
    }

    .wd-xs-519 {
        width: 519%!important
    }

    .wd-xs-520 {
        width: 520%!important
    }

    .wd-xs-521 {
        width: 521%!important
    }

    .wd-xs-522 {
        width: 522%!important
    }

    .wd-xs-523 {
        width: 523%!important
    }

    .wd-xs-524 {
        width: 524%!important
    }

    .wd-xs-525 {
        width: 525%!important
    }

    .wd-xs-526 {
        width: 526%!important
    }

    .wd-xs-527 {
        width: 527%!important
    }

    .wd-xs-528 {
        width: 528%!important
    }

    .wd-xs-529 {
        width: 529%!important
    }

    .wd-xs-530 {
        width: 530%!important
    }

    .wd-xs-531 {
        width: 531%!important
    }

    .wd-xs-532 {
        width: 532%!important
    }

    .wd-xs-533 {
        width: 533%!important
    }

    .wd-xs-534 {
        width: 534%!important
    }

    .wd-xs-535 {
        width: 535%!important
    }

    .wd-xs-536 {
        width: 536%!important
    }

    .wd-xs-537 {
        width: 537%!important
    }

    .wd-xs-538 {
        width: 538%!important
    }

    .wd-xs-539 {
        width: 539%!important
    }

    .wd-xs-540 {
        width: 540%!important
    }

    .wd-xs-541 {
        width: 541%!important
    }

    .wd-xs-542 {
        width: 542%!important
    }

    .wd-xs-543 {
        width: 543%!important
    }

    .wd-xs-544 {
        width: 544%!important
    }

    .wd-xs-545 {
        width: 545%!important
    }

    .wd-xs-546 {
        width: 546%!important
    }

    .wd-xs-547 {
        width: 547%!important
    }

    .wd-xs-548 {
        width: 548%!important
    }

    .wd-xs-549 {
        width: 549%!important
    }

    .wd-xs-550 {
        width: 550%!important
    }

    .wd-xs-551 {
        width: 551%!important
    }

    .wd-xs-552 {
        width: 552%!important
    }

    .wd-xs-553 {
        width: 553%!important
    }

    .wd-xs-554 {
        width: 554%!important
    }

    .wd-xs-555 {
        width: 555%!important
    }

    .wd-xs-556 {
        width: 556%!important
    }

    .wd-xs-557 {
        width: 557%!important
    }

    .wd-xs-558 {
        width: 558%!important
    }

    .wd-xs-559 {
        width: 559%!important
    }

    .wd-xs-560 {
        width: 560%!important
    }

    .wd-xs-561 {
        width: 561%!important
    }

    .wd-xs-562 {
        width: 562%!important
    }

    .wd-xs-563 {
        width: 563%!important
    }

    .wd-xs-564 {
        width: 564%!important
    }

    .wd-xs-565 {
        width: 565%!important
    }

    .wd-xs-566 {
        width: 566%!important
    }

    .wd-xs-567 {
        width: 567%!important
    }

    .wd-xs-568 {
        width: 568%!important
    }

    .wd-xs-569 {
        width: 569%!important
    }

    .wd-xs-570 {
        width: 570%!important
    }

    .wd-xs-571 {
        width: 571%!important
    }

    .wd-xs-572 {
        width: 572%!important
    }

    .wd-xs-573 {
        width: 573%!important
    }

    .wd-xs-574 {
        width: 574%!important
    }

    .wd-xs-575 {
        width: 575%!important
    }

    .wd-xs-576 {
        width: 576%!important
    }

    .wd-xs-577 {
        width: 577%!important
    }

    .wd-xs-578 {
        width: 578%!important
    }

    .wd-xs-579 {
        width: 579%!important
    }

    .wd-xs-580 {
        width: 580%!important
    }

    .wd-xs-581 {
        width: 581%!important
    }

    .wd-xs-582 {
        width: 582%!important
    }

    .wd-xs-583 {
        width: 583%!important
    }

    .wd-xs-584 {
        width: 584%!important
    }

    .wd-xs-585 {
        width: 585%!important
    }

    .wd-xs-586 {
        width: 586%!important
    }

    .wd-xs-587 {
        width: 587%!important
    }

    .wd-xs-588 {
        width: 588%!important
    }

    .wd-xs-589 {
        width: 589%!important
    }

    .wd-xs-590 {
        width: 590%!important
    }

    .wd-xs-591 {
        width: 591%!important
    }

    .wd-xs-592 {
        width: 592%!important
    }

    .wd-xs-593 {
        width: 593%!important
    }

    .wd-xs-594 {
        width: 594%!important
    }

    .wd-xs-595 {
        width: 595%!important
    }

    .wd-xs-596 {
        width: 596%!important
    }

    .wd-xs-597 {
        width: 597%!important
    }

    .wd-xs-598 {
        width: 598%!important
    }

    .wd-xs-599 {
        width: 599%!important
    }

    .wd-xs-600 {
        width: 600%!important
    }

    .wd-xs-601 {
        width: 601%!important
    }

    .wd-xs-602 {
        width: 602%!important
    }

    .wd-xs-603 {
        width: 603%!important
    }

    .wd-xs-604 {
        width: 604%!important
    }

    .wd-xs-605 {
        width: 605%!important
    }

    .wd-xs-606 {
        width: 606%!important
    }

    .wd-xs-607 {
        width: 607%!important
    }

    .wd-xs-608 {
        width: 608%!important
    }

    .wd-xs-609 {
        width: 609%!important
    }

    .wd-xs-610 {
        width: 610%!important
    }

    .wd-xs-611 {
        width: 611%!important
    }

    .wd-xs-612 {
        width: 612%!important
    }

    .wd-xs-613 {
        width: 613%!important
    }

    .wd-xs-614 {
        width: 614%!important
    }

    .wd-xs-615 {
        width: 615%!important
    }

    .wd-xs-616 {
        width: 616%!important
    }

    .wd-xs-617 {
        width: 617%!important
    }

    .wd-xs-618 {
        width: 618%!important
    }

    .wd-xs-619 {
        width: 619%!important
    }

    .wd-xs-620 {
        width: 620%!important
    }

    .wd-xs-621 {
        width: 621%!important
    }

    .wd-xs-622 {
        width: 622%!important
    }

    .wd-xs-623 {
        width: 623%!important
    }

    .wd-xs-624 {
        width: 624%!important
    }

    .wd-xs-625 {
        width: 625%!important
    }

    .wd-xs-626 {
        width: 626%!important
    }

    .wd-xs-627 {
        width: 627%!important
    }

    .wd-xs-628 {
        width: 628%!important
    }

    .wd-xs-629 {
        width: 629%!important
    }

    .wd-xs-630 {
        width: 630%!important
    }

    .wd-xs-631 {
        width: 631%!important
    }

    .wd-xs-632 {
        width: 632%!important
    }

    .wd-xs-633 {
        width: 633%!important
    }

    .wd-xs-634 {
        width: 634%!important
    }

    .wd-xs-635 {
        width: 635%!important
    }

    .wd-xs-636 {
        width: 636%!important
    }

    .wd-xs-637 {
        width: 637%!important
    }

    .wd-xs-638 {
        width: 638%!important
    }

    .wd-xs-639 {
        width: 639%!important
    }

    .wd-xs-640 {
        width: 640%!important
    }

    .wd-xs-641 {
        width: 641%!important
    }

    .wd-xs-642 {
        width: 642%!important
    }

    .wd-xs-643 {
        width: 643%!important
    }

    .wd-xs-644 {
        width: 644%!important
    }

    .wd-xs-645 {
        width: 645%!important
    }

    .wd-xs-646 {
        width: 646%!important
    }

    .wd-xs-647 {
        width: 647%!important
    }

    .wd-xs-648 {
        width: 648%!important
    }

    .wd-xs-649 {
        width: 649%!important
    }

    .wd-xs-650 {
        width: 650%!important
    }

    .wd-xs-651 {
        width: 651%!important
    }

    .wd-xs-652 {
        width: 652%!important
    }

    .wd-xs-653 {
        width: 653%!important
    }

    .wd-xs-654 {
        width: 654%!important
    }

    .wd-xs-655 {
        width: 655%!important
    }

    .wd-xs-656 {
        width: 656%!important
    }

    .wd-xs-657 {
        width: 657%!important
    }

    .wd-xs-658 {
        width: 658%!important
    }

    .wd-xs-659 {
        width: 659%!important
    }

    .wd-xs-660 {
        width: 660%!important
    }

    .wd-xs-661 {
        width: 661%!important
    }

    .wd-xs-662 {
        width: 662%!important
    }

    .wd-xs-663 {
        width: 663%!important
    }

    .wd-xs-664 {
        width: 664%!important
    }

    .wd-xs-665 {
        width: 665%!important
    }

    .wd-xs-666 {
        width: 666%!important
    }

    .wd-xs-667 {
        width: 667%!important
    }

    .wd-xs-668 {
        width: 668%!important
    }

    .wd-xs-669 {
        width: 669%!important
    }

    .wd-xs-670 {
        width: 670%!important
    }

    .wd-xs-671 {
        width: 671%!important
    }

    .wd-xs-672 {
        width: 672%!important
    }

    .wd-xs-673 {
        width: 673%!important
    }

    .wd-xs-674 {
        width: 674%!important
    }

    .wd-xs-675 {
        width: 675%!important
    }

    .wd-xs-676 {
        width: 676%!important
    }

    .wd-xs-677 {
        width: 677%!important
    }

    .wd-xs-678 {
        width: 678%!important
    }

    .wd-xs-679 {
        width: 679%!important
    }

    .wd-xs-680 {
        width: 680%!important
    }

    .wd-xs-681 {
        width: 681%!important
    }

    .wd-xs-682 {
        width: 682%!important
    }

    .wd-xs-683 {
        width: 683%!important
    }

    .wd-xs-684 {
        width: 684%!important
    }

    .wd-xs-685 {
        width: 685%!important
    }

    .wd-xs-686 {
        width: 686%!important
    }

    .wd-xs-687 {
        width: 687%!important
    }

    .wd-xs-688 {
        width: 688%!important
    }

    .wd-xs-689 {
        width: 689%!important
    }

    .wd-xs-690 {
        width: 690%!important
    }

    .wd-xs-691 {
        width: 691%!important
    }

    .wd-xs-692 {
        width: 692%!important
    }

    .wd-xs-693 {
        width: 693%!important
    }

    .wd-xs-694 {
        width: 694%!important
    }

    .wd-xs-695 {
        width: 695%!important
    }

    .wd-xs-696 {
        width: 696%!important
    }

    .wd-xs-697 {
        width: 697%!important
    }

    .wd-xs-698 {
        width: 698%!important
    }

    .wd-xs-699 {
        width: 699%!important
    }

    .wd-xs-700 {
        width: 700%!important
    }

    .wd-xs-701 {
        width: 701%!important
    }

    .wd-xs-702 {
        width: 702%!important
    }

    .wd-xs-703 {
        width: 703%!important
    }

    .wd-xs-704 {
        width: 704%!important
    }

    .wd-xs-705 {
        width: 705%!important
    }

    .wd-xs-706 {
        width: 706%!important
    }

    .wd-xs-707 {
        width: 707%!important
    }

    .wd-xs-708 {
        width: 708%!important
    }

    .wd-xs-709 {
        width: 709%!important
    }

    .wd-xs-710 {
        width: 710%!important
    }

    .wd-xs-711 {
        width: 711%!important
    }

    .wd-xs-712 {
        width: 712%!important
    }

    .wd-xs-713 {
        width: 713%!important
    }

    .wd-xs-714 {
        width: 714%!important
    }

    .wd-xs-715 {
        width: 715%!important
    }

    .wd-xs-716 {
        width: 716%!important
    }

    .wd-xs-717 {
        width: 717%!important
    }

    .wd-xs-718 {
        width: 718%!important
    }

    .wd-xs-719 {
        width: 719%!important
    }

    .wd-xs-720 {
        width: 720%!important
    }

    .wd-xs-721 {
        width: 721%!important
    }

    .wd-xs-722 {
        width: 722%!important
    }

    .wd-xs-723 {
        width: 723%!important
    }

    .wd-xs-724 {
        width: 724%!important
    }

    .wd-xs-725 {
        width: 725%!important
    }

    .wd-xs-726 {
        width: 726%!important
    }

    .wd-xs-727 {
        width: 727%!important
    }

    .wd-xs-728 {
        width: 728%!important
    }

    .wd-xs-729 {
        width: 729%!important
    }

    .wd-xs-730 {
        width: 730%!important
    }

    .wd-xs-731 {
        width: 731%!important
    }

    .wd-xs-732 {
        width: 732%!important
    }

    .wd-xs-733 {
        width: 733%!important
    }

    .wd-xs-734 {
        width: 734%!important
    }

    .wd-xs-735 {
        width: 735%!important
    }

    .wd-xs-736 {
        width: 736%!important
    }

    .wd-xs-737 {
        width: 737%!important
    }

    .wd-xs-738 {
        width: 738%!important
    }

    .wd-xs-739 {
        width: 739%!important
    }

    .wd-xs-740 {
        width: 740%!important
    }

    .wd-xs-741 {
        width: 741%!important
    }

    .wd-xs-742 {
        width: 742%!important
    }

    .wd-xs-743 {
        width: 743%!important
    }

    .wd-xs-744 {
        width: 744%!important
    }

    .wd-xs-745 {
        width: 745%!important
    }

    .wd-xs-746 {
        width: 746%!important
    }

    .wd-xs-747 {
        width: 747%!important
    }

    .wd-xs-748 {
        width: 748%!important
    }

    .wd-xs-749 {
        width: 749%!important
    }

    .wd-xs-750 {
        width: 750%!important
    }

    .wd-xs-751 {
        width: 751%!important
    }

    .wd-xs-752 {
        width: 752%!important
    }

    .wd-xs-753 {
        width: 753%!important
    }

    .wd-xs-754 {
        width: 754%!important
    }

    .wd-xs-755 {
        width: 755%!important
    }

    .wd-xs-756 {
        width: 756%!important
    }

    .wd-xs-757 {
        width: 757%!important
    }

    .wd-xs-758 {
        width: 758%!important
    }

    .wd-xs-759 {
        width: 759%!important
    }

    .wd-xs-760 {
        width: 760%!important
    }

    .wd-xs-761 {
        width: 761%!important
    }

    .wd-xs-762 {
        width: 762%!important
    }

    .wd-xs-763 {
        width: 763%!important
    }

    .wd-xs-764 {
        width: 764%!important
    }

    .wd-xs-765 {
        width: 765%!important
    }

    .wd-xs-766 {
        width: 766%!important
    }

    .wd-xs-767 {
        width: 767%!important
    }

    .wd-xs-768 {
        width: 768%!important
    }

    .wd-xs-769 {
        width: 769%!important
    }

    .wd-xs-770 {
        width: 770%!important
    }

    .wd-xs-771 {
        width: 771%!important
    }

    .wd-xs-772 {
        width: 772%!important
    }

    .wd-xs-773 {
        width: 773%!important
    }

    .wd-xs-774 {
        width: 774%!important
    }

    .wd-xs-775 {
        width: 775%!important
    }

    .wd-xs-776 {
        width: 776%!important
    }

    .wd-xs-777 {
        width: 777%!important
    }

    .wd-xs-778 {
        width: 778%!important
    }

    .wd-xs-779 {
        width: 779%!important
    }

    .wd-xs-780 {
        width: 780%!important
    }

    .wd-xs-781 {
        width: 781%!important
    }

    .wd-xs-782 {
        width: 782%!important
    }

    .wd-xs-783 {
        width: 783%!important
    }

    .wd-xs-784 {
        width: 784%!important
    }

    .wd-xs-785 {
        width: 785%!important
    }

    .wd-xs-786 {
        width: 786%!important
    }

    .wd-xs-787 {
        width: 787%!important
    }

    .wd-xs-788 {
        width: 788%!important
    }

    .wd-xs-789 {
        width: 789%!important
    }

    .wd-xs-790 {
        width: 790%!important
    }

    .wd-xs-791 {
        width: 791%!important
    }

    .wd-xs-792 {
        width: 792%!important
    }

    .wd-xs-793 {
        width: 793%!important
    }

    .wd-xs-794 {
        width: 794%!important
    }

    .wd-xs-795 {
        width: 795%!important
    }

    .wd-xs-796 {
        width: 796%!important
    }

    .wd-xs-797 {
        width: 797%!important
    }

    .wd-xs-798 {
        width: 798%!important
    }

    .wd-xs-799 {
        width: 799%!important
    }

    .wd-xs-800 {
        width: 800%!important
    }

    .wd-xs-801 {
        width: 801%!important
    }

    .wd-xs-802 {
        width: 802%!important
    }

    .wd-xs-803 {
        width: 803%!important
    }

    .wd-xs-804 {
        width: 804%!important
    }

    .wd-xs-805 {
        width: 805%!important
    }

    .wd-xs-806 {
        width: 806%!important
    }

    .wd-xs-807 {
        width: 807%!important
    }

    .wd-xs-808 {
        width: 808%!important
    }

    .wd-xs-809 {
        width: 809%!important
    }

    .wd-xs-810 {
        width: 810%!important
    }

    .wd-xs-811 {
        width: 811%!important
    }

    .wd-xs-812 {
        width: 812%!important
    }

    .wd-xs-813 {
        width: 813%!important
    }

    .wd-xs-814 {
        width: 814%!important
    }

    .wd-xs-815 {
        width: 815%!important
    }

    .wd-xs-816 {
        width: 816%!important
    }

    .wd-xs-817 {
        width: 817%!important
    }

    .wd-xs-818 {
        width: 818%!important
    }

    .wd-xs-819 {
        width: 819%!important
    }

    .wd-xs-820 {
        width: 820%!important
    }

    .wd-xs-821 {
        width: 821%!important
    }

    .wd-xs-822 {
        width: 822%!important
    }

    .wd-xs-823 {
        width: 823%!important
    }

    .wd-xs-824 {
        width: 824%!important
    }

    .wd-xs-825 {
        width: 825%!important
    }

    .wd-xs-826 {
        width: 826%!important
    }

    .wd-xs-827 {
        width: 827%!important
    }

    .wd-xs-828 {
        width: 828%!important
    }

    .wd-xs-829 {
        width: 829%!important
    }

    .wd-xs-830 {
        width: 830%!important
    }

    .wd-xs-831 {
        width: 831%!important
    }

    .wd-xs-832 {
        width: 832%!important
    }

    .wd-xs-833 {
        width: 833%!important
    }

    .wd-xs-834 {
        width: 834%!important
    }

    .wd-xs-835 {
        width: 835%!important
    }

    .wd-xs-836 {
        width: 836%!important
    }

    .wd-xs-837 {
        width: 837%!important
    }

    .wd-xs-838 {
        width: 838%!important
    }

    .wd-xs-839 {
        width: 839%!important
    }

    .wd-xs-840 {
        width: 840%!important
    }

    .wd-xs-841 {
        width: 841%!important
    }

    .wd-xs-842 {
        width: 842%!important
    }

    .wd-xs-843 {
        width: 843%!important
    }

    .wd-xs-844 {
        width: 844%!important
    }

    .wd-xs-845 {
        width: 845%!important
    }

    .wd-xs-846 {
        width: 846%!important
    }

    .wd-xs-847 {
        width: 847%!important
    }

    .wd-xs-848 {
        width: 848%!important
    }

    .wd-xs-849 {
        width: 849%!important
    }

    .wd-xs-850 {
        width: 850%!important
    }

    .wd-xs-851 {
        width: 851%!important
    }

    .wd-xs-852 {
        width: 852%!important
    }

    .wd-xs-853 {
        width: 853%!important
    }

    .wd-xs-854 {
        width: 854%!important
    }

    .wd-xs-855 {
        width: 855%!important
    }

    .wd-xs-856 {
        width: 856%!important
    }

    .wd-xs-857 {
        width: 857%!important
    }

    .wd-xs-858 {
        width: 858%!important
    }

    .wd-xs-859 {
        width: 859%!important
    }

    .wd-xs-860 {
        width: 860%!important
    }

    .wd-xs-861 {
        width: 861%!important
    }

    .wd-xs-862 {
        width: 862%!important
    }

    .wd-xs-863 {
        width: 863%!important
    }

    .wd-xs-864 {
        width: 864%!important
    }

    .wd-xs-865 {
        width: 865%!important
    }

    .wd-xs-866 {
        width: 866%!important
    }

    .wd-xs-867 {
        width: 867%!important
    }

    .wd-xs-868 {
        width: 868%!important
    }

    .wd-xs-869 {
        width: 869%!important
    }

    .wd-xs-870 {
        width: 870%!important
    }

    .wd-xs-871 {
        width: 871%!important
    }

    .wd-xs-872 {
        width: 872%!important
    }

    .wd-xs-873 {
        width: 873%!important
    }

    .wd-xs-874 {
        width: 874%!important
    }

    .wd-xs-875 {
        width: 875%!important
    }

    .wd-xs-876 {
        width: 876%!important
    }

    .wd-xs-877 {
        width: 877%!important
    }

    .wd-xs-878 {
        width: 878%!important
    }

    .wd-xs-879 {
        width: 879%!important
    }

    .wd-xs-880 {
        width: 880%!important
    }

    .wd-xs-881 {
        width: 881%!important
    }

    .wd-xs-882 {
        width: 882%!important
    }

    .wd-xs-883 {
        width: 883%!important
    }

    .wd-xs-884 {
        width: 884%!important
    }

    .wd-xs-885 {
        width: 885%!important
    }

    .wd-xs-886 {
        width: 886%!important
    }

    .wd-xs-887 {
        width: 887%!important
    }

    .wd-xs-888 {
        width: 888%!important
    }

    .wd-xs-889 {
        width: 889%!important
    }

    .wd-xs-890 {
        width: 890%!important
    }

    .wd-xs-891 {
        width: 891%!important
    }

    .wd-xs-892 {
        width: 892%!important
    }

    .wd-xs-893 {
        width: 893%!important
    }

    .wd-xs-894 {
        width: 894%!important
    }

    .wd-xs-895 {
        width: 895%!important
    }

    .wd-xs-896 {
        width: 896%!important
    }

    .wd-xs-897 {
        width: 897%!important
    }

    .wd-xs-898 {
        width: 898%!important
    }

    .wd-xs-899 {
        width: 899%!important
    }

    .wd-xs-900 {
        width: 900%!important
    }

    .wd-xs-901 {
        width: 901%!important
    }

    .wd-xs-902 {
        width: 902%!important
    }

    .wd-xs-903 {
        width: 903%!important
    }

    .wd-xs-904 {
        width: 904%!important
    }

    .wd-xs-905 {
        width: 905%!important
    }

    .wd-xs-906 {
        width: 906%!important
    }

    .wd-xs-907 {
        width: 907%!important
    }

    .wd-xs-908 {
        width: 908%!important
    }

    .wd-xs-909 {
        width: 909%!important
    }

    .wd-xs-910 {
        width: 910%!important
    }

    .wd-xs-911 {
        width: 911%!important
    }

    .wd-xs-912 {
        width: 912%!important
    }

    .wd-xs-913 {
        width: 913%!important
    }

    .wd-xs-914 {
        width: 914%!important
    }

    .wd-xs-915 {
        width: 915%!important
    }

    .wd-xs-916 {
        width: 916%!important
    }

    .wd-xs-917 {
        width: 917%!important
    }

    .wd-xs-918 {
        width: 918%!important
    }

    .wd-xs-919 {
        width: 919%!important
    }

    .wd-xs-920 {
        width: 920%!important
    }

    .wd-xs-921 {
        width: 921%!important
    }

    .wd-xs-922 {
        width: 922%!important
    }

    .wd-xs-923 {
        width: 923%!important
    }

    .wd-xs-924 {
        width: 924%!important
    }

    .wd-xs-925 {
        width: 925%!important
    }

    .wd-xs-926 {
        width: 926%!important
    }

    .wd-xs-927 {
        width: 927%!important
    }

    .wd-xs-928 {
        width: 928%!important
    }

    .wd-xs-929 {
        width: 929%!important
    }

    .wd-xs-930 {
        width: 930%!important
    }

    .wd-xs-931 {
        width: 931%!important
    }

    .wd-xs-932 {
        width: 932%!important
    }

    .wd-xs-933 {
        width: 933%!important
    }

    .wd-xs-934 {
        width: 934%!important
    }

    .wd-xs-935 {
        width: 935%!important
    }

    .wd-xs-936 {
        width: 936%!important
    }

    .wd-xs-937 {
        width: 937%!important
    }

    .wd-xs-938 {
        width: 938%!important
    }

    .wd-xs-939 {
        width: 939%!important
    }

    .wd-xs-940 {
        width: 940%!important
    }

    .wd-xs-941 {
        width: 941%!important
    }

    .wd-xs-942 {
        width: 942%!important
    }

    .wd-xs-943 {
        width: 943%!important
    }

    .wd-xs-944 {
        width: 944%!important
    }

    .wd-xs-945 {
        width: 945%!important
    }

    .wd-xs-946 {
        width: 946%!important
    }

    .wd-xs-947 {
        width: 947%!important
    }

    .wd-xs-948 {
        width: 948%!important
    }

    .wd-xs-949 {
        width: 949%!important
    }

    .wd-xs-950 {
        width: 950%!important
    }

    .wd-xs-951 {
        width: 951%!important
    }

    .wd-xs-952 {
        width: 952%!important
    }

    .wd-xs-953 {
        width: 953%!important
    }

    .wd-xs-954 {
        width: 954%!important
    }

    .wd-xs-955 {
        width: 955%!important
    }

    .wd-xs-956 {
        width: 956%!important
    }

    .wd-xs-957 {
        width: 957%!important
    }

    .wd-xs-958 {
        width: 958%!important
    }

    .wd-xs-959 {
        width: 959%!important
    }

    .wd-xs-960 {
        width: 960%!important
    }

    .wd-xs-961 {
        width: 961%!important
    }

    .wd-xs-962 {
        width: 962%!important
    }

    .wd-xs-963 {
        width: 963%!important
    }

    .wd-xs-964 {
        width: 964%!important
    }

    .wd-xs-965 {
        width: 965%!important
    }

    .wd-xs-966 {
        width: 966%!important
    }

    .wd-xs-967 {
        width: 967%!important
    }

    .wd-xs-968 {
        width: 968%!important
    }

    .wd-xs-969 {
        width: 969%!important
    }

    .wd-xs-970 {
        width: 970%!important
    }

    .wd-xs-971 {
        width: 971%!important
    }

    .wd-xs-972 {
        width: 972%!important
    }

    .wd-xs-973 {
        width: 973%!important
    }

    .wd-xs-974 {
        width: 974%!important
    }

    .wd-xs-975 {
        width: 975%!important
    }

    .wd-xs-976 {
        width: 976%!important
    }

    .wd-xs-977 {
        width: 977%!important
    }

    .wd-xs-978 {
        width: 978%!important
    }

    .wd-xs-979 {
        width: 979%!important
    }

    .wd-xs-980 {
        width: 980%!important
    }

    .wd-xs-981 {
        width: 981%!important
    }

    .wd-xs-982 {
        width: 982%!important
    }

    .wd-xs-983 {
        width: 983%!important
    }

    .wd-xs-984 {
        width: 984%!important
    }

    .wd-xs-985 {
        width: 985%!important
    }

    .wd-xs-986 {
        width: 986%!important
    }

    .wd-xs-987 {
        width: 987%!important
    }

    .wd-xs-988 {
        width: 988%!important
    }

    .wd-xs-989 {
        width: 989%!important
    }

    .wd-xs-990 {
        width: 990%!important
    }

    .wd-xs-991 {
        width: 991%!important
    }

    .wd-xs-992 {
        width: 992%!important
    }

    .wd-xs-993 {
        width: 993%!important
    }

    .wd-xs-994 {
        width: 994%!important
    }

    .wd-xs-995 {
        width: 995%!important
    }

    .wd-xs-996 {
        width: 996%!important
    }

    .wd-xs-997 {
        width: 997%!important
    }

    .wd-xs-998 {
        width: 998%!important
    }

    .wd-xs-999 {
        width: 999%!important
    }

    .wd-xs-1000 {
        width: 1000%!important
    }
}

@media (min-width: 576px) {
    .wd-sm-5 {
        width:5%!important
    }

    .wd-sm-10 {
        width: 10%!important
    }

    .wd-sm-11 {
        width: 11%!important
    }

    .wd-sm-12 {
        width: 12%!important
    }

    .wd-sm-13 {
        width: 13%!important
    }

    .wd-sm-14 {
        width: 14%!important
    }

    .wd-sm-15 {
        width: 15%!important
    }

    .wd-sm-16 {
        width: 16%!important
    }

    .wd-sm-17 {
        width: 17%!important
    }

    .wd-sm-18 {
        width: 18%!important
    }

    .wd-sm-19 {
        width: 19%!important
    }

    .wd-sm-20 {
        width: 20%!important
    }

    .wd-sm-21 {
        width: 21%!important
    }

    .wd-sm-22 {
        width: 22%!important
    }

    .wd-sm-23 {
        width: 23%!important
    }

    .wd-sm-24 {
        width: 24%!important
    }

    .wd-sm-25 {
        width: 25%!important
    }

    .wd-sm-26 {
        width: 26%!important
    }

    .wd-sm-27 {
        width: 27%!important
    }

    .wd-sm-28 {
        width: 28%!important
    }

    .wd-sm-29 {
        width: 29%!important
    }

    .wd-sm-30 {
        width: 30%!important
    }

    .wd-sm-31 {
        width: 31%!important
    }

    .wd-sm-32 {
        width: 32%!important
    }

    .wd-sm-33 {
        width: 33%!important
    }

    .wd-sm-34 {
        width: 34%!important
    }

    .wd-sm-35 {
        width: 35%!important
    }

    .wd-sm-36 {
        width: 36%!important
    }

    .wd-sm-37 {
        width: 37%!important
    }

    .wd-sm-38 {
        width: 38%!important
    }

    .wd-sm-39 {
        width: 39%!important
    }

    .wd-sm-40 {
        width: 40%!important
    }

    .wd-sm-41 {
        width: 41%!important
    }

    .wd-sm-42 {
        width: 42%!important
    }

    .wd-sm-43 {
        width: 43%!important
    }

    .wd-sm-44 {
        width: 44%!important
    }

    .wd-sm-45 {
        width: 45%!important
    }

    .wd-sm-46 {
        width: 46%!important
    }

    .wd-sm-47 {
        width: 47%!important
    }

    .wd-sm-48 {
        width: 48%!important
    }

    .wd-sm-49 {
        width: 49%!important
    }

    .wd-sm-50 {
        width: 50%!important
    }

    .wd-sm-51 {
        width: 51%!important
    }

    .wd-sm-52 {
        width: 52%!important
    }

    .wd-sm-53 {
        width: 53%!important
    }

    .wd-sm-54 {
        width: 54%!important
    }

    .wd-sm-55 {
        width: 55%!important
    }

    .wd-sm-56 {
        width: 56%!important
    }

    .wd-sm-57 {
        width: 57%!important
    }

    .wd-sm-58 {
        width: 58%!important
    }

    .wd-sm-59 {
        width: 59%!important
    }

    .wd-sm-60 {
        width: 60%!important
    }

    .wd-sm-61 {
        width: 61%!important
    }

    .wd-sm-62 {
        width: 62%!important
    }

    .wd-sm-63 {
        width: 63%!important
    }

    .wd-sm-64 {
        width: 64%!important
    }

    .wd-sm-65 {
        width: 65%!important
    }

    .wd-sm-66 {
        width: 66%!important
    }

    .wd-sm-67 {
        width: 67%!important
    }

    .wd-sm-68 {
        width: 68%!important
    }

    .wd-sm-69 {
        width: 69%!important
    }

    .wd-sm-70 {
        width: 70%!important
    }

    .wd-sm-71 {
        width: 71%!important
    }

    .wd-sm-72 {
        width: 72%!important
    }

    .wd-sm-73 {
        width: 73%!important
    }

    .wd-sm-74 {
        width: 74%!important
    }

    .wd-sm-75 {
        width: 75%!important
    }

    .wd-sm-76 {
        width: 76%!important
    }

    .wd-sm-77 {
        width: 77%!important
    }

    .wd-sm-78 {
        width: 78%!important
    }

    .wd-sm-79 {
        width: 79%!important
    }

    .wd-sm-80 {
        width: 80%!important
    }

    .wd-sm-81 {
        width: 81%!important
    }

    .wd-sm-82 {
        width: 82%!important
    }

    .wd-sm-83 {
        width: 83%!important
    }

    .wd-sm-84 {
        width: 84%!important
    }

    .wd-sm-85 {
        width: 85%!important
    }

    .wd-sm-86 {
        width: 86%!important
    }

    .wd-sm-87 {
        width: 87%!important
    }

    .wd-sm-88 {
        width: 88%!important
    }

    .wd-sm-89 {
        width: 89%!important
    }

    .wd-sm-90 {
        width: 90%!important
    }

    .wd-sm-91 {
        width: 91%!important
    }

    .wd-sm-92 {
        width: 92%!important
    }

    .wd-sm-93 {
        width: 93%!important
    }

    .wd-sm-94 {
        width: 94%!important
    }

    .wd-sm-95 {
        width: 95%!important
    }

    .wd-sm-96 {
        width: 96%!important
    }

    .wd-sm-97 {
        width: 97%!important
    }

    .wd-sm-98 {
        width: 98%!important
    }

    .wd-sm-99 {
        width: 99%!important
    }

    .wd-sm-100 {
        width: 100%!important
    }

    .wd-sm-101 {
        width: 101%!important
    }

    .wd-sm-102 {
        width: 102%!important
    }

    .wd-sm-103 {
        width: 103%!important
    }

    .wd-sm-104 {
        width: 104%!important
    }

    .wd-sm-105 {
        width: 105%!important
    }

    .wd-sm-106 {
        width: 106%!important
    }

    .wd-sm-107 {
        width: 107%!important
    }

    .wd-sm-108 {
        width: 108%!important
    }

    .wd-sm-109 {
        width: 109%!important
    }

    .wd-sm-110 {
        width: 110%!important
    }

    .wd-sm-111 {
        width: 111%!important
    }

    .wd-sm-112 {
        width: 112%!important
    }

    .wd-sm-113 {
        width: 113%!important
    }

    .wd-sm-114 {
        width: 114%!important
    }

    .wd-sm-115 {
        width: 115%!important
    }

    .wd-sm-116 {
        width: 116%!important
    }

    .wd-sm-117 {
        width: 117%!important
    }

    .wd-sm-118 {
        width: 118%!important
    }

    .wd-sm-119 {
        width: 119%!important
    }

    .wd-sm-120 {
        width: 120%!important
    }

    .wd-sm-121 {
        width: 121%!important
    }

    .wd-sm-122 {
        width: 122%!important
    }

    .wd-sm-123 {
        width: 123%!important
    }

    .wd-sm-124 {
        width: 124%!important
    }

    .wd-sm-125 {
        width: 125%!important
    }

    .wd-sm-126 {
        width: 126%!important
    }

    .wd-sm-127 {
        width: 127%!important
    }

    .wd-sm-128 {
        width: 128%!important
    }

    .wd-sm-129 {
        width: 129%!important
    }

    .wd-sm-130 {
        width: 130%!important
    }

    .wd-sm-131 {
        width: 131%!important
    }

    .wd-sm-132 {
        width: 132%!important
    }

    .wd-sm-133 {
        width: 133%!important
    }

    .wd-sm-134 {
        width: 134%!important
    }

    .wd-sm-135 {
        width: 135%!important
    }

    .wd-sm-136 {
        width: 136%!important
    }

    .wd-sm-137 {
        width: 137%!important
    }

    .wd-sm-138 {
        width: 138%!important
    }

    .wd-sm-139 {
        width: 139%!important
    }

    .wd-sm-140 {
        width: 140%!important
    }

    .wd-sm-141 {
        width: 141%!important
    }

    .wd-sm-142 {
        width: 142%!important
    }

    .wd-sm-143 {
        width: 143%!important
    }

    .wd-sm-144 {
        width: 144%!important
    }

    .wd-sm-145 {
        width: 145%!important
    }

    .wd-sm-146 {
        width: 146%!important
    }

    .wd-sm-147 {
        width: 147%!important
    }

    .wd-sm-148 {
        width: 148%!important
    }

    .wd-sm-149 {
        width: 149%!important
    }

    .wd-sm-150 {
        width: 150%!important
    }

    .wd-sm-151 {
        width: 151%!important
    }

    .wd-sm-152 {
        width: 152%!important
    }

    .wd-sm-153 {
        width: 153%!important
    }

    .wd-sm-154 {
        width: 154%!important
    }

    .wd-sm-155 {
        width: 155%!important
    }

    .wd-sm-156 {
        width: 156%!important
    }

    .wd-sm-157 {
        width: 157%!important
    }

    .wd-sm-158 {
        width: 158%!important
    }

    .wd-sm-159 {
        width: 159%!important
    }

    .wd-sm-160 {
        width: 160%!important
    }

    .wd-sm-161 {
        width: 161%!important
    }

    .wd-sm-162 {
        width: 162%!important
    }

    .wd-sm-163 {
        width: 163%!important
    }

    .wd-sm-164 {
        width: 164%!important
    }

    .wd-sm-165 {
        width: 165%!important
    }

    .wd-sm-166 {
        width: 166%!important
    }

    .wd-sm-167 {
        width: 167%!important
    }

    .wd-sm-168 {
        width: 168%!important
    }

    .wd-sm-169 {
        width: 169%!important
    }

    .wd-sm-170 {
        width: 170%!important
    }

    .wd-sm-171 {
        width: 171%!important
    }

    .wd-sm-172 {
        width: 172%!important
    }

    .wd-sm-173 {
        width: 173%!important
    }

    .wd-sm-174 {
        width: 174%!important
    }

    .wd-sm-175 {
        width: 175%!important
    }

    .wd-sm-176 {
        width: 176%!important
    }

    .wd-sm-177 {
        width: 177%!important
    }

    .wd-sm-178 {
        width: 178%!important
    }

    .wd-sm-179 {
        width: 179%!important
    }

    .wd-sm-180 {
        width: 180%!important
    }

    .wd-sm-181 {
        width: 181%!important
    }

    .wd-sm-182 {
        width: 182%!important
    }

    .wd-sm-183 {
        width: 183%!important
    }

    .wd-sm-184 {
        width: 184%!important
    }

    .wd-sm-185 {
        width: 185%!important
    }

    .wd-sm-186 {
        width: 186%!important
    }

    .wd-sm-187 {
        width: 187%!important
    }

    .wd-sm-188 {
        width: 188%!important
    }

    .wd-sm-189 {
        width: 189%!important
    }

    .wd-sm-190 {
        width: 190%!important
    }

    .wd-sm-191 {
        width: 191%!important
    }

    .wd-sm-192 {
        width: 192%!important
    }

    .wd-sm-193 {
        width: 193%!important
    }

    .wd-sm-194 {
        width: 194%!important
    }

    .wd-sm-195 {
        width: 195%!important
    }

    .wd-sm-196 {
        width: 196%!important
    }

    .wd-sm-197 {
        width: 197%!important
    }

    .wd-sm-198 {
        width: 198%!important
    }

    .wd-sm-199 {
        width: 199%!important
    }

    .wd-sm-200 {
        width: 200%!important
    }

    .wd-sm-201 {
        width: 201%!important
    }

    .wd-sm-202 {
        width: 202%!important
    }

    .wd-sm-203 {
        width: 203%!important
    }

    .wd-sm-204 {
        width: 204%!important
    }

    .wd-sm-205 {
        width: 205%!important
    }

    .wd-sm-206 {
        width: 206%!important
    }

    .wd-sm-207 {
        width: 207%!important
    }

    .wd-sm-208 {
        width: 208%!important
    }

    .wd-sm-209 {
        width: 209%!important
    }

    .wd-sm-210 {
        width: 210%!important
    }

    .wd-sm-211 {
        width: 211%!important
    }

    .wd-sm-212 {
        width: 212%!important
    }

    .wd-sm-213 {
        width: 213%!important
    }

    .wd-sm-214 {
        width: 214%!important
    }

    .wd-sm-215 {
        width: 215%!important
    }

    .wd-sm-216 {
        width: 216%!important
    }

    .wd-sm-217 {
        width: 217%!important
    }

    .wd-sm-218 {
        width: 218%!important
    }

    .wd-sm-219 {
        width: 219%!important
    }

    .wd-sm-220 {
        width: 220%!important
    }

    .wd-sm-221 {
        width: 221%!important
    }

    .wd-sm-222 {
        width: 222%!important
    }

    .wd-sm-223 {
        width: 223%!important
    }

    .wd-sm-224 {
        width: 224%!important
    }

    .wd-sm-225 {
        width: 225%!important
    }

    .wd-sm-226 {
        width: 226%!important
    }

    .wd-sm-227 {
        width: 227%!important
    }

    .wd-sm-228 {
        width: 228%!important
    }

    .wd-sm-229 {
        width: 229%!important
    }

    .wd-sm-230 {
        width: 230%!important
    }

    .wd-sm-231 {
        width: 231%!important
    }

    .wd-sm-232 {
        width: 232%!important
    }

    .wd-sm-233 {
        width: 233%!important
    }

    .wd-sm-234 {
        width: 234%!important
    }

    .wd-sm-235 {
        width: 235%!important
    }

    .wd-sm-236 {
        width: 236%!important
    }

    .wd-sm-237 {
        width: 237%!important
    }

    .wd-sm-238 {
        width: 238%!important
    }

    .wd-sm-239 {
        width: 239%!important
    }

    .wd-sm-240 {
        width: 240%!important
    }

    .wd-sm-241 {
        width: 241%!important
    }

    .wd-sm-242 {
        width: 242%!important
    }

    .wd-sm-243 {
        width: 243%!important
    }

    .wd-sm-244 {
        width: 244%!important
    }

    .wd-sm-245 {
        width: 245%!important
    }

    .wd-sm-246 {
        width: 246%!important
    }

    .wd-sm-247 {
        width: 247%!important
    }

    .wd-sm-248 {
        width: 248%!important
    }

    .wd-sm-249 {
        width: 249%!important
    }

    .wd-sm-250 {
        width: 250%!important
    }

    .wd-sm-251 {
        width: 251%!important
    }

    .wd-sm-252 {
        width: 252%!important
    }

    .wd-sm-253 {
        width: 253%!important
    }

    .wd-sm-254 {
        width: 254%!important
    }

    .wd-sm-255 {
        width: 255%!important
    }

    .wd-sm-256 {
        width: 256%!important
    }

    .wd-sm-257 {
        width: 257%!important
    }

    .wd-sm-258 {
        width: 258%!important
    }

    .wd-sm-259 {
        width: 259%!important
    }

    .wd-sm-260 {
        width: 260%!important
    }

    .wd-sm-261 {
        width: 261%!important
    }

    .wd-sm-262 {
        width: 262%!important
    }

    .wd-sm-263 {
        width: 263%!important
    }

    .wd-sm-264 {
        width: 264%!important
    }

    .wd-sm-265 {
        width: 265%!important
    }

    .wd-sm-266 {
        width: 266%!important
    }

    .wd-sm-267 {
        width: 267%!important
    }

    .wd-sm-268 {
        width: 268%!important
    }

    .wd-sm-269 {
        width: 269%!important
    }

    .wd-sm-270 {
        width: 270%!important
    }

    .wd-sm-271 {
        width: 271%!important
    }

    .wd-sm-272 {
        width: 272%!important
    }

    .wd-sm-273 {
        width: 273%!important
    }

    .wd-sm-274 {
        width: 274%!important
    }

    .wd-sm-275 {
        width: 275%!important
    }

    .wd-sm-276 {
        width: 276%!important
    }

    .wd-sm-277 {
        width: 277%!important
    }

    .wd-sm-278 {
        width: 278%!important
    }

    .wd-sm-279 {
        width: 279%!important
    }

    .wd-sm-280 {
        width: 280%!important
    }

    .wd-sm-281 {
        width: 281%!important
    }

    .wd-sm-282 {
        width: 282%!important
    }

    .wd-sm-283 {
        width: 283%!important
    }

    .wd-sm-284 {
        width: 284%!important
    }

    .wd-sm-285 {
        width: 285%!important
    }

    .wd-sm-286 {
        width: 286%!important
    }

    .wd-sm-287 {
        width: 287%!important
    }

    .wd-sm-288 {
        width: 288%!important
    }

    .wd-sm-289 {
        width: 289%!important
    }

    .wd-sm-290 {
        width: 290%!important
    }

    .wd-sm-291 {
        width: 291%!important
    }

    .wd-sm-292 {
        width: 292%!important
    }

    .wd-sm-293 {
        width: 293%!important
    }

    .wd-sm-294 {
        width: 294%!important
    }

    .wd-sm-295 {
        width: 295%!important
    }

    .wd-sm-296 {
        width: 296%!important
    }

    .wd-sm-297 {
        width: 297%!important
    }

    .wd-sm-298 {
        width: 298%!important
    }

    .wd-sm-299 {
        width: 299%!important
    }

    .wd-sm-300 {
        width: 300%!important
    }

    .wd-sm-301 {
        width: 301%!important
    }

    .wd-sm-302 {
        width: 302%!important
    }

    .wd-sm-303 {
        width: 303%!important
    }

    .wd-sm-304 {
        width: 304%!important
    }

    .wd-sm-305 {
        width: 305%!important
    }

    .wd-sm-306 {
        width: 306%!important
    }

    .wd-sm-307 {
        width: 307%!important
    }

    .wd-sm-308 {
        width: 308%!important
    }

    .wd-sm-309 {
        width: 309%!important
    }

    .wd-sm-310 {
        width: 310%!important
    }

    .wd-sm-311 {
        width: 311%!important
    }

    .wd-sm-312 {
        width: 312%!important
    }

    .wd-sm-313 {
        width: 313%!important
    }

    .wd-sm-314 {
        width: 314%!important
    }

    .wd-sm-315 {
        width: 315%!important
    }

    .wd-sm-316 {
        width: 316%!important
    }

    .wd-sm-317 {
        width: 317%!important
    }

    .wd-sm-318 {
        width: 318%!important
    }

    .wd-sm-319 {
        width: 319%!important
    }

    .wd-sm-320 {
        width: 320%!important
    }

    .wd-sm-321 {
        width: 321%!important
    }

    .wd-sm-322 {
        width: 322%!important
    }

    .wd-sm-323 {
        width: 323%!important
    }

    .wd-sm-324 {
        width: 324%!important
    }

    .wd-sm-325 {
        width: 325%!important
    }

    .wd-sm-326 {
        width: 326%!important
    }

    .wd-sm-327 {
        width: 327%!important
    }

    .wd-sm-328 {
        width: 328%!important
    }

    .wd-sm-329 {
        width: 329%!important
    }

    .wd-sm-330 {
        width: 330%!important
    }

    .wd-sm-331 {
        width: 331%!important
    }

    .wd-sm-332 {
        width: 332%!important
    }

    .wd-sm-333 {
        width: 333%!important
    }

    .wd-sm-334 {
        width: 334%!important
    }

    .wd-sm-335 {
        width: 335%!important
    }

    .wd-sm-336 {
        width: 336%!important
    }

    .wd-sm-337 {
        width: 337%!important
    }

    .wd-sm-338 {
        width: 338%!important
    }

    .wd-sm-339 {
        width: 339%!important
    }

    .wd-sm-340 {
        width: 340%!important
    }

    .wd-sm-341 {
        width: 341%!important
    }

    .wd-sm-342 {
        width: 342%!important
    }

    .wd-sm-343 {
        width: 343%!important
    }

    .wd-sm-344 {
        width: 344%!important
    }

    .wd-sm-345 {
        width: 345%!important
    }

    .wd-sm-346 {
        width: 346%!important
    }

    .wd-sm-347 {
        width: 347%!important
    }

    .wd-sm-348 {
        width: 348%!important
    }

    .wd-sm-349 {
        width: 349%!important
    }

    .wd-sm-350 {
        width: 350%!important
    }

    .wd-sm-351 {
        width: 351%!important
    }

    .wd-sm-352 {
        width: 352%!important
    }

    .wd-sm-353 {
        width: 353%!important
    }

    .wd-sm-354 {
        width: 354%!important
    }

    .wd-sm-355 {
        width: 355%!important
    }

    .wd-sm-356 {
        width: 356%!important
    }

    .wd-sm-357 {
        width: 357%!important
    }

    .wd-sm-358 {
        width: 358%!important
    }

    .wd-sm-359 {
        width: 359%!important
    }

    .wd-sm-360 {
        width: 360%!important
    }

    .wd-sm-361 {
        width: 361%!important
    }

    .wd-sm-362 {
        width: 362%!important
    }

    .wd-sm-363 {
        width: 363%!important
    }

    .wd-sm-364 {
        width: 364%!important
    }

    .wd-sm-365 {
        width: 365%!important
    }

    .wd-sm-366 {
        width: 366%!important
    }

    .wd-sm-367 {
        width: 367%!important
    }

    .wd-sm-368 {
        width: 368%!important
    }

    .wd-sm-369 {
        width: 369%!important
    }

    .wd-sm-370 {
        width: 370%!important
    }

    .wd-sm-371 {
        width: 371%!important
    }

    .wd-sm-372 {
        width: 372%!important
    }

    .wd-sm-373 {
        width: 373%!important
    }

    .wd-sm-374 {
        width: 374%!important
    }

    .wd-sm-375 {
        width: 375%!important
    }

    .wd-sm-376 {
        width: 376%!important
    }

    .wd-sm-377 {
        width: 377%!important
    }

    .wd-sm-378 {
        width: 378%!important
    }

    .wd-sm-379 {
        width: 379%!important
    }

    .wd-sm-380 {
        width: 380%!important
    }

    .wd-sm-381 {
        width: 381%!important
    }

    .wd-sm-382 {
        width: 382%!important
    }

    .wd-sm-383 {
        width: 383%!important
    }

    .wd-sm-384 {
        width: 384%!important
    }

    .wd-sm-385 {
        width: 385%!important
    }

    .wd-sm-386 {
        width: 386%!important
    }

    .wd-sm-387 {
        width: 387%!important
    }

    .wd-sm-388 {
        width: 388%!important
    }

    .wd-sm-389 {
        width: 389%!important
    }

    .wd-sm-390 {
        width: 390%!important
    }

    .wd-sm-391 {
        width: 391%!important
    }

    .wd-sm-392 {
        width: 392%!important
    }

    .wd-sm-393 {
        width: 393%!important
    }

    .wd-sm-394 {
        width: 394%!important
    }

    .wd-sm-395 {
        width: 395%!important
    }

    .wd-sm-396 {
        width: 396%!important
    }

    .wd-sm-397 {
        width: 397%!important
    }

    .wd-sm-398 {
        width: 398%!important
    }

    .wd-sm-399 {
        width: 399%!important
    }

    .wd-sm-400 {
        width: 400%!important
    }

    .wd-sm-401 {
        width: 401%!important
    }

    .wd-sm-402 {
        width: 402%!important
    }

    .wd-sm-403 {
        width: 403%!important
    }

    .wd-sm-404 {
        width: 404%!important
    }

    .wd-sm-405 {
        width: 405%!important
    }

    .wd-sm-406 {
        width: 406%!important
    }

    .wd-sm-407 {
        width: 407%!important
    }

    .wd-sm-408 {
        width: 408%!important
    }

    .wd-sm-409 {
        width: 409%!important
    }

    .wd-sm-410 {
        width: 410%!important
    }

    .wd-sm-411 {
        width: 411%!important
    }

    .wd-sm-412 {
        width: 412%!important
    }

    .wd-sm-413 {
        width: 413%!important
    }

    .wd-sm-414 {
        width: 414%!important
    }

    .wd-sm-415 {
        width: 415%!important
    }

    .wd-sm-416 {
        width: 416%!important
    }

    .wd-sm-417 {
        width: 417%!important
    }

    .wd-sm-418 {
        width: 418%!important
    }

    .wd-sm-419 {
        width: 419%!important
    }

    .wd-sm-420 {
        width: 420%!important
    }

    .wd-sm-421 {
        width: 421%!important
    }

    .wd-sm-422 {
        width: 422%!important
    }

    .wd-sm-423 {
        width: 423%!important
    }

    .wd-sm-424 {
        width: 424%!important
    }

    .wd-sm-425 {
        width: 425%!important
    }

    .wd-sm-426 {
        width: 426%!important
    }

    .wd-sm-427 {
        width: 427%!important
    }

    .wd-sm-428 {
        width: 428%!important
    }

    .wd-sm-429 {
        width: 429%!important
    }

    .wd-sm-430 {
        width: 430%!important
    }

    .wd-sm-431 {
        width: 431%!important
    }

    .wd-sm-432 {
        width: 432%!important
    }

    .wd-sm-433 {
        width: 433%!important
    }

    .wd-sm-434 {
        width: 434%!important
    }

    .wd-sm-435 {
        width: 435%!important
    }

    .wd-sm-436 {
        width: 436%!important
    }

    .wd-sm-437 {
        width: 437%!important
    }

    .wd-sm-438 {
        width: 438%!important
    }

    .wd-sm-439 {
        width: 439%!important
    }

    .wd-sm-440 {
        width: 440%!important
    }

    .wd-sm-441 {
        width: 441%!important
    }

    .wd-sm-442 {
        width: 442%!important
    }

    .wd-sm-443 {
        width: 443%!important
    }

    .wd-sm-444 {
        width: 444%!important
    }

    .wd-sm-445 {
        width: 445%!important
    }

    .wd-sm-446 {
        width: 446%!important
    }

    .wd-sm-447 {
        width: 447%!important
    }

    .wd-sm-448 {
        width: 448%!important
    }

    .wd-sm-449 {
        width: 449%!important
    }

    .wd-sm-450 {
        width: 450%!important
    }

    .wd-sm-451 {
        width: 451%!important
    }

    .wd-sm-452 {
        width: 452%!important
    }

    .wd-sm-453 {
        width: 453%!important
    }

    .wd-sm-454 {
        width: 454%!important
    }

    .wd-sm-455 {
        width: 455%!important
    }

    .wd-sm-456 {
        width: 456%!important
    }

    .wd-sm-457 {
        width: 457%!important
    }

    .wd-sm-458 {
        width: 458%!important
    }

    .wd-sm-459 {
        width: 459%!important
    }

    .wd-sm-460 {
        width: 460%!important
    }

    .wd-sm-461 {
        width: 461%!important
    }

    .wd-sm-462 {
        width: 462%!important
    }

    .wd-sm-463 {
        width: 463%!important
    }

    .wd-sm-464 {
        width: 464%!important
    }

    .wd-sm-465 {
        width: 465%!important
    }

    .wd-sm-466 {
        width: 466%!important
    }

    .wd-sm-467 {
        width: 467%!important
    }

    .wd-sm-468 {
        width: 468%!important
    }

    .wd-sm-469 {
        width: 469%!important
    }

    .wd-sm-470 {
        width: 470%!important
    }

    .wd-sm-471 {
        width: 471%!important
    }

    .wd-sm-472 {
        width: 472%!important
    }

    .wd-sm-473 {
        width: 473%!important
    }

    .wd-sm-474 {
        width: 474%!important
    }

    .wd-sm-475 {
        width: 475%!important
    }

    .wd-sm-476 {
        width: 476%!important
    }

    .wd-sm-477 {
        width: 477%!important
    }

    .wd-sm-478 {
        width: 478%!important
    }

    .wd-sm-479 {
        width: 479%!important
    }

    .wd-sm-480 {
        width: 480%!important
    }

    .wd-sm-481 {
        width: 481%!important
    }

    .wd-sm-482 {
        width: 482%!important
    }

    .wd-sm-483 {
        width: 483%!important
    }

    .wd-sm-484 {
        width: 484%!important
    }

    .wd-sm-485 {
        width: 485%!important
    }

    .wd-sm-486 {
        width: 486%!important
    }

    .wd-sm-487 {
        width: 487%!important
    }

    .wd-sm-488 {
        width: 488%!important
    }

    .wd-sm-489 {
        width: 489%!important
    }

    .wd-sm-490 {
        width: 490%!important
    }

    .wd-sm-491 {
        width: 491%!important
    }

    .wd-sm-492 {
        width: 492%!important
    }

    .wd-sm-493 {
        width: 493%!important
    }

    .wd-sm-494 {
        width: 494%!important
    }

    .wd-sm-495 {
        width: 495%!important
    }

    .wd-sm-496 {
        width: 496%!important
    }

    .wd-sm-497 {
        width: 497%!important
    }

    .wd-sm-498 {
        width: 498%!important
    }

    .wd-sm-499 {
        width: 499%!important
    }

    .wd-sm-500 {
        width: 500%!important
    }

    .wd-sm-501 {
        width: 501%!important
    }

    .wd-sm-502 {
        width: 502%!important
    }

    .wd-sm-503 {
        width: 503%!important
    }

    .wd-sm-504 {
        width: 504%!important
    }

    .wd-sm-505 {
        width: 505%!important
    }

    .wd-sm-506 {
        width: 506%!important
    }

    .wd-sm-507 {
        width: 507%!important
    }

    .wd-sm-508 {
        width: 508%!important
    }

    .wd-sm-509 {
        width: 509%!important
    }

    .wd-sm-510 {
        width: 510%!important
    }

    .wd-sm-511 {
        width: 511%!important
    }

    .wd-sm-512 {
        width: 512%!important
    }

    .wd-sm-513 {
        width: 513%!important
    }

    .wd-sm-514 {
        width: 514%!important
    }

    .wd-sm-515 {
        width: 515%!important
    }

    .wd-sm-516 {
        width: 516%!important
    }

    .wd-sm-517 {
        width: 517%!important
    }

    .wd-sm-518 {
        width: 518%!important
    }

    .wd-sm-519 {
        width: 519%!important
    }

    .wd-sm-520 {
        width: 520%!important
    }

    .wd-sm-521 {
        width: 521%!important
    }

    .wd-sm-522 {
        width: 522%!important
    }

    .wd-sm-523 {
        width: 523%!important
    }

    .wd-sm-524 {
        width: 524%!important
    }

    .wd-sm-525 {
        width: 525%!important
    }

    .wd-sm-526 {
        width: 526%!important
    }

    .wd-sm-527 {
        width: 527%!important
    }

    .wd-sm-528 {
        width: 528%!important
    }

    .wd-sm-529 {
        width: 529%!important
    }

    .wd-sm-530 {
        width: 530%!important
    }

    .wd-sm-531 {
        width: 531%!important
    }

    .wd-sm-532 {
        width: 532%!important
    }

    .wd-sm-533 {
        width: 533%!important
    }

    .wd-sm-534 {
        width: 534%!important
    }

    .wd-sm-535 {
        width: 535%!important
    }

    .wd-sm-536 {
        width: 536%!important
    }

    .wd-sm-537 {
        width: 537%!important
    }

    .wd-sm-538 {
        width: 538%!important
    }

    .wd-sm-539 {
        width: 539%!important
    }

    .wd-sm-540 {
        width: 540%!important
    }

    .wd-sm-541 {
        width: 541%!important
    }

    .wd-sm-542 {
        width: 542%!important
    }

    .wd-sm-543 {
        width: 543%!important
    }

    .wd-sm-544 {
        width: 544%!important
    }

    .wd-sm-545 {
        width: 545%!important
    }

    .wd-sm-546 {
        width: 546%!important
    }

    .wd-sm-547 {
        width: 547%!important
    }

    .wd-sm-548 {
        width: 548%!important
    }

    .wd-sm-549 {
        width: 549%!important
    }

    .wd-sm-550 {
        width: 550%!important
    }

    .wd-sm-551 {
        width: 551%!important
    }

    .wd-sm-552 {
        width: 552%!important
    }

    .wd-sm-553 {
        width: 553%!important
    }

    .wd-sm-554 {
        width: 554%!important
    }

    .wd-sm-555 {
        width: 555%!important
    }

    .wd-sm-556 {
        width: 556%!important
    }

    .wd-sm-557 {
        width: 557%!important
    }

    .wd-sm-558 {
        width: 558%!important
    }

    .wd-sm-559 {
        width: 559%!important
    }

    .wd-sm-560 {
        width: 560%!important
    }

    .wd-sm-561 {
        width: 561%!important
    }

    .wd-sm-562 {
        width: 562%!important
    }

    .wd-sm-563 {
        width: 563%!important
    }

    .wd-sm-564 {
        width: 564%!important
    }

    .wd-sm-565 {
        width: 565%!important
    }

    .wd-sm-566 {
        width: 566%!important
    }

    .wd-sm-567 {
        width: 567%!important
    }

    .wd-sm-568 {
        width: 568%!important
    }

    .wd-sm-569 {
        width: 569%!important
    }

    .wd-sm-570 {
        width: 570%!important
    }

    .wd-sm-571 {
        width: 571%!important
    }

    .wd-sm-572 {
        width: 572%!important
    }

    .wd-sm-573 {
        width: 573%!important
    }

    .wd-sm-574 {
        width: 574%!important
    }

    .wd-sm-575 {
        width: 575%!important
    }

    .wd-sm-576 {
        width: 576%!important
    }

    .wd-sm-577 {
        width: 577%!important
    }

    .wd-sm-578 {
        width: 578%!important
    }

    .wd-sm-579 {
        width: 579%!important
    }

    .wd-sm-580 {
        width: 580%!important
    }

    .wd-sm-581 {
        width: 581%!important
    }

    .wd-sm-582 {
        width: 582%!important
    }

    .wd-sm-583 {
        width: 583%!important
    }

    .wd-sm-584 {
        width: 584%!important
    }

    .wd-sm-585 {
        width: 585%!important
    }

    .wd-sm-586 {
        width: 586%!important
    }

    .wd-sm-587 {
        width: 587%!important
    }

    .wd-sm-588 {
        width: 588%!important
    }

    .wd-sm-589 {
        width: 589%!important
    }

    .wd-sm-590 {
        width: 590%!important
    }

    .wd-sm-591 {
        width: 591%!important
    }

    .wd-sm-592 {
        width: 592%!important
    }

    .wd-sm-593 {
        width: 593%!important
    }

    .wd-sm-594 {
        width: 594%!important
    }

    .wd-sm-595 {
        width: 595%!important
    }

    .wd-sm-596 {
        width: 596%!important
    }

    .wd-sm-597 {
        width: 597%!important
    }

    .wd-sm-598 {
        width: 598%!important
    }

    .wd-sm-599 {
        width: 599%!important
    }

    .wd-sm-600 {
        width: 600%!important
    }

    .wd-sm-601 {
        width: 601%!important
    }

    .wd-sm-602 {
        width: 602%!important
    }

    .wd-sm-603 {
        width: 603%!important
    }

    .wd-sm-604 {
        width: 604%!important
    }

    .wd-sm-605 {
        width: 605%!important
    }

    .wd-sm-606 {
        width: 606%!important
    }

    .wd-sm-607 {
        width: 607%!important
    }

    .wd-sm-608 {
        width: 608%!important
    }

    .wd-sm-609 {
        width: 609%!important
    }

    .wd-sm-610 {
        width: 610%!important
    }

    .wd-sm-611 {
        width: 611%!important
    }

    .wd-sm-612 {
        width: 612%!important
    }

    .wd-sm-613 {
        width: 613%!important
    }

    .wd-sm-614 {
        width: 614%!important
    }

    .wd-sm-615 {
        width: 615%!important
    }

    .wd-sm-616 {
        width: 616%!important
    }

    .wd-sm-617 {
        width: 617%!important
    }

    .wd-sm-618 {
        width: 618%!important
    }

    .wd-sm-619 {
        width: 619%!important
    }

    .wd-sm-620 {
        width: 620%!important
    }

    .wd-sm-621 {
        width: 621%!important
    }

    .wd-sm-622 {
        width: 622%!important
    }

    .wd-sm-623 {
        width: 623%!important
    }

    .wd-sm-624 {
        width: 624%!important
    }

    .wd-sm-625 {
        width: 625%!important
    }

    .wd-sm-626 {
        width: 626%!important
    }

    .wd-sm-627 {
        width: 627%!important
    }

    .wd-sm-628 {
        width: 628%!important
    }

    .wd-sm-629 {
        width: 629%!important
    }

    .wd-sm-630 {
        width: 630%!important
    }

    .wd-sm-631 {
        width: 631%!important
    }

    .wd-sm-632 {
        width: 632%!important
    }

    .wd-sm-633 {
        width: 633%!important
    }

    .wd-sm-634 {
        width: 634%!important
    }

    .wd-sm-635 {
        width: 635%!important
    }

    .wd-sm-636 {
        width: 636%!important
    }

    .wd-sm-637 {
        width: 637%!important
    }

    .wd-sm-638 {
        width: 638%!important
    }

    .wd-sm-639 {
        width: 639%!important
    }

    .wd-sm-640 {
        width: 640%!important
    }

    .wd-sm-641 {
        width: 641%!important
    }

    .wd-sm-642 {
        width: 642%!important
    }

    .wd-sm-643 {
        width: 643%!important
    }

    .wd-sm-644 {
        width: 644%!important
    }

    .wd-sm-645 {
        width: 645%!important
    }

    .wd-sm-646 {
        width: 646%!important
    }

    .wd-sm-647 {
        width: 647%!important
    }

    .wd-sm-648 {
        width: 648%!important
    }

    .wd-sm-649 {
        width: 649%!important
    }

    .wd-sm-650 {
        width: 650%!important
    }

    .wd-sm-651 {
        width: 651%!important
    }

    .wd-sm-652 {
        width: 652%!important
    }

    .wd-sm-653 {
        width: 653%!important
    }

    .wd-sm-654 {
        width: 654%!important
    }

    .wd-sm-655 {
        width: 655%!important
    }

    .wd-sm-656 {
        width: 656%!important
    }

    .wd-sm-657 {
        width: 657%!important
    }

    .wd-sm-658 {
        width: 658%!important
    }

    .wd-sm-659 {
        width: 659%!important
    }

    .wd-sm-660 {
        width: 660%!important
    }

    .wd-sm-661 {
        width: 661%!important
    }

    .wd-sm-662 {
        width: 662%!important
    }

    .wd-sm-663 {
        width: 663%!important
    }

    .wd-sm-664 {
        width: 664%!important
    }

    .wd-sm-665 {
        width: 665%!important
    }

    .wd-sm-666 {
        width: 666%!important
    }

    .wd-sm-667 {
        width: 667%!important
    }

    .wd-sm-668 {
        width: 668%!important
    }

    .wd-sm-669 {
        width: 669%!important
    }

    .wd-sm-670 {
        width: 670%!important
    }

    .wd-sm-671 {
        width: 671%!important
    }

    .wd-sm-672 {
        width: 672%!important
    }

    .wd-sm-673 {
        width: 673%!important
    }

    .wd-sm-674 {
        width: 674%!important
    }

    .wd-sm-675 {
        width: 675%!important
    }

    .wd-sm-676 {
        width: 676%!important
    }

    .wd-sm-677 {
        width: 677%!important
    }

    .wd-sm-678 {
        width: 678%!important
    }

    .wd-sm-679 {
        width: 679%!important
    }

    .wd-sm-680 {
        width: 680%!important
    }

    .wd-sm-681 {
        width: 681%!important
    }

    .wd-sm-682 {
        width: 682%!important
    }

    .wd-sm-683 {
        width: 683%!important
    }

    .wd-sm-684 {
        width: 684%!important
    }

    .wd-sm-685 {
        width: 685%!important
    }

    .wd-sm-686 {
        width: 686%!important
    }

    .wd-sm-687 {
        width: 687%!important
    }

    .wd-sm-688 {
        width: 688%!important
    }

    .wd-sm-689 {
        width: 689%!important
    }

    .wd-sm-690 {
        width: 690%!important
    }

    .wd-sm-691 {
        width: 691%!important
    }

    .wd-sm-692 {
        width: 692%!important
    }

    .wd-sm-693 {
        width: 693%!important
    }

    .wd-sm-694 {
        width: 694%!important
    }

    .wd-sm-695 {
        width: 695%!important
    }

    .wd-sm-696 {
        width: 696%!important
    }

    .wd-sm-697 {
        width: 697%!important
    }

    .wd-sm-698 {
        width: 698%!important
    }

    .wd-sm-699 {
        width: 699%!important
    }

    .wd-sm-700 {
        width: 700%!important
    }

    .wd-sm-701 {
        width: 701%!important
    }

    .wd-sm-702 {
        width: 702%!important
    }

    .wd-sm-703 {
        width: 703%!important
    }

    .wd-sm-704 {
        width: 704%!important
    }

    .wd-sm-705 {
        width: 705%!important
    }

    .wd-sm-706 {
        width: 706%!important
    }

    .wd-sm-707 {
        width: 707%!important
    }

    .wd-sm-708 {
        width: 708%!important
    }

    .wd-sm-709 {
        width: 709%!important
    }

    .wd-sm-710 {
        width: 710%!important
    }

    .wd-sm-711 {
        width: 711%!important
    }

    .wd-sm-712 {
        width: 712%!important
    }

    .wd-sm-713 {
        width: 713%!important
    }

    .wd-sm-714 {
        width: 714%!important
    }

    .wd-sm-715 {
        width: 715%!important
    }

    .wd-sm-716 {
        width: 716%!important
    }

    .wd-sm-717 {
        width: 717%!important
    }

    .wd-sm-718 {
        width: 718%!important
    }

    .wd-sm-719 {
        width: 719%!important
    }

    .wd-sm-720 {
        width: 720%!important
    }

    .wd-sm-721 {
        width: 721%!important
    }

    .wd-sm-722 {
        width: 722%!important
    }

    .wd-sm-723 {
        width: 723%!important
    }

    .wd-sm-724 {
        width: 724%!important
    }

    .wd-sm-725 {
        width: 725%!important
    }

    .wd-sm-726 {
        width: 726%!important
    }

    .wd-sm-727 {
        width: 727%!important
    }

    .wd-sm-728 {
        width: 728%!important
    }

    .wd-sm-729 {
        width: 729%!important
    }

    .wd-sm-730 {
        width: 730%!important
    }

    .wd-sm-731 {
        width: 731%!important
    }

    .wd-sm-732 {
        width: 732%!important
    }

    .wd-sm-733 {
        width: 733%!important
    }

    .wd-sm-734 {
        width: 734%!important
    }

    .wd-sm-735 {
        width: 735%!important
    }

    .wd-sm-736 {
        width: 736%!important
    }

    .wd-sm-737 {
        width: 737%!important
    }

    .wd-sm-738 {
        width: 738%!important
    }

    .wd-sm-739 {
        width: 739%!important
    }

    .wd-sm-740 {
        width: 740%!important
    }

    .wd-sm-741 {
        width: 741%!important
    }

    .wd-sm-742 {
        width: 742%!important
    }

    .wd-sm-743 {
        width: 743%!important
    }

    .wd-sm-744 {
        width: 744%!important
    }

    .wd-sm-745 {
        width: 745%!important
    }

    .wd-sm-746 {
        width: 746%!important
    }

    .wd-sm-747 {
        width: 747%!important
    }

    .wd-sm-748 {
        width: 748%!important
    }

    .wd-sm-749 {
        width: 749%!important
    }

    .wd-sm-750 {
        width: 750%!important
    }

    .wd-sm-751 {
        width: 751%!important
    }

    .wd-sm-752 {
        width: 752%!important
    }

    .wd-sm-753 {
        width: 753%!important
    }

    .wd-sm-754 {
        width: 754%!important
    }

    .wd-sm-755 {
        width: 755%!important
    }

    .wd-sm-756 {
        width: 756%!important
    }

    .wd-sm-757 {
        width: 757%!important
    }

    .wd-sm-758 {
        width: 758%!important
    }

    .wd-sm-759 {
        width: 759%!important
    }

    .wd-sm-760 {
        width: 760%!important
    }

    .wd-sm-761 {
        width: 761%!important
    }

    .wd-sm-762 {
        width: 762%!important
    }

    .wd-sm-763 {
        width: 763%!important
    }

    .wd-sm-764 {
        width: 764%!important
    }

    .wd-sm-765 {
        width: 765%!important
    }

    .wd-sm-766 {
        width: 766%!important
    }

    .wd-sm-767 {
        width: 767%!important
    }

    .wd-sm-768 {
        width: 768%!important
    }

    .wd-sm-769 {
        width: 769%!important
    }

    .wd-sm-770 {
        width: 770%!important
    }

    .wd-sm-771 {
        width: 771%!important
    }

    .wd-sm-772 {
        width: 772%!important
    }

    .wd-sm-773 {
        width: 773%!important
    }

    .wd-sm-774 {
        width: 774%!important
    }

    .wd-sm-775 {
        width: 775%!important
    }

    .wd-sm-776 {
        width: 776%!important
    }

    .wd-sm-777 {
        width: 777%!important
    }

    .wd-sm-778 {
        width: 778%!important
    }

    .wd-sm-779 {
        width: 779%!important
    }

    .wd-sm-780 {
        width: 780%!important
    }

    .wd-sm-781 {
        width: 781%!important
    }

    .wd-sm-782 {
        width: 782%!important
    }

    .wd-sm-783 {
        width: 783%!important
    }

    .wd-sm-784 {
        width: 784%!important
    }

    .wd-sm-785 {
        width: 785%!important
    }

    .wd-sm-786 {
        width: 786%!important
    }

    .wd-sm-787 {
        width: 787%!important
    }

    .wd-sm-788 {
        width: 788%!important
    }

    .wd-sm-789 {
        width: 789%!important
    }

    .wd-sm-790 {
        width: 790%!important
    }

    .wd-sm-791 {
        width: 791%!important
    }

    .wd-sm-792 {
        width: 792%!important
    }

    .wd-sm-793 {
        width: 793%!important
    }

    .wd-sm-794 {
        width: 794%!important
    }

    .wd-sm-795 {
        width: 795%!important
    }

    .wd-sm-796 {
        width: 796%!important
    }

    .wd-sm-797 {
        width: 797%!important
    }

    .wd-sm-798 {
        width: 798%!important
    }

    .wd-sm-799 {
        width: 799%!important
    }

    .wd-sm-800 {
        width: 800%!important
    }

    .wd-sm-801 {
        width: 801%!important
    }

    .wd-sm-802 {
        width: 802%!important
    }

    .wd-sm-803 {
        width: 803%!important
    }

    .wd-sm-804 {
        width: 804%!important
    }

    .wd-sm-805 {
        width: 805%!important
    }

    .wd-sm-806 {
        width: 806%!important
    }

    .wd-sm-807 {
        width: 807%!important
    }

    .wd-sm-808 {
        width: 808%!important
    }

    .wd-sm-809 {
        width: 809%!important
    }

    .wd-sm-810 {
        width: 810%!important
    }

    .wd-sm-811 {
        width: 811%!important
    }

    .wd-sm-812 {
        width: 812%!important
    }

    .wd-sm-813 {
        width: 813%!important
    }

    .wd-sm-814 {
        width: 814%!important
    }

    .wd-sm-815 {
        width: 815%!important
    }

    .wd-sm-816 {
        width: 816%!important
    }

    .wd-sm-817 {
        width: 817%!important
    }

    .wd-sm-818 {
        width: 818%!important
    }

    .wd-sm-819 {
        width: 819%!important
    }

    .wd-sm-820 {
        width: 820%!important
    }

    .wd-sm-821 {
        width: 821%!important
    }

    .wd-sm-822 {
        width: 822%!important
    }

    .wd-sm-823 {
        width: 823%!important
    }

    .wd-sm-824 {
        width: 824%!important
    }

    .wd-sm-825 {
        width: 825%!important
    }

    .wd-sm-826 {
        width: 826%!important
    }

    .wd-sm-827 {
        width: 827%!important
    }

    .wd-sm-828 {
        width: 828%!important
    }

    .wd-sm-829 {
        width: 829%!important
    }

    .wd-sm-830 {
        width: 830%!important
    }

    .wd-sm-831 {
        width: 831%!important
    }

    .wd-sm-832 {
        width: 832%!important
    }

    .wd-sm-833 {
        width: 833%!important
    }

    .wd-sm-834 {
        width: 834%!important
    }

    .wd-sm-835 {
        width: 835%!important
    }

    .wd-sm-836 {
        width: 836%!important
    }

    .wd-sm-837 {
        width: 837%!important
    }

    .wd-sm-838 {
        width: 838%!important
    }

    .wd-sm-839 {
        width: 839%!important
    }

    .wd-sm-840 {
        width: 840%!important
    }

    .wd-sm-841 {
        width: 841%!important
    }

    .wd-sm-842 {
        width: 842%!important
    }

    .wd-sm-843 {
        width: 843%!important
    }

    .wd-sm-844 {
        width: 844%!important
    }

    .wd-sm-845 {
        width: 845%!important
    }

    .wd-sm-846 {
        width: 846%!important
    }

    .wd-sm-847 {
        width: 847%!important
    }

    .wd-sm-848 {
        width: 848%!important
    }

    .wd-sm-849 {
        width: 849%!important
    }

    .wd-sm-850 {
        width: 850%!important
    }

    .wd-sm-851 {
        width: 851%!important
    }

    .wd-sm-852 {
        width: 852%!important
    }

    .wd-sm-853 {
        width: 853%!important
    }

    .wd-sm-854 {
        width: 854%!important
    }

    .wd-sm-855 {
        width: 855%!important
    }

    .wd-sm-856 {
        width: 856%!important
    }

    .wd-sm-857 {
        width: 857%!important
    }

    .wd-sm-858 {
        width: 858%!important
    }

    .wd-sm-859 {
        width: 859%!important
    }

    .wd-sm-860 {
        width: 860%!important
    }

    .wd-sm-861 {
        width: 861%!important
    }

    .wd-sm-862 {
        width: 862%!important
    }

    .wd-sm-863 {
        width: 863%!important
    }

    .wd-sm-864 {
        width: 864%!important
    }

    .wd-sm-865 {
        width: 865%!important
    }

    .wd-sm-866 {
        width: 866%!important
    }

    .wd-sm-867 {
        width: 867%!important
    }

    .wd-sm-868 {
        width: 868%!important
    }

    .wd-sm-869 {
        width: 869%!important
    }

    .wd-sm-870 {
        width: 870%!important
    }

    .wd-sm-871 {
        width: 871%!important
    }

    .wd-sm-872 {
        width: 872%!important
    }

    .wd-sm-873 {
        width: 873%!important
    }

    .wd-sm-874 {
        width: 874%!important
    }

    .wd-sm-875 {
        width: 875%!important
    }

    .wd-sm-876 {
        width: 876%!important
    }

    .wd-sm-877 {
        width: 877%!important
    }

    .wd-sm-878 {
        width: 878%!important
    }

    .wd-sm-879 {
        width: 879%!important
    }

    .wd-sm-880 {
        width: 880%!important
    }

    .wd-sm-881 {
        width: 881%!important
    }

    .wd-sm-882 {
        width: 882%!important
    }

    .wd-sm-883 {
        width: 883%!important
    }

    .wd-sm-884 {
        width: 884%!important
    }

    .wd-sm-885 {
        width: 885%!important
    }

    .wd-sm-886 {
        width: 886%!important
    }

    .wd-sm-887 {
        width: 887%!important
    }

    .wd-sm-888 {
        width: 888%!important
    }

    .wd-sm-889 {
        width: 889%!important
    }

    .wd-sm-890 {
        width: 890%!important
    }

    .wd-sm-891 {
        width: 891%!important
    }

    .wd-sm-892 {
        width: 892%!important
    }

    .wd-sm-893 {
        width: 893%!important
    }

    .wd-sm-894 {
        width: 894%!important
    }

    .wd-sm-895 {
        width: 895%!important
    }

    .wd-sm-896 {
        width: 896%!important
    }

    .wd-sm-897 {
        width: 897%!important
    }

    .wd-sm-898 {
        width: 898%!important
    }

    .wd-sm-899 {
        width: 899%!important
    }

    .wd-sm-900 {
        width: 900%!important
    }

    .wd-sm-901 {
        width: 901%!important
    }

    .wd-sm-902 {
        width: 902%!important
    }

    .wd-sm-903 {
        width: 903%!important
    }

    .wd-sm-904 {
        width: 904%!important
    }

    .wd-sm-905 {
        width: 905%!important
    }

    .wd-sm-906 {
        width: 906%!important
    }

    .wd-sm-907 {
        width: 907%!important
    }

    .wd-sm-908 {
        width: 908%!important
    }

    .wd-sm-909 {
        width: 909%!important
    }

    .wd-sm-910 {
        width: 910%!important
    }

    .wd-sm-911 {
        width: 911%!important
    }

    .wd-sm-912 {
        width: 912%!important
    }

    .wd-sm-913 {
        width: 913%!important
    }

    .wd-sm-914 {
        width: 914%!important
    }

    .wd-sm-915 {
        width: 915%!important
    }

    .wd-sm-916 {
        width: 916%!important
    }

    .wd-sm-917 {
        width: 917%!important
    }

    .wd-sm-918 {
        width: 918%!important
    }

    .wd-sm-919 {
        width: 919%!important
    }

    .wd-sm-920 {
        width: 920%!important
    }

    .wd-sm-921 {
        width: 921%!important
    }

    .wd-sm-922 {
        width: 922%!important
    }

    .wd-sm-923 {
        width: 923%!important
    }

    .wd-sm-924 {
        width: 924%!important
    }

    .wd-sm-925 {
        width: 925%!important
    }

    .wd-sm-926 {
        width: 926%!important
    }

    .wd-sm-927 {
        width: 927%!important
    }

    .wd-sm-928 {
        width: 928%!important
    }

    .wd-sm-929 {
        width: 929%!important
    }

    .wd-sm-930 {
        width: 930%!important
    }

    .wd-sm-931 {
        width: 931%!important
    }

    .wd-sm-932 {
        width: 932%!important
    }

    .wd-sm-933 {
        width: 933%!important
    }

    .wd-sm-934 {
        width: 934%!important
    }

    .wd-sm-935 {
        width: 935%!important
    }

    .wd-sm-936 {
        width: 936%!important
    }

    .wd-sm-937 {
        width: 937%!important
    }

    .wd-sm-938 {
        width: 938%!important
    }

    .wd-sm-939 {
        width: 939%!important
    }

    .wd-sm-940 {
        width: 940%!important
    }

    .wd-sm-941 {
        width: 941%!important
    }

    .wd-sm-942 {
        width: 942%!important
    }

    .wd-sm-943 {
        width: 943%!important
    }

    .wd-sm-944 {
        width: 944%!important
    }

    .wd-sm-945 {
        width: 945%!important
    }

    .wd-sm-946 {
        width: 946%!important
    }

    .wd-sm-947 {
        width: 947%!important
    }

    .wd-sm-948 {
        width: 948%!important
    }

    .wd-sm-949 {
        width: 949%!important
    }

    .wd-sm-950 {
        width: 950%!important
    }

    .wd-sm-951 {
        width: 951%!important
    }

    .wd-sm-952 {
        width: 952%!important
    }

    .wd-sm-953 {
        width: 953%!important
    }

    .wd-sm-954 {
        width: 954%!important
    }

    .wd-sm-955 {
        width: 955%!important
    }

    .wd-sm-956 {
        width: 956%!important
    }

    .wd-sm-957 {
        width: 957%!important
    }

    .wd-sm-958 {
        width: 958%!important
    }

    .wd-sm-959 {
        width: 959%!important
    }

    .wd-sm-960 {
        width: 960%!important
    }

    .wd-sm-961 {
        width: 961%!important
    }

    .wd-sm-962 {
        width: 962%!important
    }

    .wd-sm-963 {
        width: 963%!important
    }

    .wd-sm-964 {
        width: 964%!important
    }

    .wd-sm-965 {
        width: 965%!important
    }

    .wd-sm-966 {
        width: 966%!important
    }

    .wd-sm-967 {
        width: 967%!important
    }

    .wd-sm-968 {
        width: 968%!important
    }

    .wd-sm-969 {
        width: 969%!important
    }

    .wd-sm-970 {
        width: 970%!important
    }

    .wd-sm-971 {
        width: 971%!important
    }

    .wd-sm-972 {
        width: 972%!important
    }

    .wd-sm-973 {
        width: 973%!important
    }

    .wd-sm-974 {
        width: 974%!important
    }

    .wd-sm-975 {
        width: 975%!important
    }

    .wd-sm-976 {
        width: 976%!important
    }

    .wd-sm-977 {
        width: 977%!important
    }

    .wd-sm-978 {
        width: 978%!important
    }

    .wd-sm-979 {
        width: 979%!important
    }

    .wd-sm-980 {
        width: 980%!important
    }

    .wd-sm-981 {
        width: 981%!important
    }

    .wd-sm-982 {
        width: 982%!important
    }

    .wd-sm-983 {
        width: 983%!important
    }

    .wd-sm-984 {
        width: 984%!important
    }

    .wd-sm-985 {
        width: 985%!important
    }

    .wd-sm-986 {
        width: 986%!important
    }

    .wd-sm-987 {
        width: 987%!important
    }

    .wd-sm-988 {
        width: 988%!important
    }

    .wd-sm-989 {
        width: 989%!important
    }

    .wd-sm-990 {
        width: 990%!important
    }

    .wd-sm-991 {
        width: 991%!important
    }

    .wd-sm-992 {
        width: 992%!important
    }

    .wd-sm-993 {
        width: 993%!important
    }

    .wd-sm-994 {
        width: 994%!important
    }

    .wd-sm-995 {
        width: 995%!important
    }

    .wd-sm-996 {
        width: 996%!important
    }

    .wd-sm-997 {
        width: 997%!important
    }

    .wd-sm-998 {
        width: 998%!important
    }

    .wd-sm-999 {
        width: 999%!important
    }

    .wd-sm-1000 {
        width: 1000%!important
    }
}

@media (min-width: 768px) {
    .wd-md-5 {
        width:5%!important
    }

    .wd-md-10 {
        width: 10%!important
    }

    .wd-md-11 {
        width: 11%!important
    }

    .wd-md-12 {
        width: 12%!important
    }

    .wd-md-13 {
        width: 13%!important
    }

    .wd-md-14 {
        width: 14%!important
    }

    .wd-md-15 {
        width: 15%!important
    }

    .wd-md-16 {
        width: 16%!important
    }

    .wd-md-17 {
        width: 17%!important
    }

    .wd-md-18 {
        width: 18%!important
    }

    .wd-md-19 {
        width: 19%!important
    }

    .wd-md-20 {
        width: 20%!important
    }

    .wd-md-21 {
        width: 21%!important
    }

    .wd-md-22 {
        width: 22%!important
    }

    .wd-md-23 {
        width: 23%!important
    }

    .wd-md-24 {
        width: 24%!important
    }

    .wd-md-25 {
        width: 25%!important
    }

    .wd-md-26 {
        width: 26%!important
    }

    .wd-md-27 {
        width: 27%!important
    }

    .wd-md-28 {
        width: 28%!important
    }

    .wd-md-29 {
        width: 29%!important
    }

    .wd-md-30 {
        width: 30%!important
    }

    .wd-md-31 {
        width: 31%!important
    }

    .wd-md-32 {
        width: 32%!important
    }

    .wd-md-33 {
        width: 33%!important
    }

    .wd-md-34 {
        width: 34%!important
    }

    .wd-md-35 {
        width: 35%!important
    }

    .wd-md-36 {
        width: 36%!important
    }

    .wd-md-37 {
        width: 37%!important
    }

    .wd-md-38 {
        width: 38%!important
    }

    .wd-md-39 {
        width: 39%!important
    }

    .wd-md-40 {
        width: 40%!important
    }

    .wd-md-41 {
        width: 41%!important
    }

    .wd-md-42 {
        width: 42%!important
    }

    .wd-md-43 {
        width: 43%!important
    }

    .wd-md-44 {
        width: 44%!important
    }

    .wd-md-45 {
        width: 45%!important
    }

    .wd-md-46 {
        width: 46%!important
    }

    .wd-md-47 {
        width: 47%!important
    }

    .wd-md-48 {
        width: 48%!important
    }

    .wd-md-49 {
        width: 49%!important
    }

    .wd-md-50 {
        width: 50%!important
    }

    .wd-md-51 {
        width: 51%!important
    }

    .wd-md-52 {
        width: 52%!important
    }

    .wd-md-53 {
        width: 53%!important
    }

    .wd-md-54 {
        width: 54%!important
    }

    .wd-md-55 {
        width: 55%!important
    }

    .wd-md-56 {
        width: 56%!important
    }

    .wd-md-57 {
        width: 57%!important
    }

    .wd-md-58 {
        width: 58%!important
    }

    .wd-md-59 {
        width: 59%!important
    }

    .wd-md-60 {
        width: 60%!important
    }

    .wd-md-61 {
        width: 61%!important
    }

    .wd-md-62 {
        width: 62%!important
    }

    .wd-md-63 {
        width: 63%!important
    }

    .wd-md-64 {
        width: 64%!important
    }

    .wd-md-65 {
        width: 65%!important
    }

    .wd-md-66 {
        width: 66%!important
    }

    .wd-md-67 {
        width: 67%!important
    }

    .wd-md-68 {
        width: 68%!important
    }

    .wd-md-69 {
        width: 69%!important
    }

    .wd-md-70 {
        width: 70%!important
    }

    .wd-md-71 {
        width: 71%!important
    }

    .wd-md-72 {
        width: 72%!important
    }

    .wd-md-73 {
        width: 73%!important
    }

    .wd-md-74 {
        width: 74%!important
    }

    .wd-md-75 {
        width: 75%!important
    }

    .wd-md-76 {
        width: 76%!important
    }

    .wd-md-77 {
        width: 77%!important
    }

    .wd-md-78 {
        width: 78%!important
    }

    .wd-md-79 {
        width: 79%!important
    }

    .wd-md-80 {
        width: 80%!important
    }

    .wd-md-81 {
        width: 81%!important
    }

    .wd-md-82 {
        width: 82%!important
    }

    .wd-md-83 {
        width: 83%!important
    }

    .wd-md-84 {
        width: 84%!important
    }

    .wd-md-85 {
        width: 85%!important
    }

    .wd-md-86 {
        width: 86%!important
    }

    .wd-md-87 {
        width: 87%!important
    }

    .wd-md-88 {
        width: 88%!important
    }

    .wd-md-89 {
        width: 89%!important
    }

    .wd-md-90 {
        width: 90%!important
    }

    .wd-md-91 {
        width: 91%!important
    }

    .wd-md-92 {
        width: 92%!important
    }

    .wd-md-93 {
        width: 93%!important
    }

    .wd-md-94 {
        width: 94%!important
    }

    .wd-md-95 {
        width: 95%!important
    }

    .wd-md-96 {
        width: 96%!important
    }

    .wd-md-97 {
        width: 97%!important
    }

    .wd-md-98 {
        width: 98%!important
    }

    .wd-md-99 {
        width: 99%!important
    }

    .wd-md-100 {
        width: 100%!important
    }

    .wd-md-101 {
        width: 101%!important
    }

    .wd-md-102 {
        width: 102%!important
    }

    .wd-md-103 {
        width: 103%!important
    }

    .wd-md-104 {
        width: 104%!important
    }

    .wd-md-105 {
        width: 105%!important
    }

    .wd-md-106 {
        width: 106%!important
    }

    .wd-md-107 {
        width: 107%!important
    }

    .wd-md-108 {
        width: 108%!important
    }

    .wd-md-109 {
        width: 109%!important
    }

    .wd-md-110 {
        width: 110%!important
    }

    .wd-md-111 {
        width: 111%!important
    }

    .wd-md-112 {
        width: 112%!important
    }

    .wd-md-113 {
        width: 113%!important
    }

    .wd-md-114 {
        width: 114%!important
    }

    .wd-md-115 {
        width: 115%!important
    }

    .wd-md-116 {
        width: 116%!important
    }

    .wd-md-117 {
        width: 117%!important
    }

    .wd-md-118 {
        width: 118%!important
    }

    .wd-md-119 {
        width: 119%!important
    }

    .wd-md-120 {
        width: 120%!important
    }

    .wd-md-121 {
        width: 121%!important
    }

    .wd-md-122 {
        width: 122%!important
    }

    .wd-md-123 {
        width: 123%!important
    }

    .wd-md-124 {
        width: 124%!important
    }

    .wd-md-125 {
        width: 125%!important
    }

    .wd-md-126 {
        width: 126%!important
    }

    .wd-md-127 {
        width: 127%!important
    }

    .wd-md-128 {
        width: 128%!important
    }

    .wd-md-129 {
        width: 129%!important
    }

    .wd-md-130 {
        width: 130%!important
    }

    .wd-md-131 {
        width: 131%!important
    }

    .wd-md-132 {
        width: 132%!important
    }

    .wd-md-133 {
        width: 133%!important
    }

    .wd-md-134 {
        width: 134%!important
    }

    .wd-md-135 {
        width: 135%!important
    }

    .wd-md-136 {
        width: 136%!important
    }

    .wd-md-137 {
        width: 137%!important
    }

    .wd-md-138 {
        width: 138%!important
    }

    .wd-md-139 {
        width: 139%!important
    }

    .wd-md-140 {
        width: 140%!important
    }

    .wd-md-141 {
        width: 141%!important
    }

    .wd-md-142 {
        width: 142%!important
    }

    .wd-md-143 {
        width: 143%!important
    }

    .wd-md-144 {
        width: 144%!important
    }

    .wd-md-145 {
        width: 145%!important
    }

    .wd-md-146 {
        width: 146%!important
    }

    .wd-md-147 {
        width: 147%!important
    }

    .wd-md-148 {
        width: 148%!important
    }

    .wd-md-149 {
        width: 149%!important
    }

    .wd-md-150 {
        width: 150%!important
    }

    .wd-md-151 {
        width: 151%!important
    }

    .wd-md-152 {
        width: 152%!important
    }

    .wd-md-153 {
        width: 153%!important
    }

    .wd-md-154 {
        width: 154%!important
    }

    .wd-md-155 {
        width: 155%!important
    }

    .wd-md-156 {
        width: 156%!important
    }

    .wd-md-157 {
        width: 157%!important
    }

    .wd-md-158 {
        width: 158%!important
    }

    .wd-md-159 {
        width: 159%!important
    }

    .wd-md-160 {
        width: 160%!important
    }

    .wd-md-161 {
        width: 161%!important
    }

    .wd-md-162 {
        width: 162%!important
    }

    .wd-md-163 {
        width: 163%!important
    }

    .wd-md-164 {
        width: 164%!important
    }

    .wd-md-165 {
        width: 165%!important
    }

    .wd-md-166 {
        width: 166%!important
    }

    .wd-md-167 {
        width: 167%!important
    }

    .wd-md-168 {
        width: 168%!important
    }

    .wd-md-169 {
        width: 169%!important
    }

    .wd-md-170 {
        width: 170%!important
    }

    .wd-md-171 {
        width: 171%!important
    }

    .wd-md-172 {
        width: 172%!important
    }

    .wd-md-173 {
        width: 173%!important
    }

    .wd-md-174 {
        width: 174%!important
    }

    .wd-md-175 {
        width: 175%!important
    }

    .wd-md-176 {
        width: 176%!important
    }

    .wd-md-177 {
        width: 177%!important
    }

    .wd-md-178 {
        width: 178%!important
    }

    .wd-md-179 {
        width: 179%!important
    }

    .wd-md-180 {
        width: 180%!important
    }

    .wd-md-181 {
        width: 181%!important
    }

    .wd-md-182 {
        width: 182%!important
    }

    .wd-md-183 {
        width: 183%!important
    }

    .wd-md-184 {
        width: 184%!important
    }

    .wd-md-185 {
        width: 185%!important
    }

    .wd-md-186 {
        width: 186%!important
    }

    .wd-md-187 {
        width: 187%!important
    }

    .wd-md-188 {
        width: 188%!important
    }

    .wd-md-189 {
        width: 189%!important
    }

    .wd-md-190 {
        width: 190%!important
    }

    .wd-md-191 {
        width: 191%!important
    }

    .wd-md-192 {
        width: 192%!important
    }

    .wd-md-193 {
        width: 193%!important
    }

    .wd-md-194 {
        width: 194%!important
    }

    .wd-md-195 {
        width: 195%!important
    }

    .wd-md-196 {
        width: 196%!important
    }

    .wd-md-197 {
        width: 197%!important
    }

    .wd-md-198 {
        width: 198%!important
    }

    .wd-md-199 {
        width: 199%!important
    }

    .wd-md-200 {
        width: 200%!important
    }

    .wd-md-201 {
        width: 201%!important
    }

    .wd-md-202 {
        width: 202%!important
    }

    .wd-md-203 {
        width: 203%!important
    }

    .wd-md-204 {
        width: 204%!important
    }

    .wd-md-205 {
        width: 205%!important
    }

    .wd-md-206 {
        width: 206%!important
    }

    .wd-md-207 {
        width: 207%!important
    }

    .wd-md-208 {
        width: 208%!important
    }

    .wd-md-209 {
        width: 209%!important
    }

    .wd-md-210 {
        width: 210%!important
    }

    .wd-md-211 {
        width: 211%!important
    }

    .wd-md-212 {
        width: 212%!important
    }

    .wd-md-213 {
        width: 213%!important
    }

    .wd-md-214 {
        width: 214%!important
    }

    .wd-md-215 {
        width: 215%!important
    }

    .wd-md-216 {
        width: 216%!important
    }

    .wd-md-217 {
        width: 217%!important
    }

    .wd-md-218 {
        width: 218%!important
    }

    .wd-md-219 {
        width: 219%!important
    }

    .wd-md-220 {
        width: 220%!important
    }

    .wd-md-221 {
        width: 221%!important
    }

    .wd-md-222 {
        width: 222%!important
    }

    .wd-md-223 {
        width: 223%!important
    }

    .wd-md-224 {
        width: 224%!important
    }

    .wd-md-225 {
        width: 225%!important
    }

    .wd-md-226 {
        width: 226%!important
    }

    .wd-md-227 {
        width: 227%!important
    }

    .wd-md-228 {
        width: 228%!important
    }

    .wd-md-229 {
        width: 229%!important
    }

    .wd-md-230 {
        width: 230%!important
    }

    .wd-md-231 {
        width: 231%!important
    }

    .wd-md-232 {
        width: 232%!important
    }

    .wd-md-233 {
        width: 233%!important
    }

    .wd-md-234 {
        width: 234%!important
    }

    .wd-md-235 {
        width: 235%!important
    }

    .wd-md-236 {
        width: 236%!important
    }

    .wd-md-237 {
        width: 237%!important
    }

    .wd-md-238 {
        width: 238%!important
    }

    .wd-md-239 {
        width: 239%!important
    }

    .wd-md-240 {
        width: 240%!important
    }

    .wd-md-241 {
        width: 241%!important
    }

    .wd-md-242 {
        width: 242%!important
    }

    .wd-md-243 {
        width: 243%!important
    }

    .wd-md-244 {
        width: 244%!important
    }

    .wd-md-245 {
        width: 245%!important
    }

    .wd-md-246 {
        width: 246%!important
    }

    .wd-md-247 {
        width: 247%!important
    }

    .wd-md-248 {
        width: 248%!important
    }

    .wd-md-249 {
        width: 249%!important
    }

    .wd-md-250 {
        width: 250%!important
    }

    .wd-md-251 {
        width: 251%!important
    }

    .wd-md-252 {
        width: 252%!important
    }

    .wd-md-253 {
        width: 253%!important
    }

    .wd-md-254 {
        width: 254%!important
    }

    .wd-md-255 {
        width: 255%!important
    }

    .wd-md-256 {
        width: 256%!important
    }

    .wd-md-257 {
        width: 257%!important
    }

    .wd-md-258 {
        width: 258%!important
    }

    .wd-md-259 {
        width: 259%!important
    }

    .wd-md-260 {
        width: 260%!important
    }

    .wd-md-261 {
        width: 261%!important
    }

    .wd-md-262 {
        width: 262%!important
    }

    .wd-md-263 {
        width: 263%!important
    }

    .wd-md-264 {
        width: 264%!important
    }

    .wd-md-265 {
        width: 265%!important
    }

    .wd-md-266 {
        width: 266%!important
    }

    .wd-md-267 {
        width: 267%!important
    }

    .wd-md-268 {
        width: 268%!important
    }

    .wd-md-269 {
        width: 269%!important
    }

    .wd-md-270 {
        width: 270%!important
    }

    .wd-md-271 {
        width: 271%!important
    }

    .wd-md-272 {
        width: 272%!important
    }

    .wd-md-273 {
        width: 273%!important
    }

    .wd-md-274 {
        width: 274%!important
    }

    .wd-md-275 {
        width: 275%!important
    }

    .wd-md-276 {
        width: 276%!important
    }

    .wd-md-277 {
        width: 277%!important
    }

    .wd-md-278 {
        width: 278%!important
    }

    .wd-md-279 {
        width: 279%!important
    }

    .wd-md-280 {
        width: 280%!important
    }

    .wd-md-281 {
        width: 281%!important
    }

    .wd-md-282 {
        width: 282%!important
    }

    .wd-md-283 {
        width: 283%!important
    }

    .wd-md-284 {
        width: 284%!important
    }

    .wd-md-285 {
        width: 285%!important
    }

    .wd-md-286 {
        width: 286%!important
    }

    .wd-md-287 {
        width: 287%!important
    }

    .wd-md-288 {
        width: 288%!important
    }

    .wd-md-289 {
        width: 289%!important
    }

    .wd-md-290 {
        width: 290%!important
    }

    .wd-md-291 {
        width: 291%!important
    }

    .wd-md-292 {
        width: 292%!important
    }

    .wd-md-293 {
        width: 293%!important
    }

    .wd-md-294 {
        width: 294%!important
    }

    .wd-md-295 {
        width: 295%!important
    }

    .wd-md-296 {
        width: 296%!important
    }

    .wd-md-297 {
        width: 297%!important
    }

    .wd-md-298 {
        width: 298%!important
    }

    .wd-md-299 {
        width: 299%!important
    }

    .wd-md-300 {
        width: 300%!important
    }

    .wd-md-301 {
        width: 301%!important
    }

    .wd-md-302 {
        width: 302%!important
    }

    .wd-md-303 {
        width: 303%!important
    }

    .wd-md-304 {
        width: 304%!important
    }

    .wd-md-305 {
        width: 305%!important
    }

    .wd-md-306 {
        width: 306%!important
    }

    .wd-md-307 {
        width: 307%!important
    }

    .wd-md-308 {
        width: 308%!important
    }

    .wd-md-309 {
        width: 309%!important
    }

    .wd-md-310 {
        width: 310%!important
    }

    .wd-md-311 {
        width: 311%!important
    }

    .wd-md-312 {
        width: 312%!important
    }

    .wd-md-313 {
        width: 313%!important
    }

    .wd-md-314 {
        width: 314%!important
    }

    .wd-md-315 {
        width: 315%!important
    }

    .wd-md-316 {
        width: 316%!important
    }

    .wd-md-317 {
        width: 317%!important
    }

    .wd-md-318 {
        width: 318%!important
    }

    .wd-md-319 {
        width: 319%!important
    }

    .wd-md-320 {
        width: 320%!important
    }

    .wd-md-321 {
        width: 321%!important
    }

    .wd-md-322 {
        width: 322%!important
    }

    .wd-md-323 {
        width: 323%!important
    }

    .wd-md-324 {
        width: 324%!important
    }

    .wd-md-325 {
        width: 325%!important
    }

    .wd-md-326 {
        width: 326%!important
    }

    .wd-md-327 {
        width: 327%!important
    }

    .wd-md-328 {
        width: 328%!important
    }

    .wd-md-329 {
        width: 329%!important
    }

    .wd-md-330 {
        width: 330%!important
    }

    .wd-md-331 {
        width: 331%!important
    }

    .wd-md-332 {
        width: 332%!important
    }

    .wd-md-333 {
        width: 333%!important
    }

    .wd-md-334 {
        width: 334%!important
    }

    .wd-md-335 {
        width: 335%!important
    }

    .wd-md-336 {
        width: 336%!important
    }

    .wd-md-337 {
        width: 337%!important
    }

    .wd-md-338 {
        width: 338%!important
    }

    .wd-md-339 {
        width: 339%!important
    }

    .wd-md-340 {
        width: 340%!important
    }

    .wd-md-341 {
        width: 341%!important
    }

    .wd-md-342 {
        width: 342%!important
    }

    .wd-md-343 {
        width: 343%!important
    }

    .wd-md-344 {
        width: 344%!important
    }

    .wd-md-345 {
        width: 345%!important
    }

    .wd-md-346 {
        width: 346%!important
    }

    .wd-md-347 {
        width: 347%!important
    }

    .wd-md-348 {
        width: 348%!important
    }

    .wd-md-349 {
        width: 349%!important
    }

    .wd-md-350 {
        width: 350%!important
    }

    .wd-md-351 {
        width: 351%!important
    }

    .wd-md-352 {
        width: 352%!important
    }

    .wd-md-353 {
        width: 353%!important
    }

    .wd-md-354 {
        width: 354%!important
    }

    .wd-md-355 {
        width: 355%!important
    }

    .wd-md-356 {
        width: 356%!important
    }

    .wd-md-357 {
        width: 357%!important
    }

    .wd-md-358 {
        width: 358%!important
    }

    .wd-md-359 {
        width: 359%!important
    }

    .wd-md-360 {
        width: 360%!important
    }

    .wd-md-361 {
        width: 361%!important
    }

    .wd-md-362 {
        width: 362%!important
    }

    .wd-md-363 {
        width: 363%!important
    }

    .wd-md-364 {
        width: 364%!important
    }

    .wd-md-365 {
        width: 365%!important
    }

    .wd-md-366 {
        width: 366%!important
    }

    .wd-md-367 {
        width: 367%!important
    }

    .wd-md-368 {
        width: 368%!important
    }

    .wd-md-369 {
        width: 369%!important
    }

    .wd-md-370 {
        width: 370%!important
    }

    .wd-md-371 {
        width: 371%!important
    }

    .wd-md-372 {
        width: 372%!important
    }

    .wd-md-373 {
        width: 373%!important
    }

    .wd-md-374 {
        width: 374%!important
    }

    .wd-md-375 {
        width: 375%!important
    }

    .wd-md-376 {
        width: 376%!important
    }

    .wd-md-377 {
        width: 377%!important
    }

    .wd-md-378 {
        width: 378%!important
    }

    .wd-md-379 {
        width: 379%!important
    }

    .wd-md-380 {
        width: 380%!important
    }

    .wd-md-381 {
        width: 381%!important
    }

    .wd-md-382 {
        width: 382%!important
    }

    .wd-md-383 {
        width: 383%!important
    }

    .wd-md-384 {
        width: 384%!important
    }

    .wd-md-385 {
        width: 385%!important
    }

    .wd-md-386 {
        width: 386%!important
    }

    .wd-md-387 {
        width: 387%!important
    }

    .wd-md-388 {
        width: 388%!important
    }

    .wd-md-389 {
        width: 389%!important
    }

    .wd-md-390 {
        width: 390%!important
    }

    .wd-md-391 {
        width: 391%!important
    }

    .wd-md-392 {
        width: 392%!important
    }

    .wd-md-393 {
        width: 393%!important
    }

    .wd-md-394 {
        width: 394%!important
    }

    .wd-md-395 {
        width: 395%!important
    }

    .wd-md-396 {
        width: 396%!important
    }

    .wd-md-397 {
        width: 397%!important
    }

    .wd-md-398 {
        width: 398%!important
    }

    .wd-md-399 {
        width: 399%!important
    }

    .wd-md-400 {
        width: 400%!important
    }

    .wd-md-401 {
        width: 401%!important
    }

    .wd-md-402 {
        width: 402%!important
    }

    .wd-md-403 {
        width: 403%!important
    }

    .wd-md-404 {
        width: 404%!important
    }

    .wd-md-405 {
        width: 405%!important
    }

    .wd-md-406 {
        width: 406%!important
    }

    .wd-md-407 {
        width: 407%!important
    }

    .wd-md-408 {
        width: 408%!important
    }

    .wd-md-409 {
        width: 409%!important
    }

    .wd-md-410 {
        width: 410%!important
    }

    .wd-md-411 {
        width: 411%!important
    }

    .wd-md-412 {
        width: 412%!important
    }

    .wd-md-413 {
        width: 413%!important
    }

    .wd-md-414 {
        width: 414%!important
    }

    .wd-md-415 {
        width: 415%!important
    }

    .wd-md-416 {
        width: 416%!important
    }

    .wd-md-417 {
        width: 417%!important
    }

    .wd-md-418 {
        width: 418%!important
    }

    .wd-md-419 {
        width: 419%!important
    }

    .wd-md-420 {
        width: 420%!important
    }

    .wd-md-421 {
        width: 421%!important
    }

    .wd-md-422 {
        width: 422%!important
    }

    .wd-md-423 {
        width: 423%!important
    }

    .wd-md-424 {
        width: 424%!important
    }

    .wd-md-425 {
        width: 425%!important
    }

    .wd-md-426 {
        width: 426%!important
    }

    .wd-md-427 {
        width: 427%!important
    }

    .wd-md-428 {
        width: 428%!important
    }

    .wd-md-429 {
        width: 429%!important
    }

    .wd-md-430 {
        width: 430%!important
    }

    .wd-md-431 {
        width: 431%!important
    }

    .wd-md-432 {
        width: 432%!important
    }

    .wd-md-433 {
        width: 433%!important
    }

    .wd-md-434 {
        width: 434%!important
    }

    .wd-md-435 {
        width: 435%!important
    }

    .wd-md-436 {
        width: 436%!important
    }

    .wd-md-437 {
        width: 437%!important
    }

    .wd-md-438 {
        width: 438%!important
    }

    .wd-md-439 {
        width: 439%!important
    }

    .wd-md-440 {
        width: 440%!important
    }

    .wd-md-441 {
        width: 441%!important
    }

    .wd-md-442 {
        width: 442%!important
    }

    .wd-md-443 {
        width: 443%!important
    }

    .wd-md-444 {
        width: 444%!important
    }

    .wd-md-445 {
        width: 445%!important
    }

    .wd-md-446 {
        width: 446%!important
    }

    .wd-md-447 {
        width: 447%!important
    }

    .wd-md-448 {
        width: 448%!important
    }

    .wd-md-449 {
        width: 449%!important
    }

    .wd-md-450 {
        width: 450%!important
    }

    .wd-md-451 {
        width: 451%!important
    }

    .wd-md-452 {
        width: 452%!important
    }

    .wd-md-453 {
        width: 453%!important
    }

    .wd-md-454 {
        width: 454%!important
    }

    .wd-md-455 {
        width: 455%!important
    }

    .wd-md-456 {
        width: 456%!important
    }

    .wd-md-457 {
        width: 457%!important
    }

    .wd-md-458 {
        width: 458%!important
    }

    .wd-md-459 {
        width: 459%!important
    }

    .wd-md-460 {
        width: 460%!important
    }

    .wd-md-461 {
        width: 461%!important
    }

    .wd-md-462 {
        width: 462%!important
    }

    .wd-md-463 {
        width: 463%!important
    }

    .wd-md-464 {
        width: 464%!important
    }

    .wd-md-465 {
        width: 465%!important
    }

    .wd-md-466 {
        width: 466%!important
    }

    .wd-md-467 {
        width: 467%!important
    }

    .wd-md-468 {
        width: 468%!important
    }

    .wd-md-469 {
        width: 469%!important
    }

    .wd-md-470 {
        width: 470%!important
    }

    .wd-md-471 {
        width: 471%!important
    }

    .wd-md-472 {
        width: 472%!important
    }

    .wd-md-473 {
        width: 473%!important
    }

    .wd-md-474 {
        width: 474%!important
    }

    .wd-md-475 {
        width: 475%!important
    }

    .wd-md-476 {
        width: 476%!important
    }

    .wd-md-477 {
        width: 477%!important
    }

    .wd-md-478 {
        width: 478%!important
    }

    .wd-md-479 {
        width: 479%!important
    }

    .wd-md-480 {
        width: 480%!important
    }

    .wd-md-481 {
        width: 481%!important
    }

    .wd-md-482 {
        width: 482%!important
    }

    .wd-md-483 {
        width: 483%!important
    }

    .wd-md-484 {
        width: 484%!important
    }

    .wd-md-485 {
        width: 485%!important
    }

    .wd-md-486 {
        width: 486%!important
    }

    .wd-md-487 {
        width: 487%!important
    }

    .wd-md-488 {
        width: 488%!important
    }

    .wd-md-489 {
        width: 489%!important
    }

    .wd-md-490 {
        width: 490%!important
    }

    .wd-md-491 {
        width: 491%!important
    }

    .wd-md-492 {
        width: 492%!important
    }

    .wd-md-493 {
        width: 493%!important
    }

    .wd-md-494 {
        width: 494%!important
    }

    .wd-md-495 {
        width: 495%!important
    }

    .wd-md-496 {
        width: 496%!important
    }

    .wd-md-497 {
        width: 497%!important
    }

    .wd-md-498 {
        width: 498%!important
    }

    .wd-md-499 {
        width: 499%!important
    }

    .wd-md-500 {
        width: 500%!important
    }

    .wd-md-501 {
        width: 501%!important
    }

    .wd-md-502 {
        width: 502%!important
    }

    .wd-md-503 {
        width: 503%!important
    }

    .wd-md-504 {
        width: 504%!important
    }

    .wd-md-505 {
        width: 505%!important
    }

    .wd-md-506 {
        width: 506%!important
    }

    .wd-md-507 {
        width: 507%!important
    }

    .wd-md-508 {
        width: 508%!important
    }

    .wd-md-509 {
        width: 509%!important
    }

    .wd-md-510 {
        width: 510%!important
    }

    .wd-md-511 {
        width: 511%!important
    }

    .wd-md-512 {
        width: 512%!important
    }

    .wd-md-513 {
        width: 513%!important
    }

    .wd-md-514 {
        width: 514%!important
    }

    .wd-md-515 {
        width: 515%!important
    }

    .wd-md-516 {
        width: 516%!important
    }

    .wd-md-517 {
        width: 517%!important
    }

    .wd-md-518 {
        width: 518%!important
    }

    .wd-md-519 {
        width: 519%!important
    }

    .wd-md-520 {
        width: 520%!important
    }

    .wd-md-521 {
        width: 521%!important
    }

    .wd-md-522 {
        width: 522%!important
    }

    .wd-md-523 {
        width: 523%!important
    }

    .wd-md-524 {
        width: 524%!important
    }

    .wd-md-525 {
        width: 525%!important
    }

    .wd-md-526 {
        width: 526%!important
    }

    .wd-md-527 {
        width: 527%!important
    }

    .wd-md-528 {
        width: 528%!important
    }

    .wd-md-529 {
        width: 529%!important
    }

    .wd-md-530 {
        width: 530%!important
    }

    .wd-md-531 {
        width: 531%!important
    }

    .wd-md-532 {
        width: 532%!important
    }

    .wd-md-533 {
        width: 533%!important
    }

    .wd-md-534 {
        width: 534%!important
    }

    .wd-md-535 {
        width: 535%!important
    }

    .wd-md-536 {
        width: 536%!important
    }

    .wd-md-537 {
        width: 537%!important
    }

    .wd-md-538 {
        width: 538%!important
    }

    .wd-md-539 {
        width: 539%!important
    }

    .wd-md-540 {
        width: 540%!important
    }

    .wd-md-541 {
        width: 541%!important
    }

    .wd-md-542 {
        width: 542%!important
    }

    .wd-md-543 {
        width: 543%!important
    }

    .wd-md-544 {
        width: 544%!important
    }

    .wd-md-545 {
        width: 545%!important
    }

    .wd-md-546 {
        width: 546%!important
    }

    .wd-md-547 {
        width: 547%!important
    }

    .wd-md-548 {
        width: 548%!important
    }

    .wd-md-549 {
        width: 549%!important
    }

    .wd-md-550 {
        width: 550%!important
    }

    .wd-md-551 {
        width: 551%!important
    }

    .wd-md-552 {
        width: 552%!important
    }

    .wd-md-553 {
        width: 553%!important
    }

    .wd-md-554 {
        width: 554%!important
    }

    .wd-md-555 {
        width: 555%!important
    }

    .wd-md-556 {
        width: 556%!important
    }

    .wd-md-557 {
        width: 557%!important
    }

    .wd-md-558 {
        width: 558%!important
    }

    .wd-md-559 {
        width: 559%!important
    }

    .wd-md-560 {
        width: 560%!important
    }

    .wd-md-561 {
        width: 561%!important
    }

    .wd-md-562 {
        width: 562%!important
    }

    .wd-md-563 {
        width: 563%!important
    }

    .wd-md-564 {
        width: 564%!important
    }

    .wd-md-565 {
        width: 565%!important
    }

    .wd-md-566 {
        width: 566%!important
    }

    .wd-md-567 {
        width: 567%!important
    }

    .wd-md-568 {
        width: 568%!important
    }

    .wd-md-569 {
        width: 569%!important
    }

    .wd-md-570 {
        width: 570%!important
    }

    .wd-md-571 {
        width: 571%!important
    }

    .wd-md-572 {
        width: 572%!important
    }

    .wd-md-573 {
        width: 573%!important
    }

    .wd-md-574 {
        width: 574%!important
    }

    .wd-md-575 {
        width: 575%!important
    }

    .wd-md-576 {
        width: 576%!important
    }

    .wd-md-577 {
        width: 577%!important
    }

    .wd-md-578 {
        width: 578%!important
    }

    .wd-md-579 {
        width: 579%!important
    }

    .wd-md-580 {
        width: 580%!important
    }

    .wd-md-581 {
        width: 581%!important
    }

    .wd-md-582 {
        width: 582%!important
    }

    .wd-md-583 {
        width: 583%!important
    }

    .wd-md-584 {
        width: 584%!important
    }

    .wd-md-585 {
        width: 585%!important
    }

    .wd-md-586 {
        width: 586%!important
    }

    .wd-md-587 {
        width: 587%!important
    }

    .wd-md-588 {
        width: 588%!important
    }

    .wd-md-589 {
        width: 589%!important
    }

    .wd-md-590 {
        width: 590%!important
    }

    .wd-md-591 {
        width: 591%!important
    }

    .wd-md-592 {
        width: 592%!important
    }

    .wd-md-593 {
        width: 593%!important
    }

    .wd-md-594 {
        width: 594%!important
    }

    .wd-md-595 {
        width: 595%!important
    }

    .wd-md-596 {
        width: 596%!important
    }

    .wd-md-597 {
        width: 597%!important
    }

    .wd-md-598 {
        width: 598%!important
    }

    .wd-md-599 {
        width: 599%!important
    }

    .wd-md-600 {
        width: 600%!important
    }

    .wd-md-601 {
        width: 601%!important
    }

    .wd-md-602 {
        width: 602%!important
    }

    .wd-md-603 {
        width: 603%!important
    }

    .wd-md-604 {
        width: 604%!important
    }

    .wd-md-605 {
        width: 605%!important
    }

    .wd-md-606 {
        width: 606%!important
    }

    .wd-md-607 {
        width: 607%!important
    }

    .wd-md-608 {
        width: 608%!important
    }

    .wd-md-609 {
        width: 609%!important
    }

    .wd-md-610 {
        width: 610%!important
    }

    .wd-md-611 {
        width: 611%!important
    }

    .wd-md-612 {
        width: 612%!important
    }

    .wd-md-613 {
        width: 613%!important
    }

    .wd-md-614 {
        width: 614%!important
    }

    .wd-md-615 {
        width: 615%!important
    }

    .wd-md-616 {
        width: 616%!important
    }

    .wd-md-617 {
        width: 617%!important
    }

    .wd-md-618 {
        width: 618%!important
    }

    .wd-md-619 {
        width: 619%!important
    }

    .wd-md-620 {
        width: 620%!important
    }

    .wd-md-621 {
        width: 621%!important
    }

    .wd-md-622 {
        width: 622%!important
    }

    .wd-md-623 {
        width: 623%!important
    }

    .wd-md-624 {
        width: 624%!important
    }

    .wd-md-625 {
        width: 625%!important
    }

    .wd-md-626 {
        width: 626%!important
    }

    .wd-md-627 {
        width: 627%!important
    }

    .wd-md-628 {
        width: 628%!important
    }

    .wd-md-629 {
        width: 629%!important
    }

    .wd-md-630 {
        width: 630%!important
    }

    .wd-md-631 {
        width: 631%!important
    }

    .wd-md-632 {
        width: 632%!important
    }

    .wd-md-633 {
        width: 633%!important
    }

    .wd-md-634 {
        width: 634%!important
    }

    .wd-md-635 {
        width: 635%!important
    }

    .wd-md-636 {
        width: 636%!important
    }

    .wd-md-637 {
        width: 637%!important
    }

    .wd-md-638 {
        width: 638%!important
    }

    .wd-md-639 {
        width: 639%!important
    }

    .wd-md-640 {
        width: 640%!important
    }

    .wd-md-641 {
        width: 641%!important
    }

    .wd-md-642 {
        width: 642%!important
    }

    .wd-md-643 {
        width: 643%!important
    }

    .wd-md-644 {
        width: 644%!important
    }

    .wd-md-645 {
        width: 645%!important
    }

    .wd-md-646 {
        width: 646%!important
    }

    .wd-md-647 {
        width: 647%!important
    }

    .wd-md-648 {
        width: 648%!important
    }

    .wd-md-649 {
        width: 649%!important
    }

    .wd-md-650 {
        width: 650%!important
    }

    .wd-md-651 {
        width: 651%!important
    }

    .wd-md-652 {
        width: 652%!important
    }

    .wd-md-653 {
        width: 653%!important
    }

    .wd-md-654 {
        width: 654%!important
    }

    .wd-md-655 {
        width: 655%!important
    }

    .wd-md-656 {
        width: 656%!important
    }

    .wd-md-657 {
        width: 657%!important
    }

    .wd-md-658 {
        width: 658%!important
    }

    .wd-md-659 {
        width: 659%!important
    }

    .wd-md-660 {
        width: 660%!important
    }

    .wd-md-661 {
        width: 661%!important
    }

    .wd-md-662 {
        width: 662%!important
    }

    .wd-md-663 {
        width: 663%!important
    }

    .wd-md-664 {
        width: 664%!important
    }

    .wd-md-665 {
        width: 665%!important
    }

    .wd-md-666 {
        width: 666%!important
    }

    .wd-md-667 {
        width: 667%!important
    }

    .wd-md-668 {
        width: 668%!important
    }

    .wd-md-669 {
        width: 669%!important
    }

    .wd-md-670 {
        width: 670%!important
    }

    .wd-md-671 {
        width: 671%!important
    }

    .wd-md-672 {
        width: 672%!important
    }

    .wd-md-673 {
        width: 673%!important
    }

    .wd-md-674 {
        width: 674%!important
    }

    .wd-md-675 {
        width: 675%!important
    }

    .wd-md-676 {
        width: 676%!important
    }

    .wd-md-677 {
        width: 677%!important
    }

    .wd-md-678 {
        width: 678%!important
    }

    .wd-md-679 {
        width: 679%!important
    }

    .wd-md-680 {
        width: 680%!important
    }

    .wd-md-681 {
        width: 681%!important
    }

    .wd-md-682 {
        width: 682%!important
    }

    .wd-md-683 {
        width: 683%!important
    }

    .wd-md-684 {
        width: 684%!important
    }

    .wd-md-685 {
        width: 685%!important
    }

    .wd-md-686 {
        width: 686%!important
    }

    .wd-md-687 {
        width: 687%!important
    }

    .wd-md-688 {
        width: 688%!important
    }

    .wd-md-689 {
        width: 689%!important
    }

    .wd-md-690 {
        width: 690%!important
    }

    .wd-md-691 {
        width: 691%!important
    }

    .wd-md-692 {
        width: 692%!important
    }

    .wd-md-693 {
        width: 693%!important
    }

    .wd-md-694 {
        width: 694%!important
    }

    .wd-md-695 {
        width: 695%!important
    }

    .wd-md-696 {
        width: 696%!important
    }

    .wd-md-697 {
        width: 697%!important
    }

    .wd-md-698 {
        width: 698%!important
    }

    .wd-md-699 {
        width: 699%!important
    }

    .wd-md-700 {
        width: 700%!important
    }

    .wd-md-701 {
        width: 701%!important
    }

    .wd-md-702 {
        width: 702%!important
    }

    .wd-md-703 {
        width: 703%!important
    }

    .wd-md-704 {
        width: 704%!important
    }

    .wd-md-705 {
        width: 705%!important
    }

    .wd-md-706 {
        width: 706%!important
    }

    .wd-md-707 {
        width: 707%!important
    }

    .wd-md-708 {
        width: 708%!important
    }

    .wd-md-709 {
        width: 709%!important
    }

    .wd-md-710 {
        width: 710%!important
    }

    .wd-md-711 {
        width: 711%!important
    }

    .wd-md-712 {
        width: 712%!important
    }

    .wd-md-713 {
        width: 713%!important
    }

    .wd-md-714 {
        width: 714%!important
    }

    .wd-md-715 {
        width: 715%!important
    }

    .wd-md-716 {
        width: 716%!important
    }

    .wd-md-717 {
        width: 717%!important
    }

    .wd-md-718 {
        width: 718%!important
    }

    .wd-md-719 {
        width: 719%!important
    }

    .wd-md-720 {
        width: 720%!important
    }

    .wd-md-721 {
        width: 721%!important
    }

    .wd-md-722 {
        width: 722%!important
    }

    .wd-md-723 {
        width: 723%!important
    }

    .wd-md-724 {
        width: 724%!important
    }

    .wd-md-725 {
        width: 725%!important
    }

    .wd-md-726 {
        width: 726%!important
    }

    .wd-md-727 {
        width: 727%!important
    }

    .wd-md-728 {
        width: 728%!important
    }

    .wd-md-729 {
        width: 729%!important
    }

    .wd-md-730 {
        width: 730%!important
    }

    .wd-md-731 {
        width: 731%!important
    }

    .wd-md-732 {
        width: 732%!important
    }

    .wd-md-733 {
        width: 733%!important
    }

    .wd-md-734 {
        width: 734%!important
    }

    .wd-md-735 {
        width: 735%!important
    }

    .wd-md-736 {
        width: 736%!important
    }

    .wd-md-737 {
        width: 737%!important
    }

    .wd-md-738 {
        width: 738%!important
    }

    .wd-md-739 {
        width: 739%!important
    }

    .wd-md-740 {
        width: 740%!important
    }

    .wd-md-741 {
        width: 741%!important
    }

    .wd-md-742 {
        width: 742%!important
    }

    .wd-md-743 {
        width: 743%!important
    }

    .wd-md-744 {
        width: 744%!important
    }

    .wd-md-745 {
        width: 745%!important
    }

    .wd-md-746 {
        width: 746%!important
    }

    .wd-md-747 {
        width: 747%!important
    }

    .wd-md-748 {
        width: 748%!important
    }

    .wd-md-749 {
        width: 749%!important
    }

    .wd-md-750 {
        width: 750%!important
    }

    .wd-md-751 {
        width: 751%!important
    }

    .wd-md-752 {
        width: 752%!important
    }

    .wd-md-753 {
        width: 753%!important
    }

    .wd-md-754 {
        width: 754%!important
    }

    .wd-md-755 {
        width: 755%!important
    }

    .wd-md-756 {
        width: 756%!important
    }

    .wd-md-757 {
        width: 757%!important
    }

    .wd-md-758 {
        width: 758%!important
    }

    .wd-md-759 {
        width: 759%!important
    }

    .wd-md-760 {
        width: 760%!important
    }

    .wd-md-761 {
        width: 761%!important
    }

    .wd-md-762 {
        width: 762%!important
    }

    .wd-md-763 {
        width: 763%!important
    }

    .wd-md-764 {
        width: 764%!important
    }

    .wd-md-765 {
        width: 765%!important
    }

    .wd-md-766 {
        width: 766%!important
    }

    .wd-md-767 {
        width: 767%!important
    }

    .wd-md-768 {
        width: 768%!important
    }

    .wd-md-769 {
        width: 769%!important
    }

    .wd-md-770 {
        width: 770%!important
    }

    .wd-md-771 {
        width: 771%!important
    }

    .wd-md-772 {
        width: 772%!important
    }

    .wd-md-773 {
        width: 773%!important
    }

    .wd-md-774 {
        width: 774%!important
    }

    .wd-md-775 {
        width: 775%!important
    }

    .wd-md-776 {
        width: 776%!important
    }

    .wd-md-777 {
        width: 777%!important
    }

    .wd-md-778 {
        width: 778%!important
    }

    .wd-md-779 {
        width: 779%!important
    }

    .wd-md-780 {
        width: 780%!important
    }

    .wd-md-781 {
        width: 781%!important
    }

    .wd-md-782 {
        width: 782%!important
    }

    .wd-md-783 {
        width: 783%!important
    }

    .wd-md-784 {
        width: 784%!important
    }

    .wd-md-785 {
        width: 785%!important
    }

    .wd-md-786 {
        width: 786%!important
    }

    .wd-md-787 {
        width: 787%!important
    }

    .wd-md-788 {
        width: 788%!important
    }

    .wd-md-789 {
        width: 789%!important
    }

    .wd-md-790 {
        width: 790%!important
    }

    .wd-md-791 {
        width: 791%!important
    }

    .wd-md-792 {
        width: 792%!important
    }

    .wd-md-793 {
        width: 793%!important
    }

    .wd-md-794 {
        width: 794%!important
    }

    .wd-md-795 {
        width: 795%!important
    }

    .wd-md-796 {
        width: 796%!important
    }

    .wd-md-797 {
        width: 797%!important
    }

    .wd-md-798 {
        width: 798%!important
    }

    .wd-md-799 {
        width: 799%!important
    }

    .wd-md-800 {
        width: 800%!important
    }

    .wd-md-801 {
        width: 801%!important
    }

    .wd-md-802 {
        width: 802%!important
    }

    .wd-md-803 {
        width: 803%!important
    }

    .wd-md-804 {
        width: 804%!important
    }

    .wd-md-805 {
        width: 805%!important
    }

    .wd-md-806 {
        width: 806%!important
    }

    .wd-md-807 {
        width: 807%!important
    }

    .wd-md-808 {
        width: 808%!important
    }

    .wd-md-809 {
        width: 809%!important
    }

    .wd-md-810 {
        width: 810%!important
    }

    .wd-md-811 {
        width: 811%!important
    }

    .wd-md-812 {
        width: 812%!important
    }

    .wd-md-813 {
        width: 813%!important
    }

    .wd-md-814 {
        width: 814%!important
    }

    .wd-md-815 {
        width: 815%!important
    }

    .wd-md-816 {
        width: 816%!important
    }

    .wd-md-817 {
        width: 817%!important
    }

    .wd-md-818 {
        width: 818%!important
    }

    .wd-md-819 {
        width: 819%!important
    }

    .wd-md-820 {
        width: 820%!important
    }

    .wd-md-821 {
        width: 821%!important
    }

    .wd-md-822 {
        width: 822%!important
    }

    .wd-md-823 {
        width: 823%!important
    }

    .wd-md-824 {
        width: 824%!important
    }

    .wd-md-825 {
        width: 825%!important
    }

    .wd-md-826 {
        width: 826%!important
    }

    .wd-md-827 {
        width: 827%!important
    }

    .wd-md-828 {
        width: 828%!important
    }

    .wd-md-829 {
        width: 829%!important
    }

    .wd-md-830 {
        width: 830%!important
    }

    .wd-md-831 {
        width: 831%!important
    }

    .wd-md-832 {
        width: 832%!important
    }

    .wd-md-833 {
        width: 833%!important
    }

    .wd-md-834 {
        width: 834%!important
    }

    .wd-md-835 {
        width: 835%!important
    }

    .wd-md-836 {
        width: 836%!important
    }

    .wd-md-837 {
        width: 837%!important
    }

    .wd-md-838 {
        width: 838%!important
    }

    .wd-md-839 {
        width: 839%!important
    }

    .wd-md-840 {
        width: 840%!important
    }

    .wd-md-841 {
        width: 841%!important
    }

    .wd-md-842 {
        width: 842%!important
    }

    .wd-md-843 {
        width: 843%!important
    }

    .wd-md-844 {
        width: 844%!important
    }

    .wd-md-845 {
        width: 845%!important
    }

    .wd-md-846 {
        width: 846%!important
    }

    .wd-md-847 {
        width: 847%!important
    }

    .wd-md-848 {
        width: 848%!important
    }

    .wd-md-849 {
        width: 849%!important
    }

    .wd-md-850 {
        width: 850%!important
    }

    .wd-md-851 {
        width: 851%!important
    }

    .wd-md-852 {
        width: 852%!important
    }

    .wd-md-853 {
        width: 853%!important
    }

    .wd-md-854 {
        width: 854%!important
    }

    .wd-md-855 {
        width: 855%!important
    }

    .wd-md-856 {
        width: 856%!important
    }

    .wd-md-857 {
        width: 857%!important
    }

    .wd-md-858 {
        width: 858%!important
    }

    .wd-md-859 {
        width: 859%!important
    }

    .wd-md-860 {
        width: 860%!important
    }

    .wd-md-861 {
        width: 861%!important
    }

    .wd-md-862 {
        width: 862%!important
    }

    .wd-md-863 {
        width: 863%!important
    }

    .wd-md-864 {
        width: 864%!important
    }

    .wd-md-865 {
        width: 865%!important
    }

    .wd-md-866 {
        width: 866%!important
    }

    .wd-md-867 {
        width: 867%!important
    }

    .wd-md-868 {
        width: 868%!important
    }

    .wd-md-869 {
        width: 869%!important
    }

    .wd-md-870 {
        width: 870%!important
    }

    .wd-md-871 {
        width: 871%!important
    }

    .wd-md-872 {
        width: 872%!important
    }

    .wd-md-873 {
        width: 873%!important
    }

    .wd-md-874 {
        width: 874%!important
    }

    .wd-md-875 {
        width: 875%!important
    }

    .wd-md-876 {
        width: 876%!important
    }

    .wd-md-877 {
        width: 877%!important
    }

    .wd-md-878 {
        width: 878%!important
    }

    .wd-md-879 {
        width: 879%!important
    }

    .wd-md-880 {
        width: 880%!important
    }

    .wd-md-881 {
        width: 881%!important
    }

    .wd-md-882 {
        width: 882%!important
    }

    .wd-md-883 {
        width: 883%!important
    }

    .wd-md-884 {
        width: 884%!important
    }

    .wd-md-885 {
        width: 885%!important
    }

    .wd-md-886 {
        width: 886%!important
    }

    .wd-md-887 {
        width: 887%!important
    }

    .wd-md-888 {
        width: 888%!important
    }

    .wd-md-889 {
        width: 889%!important
    }

    .wd-md-890 {
        width: 890%!important
    }

    .wd-md-891 {
        width: 891%!important
    }

    .wd-md-892 {
        width: 892%!important
    }

    .wd-md-893 {
        width: 893%!important
    }

    .wd-md-894 {
        width: 894%!important
    }

    .wd-md-895 {
        width: 895%!important
    }

    .wd-md-896 {
        width: 896%!important
    }

    .wd-md-897 {
        width: 897%!important
    }

    .wd-md-898 {
        width: 898%!important
    }

    .wd-md-899 {
        width: 899%!important
    }

    .wd-md-900 {
        width: 900%!important
    }

    .wd-md-901 {
        width: 901%!important
    }

    .wd-md-902 {
        width: 902%!important
    }

    .wd-md-903 {
        width: 903%!important
    }

    .wd-md-904 {
        width: 904%!important
    }

    .wd-md-905 {
        width: 905%!important
    }

    .wd-md-906 {
        width: 906%!important
    }

    .wd-md-907 {
        width: 907%!important
    }

    .wd-md-908 {
        width: 908%!important
    }

    .wd-md-909 {
        width: 909%!important
    }

    .wd-md-910 {
        width: 910%!important
    }

    .wd-md-911 {
        width: 911%!important
    }

    .wd-md-912 {
        width: 912%!important
    }

    .wd-md-913 {
        width: 913%!important
    }

    .wd-md-914 {
        width: 914%!important
    }

    .wd-md-915 {
        width: 915%!important
    }

    .wd-md-916 {
        width: 916%!important
    }

    .wd-md-917 {
        width: 917%!important
    }

    .wd-md-918 {
        width: 918%!important
    }

    .wd-md-919 {
        width: 919%!important
    }

    .wd-md-920 {
        width: 920%!important
    }

    .wd-md-921 {
        width: 921%!important
    }

    .wd-md-922 {
        width: 922%!important
    }

    .wd-md-923 {
        width: 923%!important
    }

    .wd-md-924 {
        width: 924%!important
    }

    .wd-md-925 {
        width: 925%!important
    }

    .wd-md-926 {
        width: 926%!important
    }

    .wd-md-927 {
        width: 927%!important
    }

    .wd-md-928 {
        width: 928%!important
    }

    .wd-md-929 {
        width: 929%!important
    }

    .wd-md-930 {
        width: 930%!important
    }

    .wd-md-931 {
        width: 931%!important
    }

    .wd-md-932 {
        width: 932%!important
    }

    .wd-md-933 {
        width: 933%!important
    }

    .wd-md-934 {
        width: 934%!important
    }

    .wd-md-935 {
        width: 935%!important
    }

    .wd-md-936 {
        width: 936%!important
    }

    .wd-md-937 {
        width: 937%!important
    }

    .wd-md-938 {
        width: 938%!important
    }

    .wd-md-939 {
        width: 939%!important
    }

    .wd-md-940 {
        width: 940%!important
    }

    .wd-md-941 {
        width: 941%!important
    }

    .wd-md-942 {
        width: 942%!important
    }

    .wd-md-943 {
        width: 943%!important
    }

    .wd-md-944 {
        width: 944%!important
    }

    .wd-md-945 {
        width: 945%!important
    }

    .wd-md-946 {
        width: 946%!important
    }

    .wd-md-947 {
        width: 947%!important
    }

    .wd-md-948 {
        width: 948%!important
    }

    .wd-md-949 {
        width: 949%!important
    }

    .wd-md-950 {
        width: 950%!important
    }

    .wd-md-951 {
        width: 951%!important
    }

    .wd-md-952 {
        width: 952%!important
    }

    .wd-md-953 {
        width: 953%!important
    }

    .wd-md-954 {
        width: 954%!important
    }

    .wd-md-955 {
        width: 955%!important
    }

    .wd-md-956 {
        width: 956%!important
    }

    .wd-md-957 {
        width: 957%!important
    }

    .wd-md-958 {
        width: 958%!important
    }

    .wd-md-959 {
        width: 959%!important
    }

    .wd-md-960 {
        width: 960%!important
    }

    .wd-md-961 {
        width: 961%!important
    }

    .wd-md-962 {
        width: 962%!important
    }

    .wd-md-963 {
        width: 963%!important
    }

    .wd-md-964 {
        width: 964%!important
    }

    .wd-md-965 {
        width: 965%!important
    }

    .wd-md-966 {
        width: 966%!important
    }

    .wd-md-967 {
        width: 967%!important
    }

    .wd-md-968 {
        width: 968%!important
    }

    .wd-md-969 {
        width: 969%!important
    }

    .wd-md-970 {
        width: 970%!important
    }

    .wd-md-971 {
        width: 971%!important
    }

    .wd-md-972 {
        width: 972%!important
    }

    .wd-md-973 {
        width: 973%!important
    }

    .wd-md-974 {
        width: 974%!important
    }

    .wd-md-975 {
        width: 975%!important
    }

    .wd-md-976 {
        width: 976%!important
    }

    .wd-md-977 {
        width: 977%!important
    }

    .wd-md-978 {
        width: 978%!important
    }

    .wd-md-979 {
        width: 979%!important
    }

    .wd-md-980 {
        width: 980%!important
    }

    .wd-md-981 {
        width: 981%!important
    }

    .wd-md-982 {
        width: 982%!important
    }

    .wd-md-983 {
        width: 983%!important
    }

    .wd-md-984 {
        width: 984%!important
    }

    .wd-md-985 {
        width: 985%!important
    }

    .wd-md-986 {
        width: 986%!important
    }

    .wd-md-987 {
        width: 987%!important
    }

    .wd-md-988 {
        width: 988%!important
    }

    .wd-md-989 {
        width: 989%!important
    }

    .wd-md-990 {
        width: 990%!important
    }

    .wd-md-991 {
        width: 991%!important
    }

    .wd-md-992 {
        width: 992%!important
    }

    .wd-md-993 {
        width: 993%!important
    }

    .wd-md-994 {
        width: 994%!important
    }

    .wd-md-995 {
        width: 995%!important
    }

    .wd-md-996 {
        width: 996%!important
    }

    .wd-md-997 {
        width: 997%!important
    }

    .wd-md-998 {
        width: 998%!important
    }

    .wd-md-999 {
        width: 999%!important
    }

    .wd-md-1000 {
        width: 1000%!important
    }
}

@media (min-width: 1025px) {
    .wd-lg-5 {
        width:5%!important
    }

    .wd-lg-10 {
        width: 10%!important
    }

    .wd-lg-11 {
        width: 11%!important
    }

    .wd-lg-12 {
        width: 12%!important
    }

    .wd-lg-13 {
        width: 13%!important
    }

    .wd-lg-14 {
        width: 14%!important
    }

    .wd-lg-15 {
        width: 15%!important
    }

    .wd-lg-16 {
        width: 16%!important
    }

    .wd-lg-17 {
        width: 17%!important
    }

    .wd-lg-18 {
        width: 18%!important
    }

    .wd-lg-19 {
        width: 19%!important
    }

    .wd-lg-20 {
        width: 20%!important
    }

    .wd-lg-21 {
        width: 21%!important
    }

    .wd-lg-22 {
        width: 22%!important
    }

    .wd-lg-23 {
        width: 23%!important
    }

    .wd-lg-24 {
        width: 24%!important
    }

    .wd-lg-25 {
        width: 25%!important
    }

    .wd-lg-26 {
        width: 26%!important
    }

    .wd-lg-27 {
        width: 27%!important
    }

    .wd-lg-28 {
        width: 28%!important
    }

    .wd-lg-29 {
        width: 29%!important
    }

    .wd-lg-30 {
        width: 30%!important
    }

    .wd-lg-31 {
        width: 31%!important
    }

    .wd-lg-32 {
        width: 32%!important
    }

    .wd-lg-33 {
        width: 33%!important
    }

    .wd-lg-34 {
        width: 34%!important
    }

    .wd-lg-35 {
        width: 35%!important
    }

    .wd-lg-36 {
        width: 36%!important
    }

    .wd-lg-37 {
        width: 37%!important
    }

    .wd-lg-38 {
        width: 38%!important
    }

    .wd-lg-39 {
        width: 39%!important
    }

    .wd-lg-40 {
        width: 40%!important
    }

    .wd-lg-41 {
        width: 41%!important
    }

    .wd-lg-42 {
        width: 42%!important
    }

    .wd-lg-43 {
        width: 43%!important
    }

    .wd-lg-44 {
        width: 44%!important
    }

    .wd-lg-45 {
        width: 45%!important
    }

    .wd-lg-46 {
        width: 46%!important
    }

    .wd-lg-47 {
        width: 47%!important
    }

    .wd-lg-48 {
        width: 48%!important
    }

    .wd-lg-49 {
        width: 49%!important
    }

    .wd-lg-50 {
        width: 50%!important
    }

    .wd-lg-51 {
        width: 51%!important
    }

    .wd-lg-52 {
        width: 52%!important
    }

    .wd-lg-53 {
        width: 53%!important
    }

    .wd-lg-54 {
        width: 54%!important
    }

    .wd-lg-55 {
        width: 55%!important
    }

    .wd-lg-56 {
        width: 56%!important
    }

    .wd-lg-57 {
        width: 57%!important
    }

    .wd-lg-58 {
        width: 58%!important
    }

    .wd-lg-59 {
        width: 59%!important
    }

    .wd-lg-60 {
        width: 60%!important
    }

    .wd-lg-61 {
        width: 61%!important
    }

    .wd-lg-62 {
        width: 62%!important
    }

    .wd-lg-63 {
        width: 63%!important
    }

    .wd-lg-64 {
        width: 64%!important
    }

    .wd-lg-65 {
        width: 65%!important
    }

    .wd-lg-66 {
        width: 66%!important
    }

    .wd-lg-67 {
        width: 67%!important
    }

    .wd-lg-68 {
        width: 68%!important
    }

    .wd-lg-69 {
        width: 69%!important
    }

    .wd-lg-70 {
        width: 70%!important
    }

    .wd-lg-71 {
        width: 71%!important
    }

    .wd-lg-72 {
        width: 72%!important
    }

    .wd-lg-73 {
        width: 73%!important
    }

    .wd-lg-74 {
        width: 74%!important
    }

    .wd-lg-75 {
        width: 75%!important
    }

    .wd-lg-76 {
        width: 76%!important
    }

    .wd-lg-77 {
        width: 77%!important
    }

    .wd-lg-78 {
        width: 78%!important
    }

    .wd-lg-79 {
        width: 79%!important
    }

    .wd-lg-80 {
        width: 80%!important
    }

    .wd-lg-81 {
        width: 81%!important
    }

    .wd-lg-82 {
        width: 82%!important
    }

    .wd-lg-83 {
        width: 83%!important
    }

    .wd-lg-84 {
        width: 84%!important
    }

    .wd-lg-85 {
        width: 85%!important
    }

    .wd-lg-86 {
        width: 86%!important
    }

    .wd-lg-87 {
        width: 87%!important
    }

    .wd-lg-88 {
        width: 88%!important
    }

    .wd-lg-89 {
        width: 89%!important
    }

    .wd-lg-90 {
        width: 90%!important
    }

    .wd-lg-91 {
        width: 91%!important
    }

    .wd-lg-92 {
        width: 92%!important
    }

    .wd-lg-93 {
        width: 93%!important
    }

    .wd-lg-94 {
        width: 94%!important
    }

    .wd-lg-95 {
        width: 95%!important
    }

    .wd-lg-96 {
        width: 96%!important
    }

    .wd-lg-97 {
        width: 97%!important
    }

    .wd-lg-98 {
        width: 98%!important
    }

    .wd-lg-99 {
        width: 99%!important
    }

    .wd-lg-100 {
        width: 100%!important
    }

    .wd-lg-101 {
        width: 101%!important
    }

    .wd-lg-102 {
        width: 102%!important
    }

    .wd-lg-103 {
        width: 103%!important
    }

    .wd-lg-104 {
        width: 104%!important
    }

    .wd-lg-105 {
        width: 105%!important
    }

    .wd-lg-106 {
        width: 106%!important
    }

    .wd-lg-107 {
        width: 107%!important
    }

    .wd-lg-108 {
        width: 108%!important
    }

    .wd-lg-109 {
        width: 109%!important
    }

    .wd-lg-110 {
        width: 110%!important
    }

    .wd-lg-111 {
        width: 111%!important
    }

    .wd-lg-112 {
        width: 112%!important
    }

    .wd-lg-113 {
        width: 113%!important
    }

    .wd-lg-114 {
        width: 114%!important
    }

    .wd-lg-115 {
        width: 115%!important
    }

    .wd-lg-116 {
        width: 116%!important
    }

    .wd-lg-117 {
        width: 117%!important
    }

    .wd-lg-118 {
        width: 118%!important
    }

    .wd-lg-119 {
        width: 119%!important
    }

    .wd-lg-120 {
        width: 120%!important
    }

    .wd-lg-121 {
        width: 121%!important
    }

    .wd-lg-122 {
        width: 122%!important
    }

    .wd-lg-123 {
        width: 123%!important
    }

    .wd-lg-124 {
        width: 124%!important
    }

    .wd-lg-125 {
        width: 125%!important
    }

    .wd-lg-126 {
        width: 126%!important
    }

    .wd-lg-127 {
        width: 127%!important
    }

    .wd-lg-128 {
        width: 128%!important
    }

    .wd-lg-129 {
        width: 129%!important
    }

    .wd-lg-130 {
        width: 130%!important
    }

    .wd-lg-131 {
        width: 131%!important
    }

    .wd-lg-132 {
        width: 132%!important
    }

    .wd-lg-133 {
        width: 133%!important
    }

    .wd-lg-134 {
        width: 134%!important
    }

    .wd-lg-135 {
        width: 135%!important
    }

    .wd-lg-136 {
        width: 136%!important
    }

    .wd-lg-137 {
        width: 137%!important
    }

    .wd-lg-138 {
        width: 138%!important
    }

    .wd-lg-139 {
        width: 139%!important
    }

    .wd-lg-140 {
        width: 140%!important
    }

    .wd-lg-141 {
        width: 141%!important
    }

    .wd-lg-142 {
        width: 142%!important
    }

    .wd-lg-143 {
        width: 143%!important
    }

    .wd-lg-144 {
        width: 144%!important
    }

    .wd-lg-145 {
        width: 145%!important
    }

    .wd-lg-146 {
        width: 146%!important
    }

    .wd-lg-147 {
        width: 147%!important
    }

    .wd-lg-148 {
        width: 148%!important
    }

    .wd-lg-149 {
        width: 149%!important
    }

    .wd-lg-150 {
        width: 150%!important
    }

    .wd-lg-151 {
        width: 151%!important
    }

    .wd-lg-152 {
        width: 152%!important
    }

    .wd-lg-153 {
        width: 153%!important
    }

    .wd-lg-154 {
        width: 154%!important
    }

    .wd-lg-155 {
        width: 155%!important
    }

    .wd-lg-156 {
        width: 156%!important
    }

    .wd-lg-157 {
        width: 157%!important
    }

    .wd-lg-158 {
        width: 158%!important
    }

    .wd-lg-159 {
        width: 159%!important
    }

    .wd-lg-160 {
        width: 160%!important
    }

    .wd-lg-161 {
        width: 161%!important
    }

    .wd-lg-162 {
        width: 162%!important
    }

    .wd-lg-163 {
        width: 163%!important
    }

    .wd-lg-164 {
        width: 164%!important
    }

    .wd-lg-165 {
        width: 165%!important
    }

    .wd-lg-166 {
        width: 166%!important
    }

    .wd-lg-167 {
        width: 167%!important
    }

    .wd-lg-168 {
        width: 168%!important
    }

    .wd-lg-169 {
        width: 169%!important
    }

    .wd-lg-170 {
        width: 170%!important
    }

    .wd-lg-171 {
        width: 171%!important
    }

    .wd-lg-172 {
        width: 172%!important
    }

    .wd-lg-173 {
        width: 173%!important
    }

    .wd-lg-174 {
        width: 174%!important
    }

    .wd-lg-175 {
        width: 175%!important
    }

    .wd-lg-176 {
        width: 176%!important
    }

    .wd-lg-177 {
        width: 177%!important
    }

    .wd-lg-178 {
        width: 178%!important
    }

    .wd-lg-179 {
        width: 179%!important
    }

    .wd-lg-180 {
        width: 180%!important
    }

    .wd-lg-181 {
        width: 181%!important
    }

    .wd-lg-182 {
        width: 182%!important
    }

    .wd-lg-183 {
        width: 183%!important
    }

    .wd-lg-184 {
        width: 184%!important
    }

    .wd-lg-185 {
        width: 185%!important
    }

    .wd-lg-186 {
        width: 186%!important
    }

    .wd-lg-187 {
        width: 187%!important
    }

    .wd-lg-188 {
        width: 188%!important
    }

    .wd-lg-189 {
        width: 189%!important
    }

    .wd-lg-190 {
        width: 190%!important
    }

    .wd-lg-191 {
        width: 191%!important
    }

    .wd-lg-192 {
        width: 192%!important
    }

    .wd-lg-193 {
        width: 193%!important
    }

    .wd-lg-194 {
        width: 194%!important
    }

    .wd-lg-195 {
        width: 195%!important
    }

    .wd-lg-196 {
        width: 196%!important
    }

    .wd-lg-197 {
        width: 197%!important
    }

    .wd-lg-198 {
        width: 198%!important
    }

    .wd-lg-199 {
        width: 199%!important
    }

    .wd-lg-200 {
        width: 200%!important
    }

    .wd-lg-201 {
        width: 201%!important
    }

    .wd-lg-202 {
        width: 202%!important
    }

    .wd-lg-203 {
        width: 203%!important
    }

    .wd-lg-204 {
        width: 204%!important
    }

    .wd-lg-205 {
        width: 205%!important
    }

    .wd-lg-206 {
        width: 206%!important
    }

    .wd-lg-207 {
        width: 207%!important
    }

    .wd-lg-208 {
        width: 208%!important
    }

    .wd-lg-209 {
        width: 209%!important
    }

    .wd-lg-210 {
        width: 210%!important
    }

    .wd-lg-211 {
        width: 211%!important
    }

    .wd-lg-212 {
        width: 212%!important
    }

    .wd-lg-213 {
        width: 213%!important
    }

    .wd-lg-214 {
        width: 214%!important
    }

    .wd-lg-215 {
        width: 215%!important
    }

    .wd-lg-216 {
        width: 216%!important
    }

    .wd-lg-217 {
        width: 217%!important
    }

    .wd-lg-218 {
        width: 218%!important
    }

    .wd-lg-219 {
        width: 219%!important
    }

    .wd-lg-220 {
        width: 220%!important
    }

    .wd-lg-221 {
        width: 221%!important
    }

    .wd-lg-222 {
        width: 222%!important
    }

    .wd-lg-223 {
        width: 223%!important
    }

    .wd-lg-224 {
        width: 224%!important
    }

    .wd-lg-225 {
        width: 225%!important
    }

    .wd-lg-226 {
        width: 226%!important
    }

    .wd-lg-227 {
        width: 227%!important
    }

    .wd-lg-228 {
        width: 228%!important
    }

    .wd-lg-229 {
        width: 229%!important
    }

    .wd-lg-230 {
        width: 230%!important
    }

    .wd-lg-231 {
        width: 231%!important
    }

    .wd-lg-232 {
        width: 232%!important
    }

    .wd-lg-233 {
        width: 233%!important
    }

    .wd-lg-234 {
        width: 234%!important
    }

    .wd-lg-235 {
        width: 235%!important
    }

    .wd-lg-236 {
        width: 236%!important
    }

    .wd-lg-237 {
        width: 237%!important
    }

    .wd-lg-238 {
        width: 238%!important
    }

    .wd-lg-239 {
        width: 239%!important
    }

    .wd-lg-240 {
        width: 240%!important
    }

    .wd-lg-241 {
        width: 241%!important
    }

    .wd-lg-242 {
        width: 242%!important
    }

    .wd-lg-243 {
        width: 243%!important
    }

    .wd-lg-244 {
        width: 244%!important
    }

    .wd-lg-245 {
        width: 245%!important
    }

    .wd-lg-246 {
        width: 246%!important
    }

    .wd-lg-247 {
        width: 247%!important
    }

    .wd-lg-248 {
        width: 248%!important
    }

    .wd-lg-249 {
        width: 249%!important
    }

    .wd-lg-250 {
        width: 250%!important
    }

    .wd-lg-251 {
        width: 251%!important
    }

    .wd-lg-252 {
        width: 252%!important
    }

    .wd-lg-253 {
        width: 253%!important
    }

    .wd-lg-254 {
        width: 254%!important
    }

    .wd-lg-255 {
        width: 255%!important
    }

    .wd-lg-256 {
        width: 256%!important
    }

    .wd-lg-257 {
        width: 257%!important
    }

    .wd-lg-258 {
        width: 258%!important
    }

    .wd-lg-259 {
        width: 259%!important
    }

    .wd-lg-260 {
        width: 260%!important
    }

    .wd-lg-261 {
        width: 261%!important
    }

    .wd-lg-262 {
        width: 262%!important
    }

    .wd-lg-263 {
        width: 263%!important
    }

    .wd-lg-264 {
        width: 264%!important
    }

    .wd-lg-265 {
        width: 265%!important
    }

    .wd-lg-266 {
        width: 266%!important
    }

    .wd-lg-267 {
        width: 267%!important
    }

    .wd-lg-268 {
        width: 268%!important
    }

    .wd-lg-269 {
        width: 269%!important
    }

    .wd-lg-270 {
        width: 270%!important
    }

    .wd-lg-271 {
        width: 271%!important
    }

    .wd-lg-272 {
        width: 272%!important
    }

    .wd-lg-273 {
        width: 273%!important
    }

    .wd-lg-274 {
        width: 274%!important
    }

    .wd-lg-275 {
        width: 275%!important
    }

    .wd-lg-276 {
        width: 276%!important
    }

    .wd-lg-277 {
        width: 277%!important
    }

    .wd-lg-278 {
        width: 278%!important
    }

    .wd-lg-279 {
        width: 279%!important
    }

    .wd-lg-280 {
        width: 280%!important
    }

    .wd-lg-281 {
        width: 281%!important
    }

    .wd-lg-282 {
        width: 282%!important
    }

    .wd-lg-283 {
        width: 283%!important
    }

    .wd-lg-284 {
        width: 284%!important
    }

    .wd-lg-285 {
        width: 285%!important
    }

    .wd-lg-286 {
        width: 286%!important
    }

    .wd-lg-287 {
        width: 287%!important
    }

    .wd-lg-288 {
        width: 288%!important
    }

    .wd-lg-289 {
        width: 289%!important
    }

    .wd-lg-290 {
        width: 290%!important
    }

    .wd-lg-291 {
        width: 291%!important
    }

    .wd-lg-292 {
        width: 292%!important
    }

    .wd-lg-293 {
        width: 293%!important
    }

    .wd-lg-294 {
        width: 294%!important
    }

    .wd-lg-295 {
        width: 295%!important
    }

    .wd-lg-296 {
        width: 296%!important
    }

    .wd-lg-297 {
        width: 297%!important
    }

    .wd-lg-298 {
        width: 298%!important
    }

    .wd-lg-299 {
        width: 299%!important
    }

    .wd-lg-300 {
        width: 300%!important
    }

    .wd-lg-301 {
        width: 301%!important
    }

    .wd-lg-302 {
        width: 302%!important
    }

    .wd-lg-303 {
        width: 303%!important
    }

    .wd-lg-304 {
        width: 304%!important
    }

    .wd-lg-305 {
        width: 305%!important
    }

    .wd-lg-306 {
        width: 306%!important
    }

    .wd-lg-307 {
        width: 307%!important
    }

    .wd-lg-308 {
        width: 308%!important
    }

    .wd-lg-309 {
        width: 309%!important
    }

    .wd-lg-310 {
        width: 310%!important
    }

    .wd-lg-311 {
        width: 311%!important
    }

    .wd-lg-312 {
        width: 312%!important
    }

    .wd-lg-313 {
        width: 313%!important
    }

    .wd-lg-314 {
        width: 314%!important
    }

    .wd-lg-315 {
        width: 315%!important
    }

    .wd-lg-316 {
        width: 316%!important
    }

    .wd-lg-317 {
        width: 317%!important
    }

    .wd-lg-318 {
        width: 318%!important
    }

    .wd-lg-319 {
        width: 319%!important
    }

    .wd-lg-320 {
        width: 320%!important
    }

    .wd-lg-321 {
        width: 321%!important
    }

    .wd-lg-322 {
        width: 322%!important
    }

    .wd-lg-323 {
        width: 323%!important
    }

    .wd-lg-324 {
        width: 324%!important
    }

    .wd-lg-325 {
        width: 325%!important
    }

    .wd-lg-326 {
        width: 326%!important
    }

    .wd-lg-327 {
        width: 327%!important
    }

    .wd-lg-328 {
        width: 328%!important
    }

    .wd-lg-329 {
        width: 329%!important
    }

    .wd-lg-330 {
        width: 330%!important
    }

    .wd-lg-331 {
        width: 331%!important
    }

    .wd-lg-332 {
        width: 332%!important
    }

    .wd-lg-333 {
        width: 333%!important
    }

    .wd-lg-334 {
        width: 334%!important
    }

    .wd-lg-335 {
        width: 335%!important
    }

    .wd-lg-336 {
        width: 336%!important
    }

    .wd-lg-337 {
        width: 337%!important
    }

    .wd-lg-338 {
        width: 338%!important
    }

    .wd-lg-339 {
        width: 339%!important
    }

    .wd-lg-340 {
        width: 340%!important
    }

    .wd-lg-341 {
        width: 341%!important
    }

    .wd-lg-342 {
        width: 342%!important
    }

    .wd-lg-343 {
        width: 343%!important
    }

    .wd-lg-344 {
        width: 344%!important
    }

    .wd-lg-345 {
        width: 345%!important
    }

    .wd-lg-346 {
        width: 346%!important
    }

    .wd-lg-347 {
        width: 347%!important
    }

    .wd-lg-348 {
        width: 348%!important
    }

    .wd-lg-349 {
        width: 349%!important
    }

    .wd-lg-350 {
        width: 350%!important
    }

    .wd-lg-351 {
        width: 351%!important
    }

    .wd-lg-352 {
        width: 352%!important
    }

    .wd-lg-353 {
        width: 353%!important
    }

    .wd-lg-354 {
        width: 354%!important
    }

    .wd-lg-355 {
        width: 355%!important
    }

    .wd-lg-356 {
        width: 356%!important
    }

    .wd-lg-357 {
        width: 357%!important
    }

    .wd-lg-358 {
        width: 358%!important
    }

    .wd-lg-359 {
        width: 359%!important
    }

    .wd-lg-360 {
        width: 360%!important
    }

    .wd-lg-361 {
        width: 361%!important
    }

    .wd-lg-362 {
        width: 362%!important
    }

    .wd-lg-363 {
        width: 363%!important
    }

    .wd-lg-364 {
        width: 364%!important
    }

    .wd-lg-365 {
        width: 365%!important
    }

    .wd-lg-366 {
        width: 366%!important
    }

    .wd-lg-367 {
        width: 367%!important
    }

    .wd-lg-368 {
        width: 368%!important
    }

    .wd-lg-369 {
        width: 369%!important
    }

    .wd-lg-370 {
        width: 370%!important
    }

    .wd-lg-371 {
        width: 371%!important
    }

    .wd-lg-372 {
        width: 372%!important
    }

    .wd-lg-373 {
        width: 373%!important
    }

    .wd-lg-374 {
        width: 374%!important
    }

    .wd-lg-375 {
        width: 375%!important
    }

    .wd-lg-376 {
        width: 376%!important
    }

    .wd-lg-377 {
        width: 377%!important
    }

    .wd-lg-378 {
        width: 378%!important
    }

    .wd-lg-379 {
        width: 379%!important
    }

    .wd-lg-380 {
        width: 380%!important
    }

    .wd-lg-381 {
        width: 381%!important
    }

    .wd-lg-382 {
        width: 382%!important
    }

    .wd-lg-383 {
        width: 383%!important
    }

    .wd-lg-384 {
        width: 384%!important
    }

    .wd-lg-385 {
        width: 385%!important
    }

    .wd-lg-386 {
        width: 386%!important
    }

    .wd-lg-387 {
        width: 387%!important
    }

    .wd-lg-388 {
        width: 388%!important
    }

    .wd-lg-389 {
        width: 389%!important
    }

    .wd-lg-390 {
        width: 390%!important
    }

    .wd-lg-391 {
        width: 391%!important
    }

    .wd-lg-392 {
        width: 392%!important
    }

    .wd-lg-393 {
        width: 393%!important
    }

    .wd-lg-394 {
        width: 394%!important
    }

    .wd-lg-395 {
        width: 395%!important
    }

    .wd-lg-396 {
        width: 396%!important
    }

    .wd-lg-397 {
        width: 397%!important
    }

    .wd-lg-398 {
        width: 398%!important
    }

    .wd-lg-399 {
        width: 399%!important
    }

    .wd-lg-400 {
        width: 400%!important
    }

    .wd-lg-401 {
        width: 401%!important
    }

    .wd-lg-402 {
        width: 402%!important
    }

    .wd-lg-403 {
        width: 403%!important
    }

    .wd-lg-404 {
        width: 404%!important
    }

    .wd-lg-405 {
        width: 405%!important
    }

    .wd-lg-406 {
        width: 406%!important
    }

    .wd-lg-407 {
        width: 407%!important
    }

    .wd-lg-408 {
        width: 408%!important
    }

    .wd-lg-409 {
        width: 409%!important
    }

    .wd-lg-410 {
        width: 410%!important
    }

    .wd-lg-411 {
        width: 411%!important
    }

    .wd-lg-412 {
        width: 412%!important
    }

    .wd-lg-413 {
        width: 413%!important
    }

    .wd-lg-414 {
        width: 414%!important
    }

    .wd-lg-415 {
        width: 415%!important
    }

    .wd-lg-416 {
        width: 416%!important
    }

    .wd-lg-417 {
        width: 417%!important
    }

    .wd-lg-418 {
        width: 418%!important
    }

    .wd-lg-419 {
        width: 419%!important
    }

    .wd-lg-420 {
        width: 420%!important
    }

    .wd-lg-421 {
        width: 421%!important
    }

    .wd-lg-422 {
        width: 422%!important
    }

    .wd-lg-423 {
        width: 423%!important
    }

    .wd-lg-424 {
        width: 424%!important
    }

    .wd-lg-425 {
        width: 425%!important
    }

    .wd-lg-426 {
        width: 426%!important
    }

    .wd-lg-427 {
        width: 427%!important
    }

    .wd-lg-428 {
        width: 428%!important
    }

    .wd-lg-429 {
        width: 429%!important
    }

    .wd-lg-430 {
        width: 430%!important
    }

    .wd-lg-431 {
        width: 431%!important
    }

    .wd-lg-432 {
        width: 432%!important
    }

    .wd-lg-433 {
        width: 433%!important
    }

    .wd-lg-434 {
        width: 434%!important
    }

    .wd-lg-435 {
        width: 435%!important
    }

    .wd-lg-436 {
        width: 436%!important
    }

    .wd-lg-437 {
        width: 437%!important
    }

    .wd-lg-438 {
        width: 438%!important
    }

    .wd-lg-439 {
        width: 439%!important
    }

    .wd-lg-440 {
        width: 440%!important
    }

    .wd-lg-441 {
        width: 441%!important
    }

    .wd-lg-442 {
        width: 442%!important
    }

    .wd-lg-443 {
        width: 443%!important
    }

    .wd-lg-444 {
        width: 444%!important
    }

    .wd-lg-445 {
        width: 445%!important
    }

    .wd-lg-446 {
        width: 446%!important
    }

    .wd-lg-447 {
        width: 447%!important
    }

    .wd-lg-448 {
        width: 448%!important
    }

    .wd-lg-449 {
        width: 449%!important
    }

    .wd-lg-450 {
        width: 450%!important
    }

    .wd-lg-451 {
        width: 451%!important
    }

    .wd-lg-452 {
        width: 452%!important
    }

    .wd-lg-453 {
        width: 453%!important
    }

    .wd-lg-454 {
        width: 454%!important
    }

    .wd-lg-455 {
        width: 455%!important
    }

    .wd-lg-456 {
        width: 456%!important
    }

    .wd-lg-457 {
        width: 457%!important
    }

    .wd-lg-458 {
        width: 458%!important
    }

    .wd-lg-459 {
        width: 459%!important
    }

    .wd-lg-460 {
        width: 460%!important
    }

    .wd-lg-461 {
        width: 461%!important
    }

    .wd-lg-462 {
        width: 462%!important
    }

    .wd-lg-463 {
        width: 463%!important
    }

    .wd-lg-464 {
        width: 464%!important
    }

    .wd-lg-465 {
        width: 465%!important
    }

    .wd-lg-466 {
        width: 466%!important
    }

    .wd-lg-467 {
        width: 467%!important
    }

    .wd-lg-468 {
        width: 468%!important
    }

    .wd-lg-469 {
        width: 469%!important
    }

    .wd-lg-470 {
        width: 470%!important
    }

    .wd-lg-471 {
        width: 471%!important
    }

    .wd-lg-472 {
        width: 472%!important
    }

    .wd-lg-473 {
        width: 473%!important
    }

    .wd-lg-474 {
        width: 474%!important
    }

    .wd-lg-475 {
        width: 475%!important
    }

    .wd-lg-476 {
        width: 476%!important
    }

    .wd-lg-477 {
        width: 477%!important
    }

    .wd-lg-478 {
        width: 478%!important
    }

    .wd-lg-479 {
        width: 479%!important
    }

    .wd-lg-480 {
        width: 480%!important
    }

    .wd-lg-481 {
        width: 481%!important
    }

    .wd-lg-482 {
        width: 482%!important
    }

    .wd-lg-483 {
        width: 483%!important
    }

    .wd-lg-484 {
        width: 484%!important
    }

    .wd-lg-485 {
        width: 485%!important
    }

    .wd-lg-486 {
        width: 486%!important
    }

    .wd-lg-487 {
        width: 487%!important
    }

    .wd-lg-488 {
        width: 488%!important
    }

    .wd-lg-489 {
        width: 489%!important
    }

    .wd-lg-490 {
        width: 490%!important
    }

    .wd-lg-491 {
        width: 491%!important
    }

    .wd-lg-492 {
        width: 492%!important
    }

    .wd-lg-493 {
        width: 493%!important
    }

    .wd-lg-494 {
        width: 494%!important
    }

    .wd-lg-495 {
        width: 495%!important
    }

    .wd-lg-496 {
        width: 496%!important
    }

    .wd-lg-497 {
        width: 497%!important
    }

    .wd-lg-498 {
        width: 498%!important
    }

    .wd-lg-499 {
        width: 499%!important
    }

    .wd-lg-500 {
        width: 500%!important
    }

    .wd-lg-501 {
        width: 501%!important
    }

    .wd-lg-502 {
        width: 502%!important
    }

    .wd-lg-503 {
        width: 503%!important
    }

    .wd-lg-504 {
        width: 504%!important
    }

    .wd-lg-505 {
        width: 505%!important
    }

    .wd-lg-506 {
        width: 506%!important
    }

    .wd-lg-507 {
        width: 507%!important
    }

    .wd-lg-508 {
        width: 508%!important
    }

    .wd-lg-509 {
        width: 509%!important
    }

    .wd-lg-510 {
        width: 510%!important
    }

    .wd-lg-511 {
        width: 511%!important
    }

    .wd-lg-512 {
        width: 512%!important
    }

    .wd-lg-513 {
        width: 513%!important
    }

    .wd-lg-514 {
        width: 514%!important
    }

    .wd-lg-515 {
        width: 515%!important
    }

    .wd-lg-516 {
        width: 516%!important
    }

    .wd-lg-517 {
        width: 517%!important
    }

    .wd-lg-518 {
        width: 518%!important
    }

    .wd-lg-519 {
        width: 519%!important
    }

    .wd-lg-520 {
        width: 520%!important
    }

    .wd-lg-521 {
        width: 521%!important
    }

    .wd-lg-522 {
        width: 522%!important
    }

    .wd-lg-523 {
        width: 523%!important
    }

    .wd-lg-524 {
        width: 524%!important
    }

    .wd-lg-525 {
        width: 525%!important
    }

    .wd-lg-526 {
        width: 526%!important
    }

    .wd-lg-527 {
        width: 527%!important
    }

    .wd-lg-528 {
        width: 528%!important
    }

    .wd-lg-529 {
        width: 529%!important
    }

    .wd-lg-530 {
        width: 530%!important
    }

    .wd-lg-531 {
        width: 531%!important
    }

    .wd-lg-532 {
        width: 532%!important
    }

    .wd-lg-533 {
        width: 533%!important
    }

    .wd-lg-534 {
        width: 534%!important
    }

    .wd-lg-535 {
        width: 535%!important
    }

    .wd-lg-536 {
        width: 536%!important
    }

    .wd-lg-537 {
        width: 537%!important
    }

    .wd-lg-538 {
        width: 538%!important
    }

    .wd-lg-539 {
        width: 539%!important
    }

    .wd-lg-540 {
        width: 540%!important
    }

    .wd-lg-541 {
        width: 541%!important
    }

    .wd-lg-542 {
        width: 542%!important
    }

    .wd-lg-543 {
        width: 543%!important
    }

    .wd-lg-544 {
        width: 544%!important
    }

    .wd-lg-545 {
        width: 545%!important
    }

    .wd-lg-546 {
        width: 546%!important
    }

    .wd-lg-547 {
        width: 547%!important
    }

    .wd-lg-548 {
        width: 548%!important
    }

    .wd-lg-549 {
        width: 549%!important
    }

    .wd-lg-550 {
        width: 550%!important
    }

    .wd-lg-551 {
        width: 551%!important
    }

    .wd-lg-552 {
        width: 552%!important
    }

    .wd-lg-553 {
        width: 553%!important
    }

    .wd-lg-554 {
        width: 554%!important
    }

    .wd-lg-555 {
        width: 555%!important
    }

    .wd-lg-556 {
        width: 556%!important
    }

    .wd-lg-557 {
        width: 557%!important
    }

    .wd-lg-558 {
        width: 558%!important
    }

    .wd-lg-559 {
        width: 559%!important
    }

    .wd-lg-560 {
        width: 560%!important
    }

    .wd-lg-561 {
        width: 561%!important
    }

    .wd-lg-562 {
        width: 562%!important
    }

    .wd-lg-563 {
        width: 563%!important
    }

    .wd-lg-564 {
        width: 564%!important
    }

    .wd-lg-565 {
        width: 565%!important
    }

    .wd-lg-566 {
        width: 566%!important
    }

    .wd-lg-567 {
        width: 567%!important
    }

    .wd-lg-568 {
        width: 568%!important
    }

    .wd-lg-569 {
        width: 569%!important
    }

    .wd-lg-570 {
        width: 570%!important
    }

    .wd-lg-571 {
        width: 571%!important
    }

    .wd-lg-572 {
        width: 572%!important
    }

    .wd-lg-573 {
        width: 573%!important
    }

    .wd-lg-574 {
        width: 574%!important
    }

    .wd-lg-575 {
        width: 575%!important
    }

    .wd-lg-576 {
        width: 576%!important
    }

    .wd-lg-577 {
        width: 577%!important
    }

    .wd-lg-578 {
        width: 578%!important
    }

    .wd-lg-579 {
        width: 579%!important
    }

    .wd-lg-580 {
        width: 580%!important
    }

    .wd-lg-581 {
        width: 581%!important
    }

    .wd-lg-582 {
        width: 582%!important
    }

    .wd-lg-583 {
        width: 583%!important
    }

    .wd-lg-584 {
        width: 584%!important
    }

    .wd-lg-585 {
        width: 585%!important
    }

    .wd-lg-586 {
        width: 586%!important
    }

    .wd-lg-587 {
        width: 587%!important
    }

    .wd-lg-588 {
        width: 588%!important
    }

    .wd-lg-589 {
        width: 589%!important
    }

    .wd-lg-590 {
        width: 590%!important
    }

    .wd-lg-591 {
        width: 591%!important
    }

    .wd-lg-592 {
        width: 592%!important
    }

    .wd-lg-593 {
        width: 593%!important
    }

    .wd-lg-594 {
        width: 594%!important
    }

    .wd-lg-595 {
        width: 595%!important
    }

    .wd-lg-596 {
        width: 596%!important
    }

    .wd-lg-597 {
        width: 597%!important
    }

    .wd-lg-598 {
        width: 598%!important
    }

    .wd-lg-599 {
        width: 599%!important
    }

    .wd-lg-600 {
        width: 600%!important
    }

    .wd-lg-601 {
        width: 601%!important
    }

    .wd-lg-602 {
        width: 602%!important
    }

    .wd-lg-603 {
        width: 603%!important
    }

    .wd-lg-604 {
        width: 604%!important
    }

    .wd-lg-605 {
        width: 605%!important
    }

    .wd-lg-606 {
        width: 606%!important
    }

    .wd-lg-607 {
        width: 607%!important
    }

    .wd-lg-608 {
        width: 608%!important
    }

    .wd-lg-609 {
        width: 609%!important
    }

    .wd-lg-610 {
        width: 610%!important
    }

    .wd-lg-611 {
        width: 611%!important
    }

    .wd-lg-612 {
        width: 612%!important
    }

    .wd-lg-613 {
        width: 613%!important
    }

    .wd-lg-614 {
        width: 614%!important
    }

    .wd-lg-615 {
        width: 615%!important
    }

    .wd-lg-616 {
        width: 616%!important
    }

    .wd-lg-617 {
        width: 617%!important
    }

    .wd-lg-618 {
        width: 618%!important
    }

    .wd-lg-619 {
        width: 619%!important
    }

    .wd-lg-620 {
        width: 620%!important
    }

    .wd-lg-621 {
        width: 621%!important
    }

    .wd-lg-622 {
        width: 622%!important
    }

    .wd-lg-623 {
        width: 623%!important
    }

    .wd-lg-624 {
        width: 624%!important
    }

    .wd-lg-625 {
        width: 625%!important
    }

    .wd-lg-626 {
        width: 626%!important
    }

    .wd-lg-627 {
        width: 627%!important
    }

    .wd-lg-628 {
        width: 628%!important
    }

    .wd-lg-629 {
        width: 629%!important
    }

    .wd-lg-630 {
        width: 630%!important
    }

    .wd-lg-631 {
        width: 631%!important
    }

    .wd-lg-632 {
        width: 632%!important
    }

    .wd-lg-633 {
        width: 633%!important
    }

    .wd-lg-634 {
        width: 634%!important
    }

    .wd-lg-635 {
        width: 635%!important
    }

    .wd-lg-636 {
        width: 636%!important
    }

    .wd-lg-637 {
        width: 637%!important
    }

    .wd-lg-638 {
        width: 638%!important
    }

    .wd-lg-639 {
        width: 639%!important
    }

    .wd-lg-640 {
        width: 640%!important
    }

    .wd-lg-641 {
        width: 641%!important
    }

    .wd-lg-642 {
        width: 642%!important
    }

    .wd-lg-643 {
        width: 643%!important
    }

    .wd-lg-644 {
        width: 644%!important
    }

    .wd-lg-645 {
        width: 645%!important
    }

    .wd-lg-646 {
        width: 646%!important
    }

    .wd-lg-647 {
        width: 647%!important
    }

    .wd-lg-648 {
        width: 648%!important
    }

    .wd-lg-649 {
        width: 649%!important
    }

    .wd-lg-650 {
        width: 650%!important
    }

    .wd-lg-651 {
        width: 651%!important
    }

    .wd-lg-652 {
        width: 652%!important
    }

    .wd-lg-653 {
        width: 653%!important
    }

    .wd-lg-654 {
        width: 654%!important
    }

    .wd-lg-655 {
        width: 655%!important
    }

    .wd-lg-656 {
        width: 656%!important
    }

    .wd-lg-657 {
        width: 657%!important
    }

    .wd-lg-658 {
        width: 658%!important
    }

    .wd-lg-659 {
        width: 659%!important
    }

    .wd-lg-660 {
        width: 660%!important
    }

    .wd-lg-661 {
        width: 661%!important
    }

    .wd-lg-662 {
        width: 662%!important
    }

    .wd-lg-663 {
        width: 663%!important
    }

    .wd-lg-664 {
        width: 664%!important
    }

    .wd-lg-665 {
        width: 665%!important
    }

    .wd-lg-666 {
        width: 666%!important
    }

    .wd-lg-667 {
        width: 667%!important
    }

    .wd-lg-668 {
        width: 668%!important
    }

    .wd-lg-669 {
        width: 669%!important
    }

    .wd-lg-670 {
        width: 670%!important
    }

    .wd-lg-671 {
        width: 671%!important
    }

    .wd-lg-672 {
        width: 672%!important
    }

    .wd-lg-673 {
        width: 673%!important
    }

    .wd-lg-674 {
        width: 674%!important
    }

    .wd-lg-675 {
        width: 675%!important
    }

    .wd-lg-676 {
        width: 676%!important
    }

    .wd-lg-677 {
        width: 677%!important
    }

    .wd-lg-678 {
        width: 678%!important
    }

    .wd-lg-679 {
        width: 679%!important
    }

    .wd-lg-680 {
        width: 680%!important
    }

    .wd-lg-681 {
        width: 681%!important
    }

    .wd-lg-682 {
        width: 682%!important
    }

    .wd-lg-683 {
        width: 683%!important
    }

    .wd-lg-684 {
        width: 684%!important
    }

    .wd-lg-685 {
        width: 685%!important
    }

    .wd-lg-686 {
        width: 686%!important
    }

    .wd-lg-687 {
        width: 687%!important
    }

    .wd-lg-688 {
        width: 688%!important
    }

    .wd-lg-689 {
        width: 689%!important
    }

    .wd-lg-690 {
        width: 690%!important
    }

    .wd-lg-691 {
        width: 691%!important
    }

    .wd-lg-692 {
        width: 692%!important
    }

    .wd-lg-693 {
        width: 693%!important
    }

    .wd-lg-694 {
        width: 694%!important
    }

    .wd-lg-695 {
        width: 695%!important
    }

    .wd-lg-696 {
        width: 696%!important
    }

    .wd-lg-697 {
        width: 697%!important
    }

    .wd-lg-698 {
        width: 698%!important
    }

    .wd-lg-699 {
        width: 699%!important
    }

    .wd-lg-700 {
        width: 700%!important
    }

    .wd-lg-701 {
        width: 701%!important
    }

    .wd-lg-702 {
        width: 702%!important
    }

    .wd-lg-703 {
        width: 703%!important
    }

    .wd-lg-704 {
        width: 704%!important
    }

    .wd-lg-705 {
        width: 705%!important
    }

    .wd-lg-706 {
        width: 706%!important
    }

    .wd-lg-707 {
        width: 707%!important
    }

    .wd-lg-708 {
        width: 708%!important
    }

    .wd-lg-709 {
        width: 709%!important
    }

    .wd-lg-710 {
        width: 710%!important
    }

    .wd-lg-711 {
        width: 711%!important
    }

    .wd-lg-712 {
        width: 712%!important
    }

    .wd-lg-713 {
        width: 713%!important
    }

    .wd-lg-714 {
        width: 714%!important
    }

    .wd-lg-715 {
        width: 715%!important
    }

    .wd-lg-716 {
        width: 716%!important
    }

    .wd-lg-717 {
        width: 717%!important
    }

    .wd-lg-718 {
        width: 718%!important
    }

    .wd-lg-719 {
        width: 719%!important
    }

    .wd-lg-720 {
        width: 720%!important
    }

    .wd-lg-721 {
        width: 721%!important
    }

    .wd-lg-722 {
        width: 722%!important
    }

    .wd-lg-723 {
        width: 723%!important
    }

    .wd-lg-724 {
        width: 724%!important
    }

    .wd-lg-725 {
        width: 725%!important
    }

    .wd-lg-726 {
        width: 726%!important
    }

    .wd-lg-727 {
        width: 727%!important
    }

    .wd-lg-728 {
        width: 728%!important
    }

    .wd-lg-729 {
        width: 729%!important
    }

    .wd-lg-730 {
        width: 730%!important
    }

    .wd-lg-731 {
        width: 731%!important
    }

    .wd-lg-732 {
        width: 732%!important
    }

    .wd-lg-733 {
        width: 733%!important
    }

    .wd-lg-734 {
        width: 734%!important
    }

    .wd-lg-735 {
        width: 735%!important
    }

    .wd-lg-736 {
        width: 736%!important
    }

    .wd-lg-737 {
        width: 737%!important
    }

    .wd-lg-738 {
        width: 738%!important
    }

    .wd-lg-739 {
        width: 739%!important
    }

    .wd-lg-740 {
        width: 740%!important
    }

    .wd-lg-741 {
        width: 741%!important
    }

    .wd-lg-742 {
        width: 742%!important
    }

    .wd-lg-743 {
        width: 743%!important
    }

    .wd-lg-744 {
        width: 744%!important
    }

    .wd-lg-745 {
        width: 745%!important
    }

    .wd-lg-746 {
        width: 746%!important
    }

    .wd-lg-747 {
        width: 747%!important
    }

    .wd-lg-748 {
        width: 748%!important
    }

    .wd-lg-749 {
        width: 749%!important
    }

    .wd-lg-750 {
        width: 750%!important
    }

    .wd-lg-751 {
        width: 751%!important
    }

    .wd-lg-752 {
        width: 752%!important
    }

    .wd-lg-753 {
        width: 753%!important
    }

    .wd-lg-754 {
        width: 754%!important
    }

    .wd-lg-755 {
        width: 755%!important
    }

    .wd-lg-756 {
        width: 756%!important
    }

    .wd-lg-757 {
        width: 757%!important
    }

    .wd-lg-758 {
        width: 758%!important
    }

    .wd-lg-759 {
        width: 759%!important
    }

    .wd-lg-760 {
        width: 760%!important
    }

    .wd-lg-761 {
        width: 761%!important
    }

    .wd-lg-762 {
        width: 762%!important
    }

    .wd-lg-763 {
        width: 763%!important
    }

    .wd-lg-764 {
        width: 764%!important
    }

    .wd-lg-765 {
        width: 765%!important
    }

    .wd-lg-766 {
        width: 766%!important
    }

    .wd-lg-767 {
        width: 767%!important
    }

    .wd-lg-768 {
        width: 768%!important
    }

    .wd-lg-769 {
        width: 769%!important
    }

    .wd-lg-770 {
        width: 770%!important
    }

    .wd-lg-771 {
        width: 771%!important
    }

    .wd-lg-772 {
        width: 772%!important
    }

    .wd-lg-773 {
        width: 773%!important
    }

    .wd-lg-774 {
        width: 774%!important
    }

    .wd-lg-775 {
        width: 775%!important
    }

    .wd-lg-776 {
        width: 776%!important
    }

    .wd-lg-777 {
        width: 777%!important
    }

    .wd-lg-778 {
        width: 778%!important
    }

    .wd-lg-779 {
        width: 779%!important
    }

    .wd-lg-780 {
        width: 780%!important
    }

    .wd-lg-781 {
        width: 781%!important
    }

    .wd-lg-782 {
        width: 782%!important
    }

    .wd-lg-783 {
        width: 783%!important
    }

    .wd-lg-784 {
        width: 784%!important
    }

    .wd-lg-785 {
        width: 785%!important
    }

    .wd-lg-786 {
        width: 786%!important
    }

    .wd-lg-787 {
        width: 787%!important
    }

    .wd-lg-788 {
        width: 788%!important
    }

    .wd-lg-789 {
        width: 789%!important
    }

    .wd-lg-790 {
        width: 790%!important
    }

    .wd-lg-791 {
        width: 791%!important
    }

    .wd-lg-792 {
        width: 792%!important
    }

    .wd-lg-793 {
        width: 793%!important
    }

    .wd-lg-794 {
        width: 794%!important
    }

    .wd-lg-795 {
        width: 795%!important
    }

    .wd-lg-796 {
        width: 796%!important
    }

    .wd-lg-797 {
        width: 797%!important
    }

    .wd-lg-798 {
        width: 798%!important
    }

    .wd-lg-799 {
        width: 799%!important
    }

    .wd-lg-800 {
        width: 800%!important
    }

    .wd-lg-801 {
        width: 801%!important
    }

    .wd-lg-802 {
        width: 802%!important
    }

    .wd-lg-803 {
        width: 803%!important
    }

    .wd-lg-804 {
        width: 804%!important
    }

    .wd-lg-805 {
        width: 805%!important
    }

    .wd-lg-806 {
        width: 806%!important
    }

    .wd-lg-807 {
        width: 807%!important
    }

    .wd-lg-808 {
        width: 808%!important
    }

    .wd-lg-809 {
        width: 809%!important
    }

    .wd-lg-810 {
        width: 810%!important
    }

    .wd-lg-811 {
        width: 811%!important
    }

    .wd-lg-812 {
        width: 812%!important
    }

    .wd-lg-813 {
        width: 813%!important
    }

    .wd-lg-814 {
        width: 814%!important
    }

    .wd-lg-815 {
        width: 815%!important
    }

    .wd-lg-816 {
        width: 816%!important
    }

    .wd-lg-817 {
        width: 817%!important
    }

    .wd-lg-818 {
        width: 818%!important
    }

    .wd-lg-819 {
        width: 819%!important
    }

    .wd-lg-820 {
        width: 820%!important
    }

    .wd-lg-821 {
        width: 821%!important
    }

    .wd-lg-822 {
        width: 822%!important
    }

    .wd-lg-823 {
        width: 823%!important
    }

    .wd-lg-824 {
        width: 824%!important
    }

    .wd-lg-825 {
        width: 825%!important
    }

    .wd-lg-826 {
        width: 826%!important
    }

    .wd-lg-827 {
        width: 827%!important
    }

    .wd-lg-828 {
        width: 828%!important
    }

    .wd-lg-829 {
        width: 829%!important
    }

    .wd-lg-830 {
        width: 830%!important
    }

    .wd-lg-831 {
        width: 831%!important
    }

    .wd-lg-832 {
        width: 832%!important
    }

    .wd-lg-833 {
        width: 833%!important
    }

    .wd-lg-834 {
        width: 834%!important
    }

    .wd-lg-835 {
        width: 835%!important
    }

    .wd-lg-836 {
        width: 836%!important
    }

    .wd-lg-837 {
        width: 837%!important
    }

    .wd-lg-838 {
        width: 838%!important
    }

    .wd-lg-839 {
        width: 839%!important
    }

    .wd-lg-840 {
        width: 840%!important
    }

    .wd-lg-841 {
        width: 841%!important
    }

    .wd-lg-842 {
        width: 842%!important
    }

    .wd-lg-843 {
        width: 843%!important
    }

    .wd-lg-844 {
        width: 844%!important
    }

    .wd-lg-845 {
        width: 845%!important
    }

    .wd-lg-846 {
        width: 846%!important
    }

    .wd-lg-847 {
        width: 847%!important
    }

    .wd-lg-848 {
        width: 848%!important
    }

    .wd-lg-849 {
        width: 849%!important
    }

    .wd-lg-850 {
        width: 850%!important
    }

    .wd-lg-851 {
        width: 851%!important
    }

    .wd-lg-852 {
        width: 852%!important
    }

    .wd-lg-853 {
        width: 853%!important
    }

    .wd-lg-854 {
        width: 854%!important
    }

    .wd-lg-855 {
        width: 855%!important
    }

    .wd-lg-856 {
        width: 856%!important
    }

    .wd-lg-857 {
        width: 857%!important
    }

    .wd-lg-858 {
        width: 858%!important
    }

    .wd-lg-859 {
        width: 859%!important
    }

    .wd-lg-860 {
        width: 860%!important
    }

    .wd-lg-861 {
        width: 861%!important
    }

    .wd-lg-862 {
        width: 862%!important
    }

    .wd-lg-863 {
        width: 863%!important
    }

    .wd-lg-864 {
        width: 864%!important
    }

    .wd-lg-865 {
        width: 865%!important
    }

    .wd-lg-866 {
        width: 866%!important
    }

    .wd-lg-867 {
        width: 867%!important
    }

    .wd-lg-868 {
        width: 868%!important
    }

    .wd-lg-869 {
        width: 869%!important
    }

    .wd-lg-870 {
        width: 870%!important
    }

    .wd-lg-871 {
        width: 871%!important
    }

    .wd-lg-872 {
        width: 872%!important
    }

    .wd-lg-873 {
        width: 873%!important
    }

    .wd-lg-874 {
        width: 874%!important
    }

    .wd-lg-875 {
        width: 875%!important
    }

    .wd-lg-876 {
        width: 876%!important
    }

    .wd-lg-877 {
        width: 877%!important
    }

    .wd-lg-878 {
        width: 878%!important
    }

    .wd-lg-879 {
        width: 879%!important
    }

    .wd-lg-880 {
        width: 880%!important
    }

    .wd-lg-881 {
        width: 881%!important
    }

    .wd-lg-882 {
        width: 882%!important
    }

    .wd-lg-883 {
        width: 883%!important
    }

    .wd-lg-884 {
        width: 884%!important
    }

    .wd-lg-885 {
        width: 885%!important
    }

    .wd-lg-886 {
        width: 886%!important
    }

    .wd-lg-887 {
        width: 887%!important
    }

    .wd-lg-888 {
        width: 888%!important
    }

    .wd-lg-889 {
        width: 889%!important
    }

    .wd-lg-890 {
        width: 890%!important
    }

    .wd-lg-891 {
        width: 891%!important
    }

    .wd-lg-892 {
        width: 892%!important
    }

    .wd-lg-893 {
        width: 893%!important
    }

    .wd-lg-894 {
        width: 894%!important
    }

    .wd-lg-895 {
        width: 895%!important
    }

    .wd-lg-896 {
        width: 896%!important
    }

    .wd-lg-897 {
        width: 897%!important
    }

    .wd-lg-898 {
        width: 898%!important
    }

    .wd-lg-899 {
        width: 899%!important
    }

    .wd-lg-900 {
        width: 900%!important
    }

    .wd-lg-901 {
        width: 901%!important
    }

    .wd-lg-902 {
        width: 902%!important
    }

    .wd-lg-903 {
        width: 903%!important
    }

    .wd-lg-904 {
        width: 904%!important
    }

    .wd-lg-905 {
        width: 905%!important
    }

    .wd-lg-906 {
        width: 906%!important
    }

    .wd-lg-907 {
        width: 907%!important
    }

    .wd-lg-908 {
        width: 908%!important
    }

    .wd-lg-909 {
        width: 909%!important
    }

    .wd-lg-910 {
        width: 910%!important
    }

    .wd-lg-911 {
        width: 911%!important
    }

    .wd-lg-912 {
        width: 912%!important
    }

    .wd-lg-913 {
        width: 913%!important
    }

    .wd-lg-914 {
        width: 914%!important
    }

    .wd-lg-915 {
        width: 915%!important
    }

    .wd-lg-916 {
        width: 916%!important
    }

    .wd-lg-917 {
        width: 917%!important
    }

    .wd-lg-918 {
        width: 918%!important
    }

    .wd-lg-919 {
        width: 919%!important
    }

    .wd-lg-920 {
        width: 920%!important
    }

    .wd-lg-921 {
        width: 921%!important
    }

    .wd-lg-922 {
        width: 922%!important
    }

    .wd-lg-923 {
        width: 923%!important
    }

    .wd-lg-924 {
        width: 924%!important
    }

    .wd-lg-925 {
        width: 925%!important
    }

    .wd-lg-926 {
        width: 926%!important
    }

    .wd-lg-927 {
        width: 927%!important
    }

    .wd-lg-928 {
        width: 928%!important
    }

    .wd-lg-929 {
        width: 929%!important
    }

    .wd-lg-930 {
        width: 930%!important
    }

    .wd-lg-931 {
        width: 931%!important
    }

    .wd-lg-932 {
        width: 932%!important
    }

    .wd-lg-933 {
        width: 933%!important
    }

    .wd-lg-934 {
        width: 934%!important
    }

    .wd-lg-935 {
        width: 935%!important
    }

    .wd-lg-936 {
        width: 936%!important
    }

    .wd-lg-937 {
        width: 937%!important
    }

    .wd-lg-938 {
        width: 938%!important
    }

    .wd-lg-939 {
        width: 939%!important
    }

    .wd-lg-940 {
        width: 940%!important
    }

    .wd-lg-941 {
        width: 941%!important
    }

    .wd-lg-942 {
        width: 942%!important
    }

    .wd-lg-943 {
        width: 943%!important
    }

    .wd-lg-944 {
        width: 944%!important
    }

    .wd-lg-945 {
        width: 945%!important
    }

    .wd-lg-946 {
        width: 946%!important
    }

    .wd-lg-947 {
        width: 947%!important
    }

    .wd-lg-948 {
        width: 948%!important
    }

    .wd-lg-949 {
        width: 949%!important
    }

    .wd-lg-950 {
        width: 950%!important
    }

    .wd-lg-951 {
        width: 951%!important
    }

    .wd-lg-952 {
        width: 952%!important
    }

    .wd-lg-953 {
        width: 953%!important
    }

    .wd-lg-954 {
        width: 954%!important
    }

    .wd-lg-955 {
        width: 955%!important
    }

    .wd-lg-956 {
        width: 956%!important
    }

    .wd-lg-957 {
        width: 957%!important
    }

    .wd-lg-958 {
        width: 958%!important
    }

    .wd-lg-959 {
        width: 959%!important
    }

    .wd-lg-960 {
        width: 960%!important
    }

    .wd-lg-961 {
        width: 961%!important
    }

    .wd-lg-962 {
        width: 962%!important
    }

    .wd-lg-963 {
        width: 963%!important
    }

    .wd-lg-964 {
        width: 964%!important
    }

    .wd-lg-965 {
        width: 965%!important
    }

    .wd-lg-966 {
        width: 966%!important
    }

    .wd-lg-967 {
        width: 967%!important
    }

    .wd-lg-968 {
        width: 968%!important
    }

    .wd-lg-969 {
        width: 969%!important
    }

    .wd-lg-970 {
        width: 970%!important
    }

    .wd-lg-971 {
        width: 971%!important
    }

    .wd-lg-972 {
        width: 972%!important
    }

    .wd-lg-973 {
        width: 973%!important
    }

    .wd-lg-974 {
        width: 974%!important
    }

    .wd-lg-975 {
        width: 975%!important
    }

    .wd-lg-976 {
        width: 976%!important
    }

    .wd-lg-977 {
        width: 977%!important
    }

    .wd-lg-978 {
        width: 978%!important
    }

    .wd-lg-979 {
        width: 979%!important
    }

    .wd-lg-980 {
        width: 980%!important
    }

    .wd-lg-981 {
        width: 981%!important
    }

    .wd-lg-982 {
        width: 982%!important
    }

    .wd-lg-983 {
        width: 983%!important
    }

    .wd-lg-984 {
        width: 984%!important
    }

    .wd-lg-985 {
        width: 985%!important
    }

    .wd-lg-986 {
        width: 986%!important
    }

    .wd-lg-987 {
        width: 987%!important
    }

    .wd-lg-988 {
        width: 988%!important
    }

    .wd-lg-989 {
        width: 989%!important
    }

    .wd-lg-990 {
        width: 990%!important
    }

    .wd-lg-991 {
        width: 991%!important
    }

    .wd-lg-992 {
        width: 992%!important
    }

    .wd-lg-993 {
        width: 993%!important
    }

    .wd-lg-994 {
        width: 994%!important
    }

    .wd-lg-995 {
        width: 995%!important
    }

    .wd-lg-996 {
        width: 996%!important
    }

    .wd-lg-997 {
        width: 997%!important
    }

    .wd-lg-998 {
        width: 998%!important
    }

    .wd-lg-999 {
        width: 999%!important
    }

    .wd-lg-1000 {
        width: 1000%!important
    }
}

@media (min-width: 1200px) {
    .wd-xl-5 {
        width:5%!important
    }

    .wd-xl-10 {
        width: 10%!important
    }

    .wd-xl-11 {
        width: 11%!important
    }

    .wd-xl-12 {
        width: 12%!important
    }

    .wd-xl-13 {
        width: 13%!important
    }

    .wd-xl-14 {
        width: 14%!important
    }

    .wd-xl-15 {
        width: 15%!important
    }

    .wd-xl-16 {
        width: 16%!important
    }

    .wd-xl-17 {
        width: 17%!important
    }

    .wd-xl-18 {
        width: 18%!important
    }

    .wd-xl-19 {
        width: 19%!important
    }

    .wd-xl-20 {
        width: 20%!important
    }

    .wd-xl-21 {
        width: 21%!important
    }

    .wd-xl-22 {
        width: 22%!important
    }

    .wd-xl-23 {
        width: 23%!important
    }

    .wd-xl-24 {
        width: 24%!important
    }

    .wd-xl-25 {
        width: 25%!important
    }

    .wd-xl-26 {
        width: 26%!important
    }

    .wd-xl-27 {
        width: 27%!important
    }

    .wd-xl-28 {
        width: 28%!important
    }

    .wd-xl-29 {
        width: 29%!important
    }

    .wd-xl-30 {
        width: 30%!important
    }

    .wd-xl-31 {
        width: 31%!important
    }

    .wd-xl-32 {
        width: 32%!important
    }

    .wd-xl-33 {
        width: 33%!important
    }

    .wd-xl-34 {
        width: 34%!important
    }

    .wd-xl-35 {
        width: 35%!important
    }

    .wd-xl-36 {
        width: 36%!important
    }

    .wd-xl-37 {
        width: 37%!important
    }

    .wd-xl-38 {
        width: 38%!important
    }

    .wd-xl-39 {
        width: 39%!important
    }

    .wd-xl-40 {
        width: 40%!important
    }

    .wd-xl-41 {
        width: 41%!important
    }

    .wd-xl-42 {
        width: 42%!important
    }

    .wd-xl-43 {
        width: 43%!important
    }

    .wd-xl-44 {
        width: 44%!important
    }

    .wd-xl-45 {
        width: 45%!important
    }

    .wd-xl-46 {
        width: 46%!important
    }

    .wd-xl-47 {
        width: 47%!important
    }

    .wd-xl-48 {
        width: 48%!important
    }

    .wd-xl-49 {
        width: 49%!important
    }

    .wd-xl-50 {
        width: 50%!important
    }

    .wd-xl-51 {
        width: 51%!important
    }

    .wd-xl-52 {
        width: 52%!important
    }

    .wd-xl-53 {
        width: 53%!important
    }

    .wd-xl-54 {
        width: 54%!important
    }

    .wd-xl-55 {
        width: 55%!important
    }

    .wd-xl-56 {
        width: 56%!important
    }

    .wd-xl-57 {
        width: 57%!important
    }

    .wd-xl-58 {
        width: 58%!important
    }

    .wd-xl-59 {
        width: 59%!important
    }

    .wd-xl-60 {
        width: 60%!important
    }

    .wd-xl-61 {
        width: 61%!important
    }

    .wd-xl-62 {
        width: 62%!important
    }

    .wd-xl-63 {
        width: 63%!important
    }

    .wd-xl-64 {
        width: 64%!important
    }

    .wd-xl-65 {
        width: 65%!important
    }

    .wd-xl-66 {
        width: 66%!important
    }

    .wd-xl-67 {
        width: 67%!important
    }

    .wd-xl-68 {
        width: 68%!important
    }

    .wd-xl-69 {
        width: 69%!important
    }

    .wd-xl-70 {
        width: 70%!important
    }

    .wd-xl-71 {
        width: 71%!important
    }

    .wd-xl-72 {
        width: 72%!important
    }

    .wd-xl-73 {
        width: 73%!important
    }

    .wd-xl-74 {
        width: 74%!important
    }

    .wd-xl-75 {
        width: 75%!important
    }

    .wd-xl-76 {
        width: 76%!important
    }

    .wd-xl-77 {
        width: 77%!important
    }

    .wd-xl-78 {
        width: 78%!important
    }

    .wd-xl-79 {
        width: 79%!important
    }

    .wd-xl-80 {
        width: 80%!important
    }

    .wd-xl-81 {
        width: 81%!important
    }

    .wd-xl-82 {
        width: 82%!important
    }

    .wd-xl-83 {
        width: 83%!important
    }

    .wd-xl-84 {
        width: 84%!important
    }

    .wd-xl-85 {
        width: 85%!important
    }

    .wd-xl-86 {
        width: 86%!important
    }

    .wd-xl-87 {
        width: 87%!important
    }

    .wd-xl-88 {
        width: 88%!important
    }

    .wd-xl-89 {
        width: 89%!important
    }

    .wd-xl-90 {
        width: 90%!important
    }

    .wd-xl-91 {
        width: 91%!important
    }

    .wd-xl-92 {
        width: 92%!important
    }

    .wd-xl-93 {
        width: 93%!important
    }

    .wd-xl-94 {
        width: 94%!important
    }

    .wd-xl-95 {
        width: 95%!important
    }

    .wd-xl-96 {
        width: 96%!important
    }

    .wd-xl-97 {
        width: 97%!important
    }

    .wd-xl-98 {
        width: 98%!important
    }

    .wd-xl-99 {
        width: 99%!important
    }

    .wd-xl-100 {
        width: 100%!important
    }

    .wd-xl-101 {
        width: 101%!important
    }

    .wd-xl-102 {
        width: 102%!important
    }

    .wd-xl-103 {
        width: 103%!important
    }

    .wd-xl-104 {
        width: 104%!important
    }

    .wd-xl-105 {
        width: 105%!important
    }

    .wd-xl-106 {
        width: 106%!important
    }

    .wd-xl-107 {
        width: 107%!important
    }

    .wd-xl-108 {
        width: 108%!important
    }

    .wd-xl-109 {
        width: 109%!important
    }

    .wd-xl-110 {
        width: 110%!important
    }

    .wd-xl-111 {
        width: 111%!important
    }

    .wd-xl-112 {
        width: 112%!important
    }

    .wd-xl-113 {
        width: 113%!important
    }

    .wd-xl-114 {
        width: 114%!important
    }

    .wd-xl-115 {
        width: 115%!important
    }

    .wd-xl-116 {
        width: 116%!important
    }

    .wd-xl-117 {
        width: 117%!important
    }

    .wd-xl-118 {
        width: 118%!important
    }

    .wd-xl-119 {
        width: 119%!important
    }

    .wd-xl-120 {
        width: 120%!important
    }

    .wd-xl-121 {
        width: 121%!important
    }

    .wd-xl-122 {
        width: 122%!important
    }

    .wd-xl-123 {
        width: 123%!important
    }

    .wd-xl-124 {
        width: 124%!important
    }

    .wd-xl-125 {
        width: 125%!important
    }

    .wd-xl-126 {
        width: 126%!important
    }

    .wd-xl-127 {
        width: 127%!important
    }

    .wd-xl-128 {
        width: 128%!important
    }

    .wd-xl-129 {
        width: 129%!important
    }

    .wd-xl-130 {
        width: 130%!important
    }

    .wd-xl-131 {
        width: 131%!important
    }

    .wd-xl-132 {
        width: 132%!important
    }

    .wd-xl-133 {
        width: 133%!important
    }

    .wd-xl-134 {
        width: 134%!important
    }

    .wd-xl-135 {
        width: 135%!important
    }

    .wd-xl-136 {
        width: 136%!important
    }

    .wd-xl-137 {
        width: 137%!important
    }

    .wd-xl-138 {
        width: 138%!important
    }

    .wd-xl-139 {
        width: 139%!important
    }

    .wd-xl-140 {
        width: 140%!important
    }

    .wd-xl-141 {
        width: 141%!important
    }

    .wd-xl-142 {
        width: 142%!important
    }

    .wd-xl-143 {
        width: 143%!important
    }

    .wd-xl-144 {
        width: 144%!important
    }

    .wd-xl-145 {
        width: 145%!important
    }

    .wd-xl-146 {
        width: 146%!important
    }

    .wd-xl-147 {
        width: 147%!important
    }

    .wd-xl-148 {
        width: 148%!important
    }

    .wd-xl-149 {
        width: 149%!important
    }

    .wd-xl-150 {
        width: 150%!important
    }

    .wd-xl-151 {
        width: 151%!important
    }

    .wd-xl-152 {
        width: 152%!important
    }

    .wd-xl-153 {
        width: 153%!important
    }

    .wd-xl-154 {
        width: 154%!important
    }

    .wd-xl-155 {
        width: 155%!important
    }

    .wd-xl-156 {
        width: 156%!important
    }

    .wd-xl-157 {
        width: 157%!important
    }

    .wd-xl-158 {
        width: 158%!important
    }

    .wd-xl-159 {
        width: 159%!important
    }

    .wd-xl-160 {
        width: 160%!important
    }

    .wd-xl-161 {
        width: 161%!important
    }

    .wd-xl-162 {
        width: 162%!important
    }

    .wd-xl-163 {
        width: 163%!important
    }

    .wd-xl-164 {
        width: 164%!important
    }

    .wd-xl-165 {
        width: 165%!important
    }

    .wd-xl-166 {
        width: 166%!important
    }

    .wd-xl-167 {
        width: 167%!important
    }

    .wd-xl-168 {
        width: 168%!important
    }

    .wd-xl-169 {
        width: 169%!important
    }

    .wd-xl-170 {
        width: 170%!important
    }

    .wd-xl-171 {
        width: 171%!important
    }

    .wd-xl-172 {
        width: 172%!important
    }

    .wd-xl-173 {
        width: 173%!important
    }

    .wd-xl-174 {
        width: 174%!important
    }

    .wd-xl-175 {
        width: 175%!important
    }

    .wd-xl-176 {
        width: 176%!important
    }

    .wd-xl-177 {
        width: 177%!important
    }

    .wd-xl-178 {
        width: 178%!important
    }

    .wd-xl-179 {
        width: 179%!important
    }

    .wd-xl-180 {
        width: 180%!important
    }

    .wd-xl-181 {
        width: 181%!important
    }

    .wd-xl-182 {
        width: 182%!important
    }

    .wd-xl-183 {
        width: 183%!important
    }

    .wd-xl-184 {
        width: 184%!important
    }

    .wd-xl-185 {
        width: 185%!important
    }

    .wd-xl-186 {
        width: 186%!important
    }

    .wd-xl-187 {
        width: 187%!important
    }

    .wd-xl-188 {
        width: 188%!important
    }

    .wd-xl-189 {
        width: 189%!important
    }

    .wd-xl-190 {
        width: 190%!important
    }

    .wd-xl-191 {
        width: 191%!important
    }

    .wd-xl-192 {
        width: 192%!important
    }

    .wd-xl-193 {
        width: 193%!important
    }

    .wd-xl-194 {
        width: 194%!important
    }

    .wd-xl-195 {
        width: 195%!important
    }

    .wd-xl-196 {
        width: 196%!important
    }

    .wd-xl-197 {
        width: 197%!important
    }

    .wd-xl-198 {
        width: 198%!important
    }

    .wd-xl-199 {
        width: 199%!important
    }

    .wd-xl-200 {
        width: 200%!important
    }

    .wd-xl-201 {
        width: 201%!important
    }

    .wd-xl-202 {
        width: 202%!important
    }

    .wd-xl-203 {
        width: 203%!important
    }

    .wd-xl-204 {
        width: 204%!important
    }

    .wd-xl-205 {
        width: 205%!important
    }

    .wd-xl-206 {
        width: 206%!important
    }

    .wd-xl-207 {
        width: 207%!important
    }

    .wd-xl-208 {
        width: 208%!important
    }

    .wd-xl-209 {
        width: 209%!important
    }

    .wd-xl-210 {
        width: 210%!important
    }

    .wd-xl-211 {
        width: 211%!important
    }

    .wd-xl-212 {
        width: 212%!important
    }

    .wd-xl-213 {
        width: 213%!important
    }

    .wd-xl-214 {
        width: 214%!important
    }

    .wd-xl-215 {
        width: 215%!important
    }

    .wd-xl-216 {
        width: 216%!important
    }

    .wd-xl-217 {
        width: 217%!important
    }

    .wd-xl-218 {
        width: 218%!important
    }

    .wd-xl-219 {
        width: 219%!important
    }

    .wd-xl-220 {
        width: 220%!important
    }

    .wd-xl-221 {
        width: 221%!important
    }

    .wd-xl-222 {
        width: 222%!important
    }

    .wd-xl-223 {
        width: 223%!important
    }

    .wd-xl-224 {
        width: 224%!important
    }

    .wd-xl-225 {
        width: 225%!important
    }

    .wd-xl-226 {
        width: 226%!important
    }

    .wd-xl-227 {
        width: 227%!important
    }

    .wd-xl-228 {
        width: 228%!important
    }

    .wd-xl-229 {
        width: 229%!important
    }

    .wd-xl-230 {
        width: 230%!important
    }

    .wd-xl-231 {
        width: 231%!important
    }

    .wd-xl-232 {
        width: 232%!important
    }

    .wd-xl-233 {
        width: 233%!important
    }

    .wd-xl-234 {
        width: 234%!important
    }

    .wd-xl-235 {
        width: 235%!important
    }

    .wd-xl-236 {
        width: 236%!important
    }

    .wd-xl-237 {
        width: 237%!important
    }

    .wd-xl-238 {
        width: 238%!important
    }

    .wd-xl-239 {
        width: 239%!important
    }

    .wd-xl-240 {
        width: 240%!important
    }

    .wd-xl-241 {
        width: 241%!important
    }

    .wd-xl-242 {
        width: 242%!important
    }

    .wd-xl-243 {
        width: 243%!important
    }

    .wd-xl-244 {
        width: 244%!important
    }

    .wd-xl-245 {
        width: 245%!important
    }

    .wd-xl-246 {
        width: 246%!important
    }

    .wd-xl-247 {
        width: 247%!important
    }

    .wd-xl-248 {
        width: 248%!important
    }

    .wd-xl-249 {
        width: 249%!important
    }

    .wd-xl-250 {
        width: 250%!important
    }

    .wd-xl-251 {
        width: 251%!important
    }

    .wd-xl-252 {
        width: 252%!important
    }

    .wd-xl-253 {
        width: 253%!important
    }

    .wd-xl-254 {
        width: 254%!important
    }

    .wd-xl-255 {
        width: 255%!important
    }

    .wd-xl-256 {
        width: 256%!important
    }

    .wd-xl-257 {
        width: 257%!important
    }

    .wd-xl-258 {
        width: 258%!important
    }

    .wd-xl-259 {
        width: 259%!important
    }

    .wd-xl-260 {
        width: 260%!important
    }

    .wd-xl-261 {
        width: 261%!important
    }

    .wd-xl-262 {
        width: 262%!important
    }

    .wd-xl-263 {
        width: 263%!important
    }

    .wd-xl-264 {
        width: 264%!important
    }

    .wd-xl-265 {
        width: 265%!important
    }

    .wd-xl-266 {
        width: 266%!important
    }

    .wd-xl-267 {
        width: 267%!important
    }

    .wd-xl-268 {
        width: 268%!important
    }

    .wd-xl-269 {
        width: 269%!important
    }

    .wd-xl-270 {
        width: 270%!important
    }

    .wd-xl-271 {
        width: 271%!important
    }

    .wd-xl-272 {
        width: 272%!important
    }

    .wd-xl-273 {
        width: 273%!important
    }

    .wd-xl-274 {
        width: 274%!important
    }

    .wd-xl-275 {
        width: 275%!important
    }

    .wd-xl-276 {
        width: 276%!important
    }

    .wd-xl-277 {
        width: 277%!important
    }

    .wd-xl-278 {
        width: 278%!important
    }

    .wd-xl-279 {
        width: 279%!important
    }

    .wd-xl-280 {
        width: 280%!important
    }

    .wd-xl-281 {
        width: 281%!important
    }

    .wd-xl-282 {
        width: 282%!important
    }

    .wd-xl-283 {
        width: 283%!important
    }

    .wd-xl-284 {
        width: 284%!important
    }

    .wd-xl-285 {
        width: 285%!important
    }

    .wd-xl-286 {
        width: 286%!important
    }

    .wd-xl-287 {
        width: 287%!important
    }

    .wd-xl-288 {
        width: 288%!important
    }

    .wd-xl-289 {
        width: 289%!important
    }

    .wd-xl-290 {
        width: 290%!important
    }

    .wd-xl-291 {
        width: 291%!important
    }

    .wd-xl-292 {
        width: 292%!important
    }

    .wd-xl-293 {
        width: 293%!important
    }

    .wd-xl-294 {
        width: 294%!important
    }

    .wd-xl-295 {
        width: 295%!important
    }

    .wd-xl-296 {
        width: 296%!important
    }

    .wd-xl-297 {
        width: 297%!important
    }

    .wd-xl-298 {
        width: 298%!important
    }

    .wd-xl-299 {
        width: 299%!important
    }

    .wd-xl-300 {
        width: 300%!important
    }

    .wd-xl-301 {
        width: 301%!important
    }

    .wd-xl-302 {
        width: 302%!important
    }

    .wd-xl-303 {
        width: 303%!important
    }

    .wd-xl-304 {
        width: 304%!important
    }

    .wd-xl-305 {
        width: 305%!important
    }

    .wd-xl-306 {
        width: 306%!important
    }

    .wd-xl-307 {
        width: 307%!important
    }

    .wd-xl-308 {
        width: 308%!important
    }

    .wd-xl-309 {
        width: 309%!important
    }

    .wd-xl-310 {
        width: 310%!important
    }

    .wd-xl-311 {
        width: 311%!important
    }

    .wd-xl-312 {
        width: 312%!important
    }

    .wd-xl-313 {
        width: 313%!important
    }

    .wd-xl-314 {
        width: 314%!important
    }

    .wd-xl-315 {
        width: 315%!important
    }

    .wd-xl-316 {
        width: 316%!important
    }

    .wd-xl-317 {
        width: 317%!important
    }

    .wd-xl-318 {
        width: 318%!important
    }

    .wd-xl-319 {
        width: 319%!important
    }

    .wd-xl-320 {
        width: 320%!important
    }

    .wd-xl-321 {
        width: 321%!important
    }

    .wd-xl-322 {
        width: 322%!important
    }

    .wd-xl-323 {
        width: 323%!important
    }

    .wd-xl-324 {
        width: 324%!important
    }

    .wd-xl-325 {
        width: 325%!important
    }

    .wd-xl-326 {
        width: 326%!important
    }

    .wd-xl-327 {
        width: 327%!important
    }

    .wd-xl-328 {
        width: 328%!important
    }

    .wd-xl-329 {
        width: 329%!important
    }

    .wd-xl-330 {
        width: 330%!important
    }

    .wd-xl-331 {
        width: 331%!important
    }

    .wd-xl-332 {
        width: 332%!important
    }

    .wd-xl-333 {
        width: 333%!important
    }

    .wd-xl-334 {
        width: 334%!important
    }

    .wd-xl-335 {
        width: 335%!important
    }

    .wd-xl-336 {
        width: 336%!important
    }

    .wd-xl-337 {
        width: 337%!important
    }

    .wd-xl-338 {
        width: 338%!important
    }

    .wd-xl-339 {
        width: 339%!important
    }

    .wd-xl-340 {
        width: 340%!important
    }

    .wd-xl-341 {
        width: 341%!important
    }

    .wd-xl-342 {
        width: 342%!important
    }

    .wd-xl-343 {
        width: 343%!important
    }

    .wd-xl-344 {
        width: 344%!important
    }

    .wd-xl-345 {
        width: 345%!important
    }

    .wd-xl-346 {
        width: 346%!important
    }

    .wd-xl-347 {
        width: 347%!important
    }

    .wd-xl-348 {
        width: 348%!important
    }

    .wd-xl-349 {
        width: 349%!important
    }

    .wd-xl-350 {
        width: 350%!important
    }

    .wd-xl-351 {
        width: 351%!important
    }

    .wd-xl-352 {
        width: 352%!important
    }

    .wd-xl-353 {
        width: 353%!important
    }

    .wd-xl-354 {
        width: 354%!important
    }

    .wd-xl-355 {
        width: 355%!important
    }

    .wd-xl-356 {
        width: 356%!important
    }

    .wd-xl-357 {
        width: 357%!important
    }

    .wd-xl-358 {
        width: 358%!important
    }

    .wd-xl-359 {
        width: 359%!important
    }

    .wd-xl-360 {
        width: 360%!important
    }

    .wd-xl-361 {
        width: 361%!important
    }

    .wd-xl-362 {
        width: 362%!important
    }

    .wd-xl-363 {
        width: 363%!important
    }

    .wd-xl-364 {
        width: 364%!important
    }

    .wd-xl-365 {
        width: 365%!important
    }

    .wd-xl-366 {
        width: 366%!important
    }

    .wd-xl-367 {
        width: 367%!important
    }

    .wd-xl-368 {
        width: 368%!important
    }

    .wd-xl-369 {
        width: 369%!important
    }

    .wd-xl-370 {
        width: 370%!important
    }

    .wd-xl-371 {
        width: 371%!important
    }

    .wd-xl-372 {
        width: 372%!important
    }

    .wd-xl-373 {
        width: 373%!important
    }

    .wd-xl-374 {
        width: 374%!important
    }

    .wd-xl-375 {
        width: 375%!important
    }

    .wd-xl-376 {
        width: 376%!important
    }

    .wd-xl-377 {
        width: 377%!important
    }

    .wd-xl-378 {
        width: 378%!important
    }

    .wd-xl-379 {
        width: 379%!important
    }

    .wd-xl-380 {
        width: 380%!important
    }

    .wd-xl-381 {
        width: 381%!important
    }

    .wd-xl-382 {
        width: 382%!important
    }

    .wd-xl-383 {
        width: 383%!important
    }

    .wd-xl-384 {
        width: 384%!important
    }

    .wd-xl-385 {
        width: 385%!important
    }

    .wd-xl-386 {
        width: 386%!important
    }

    .wd-xl-387 {
        width: 387%!important
    }

    .wd-xl-388 {
        width: 388%!important
    }

    .wd-xl-389 {
        width: 389%!important
    }

    .wd-xl-390 {
        width: 390%!important
    }

    .wd-xl-391 {
        width: 391%!important
    }

    .wd-xl-392 {
        width: 392%!important
    }

    .wd-xl-393 {
        width: 393%!important
    }

    .wd-xl-394 {
        width: 394%!important
    }

    .wd-xl-395 {
        width: 395%!important
    }

    .wd-xl-396 {
        width: 396%!important
    }

    .wd-xl-397 {
        width: 397%!important
    }

    .wd-xl-398 {
        width: 398%!important
    }

    .wd-xl-399 {
        width: 399%!important
    }

    .wd-xl-400 {
        width: 400%!important
    }

    .wd-xl-401 {
        width: 401%!important
    }

    .wd-xl-402 {
        width: 402%!important
    }

    .wd-xl-403 {
        width: 403%!important
    }

    .wd-xl-404 {
        width: 404%!important
    }

    .wd-xl-405 {
        width: 405%!important
    }

    .wd-xl-406 {
        width: 406%!important
    }

    .wd-xl-407 {
        width: 407%!important
    }

    .wd-xl-408 {
        width: 408%!important
    }

    .wd-xl-409 {
        width: 409%!important
    }

    .wd-xl-410 {
        width: 410%!important
    }

    .wd-xl-411 {
        width: 411%!important
    }

    .wd-xl-412 {
        width: 412%!important
    }

    .wd-xl-413 {
        width: 413%!important
    }

    .wd-xl-414 {
        width: 414%!important
    }

    .wd-xl-415 {
        width: 415%!important
    }

    .wd-xl-416 {
        width: 416%!important
    }

    .wd-xl-417 {
        width: 417%!important
    }

    .wd-xl-418 {
        width: 418%!important
    }

    .wd-xl-419 {
        width: 419%!important
    }

    .wd-xl-420 {
        width: 420%!important
    }

    .wd-xl-421 {
        width: 421%!important
    }

    .wd-xl-422 {
        width: 422%!important
    }

    .wd-xl-423 {
        width: 423%!important
    }

    .wd-xl-424 {
        width: 424%!important
    }

    .wd-xl-425 {
        width: 425%!important
    }

    .wd-xl-426 {
        width: 426%!important
    }

    .wd-xl-427 {
        width: 427%!important
    }

    .wd-xl-428 {
        width: 428%!important
    }

    .wd-xl-429 {
        width: 429%!important
    }

    .wd-xl-430 {
        width: 430%!important
    }

    .wd-xl-431 {
        width: 431%!important
    }

    .wd-xl-432 {
        width: 432%!important
    }

    .wd-xl-433 {
        width: 433%!important
    }

    .wd-xl-434 {
        width: 434%!important
    }

    .wd-xl-435 {
        width: 435%!important
    }

    .wd-xl-436 {
        width: 436%!important
    }

    .wd-xl-437 {
        width: 437%!important
    }

    .wd-xl-438 {
        width: 438%!important
    }

    .wd-xl-439 {
        width: 439%!important
    }

    .wd-xl-440 {
        width: 440%!important
    }

    .wd-xl-441 {
        width: 441%!important
    }

    .wd-xl-442 {
        width: 442%!important
    }

    .wd-xl-443 {
        width: 443%!important
    }

    .wd-xl-444 {
        width: 444%!important
    }

    .wd-xl-445 {
        width: 445%!important
    }

    .wd-xl-446 {
        width: 446%!important
    }

    .wd-xl-447 {
        width: 447%!important
    }

    .wd-xl-448 {
        width: 448%!important
    }

    .wd-xl-449 {
        width: 449%!important
    }

    .wd-xl-450 {
        width: 450%!important
    }

    .wd-xl-451 {
        width: 451%!important
    }

    .wd-xl-452 {
        width: 452%!important
    }

    .wd-xl-453 {
        width: 453%!important
    }

    .wd-xl-454 {
        width: 454%!important
    }

    .wd-xl-455 {
        width: 455%!important
    }

    .wd-xl-456 {
        width: 456%!important
    }

    .wd-xl-457 {
        width: 457%!important
    }

    .wd-xl-458 {
        width: 458%!important
    }

    .wd-xl-459 {
        width: 459%!important
    }

    .wd-xl-460 {
        width: 460%!important
    }

    .wd-xl-461 {
        width: 461%!important
    }

    .wd-xl-462 {
        width: 462%!important
    }

    .wd-xl-463 {
        width: 463%!important
    }

    .wd-xl-464 {
        width: 464%!important
    }

    .wd-xl-465 {
        width: 465%!important
    }

    .wd-xl-466 {
        width: 466%!important
    }

    .wd-xl-467 {
        width: 467%!important
    }

    .wd-xl-468 {
        width: 468%!important
    }

    .wd-xl-469 {
        width: 469%!important
    }

    .wd-xl-470 {
        width: 470%!important
    }

    .wd-xl-471 {
        width: 471%!important
    }

    .wd-xl-472 {
        width: 472%!important
    }

    .wd-xl-473 {
        width: 473%!important
    }

    .wd-xl-474 {
        width: 474%!important
    }

    .wd-xl-475 {
        width: 475%!important
    }

    .wd-xl-476 {
        width: 476%!important
    }

    .wd-xl-477 {
        width: 477%!important
    }

    .wd-xl-478 {
        width: 478%!important
    }

    .wd-xl-479 {
        width: 479%!important
    }

    .wd-xl-480 {
        width: 480%!important
    }

    .wd-xl-481 {
        width: 481%!important
    }

    .wd-xl-482 {
        width: 482%!important
    }

    .wd-xl-483 {
        width: 483%!important
    }

    .wd-xl-484 {
        width: 484%!important
    }

    .wd-xl-485 {
        width: 485%!important
    }

    .wd-xl-486 {
        width: 486%!important
    }

    .wd-xl-487 {
        width: 487%!important
    }

    .wd-xl-488 {
        width: 488%!important
    }

    .wd-xl-489 {
        width: 489%!important
    }

    .wd-xl-490 {
        width: 490%!important
    }

    .wd-xl-491 {
        width: 491%!important
    }

    .wd-xl-492 {
        width: 492%!important
    }

    .wd-xl-493 {
        width: 493%!important
    }

    .wd-xl-494 {
        width: 494%!important
    }

    .wd-xl-495 {
        width: 495%!important
    }

    .wd-xl-496 {
        width: 496%!important
    }

    .wd-xl-497 {
        width: 497%!important
    }

    .wd-xl-498 {
        width: 498%!important
    }

    .wd-xl-499 {
        width: 499%!important
    }

    .wd-xl-500 {
        width: 500%!important
    }

    .wd-xl-501 {
        width: 501%!important
    }

    .wd-xl-502 {
        width: 502%!important
    }

    .wd-xl-503 {
        width: 503%!important
    }

    .wd-xl-504 {
        width: 504%!important
    }

    .wd-xl-505 {
        width: 505%!important
    }

    .wd-xl-506 {
        width: 506%!important
    }

    .wd-xl-507 {
        width: 507%!important
    }

    .wd-xl-508 {
        width: 508%!important
    }

    .wd-xl-509 {
        width: 509%!important
    }

    .wd-xl-510 {
        width: 510%!important
    }

    .wd-xl-511 {
        width: 511%!important
    }

    .wd-xl-512 {
        width: 512%!important
    }

    .wd-xl-513 {
        width: 513%!important
    }

    .wd-xl-514 {
        width: 514%!important
    }

    .wd-xl-515 {
        width: 515%!important
    }

    .wd-xl-516 {
        width: 516%!important
    }

    .wd-xl-517 {
        width: 517%!important
    }

    .wd-xl-518 {
        width: 518%!important
    }

    .wd-xl-519 {
        width: 519%!important
    }

    .wd-xl-520 {
        width: 520%!important
    }

    .wd-xl-521 {
        width: 521%!important
    }

    .wd-xl-522 {
        width: 522%!important
    }

    .wd-xl-523 {
        width: 523%!important
    }

    .wd-xl-524 {
        width: 524%!important
    }

    .wd-xl-525 {
        width: 525%!important
    }

    .wd-xl-526 {
        width: 526%!important
    }

    .wd-xl-527 {
        width: 527%!important
    }

    .wd-xl-528 {
        width: 528%!important
    }

    .wd-xl-529 {
        width: 529%!important
    }

    .wd-xl-530 {
        width: 530%!important
    }

    .wd-xl-531 {
        width: 531%!important
    }

    .wd-xl-532 {
        width: 532%!important
    }

    .wd-xl-533 {
        width: 533%!important
    }

    .wd-xl-534 {
        width: 534%!important
    }

    .wd-xl-535 {
        width: 535%!important
    }

    .wd-xl-536 {
        width: 536%!important
    }

    .wd-xl-537 {
        width: 537%!important
    }

    .wd-xl-538 {
        width: 538%!important
    }

    .wd-xl-539 {
        width: 539%!important
    }

    .wd-xl-540 {
        width: 540%!important
    }

    .wd-xl-541 {
        width: 541%!important
    }

    .wd-xl-542 {
        width: 542%!important
    }

    .wd-xl-543 {
        width: 543%!important
    }

    .wd-xl-544 {
        width: 544%!important
    }

    .wd-xl-545 {
        width: 545%!important
    }

    .wd-xl-546 {
        width: 546%!important
    }

    .wd-xl-547 {
        width: 547%!important
    }

    .wd-xl-548 {
        width: 548%!important
    }

    .wd-xl-549 {
        width: 549%!important
    }

    .wd-xl-550 {
        width: 550%!important
    }

    .wd-xl-551 {
        width: 551%!important
    }

    .wd-xl-552 {
        width: 552%!important
    }

    .wd-xl-553 {
        width: 553%!important
    }

    .wd-xl-554 {
        width: 554%!important
    }

    .wd-xl-555 {
        width: 555%!important
    }

    .wd-xl-556 {
        width: 556%!important
    }

    .wd-xl-557 {
        width: 557%!important
    }

    .wd-xl-558 {
        width: 558%!important
    }

    .wd-xl-559 {
        width: 559%!important
    }

    .wd-xl-560 {
        width: 560%!important
    }

    .wd-xl-561 {
        width: 561%!important
    }

    .wd-xl-562 {
        width: 562%!important
    }

    .wd-xl-563 {
        width: 563%!important
    }

    .wd-xl-564 {
        width: 564%!important
    }

    .wd-xl-565 {
        width: 565%!important
    }

    .wd-xl-566 {
        width: 566%!important
    }

    .wd-xl-567 {
        width: 567%!important
    }

    .wd-xl-568 {
        width: 568%!important
    }

    .wd-xl-569 {
        width: 569%!important
    }

    .wd-xl-570 {
        width: 570%!important
    }

    .wd-xl-571 {
        width: 571%!important
    }

    .wd-xl-572 {
        width: 572%!important
    }

    .wd-xl-573 {
        width: 573%!important
    }

    .wd-xl-574 {
        width: 574%!important
    }

    .wd-xl-575 {
        width: 575%!important
    }

    .wd-xl-576 {
        width: 576%!important
    }

    .wd-xl-577 {
        width: 577%!important
    }

    .wd-xl-578 {
        width: 578%!important
    }

    .wd-xl-579 {
        width: 579%!important
    }

    .wd-xl-580 {
        width: 580%!important
    }

    .wd-xl-581 {
        width: 581%!important
    }

    .wd-xl-582 {
        width: 582%!important
    }

    .wd-xl-583 {
        width: 583%!important
    }

    .wd-xl-584 {
        width: 584%!important
    }

    .wd-xl-585 {
        width: 585%!important
    }

    .wd-xl-586 {
        width: 586%!important
    }

    .wd-xl-587 {
        width: 587%!important
    }

    .wd-xl-588 {
        width: 588%!important
    }

    .wd-xl-589 {
        width: 589%!important
    }

    .wd-xl-590 {
        width: 590%!important
    }

    .wd-xl-591 {
        width: 591%!important
    }

    .wd-xl-592 {
        width: 592%!important
    }

    .wd-xl-593 {
        width: 593%!important
    }

    .wd-xl-594 {
        width: 594%!important
    }

    .wd-xl-595 {
        width: 595%!important
    }

    .wd-xl-596 {
        width: 596%!important
    }

    .wd-xl-597 {
        width: 597%!important
    }

    .wd-xl-598 {
        width: 598%!important
    }

    .wd-xl-599 {
        width: 599%!important
    }

    .wd-xl-600 {
        width: 600%!important
    }

    .wd-xl-601 {
        width: 601%!important
    }

    .wd-xl-602 {
        width: 602%!important
    }

    .wd-xl-603 {
        width: 603%!important
    }

    .wd-xl-604 {
        width: 604%!important
    }

    .wd-xl-605 {
        width: 605%!important
    }

    .wd-xl-606 {
        width: 606%!important
    }

    .wd-xl-607 {
        width: 607%!important
    }

    .wd-xl-608 {
        width: 608%!important
    }

    .wd-xl-609 {
        width: 609%!important
    }

    .wd-xl-610 {
        width: 610%!important
    }

    .wd-xl-611 {
        width: 611%!important
    }

    .wd-xl-612 {
        width: 612%!important
    }

    .wd-xl-613 {
        width: 613%!important
    }

    .wd-xl-614 {
        width: 614%!important
    }

    .wd-xl-615 {
        width: 615%!important
    }

    .wd-xl-616 {
        width: 616%!important
    }

    .wd-xl-617 {
        width: 617%!important
    }

    .wd-xl-618 {
        width: 618%!important
    }

    .wd-xl-619 {
        width: 619%!important
    }

    .wd-xl-620 {
        width: 620%!important
    }

    .wd-xl-621 {
        width: 621%!important
    }

    .wd-xl-622 {
        width: 622%!important
    }

    .wd-xl-623 {
        width: 623%!important
    }

    .wd-xl-624 {
        width: 624%!important
    }

    .wd-xl-625 {
        width: 625%!important
    }

    .wd-xl-626 {
        width: 626%!important
    }

    .wd-xl-627 {
        width: 627%!important
    }

    .wd-xl-628 {
        width: 628%!important
    }

    .wd-xl-629 {
        width: 629%!important
    }

    .wd-xl-630 {
        width: 630%!important
    }

    .wd-xl-631 {
        width: 631%!important
    }

    .wd-xl-632 {
        width: 632%!important
    }

    .wd-xl-633 {
        width: 633%!important
    }

    .wd-xl-634 {
        width: 634%!important
    }

    .wd-xl-635 {
        width: 635%!important
    }

    .wd-xl-636 {
        width: 636%!important
    }

    .wd-xl-637 {
        width: 637%!important
    }

    .wd-xl-638 {
        width: 638%!important
    }

    .wd-xl-639 {
        width: 639%!important
    }

    .wd-xl-640 {
        width: 640%!important
    }

    .wd-xl-641 {
        width: 641%!important
    }

    .wd-xl-642 {
        width: 642%!important
    }

    .wd-xl-643 {
        width: 643%!important
    }

    .wd-xl-644 {
        width: 644%!important
    }

    .wd-xl-645 {
        width: 645%!important
    }

    .wd-xl-646 {
        width: 646%!important
    }

    .wd-xl-647 {
        width: 647%!important
    }

    .wd-xl-648 {
        width: 648%!important
    }

    .wd-xl-649 {
        width: 649%!important
    }

    .wd-xl-650 {
        width: 650%!important
    }

    .wd-xl-651 {
        width: 651%!important
    }

    .wd-xl-652 {
        width: 652%!important
    }

    .wd-xl-653 {
        width: 653%!important
    }

    .wd-xl-654 {
        width: 654%!important
    }

    .wd-xl-655 {
        width: 655%!important
    }

    .wd-xl-656 {
        width: 656%!important
    }

    .wd-xl-657 {
        width: 657%!important
    }

    .wd-xl-658 {
        width: 658%!important
    }

    .wd-xl-659 {
        width: 659%!important
    }

    .wd-xl-660 {
        width: 660%!important
    }

    .wd-xl-661 {
        width: 661%!important
    }

    .wd-xl-662 {
        width: 662%!important
    }

    .wd-xl-663 {
        width: 663%!important
    }

    .wd-xl-664 {
        width: 664%!important
    }

    .wd-xl-665 {
        width: 665%!important
    }

    .wd-xl-666 {
        width: 666%!important
    }

    .wd-xl-667 {
        width: 667%!important
    }

    .wd-xl-668 {
        width: 668%!important
    }

    .wd-xl-669 {
        width: 669%!important
    }

    .wd-xl-670 {
        width: 670%!important
    }

    .wd-xl-671 {
        width: 671%!important
    }

    .wd-xl-672 {
        width: 672%!important
    }

    .wd-xl-673 {
        width: 673%!important
    }

    .wd-xl-674 {
        width: 674%!important
    }

    .wd-xl-675 {
        width: 675%!important
    }

    .wd-xl-676 {
        width: 676%!important
    }

    .wd-xl-677 {
        width: 677%!important
    }

    .wd-xl-678 {
        width: 678%!important
    }

    .wd-xl-679 {
        width: 679%!important
    }

    .wd-xl-680 {
        width: 680%!important
    }

    .wd-xl-681 {
        width: 681%!important
    }

    .wd-xl-682 {
        width: 682%!important
    }

    .wd-xl-683 {
        width: 683%!important
    }

    .wd-xl-684 {
        width: 684%!important
    }

    .wd-xl-685 {
        width: 685%!important
    }

    .wd-xl-686 {
        width: 686%!important
    }

    .wd-xl-687 {
        width: 687%!important
    }

    .wd-xl-688 {
        width: 688%!important
    }

    .wd-xl-689 {
        width: 689%!important
    }

    .wd-xl-690 {
        width: 690%!important
    }

    .wd-xl-691 {
        width: 691%!important
    }

    .wd-xl-692 {
        width: 692%!important
    }

    .wd-xl-693 {
        width: 693%!important
    }

    .wd-xl-694 {
        width: 694%!important
    }

    .wd-xl-695 {
        width: 695%!important
    }

    .wd-xl-696 {
        width: 696%!important
    }

    .wd-xl-697 {
        width: 697%!important
    }

    .wd-xl-698 {
        width: 698%!important
    }

    .wd-xl-699 {
        width: 699%!important
    }

    .wd-xl-700 {
        width: 700%!important
    }

    .wd-xl-701 {
        width: 701%!important
    }

    .wd-xl-702 {
        width: 702%!important
    }

    .wd-xl-703 {
        width: 703%!important
    }

    .wd-xl-704 {
        width: 704%!important
    }

    .wd-xl-705 {
        width: 705%!important
    }

    .wd-xl-706 {
        width: 706%!important
    }

    .wd-xl-707 {
        width: 707%!important
    }

    .wd-xl-708 {
        width: 708%!important
    }

    .wd-xl-709 {
        width: 709%!important
    }

    .wd-xl-710 {
        width: 710%!important
    }

    .wd-xl-711 {
        width: 711%!important
    }

    .wd-xl-712 {
        width: 712%!important
    }

    .wd-xl-713 {
        width: 713%!important
    }

    .wd-xl-714 {
        width: 714%!important
    }

    .wd-xl-715 {
        width: 715%!important
    }

    .wd-xl-716 {
        width: 716%!important
    }

    .wd-xl-717 {
        width: 717%!important
    }

    .wd-xl-718 {
        width: 718%!important
    }

    .wd-xl-719 {
        width: 719%!important
    }

    .wd-xl-720 {
        width: 720%!important
    }

    .wd-xl-721 {
        width: 721%!important
    }

    .wd-xl-722 {
        width: 722%!important
    }

    .wd-xl-723 {
        width: 723%!important
    }

    .wd-xl-724 {
        width: 724%!important
    }

    .wd-xl-725 {
        width: 725%!important
    }

    .wd-xl-726 {
        width: 726%!important
    }

    .wd-xl-727 {
        width: 727%!important
    }

    .wd-xl-728 {
        width: 728%!important
    }

    .wd-xl-729 {
        width: 729%!important
    }

    .wd-xl-730 {
        width: 730%!important
    }

    .wd-xl-731 {
        width: 731%!important
    }

    .wd-xl-732 {
        width: 732%!important
    }

    .wd-xl-733 {
        width: 733%!important
    }

    .wd-xl-734 {
        width: 734%!important
    }

    .wd-xl-735 {
        width: 735%!important
    }

    .wd-xl-736 {
        width: 736%!important
    }

    .wd-xl-737 {
        width: 737%!important
    }

    .wd-xl-738 {
        width: 738%!important
    }

    .wd-xl-739 {
        width: 739%!important
    }

    .wd-xl-740 {
        width: 740%!important
    }

    .wd-xl-741 {
        width: 741%!important
    }

    .wd-xl-742 {
        width: 742%!important
    }

    .wd-xl-743 {
        width: 743%!important
    }

    .wd-xl-744 {
        width: 744%!important
    }

    .wd-xl-745 {
        width: 745%!important
    }

    .wd-xl-746 {
        width: 746%!important
    }

    .wd-xl-747 {
        width: 747%!important
    }

    .wd-xl-748 {
        width: 748%!important
    }

    .wd-xl-749 {
        width: 749%!important
    }

    .wd-xl-750 {
        width: 750%!important
    }

    .wd-xl-751 {
        width: 751%!important
    }

    .wd-xl-752 {
        width: 752%!important
    }

    .wd-xl-753 {
        width: 753%!important
    }

    .wd-xl-754 {
        width: 754%!important
    }

    .wd-xl-755 {
        width: 755%!important
    }

    .wd-xl-756 {
        width: 756%!important
    }

    .wd-xl-757 {
        width: 757%!important
    }

    .wd-xl-758 {
        width: 758%!important
    }

    .wd-xl-759 {
        width: 759%!important
    }

    .wd-xl-760 {
        width: 760%!important
    }

    .wd-xl-761 {
        width: 761%!important
    }

    .wd-xl-762 {
        width: 762%!important
    }

    .wd-xl-763 {
        width: 763%!important
    }

    .wd-xl-764 {
        width: 764%!important
    }

    .wd-xl-765 {
        width: 765%!important
    }

    .wd-xl-766 {
        width: 766%!important
    }

    .wd-xl-767 {
        width: 767%!important
    }

    .wd-xl-768 {
        width: 768%!important
    }

    .wd-xl-769 {
        width: 769%!important
    }

    .wd-xl-770 {
        width: 770%!important
    }

    .wd-xl-771 {
        width: 771%!important
    }

    .wd-xl-772 {
        width: 772%!important
    }

    .wd-xl-773 {
        width: 773%!important
    }

    .wd-xl-774 {
        width: 774%!important
    }

    .wd-xl-775 {
        width: 775%!important
    }

    .wd-xl-776 {
        width: 776%!important
    }

    .wd-xl-777 {
        width: 777%!important
    }

    .wd-xl-778 {
        width: 778%!important
    }

    .wd-xl-779 {
        width: 779%!important
    }

    .wd-xl-780 {
        width: 780%!important
    }

    .wd-xl-781 {
        width: 781%!important
    }

    .wd-xl-782 {
        width: 782%!important
    }

    .wd-xl-783 {
        width: 783%!important
    }

    .wd-xl-784 {
        width: 784%!important
    }

    .wd-xl-785 {
        width: 785%!important
    }

    .wd-xl-786 {
        width: 786%!important
    }

    .wd-xl-787 {
        width: 787%!important
    }

    .wd-xl-788 {
        width: 788%!important
    }

    .wd-xl-789 {
        width: 789%!important
    }

    .wd-xl-790 {
        width: 790%!important
    }

    .wd-xl-791 {
        width: 791%!important
    }

    .wd-xl-792 {
        width: 792%!important
    }

    .wd-xl-793 {
        width: 793%!important
    }

    .wd-xl-794 {
        width: 794%!important
    }

    .wd-xl-795 {
        width: 795%!important
    }

    .wd-xl-796 {
        width: 796%!important
    }

    .wd-xl-797 {
        width: 797%!important
    }

    .wd-xl-798 {
        width: 798%!important
    }

    .wd-xl-799 {
        width: 799%!important
    }

    .wd-xl-800 {
        width: 800%!important
    }

    .wd-xl-801 {
        width: 801%!important
    }

    .wd-xl-802 {
        width: 802%!important
    }

    .wd-xl-803 {
        width: 803%!important
    }

    .wd-xl-804 {
        width: 804%!important
    }

    .wd-xl-805 {
        width: 805%!important
    }

    .wd-xl-806 {
        width: 806%!important
    }

    .wd-xl-807 {
        width: 807%!important
    }

    .wd-xl-808 {
        width: 808%!important
    }

    .wd-xl-809 {
        width: 809%!important
    }

    .wd-xl-810 {
        width: 810%!important
    }

    .wd-xl-811 {
        width: 811%!important
    }

    .wd-xl-812 {
        width: 812%!important
    }

    .wd-xl-813 {
        width: 813%!important
    }

    .wd-xl-814 {
        width: 814%!important
    }

    .wd-xl-815 {
        width: 815%!important
    }

    .wd-xl-816 {
        width: 816%!important
    }

    .wd-xl-817 {
        width: 817%!important
    }

    .wd-xl-818 {
        width: 818%!important
    }

    .wd-xl-819 {
        width: 819%!important
    }

    .wd-xl-820 {
        width: 820%!important
    }

    .wd-xl-821 {
        width: 821%!important
    }

    .wd-xl-822 {
        width: 822%!important
    }

    .wd-xl-823 {
        width: 823%!important
    }

    .wd-xl-824 {
        width: 824%!important
    }

    .wd-xl-825 {
        width: 825%!important
    }

    .wd-xl-826 {
        width: 826%!important
    }

    .wd-xl-827 {
        width: 827%!important
    }

    .wd-xl-828 {
        width: 828%!important
    }

    .wd-xl-829 {
        width: 829%!important
    }

    .wd-xl-830 {
        width: 830%!important
    }

    .wd-xl-831 {
        width: 831%!important
    }

    .wd-xl-832 {
        width: 832%!important
    }

    .wd-xl-833 {
        width: 833%!important
    }

    .wd-xl-834 {
        width: 834%!important
    }

    .wd-xl-835 {
        width: 835%!important
    }

    .wd-xl-836 {
        width: 836%!important
    }

    .wd-xl-837 {
        width: 837%!important
    }

    .wd-xl-838 {
        width: 838%!important
    }

    .wd-xl-839 {
        width: 839%!important
    }

    .wd-xl-840 {
        width: 840%!important
    }

    .wd-xl-841 {
        width: 841%!important
    }

    .wd-xl-842 {
        width: 842%!important
    }

    .wd-xl-843 {
        width: 843%!important
    }

    .wd-xl-844 {
        width: 844%!important
    }

    .wd-xl-845 {
        width: 845%!important
    }

    .wd-xl-846 {
        width: 846%!important
    }

    .wd-xl-847 {
        width: 847%!important
    }

    .wd-xl-848 {
        width: 848%!important
    }

    .wd-xl-849 {
        width: 849%!important
    }

    .wd-xl-850 {
        width: 850%!important
    }

    .wd-xl-851 {
        width: 851%!important
    }

    .wd-xl-852 {
        width: 852%!important
    }

    .wd-xl-853 {
        width: 853%!important
    }

    .wd-xl-854 {
        width: 854%!important
    }

    .wd-xl-855 {
        width: 855%!important
    }

    .wd-xl-856 {
        width: 856%!important
    }

    .wd-xl-857 {
        width: 857%!important
    }

    .wd-xl-858 {
        width: 858%!important
    }

    .wd-xl-859 {
        width: 859%!important
    }

    .wd-xl-860 {
        width: 860%!important
    }

    .wd-xl-861 {
        width: 861%!important
    }

    .wd-xl-862 {
        width: 862%!important
    }

    .wd-xl-863 {
        width: 863%!important
    }

    .wd-xl-864 {
        width: 864%!important
    }

    .wd-xl-865 {
        width: 865%!important
    }

    .wd-xl-866 {
        width: 866%!important
    }

    .wd-xl-867 {
        width: 867%!important
    }

    .wd-xl-868 {
        width: 868%!important
    }

    .wd-xl-869 {
        width: 869%!important
    }

    .wd-xl-870 {
        width: 870%!important
    }

    .wd-xl-871 {
        width: 871%!important
    }

    .wd-xl-872 {
        width: 872%!important
    }

    .wd-xl-873 {
        width: 873%!important
    }

    .wd-xl-874 {
        width: 874%!important
    }

    .wd-xl-875 {
        width: 875%!important
    }

    .wd-xl-876 {
        width: 876%!important
    }

    .wd-xl-877 {
        width: 877%!important
    }

    .wd-xl-878 {
        width: 878%!important
    }

    .wd-xl-879 {
        width: 879%!important
    }

    .wd-xl-880 {
        width: 880%!important
    }

    .wd-xl-881 {
        width: 881%!important
    }

    .wd-xl-882 {
        width: 882%!important
    }

    .wd-xl-883 {
        width: 883%!important
    }

    .wd-xl-884 {
        width: 884%!important
    }

    .wd-xl-885 {
        width: 885%!important
    }

    .wd-xl-886 {
        width: 886%!important
    }

    .wd-xl-887 {
        width: 887%!important
    }

    .wd-xl-888 {
        width: 888%!important
    }

    .wd-xl-889 {
        width: 889%!important
    }

    .wd-xl-890 {
        width: 890%!important
    }

    .wd-xl-891 {
        width: 891%!important
    }

    .wd-xl-892 {
        width: 892%!important
    }

    .wd-xl-893 {
        width: 893%!important
    }

    .wd-xl-894 {
        width: 894%!important
    }

    .wd-xl-895 {
        width: 895%!important
    }

    .wd-xl-896 {
        width: 896%!important
    }

    .wd-xl-897 {
        width: 897%!important
    }

    .wd-xl-898 {
        width: 898%!important
    }

    .wd-xl-899 {
        width: 899%!important
    }

    .wd-xl-900 {
        width: 900%!important
    }

    .wd-xl-901 {
        width: 901%!important
    }

    .wd-xl-902 {
        width: 902%!important
    }

    .wd-xl-903 {
        width: 903%!important
    }

    .wd-xl-904 {
        width: 904%!important
    }

    .wd-xl-905 {
        width: 905%!important
    }

    .wd-xl-906 {
        width: 906%!important
    }

    .wd-xl-907 {
        width: 907%!important
    }

    .wd-xl-908 {
        width: 908%!important
    }

    .wd-xl-909 {
        width: 909%!important
    }

    .wd-xl-910 {
        width: 910%!important
    }

    .wd-xl-911 {
        width: 911%!important
    }

    .wd-xl-912 {
        width: 912%!important
    }

    .wd-xl-913 {
        width: 913%!important
    }

    .wd-xl-914 {
        width: 914%!important
    }

    .wd-xl-915 {
        width: 915%!important
    }

    .wd-xl-916 {
        width: 916%!important
    }

    .wd-xl-917 {
        width: 917%!important
    }

    .wd-xl-918 {
        width: 918%!important
    }

    .wd-xl-919 {
        width: 919%!important
    }

    .wd-xl-920 {
        width: 920%!important
    }

    .wd-xl-921 {
        width: 921%!important
    }

    .wd-xl-922 {
        width: 922%!important
    }

    .wd-xl-923 {
        width: 923%!important
    }

    .wd-xl-924 {
        width: 924%!important
    }

    .wd-xl-925 {
        width: 925%!important
    }

    .wd-xl-926 {
        width: 926%!important
    }

    .wd-xl-927 {
        width: 927%!important
    }

    .wd-xl-928 {
        width: 928%!important
    }

    .wd-xl-929 {
        width: 929%!important
    }

    .wd-xl-930 {
        width: 930%!important
    }

    .wd-xl-931 {
        width: 931%!important
    }

    .wd-xl-932 {
        width: 932%!important
    }

    .wd-xl-933 {
        width: 933%!important
    }

    .wd-xl-934 {
        width: 934%!important
    }

    .wd-xl-935 {
        width: 935%!important
    }

    .wd-xl-936 {
        width: 936%!important
    }

    .wd-xl-937 {
        width: 937%!important
    }

    .wd-xl-938 {
        width: 938%!important
    }

    .wd-xl-939 {
        width: 939%!important
    }

    .wd-xl-940 {
        width: 940%!important
    }

    .wd-xl-941 {
        width: 941%!important
    }

    .wd-xl-942 {
        width: 942%!important
    }

    .wd-xl-943 {
        width: 943%!important
    }

    .wd-xl-944 {
        width: 944%!important
    }

    .wd-xl-945 {
        width: 945%!important
    }

    .wd-xl-946 {
        width: 946%!important
    }

    .wd-xl-947 {
        width: 947%!important
    }

    .wd-xl-948 {
        width: 948%!important
    }

    .wd-xl-949 {
        width: 949%!important
    }

    .wd-xl-950 {
        width: 950%!important
    }

    .wd-xl-951 {
        width: 951%!important
    }

    .wd-xl-952 {
        width: 952%!important
    }

    .wd-xl-953 {
        width: 953%!important
    }

    .wd-xl-954 {
        width: 954%!important
    }

    .wd-xl-955 {
        width: 955%!important
    }

    .wd-xl-956 {
        width: 956%!important
    }

    .wd-xl-957 {
        width: 957%!important
    }

    .wd-xl-958 {
        width: 958%!important
    }

    .wd-xl-959 {
        width: 959%!important
    }

    .wd-xl-960 {
        width: 960%!important
    }

    .wd-xl-961 {
        width: 961%!important
    }

    .wd-xl-962 {
        width: 962%!important
    }

    .wd-xl-963 {
        width: 963%!important
    }

    .wd-xl-964 {
        width: 964%!important
    }

    .wd-xl-965 {
        width: 965%!important
    }

    .wd-xl-966 {
        width: 966%!important
    }

    .wd-xl-967 {
        width: 967%!important
    }

    .wd-xl-968 {
        width: 968%!important
    }

    .wd-xl-969 {
        width: 969%!important
    }

    .wd-xl-970 {
        width: 970%!important
    }

    .wd-xl-971 {
        width: 971%!important
    }

    .wd-xl-972 {
        width: 972%!important
    }

    .wd-xl-973 {
        width: 973%!important
    }

    .wd-xl-974 {
        width: 974%!important
    }

    .wd-xl-975 {
        width: 975%!important
    }

    .wd-xl-976 {
        width: 976%!important
    }

    .wd-xl-977 {
        width: 977%!important
    }

    .wd-xl-978 {
        width: 978%!important
    }

    .wd-xl-979 {
        width: 979%!important
    }

    .wd-xl-980 {
        width: 980%!important
    }

    .wd-xl-981 {
        width: 981%!important
    }

    .wd-xl-982 {
        width: 982%!important
    }

    .wd-xl-983 {
        width: 983%!important
    }

    .wd-xl-984 {
        width: 984%!important
    }

    .wd-xl-985 {
        width: 985%!important
    }

    .wd-xl-986 {
        width: 986%!important
    }

    .wd-xl-987 {
        width: 987%!important
    }

    .wd-xl-988 {
        width: 988%!important
    }

    .wd-xl-989 {
        width: 989%!important
    }

    .wd-xl-990 {
        width: 990%!important
    }

    .wd-xl-991 {
        width: 991%!important
    }

    .wd-xl-992 {
        width: 992%!important
    }

    .wd-xl-993 {
        width: 993%!important
    }

    .wd-xl-994 {
        width: 994%!important
    }

    .wd-xl-995 {
        width: 995%!important
    }

    .wd-xl-996 {
        width: 996%!important
    }

    .wd-xl-997 {
        width: 997%!important
    }

    .wd-xl-998 {
        width: 998%!important
    }

    .wd-xl-999 {
        width: 999%!important
    }

    .wd-xl-1000 {
        width: 1000%!important
    }
}

@media (min-width: 1440px) {
    .wd-xxl-5 {
        width:5%!important
    }

    .wd-xxl-10 {
        width: 10%!important
    }

    .wd-xxl-11 {
        width: 11%!important
    }

    .wd-xxl-12 {
        width: 12%!important
    }

    .wd-xxl-13 {
        width: 13%!important
    }

    .wd-xxl-14 {
        width: 14%!important
    }

    .wd-xxl-15 {
        width: 15%!important
    }

    .wd-xxl-16 {
        width: 16%!important
    }

    .wd-xxl-17 {
        width: 17%!important
    }

    .wd-xxl-18 {
        width: 18%!important
    }

    .wd-xxl-19 {
        width: 19%!important
    }

    .wd-xxl-20 {
        width: 20%!important
    }

    .wd-xxl-21 {
        width: 21%!important
    }

    .wd-xxl-22 {
        width: 22%!important
    }

    .wd-xxl-23 {
        width: 23%!important
    }

    .wd-xxl-24 {
        width: 24%!important
    }

    .wd-xxl-25 {
        width: 25%!important
    }

    .wd-xxl-26 {
        width: 26%!important
    }

    .wd-xxl-27 {
        width: 27%!important
    }

    .wd-xxl-28 {
        width: 28%!important
    }

    .wd-xxl-29 {
        width: 29%!important
    }

    .wd-xxl-30 {
        width: 30%!important
    }

    .wd-xxl-31 {
        width: 31%!important
    }

    .wd-xxl-32 {
        width: 32%!important
    }

    .wd-xxl-33 {
        width: 33%!important
    }

    .wd-xxl-34 {
        width: 34%!important
    }

    .wd-xxl-35 {
        width: 35%!important
    }

    .wd-xxl-36 {
        width: 36%!important
    }

    .wd-xxl-37 {
        width: 37%!important
    }

    .wd-xxl-38 {
        width: 38%!important
    }

    .wd-xxl-39 {
        width: 39%!important
    }

    .wd-xxl-40 {
        width: 40%!important
    }

    .wd-xxl-41 {
        width: 41%!important
    }

    .wd-xxl-42 {
        width: 42%!important
    }

    .wd-xxl-43 {
        width: 43%!important
    }

    .wd-xxl-44 {
        width: 44%!important
    }

    .wd-xxl-45 {
        width: 45%!important
    }

    .wd-xxl-46 {
        width: 46%!important
    }

    .wd-xxl-47 {
        width: 47%!important
    }

    .wd-xxl-48 {
        width: 48%!important
    }

    .wd-xxl-49 {
        width: 49%!important
    }

    .wd-xxl-50 {
        width: 50%!important
    }

    .wd-xxl-51 {
        width: 51%!important
    }

    .wd-xxl-52 {
        width: 52%!important
    }

    .wd-xxl-53 {
        width: 53%!important
    }

    .wd-xxl-54 {
        width: 54%!important
    }

    .wd-xxl-55 {
        width: 55%!important
    }

    .wd-xxl-56 {
        width: 56%!important
    }

    .wd-xxl-57 {
        width: 57%!important
    }

    .wd-xxl-58 {
        width: 58%!important
    }

    .wd-xxl-59 {
        width: 59%!important
    }

    .wd-xxl-60 {
        width: 60%!important
    }

    .wd-xxl-61 {
        width: 61%!important
    }

    .wd-xxl-62 {
        width: 62%!important
    }

    .wd-xxl-63 {
        width: 63%!important
    }

    .wd-xxl-64 {
        width: 64%!important
    }

    .wd-xxl-65 {
        width: 65%!important
    }

    .wd-xxl-66 {
        width: 66%!important
    }

    .wd-xxl-67 {
        width: 67%!important
    }

    .wd-xxl-68 {
        width: 68%!important
    }

    .wd-xxl-69 {
        width: 69%!important
    }

    .wd-xxl-70 {
        width: 70%!important
    }

    .wd-xxl-71 {
        width: 71%!important
    }

    .wd-xxl-72 {
        width: 72%!important
    }

    .wd-xxl-73 {
        width: 73%!important
    }

    .wd-xxl-74 {
        width: 74%!important
    }

    .wd-xxl-75 {
        width: 75%!important
    }

    .wd-xxl-76 {
        width: 76%!important
    }

    .wd-xxl-77 {
        width: 77%!important
    }

    .wd-xxl-78 {
        width: 78%!important
    }

    .wd-xxl-79 {
        width: 79%!important
    }

    .wd-xxl-80 {
        width: 80%!important
    }

    .wd-xxl-81 {
        width: 81%!important
    }

    .wd-xxl-82 {
        width: 82%!important
    }

    .wd-xxl-83 {
        width: 83%!important
    }

    .wd-xxl-84 {
        width: 84%!important
    }

    .wd-xxl-85 {
        width: 85%!important
    }

    .wd-xxl-86 {
        width: 86%!important
    }

    .wd-xxl-87 {
        width: 87%!important
    }

    .wd-xxl-88 {
        width: 88%!important
    }

    .wd-xxl-89 {
        width: 89%!important
    }

    .wd-xxl-90 {
        width: 90%!important
    }

    .wd-xxl-91 {
        width: 91%!important
    }

    .wd-xxl-92 {
        width: 92%!important
    }

    .wd-xxl-93 {
        width: 93%!important
    }

    .wd-xxl-94 {
        width: 94%!important
    }

    .wd-xxl-95 {
        width: 95%!important
    }

    .wd-xxl-96 {
        width: 96%!important
    }

    .wd-xxl-97 {
        width: 97%!important
    }

    .wd-xxl-98 {
        width: 98%!important
    }

    .wd-xxl-99 {
        width: 99%!important
    }

    .wd-xxl-100 {
        width: 100%!important
    }

    .wd-xxl-101 {
        width: 101%!important
    }

    .wd-xxl-102 {
        width: 102%!important
    }

    .wd-xxl-103 {
        width: 103%!important
    }

    .wd-xxl-104 {
        width: 104%!important
    }

    .wd-xxl-105 {
        width: 105%!important
    }

    .wd-xxl-106 {
        width: 106%!important
    }

    .wd-xxl-107 {
        width: 107%!important
    }

    .wd-xxl-108 {
        width: 108%!important
    }

    .wd-xxl-109 {
        width: 109%!important
    }

    .wd-xxl-110 {
        width: 110%!important
    }

    .wd-xxl-111 {
        width: 111%!important
    }

    .wd-xxl-112 {
        width: 112%!important
    }

    .wd-xxl-113 {
        width: 113%!important
    }

    .wd-xxl-114 {
        width: 114%!important
    }

    .wd-xxl-115 {
        width: 115%!important
    }

    .wd-xxl-116 {
        width: 116%!important
    }

    .wd-xxl-117 {
        width: 117%!important
    }

    .wd-xxl-118 {
        width: 118%!important
    }

    .wd-xxl-119 {
        width: 119%!important
    }

    .wd-xxl-120 {
        width: 120%!important
    }

    .wd-xxl-121 {
        width: 121%!important
    }

    .wd-xxl-122 {
        width: 122%!important
    }

    .wd-xxl-123 {
        width: 123%!important
    }

    .wd-xxl-124 {
        width: 124%!important
    }

    .wd-xxl-125 {
        width: 125%!important
    }

    .wd-xxl-126 {
        width: 126%!important
    }

    .wd-xxl-127 {
        width: 127%!important
    }

    .wd-xxl-128 {
        width: 128%!important
    }

    .wd-xxl-129 {
        width: 129%!important
    }

    .wd-xxl-130 {
        width: 130%!important
    }

    .wd-xxl-131 {
        width: 131%!important
    }

    .wd-xxl-132 {
        width: 132%!important
    }

    .wd-xxl-133 {
        width: 133%!important
    }

    .wd-xxl-134 {
        width: 134%!important
    }

    .wd-xxl-135 {
        width: 135%!important
    }

    .wd-xxl-136 {
        width: 136%!important
    }

    .wd-xxl-137 {
        width: 137%!important
    }

    .wd-xxl-138 {
        width: 138%!important
    }

    .wd-xxl-139 {
        width: 139%!important
    }

    .wd-xxl-140 {
        width: 140%!important
    }

    .wd-xxl-141 {
        width: 141%!important
    }

    .wd-xxl-142 {
        width: 142%!important
    }

    .wd-xxl-143 {
        width: 143%!important
    }

    .wd-xxl-144 {
        width: 144%!important
    }

    .wd-xxl-145 {
        width: 145%!important
    }

    .wd-xxl-146 {
        width: 146%!important
    }

    .wd-xxl-147 {
        width: 147%!important
    }

    .wd-xxl-148 {
        width: 148%!important
    }

    .wd-xxl-149 {
        width: 149%!important
    }

    .wd-xxl-150 {
        width: 150%!important
    }

    .wd-xxl-151 {
        width: 151%!important
    }

    .wd-xxl-152 {
        width: 152%!important
    }

    .wd-xxl-153 {
        width: 153%!important
    }

    .wd-xxl-154 {
        width: 154%!important
    }

    .wd-xxl-155 {
        width: 155%!important
    }

    .wd-xxl-156 {
        width: 156%!important
    }

    .wd-xxl-157 {
        width: 157%!important
    }

    .wd-xxl-158 {
        width: 158%!important
    }

    .wd-xxl-159 {
        width: 159%!important
    }

    .wd-xxl-160 {
        width: 160%!important
    }

    .wd-xxl-161 {
        width: 161%!important
    }

    .wd-xxl-162 {
        width: 162%!important
    }

    .wd-xxl-163 {
        width: 163%!important
    }

    .wd-xxl-164 {
        width: 164%!important
    }

    .wd-xxl-165 {
        width: 165%!important
    }

    .wd-xxl-166 {
        width: 166%!important
    }

    .wd-xxl-167 {
        width: 167%!important
    }

    .wd-xxl-168 {
        width: 168%!important
    }

    .wd-xxl-169 {
        width: 169%!important
    }

    .wd-xxl-170 {
        width: 170%!important
    }

    .wd-xxl-171 {
        width: 171%!important
    }

    .wd-xxl-172 {
        width: 172%!important
    }

    .wd-xxl-173 {
        width: 173%!important
    }

    .wd-xxl-174 {
        width: 174%!important
    }

    .wd-xxl-175 {
        width: 175%!important
    }

    .wd-xxl-176 {
        width: 176%!important
    }

    .wd-xxl-177 {
        width: 177%!important
    }

    .wd-xxl-178 {
        width: 178%!important
    }

    .wd-xxl-179 {
        width: 179%!important
    }

    .wd-xxl-180 {
        width: 180%!important
    }

    .wd-xxl-181 {
        width: 181%!important
    }

    .wd-xxl-182 {
        width: 182%!important
    }

    .wd-xxl-183 {
        width: 183%!important
    }

    .wd-xxl-184 {
        width: 184%!important
    }

    .wd-xxl-185 {
        width: 185%!important
    }

    .wd-xxl-186 {
        width: 186%!important
    }

    .wd-xxl-187 {
        width: 187%!important
    }

    .wd-xxl-188 {
        width: 188%!important
    }

    .wd-xxl-189 {
        width: 189%!important
    }

    .wd-xxl-190 {
        width: 190%!important
    }

    .wd-xxl-191 {
        width: 191%!important
    }

    .wd-xxl-192 {
        width: 192%!important
    }

    .wd-xxl-193 {
        width: 193%!important
    }

    .wd-xxl-194 {
        width: 194%!important
    }

    .wd-xxl-195 {
        width: 195%!important
    }

    .wd-xxl-196 {
        width: 196%!important
    }

    .wd-xxl-197 {
        width: 197%!important
    }

    .wd-xxl-198 {
        width: 198%!important
    }

    .wd-xxl-199 {
        width: 199%!important
    }

    .wd-xxl-200 {
        width: 200%!important
    }

    .wd-xxl-201 {
        width: 201%!important
    }

    .wd-xxl-202 {
        width: 202%!important
    }

    .wd-xxl-203 {
        width: 203%!important
    }

    .wd-xxl-204 {
        width: 204%!important
    }

    .wd-xxl-205 {
        width: 205%!important
    }

    .wd-xxl-206 {
        width: 206%!important
    }

    .wd-xxl-207 {
        width: 207%!important
    }

    .wd-xxl-208 {
        width: 208%!important
    }

    .wd-xxl-209 {
        width: 209%!important
    }

    .wd-xxl-210 {
        width: 210%!important
    }

    .wd-xxl-211 {
        width: 211%!important
    }

    .wd-xxl-212 {
        width: 212%!important
    }

    .wd-xxl-213 {
        width: 213%!important
    }

    .wd-xxl-214 {
        width: 214%!important
    }

    .wd-xxl-215 {
        width: 215%!important
    }

    .wd-xxl-216 {
        width: 216%!important
    }

    .wd-xxl-217 {
        width: 217%!important
    }

    .wd-xxl-218 {
        width: 218%!important
    }

    .wd-xxl-219 {
        width: 219%!important
    }

    .wd-xxl-220 {
        width: 220%!important
    }

    .wd-xxl-221 {
        width: 221%!important
    }

    .wd-xxl-222 {
        width: 222%!important
    }

    .wd-xxl-223 {
        width: 223%!important
    }

    .wd-xxl-224 {
        width: 224%!important
    }

    .wd-xxl-225 {
        width: 225%!important
    }

    .wd-xxl-226 {
        width: 226%!important
    }

    .wd-xxl-227 {
        width: 227%!important
    }

    .wd-xxl-228 {
        width: 228%!important
    }

    .wd-xxl-229 {
        width: 229%!important
    }

    .wd-xxl-230 {
        width: 230%!important
    }

    .wd-xxl-231 {
        width: 231%!important
    }

    .wd-xxl-232 {
        width: 232%!important
    }

    .wd-xxl-233 {
        width: 233%!important
    }

    .wd-xxl-234 {
        width: 234%!important
    }

    .wd-xxl-235 {
        width: 235%!important
    }

    .wd-xxl-236 {
        width: 236%!important
    }

    .wd-xxl-237 {
        width: 237%!important
    }

    .wd-xxl-238 {
        width: 238%!important
    }

    .wd-xxl-239 {
        width: 239%!important
    }

    .wd-xxl-240 {
        width: 240%!important
    }

    .wd-xxl-241 {
        width: 241%!important
    }

    .wd-xxl-242 {
        width: 242%!important
    }

    .wd-xxl-243 {
        width: 243%!important
    }

    .wd-xxl-244 {
        width: 244%!important
    }

    .wd-xxl-245 {
        width: 245%!important
    }

    .wd-xxl-246 {
        width: 246%!important
    }

    .wd-xxl-247 {
        width: 247%!important
    }

    .wd-xxl-248 {
        width: 248%!important
    }

    .wd-xxl-249 {
        width: 249%!important
    }

    .wd-xxl-250 {
        width: 250%!important
    }

    .wd-xxl-251 {
        width: 251%!important
    }

    .wd-xxl-252 {
        width: 252%!important
    }

    .wd-xxl-253 {
        width: 253%!important
    }

    .wd-xxl-254 {
        width: 254%!important
    }

    .wd-xxl-255 {
        width: 255%!important
    }

    .wd-xxl-256 {
        width: 256%!important
    }

    .wd-xxl-257 {
        width: 257%!important
    }

    .wd-xxl-258 {
        width: 258%!important
    }

    .wd-xxl-259 {
        width: 259%!important
    }

    .wd-xxl-260 {
        width: 260%!important
    }

    .wd-xxl-261 {
        width: 261%!important
    }

    .wd-xxl-262 {
        width: 262%!important
    }

    .wd-xxl-263 {
        width: 263%!important
    }

    .wd-xxl-264 {
        width: 264%!important
    }

    .wd-xxl-265 {
        width: 265%!important
    }

    .wd-xxl-266 {
        width: 266%!important
    }

    .wd-xxl-267 {
        width: 267%!important
    }

    .wd-xxl-268 {
        width: 268%!important
    }

    .wd-xxl-269 {
        width: 269%!important
    }

    .wd-xxl-270 {
        width: 270%!important
    }

    .wd-xxl-271 {
        width: 271%!important
    }

    .wd-xxl-272 {
        width: 272%!important
    }

    .wd-xxl-273 {
        width: 273%!important
    }

    .wd-xxl-274 {
        width: 274%!important
    }

    .wd-xxl-275 {
        width: 275%!important
    }

    .wd-xxl-276 {
        width: 276%!important
    }

    .wd-xxl-277 {
        width: 277%!important
    }

    .wd-xxl-278 {
        width: 278%!important
    }

    .wd-xxl-279 {
        width: 279%!important
    }

    .wd-xxl-280 {
        width: 280%!important
    }

    .wd-xxl-281 {
        width: 281%!important
    }

    .wd-xxl-282 {
        width: 282%!important
    }

    .wd-xxl-283 {
        width: 283%!important
    }

    .wd-xxl-284 {
        width: 284%!important
    }

    .wd-xxl-285 {
        width: 285%!important
    }

    .wd-xxl-286 {
        width: 286%!important
    }

    .wd-xxl-287 {
        width: 287%!important
    }

    .wd-xxl-288 {
        width: 288%!important
    }

    .wd-xxl-289 {
        width: 289%!important
    }

    .wd-xxl-290 {
        width: 290%!important
    }

    .wd-xxl-291 {
        width: 291%!important
    }

    .wd-xxl-292 {
        width: 292%!important
    }

    .wd-xxl-293 {
        width: 293%!important
    }

    .wd-xxl-294 {
        width: 294%!important
    }

    .wd-xxl-295 {
        width: 295%!important
    }

    .wd-xxl-296 {
        width: 296%!important
    }

    .wd-xxl-297 {
        width: 297%!important
    }

    .wd-xxl-298 {
        width: 298%!important
    }

    .wd-xxl-299 {
        width: 299%!important
    }

    .wd-xxl-300 {
        width: 300%!important
    }

    .wd-xxl-301 {
        width: 301%!important
    }

    .wd-xxl-302 {
        width: 302%!important
    }

    .wd-xxl-303 {
        width: 303%!important
    }

    .wd-xxl-304 {
        width: 304%!important
    }

    .wd-xxl-305 {
        width: 305%!important
    }

    .wd-xxl-306 {
        width: 306%!important
    }

    .wd-xxl-307 {
        width: 307%!important
    }

    .wd-xxl-308 {
        width: 308%!important
    }

    .wd-xxl-309 {
        width: 309%!important
    }

    .wd-xxl-310 {
        width: 310%!important
    }

    .wd-xxl-311 {
        width: 311%!important
    }

    .wd-xxl-312 {
        width: 312%!important
    }

    .wd-xxl-313 {
        width: 313%!important
    }

    .wd-xxl-314 {
        width: 314%!important
    }

    .wd-xxl-315 {
        width: 315%!important
    }

    .wd-xxl-316 {
        width: 316%!important
    }

    .wd-xxl-317 {
        width: 317%!important
    }

    .wd-xxl-318 {
        width: 318%!important
    }

    .wd-xxl-319 {
        width: 319%!important
    }

    .wd-xxl-320 {
        width: 320%!important
    }

    .wd-xxl-321 {
        width: 321%!important
    }

    .wd-xxl-322 {
        width: 322%!important
    }

    .wd-xxl-323 {
        width: 323%!important
    }

    .wd-xxl-324 {
        width: 324%!important
    }

    .wd-xxl-325 {
        width: 325%!important
    }

    .wd-xxl-326 {
        width: 326%!important
    }

    .wd-xxl-327 {
        width: 327%!important
    }

    .wd-xxl-328 {
        width: 328%!important
    }

    .wd-xxl-329 {
        width: 329%!important
    }

    .wd-xxl-330 {
        width: 330%!important
    }

    .wd-xxl-331 {
        width: 331%!important
    }

    .wd-xxl-332 {
        width: 332%!important
    }

    .wd-xxl-333 {
        width: 333%!important
    }

    .wd-xxl-334 {
        width: 334%!important
    }

    .wd-xxl-335 {
        width: 335%!important
    }

    .wd-xxl-336 {
        width: 336%!important
    }

    .wd-xxl-337 {
        width: 337%!important
    }

    .wd-xxl-338 {
        width: 338%!important
    }

    .wd-xxl-339 {
        width: 339%!important
    }

    .wd-xxl-340 {
        width: 340%!important
    }

    .wd-xxl-341 {
        width: 341%!important
    }

    .wd-xxl-342 {
        width: 342%!important
    }

    .wd-xxl-343 {
        width: 343%!important
    }

    .wd-xxl-344 {
        width: 344%!important
    }

    .wd-xxl-345 {
        width: 345%!important
    }

    .wd-xxl-346 {
        width: 346%!important
    }

    .wd-xxl-347 {
        width: 347%!important
    }

    .wd-xxl-348 {
        width: 348%!important
    }

    .wd-xxl-349 {
        width: 349%!important
    }

    .wd-xxl-350 {
        width: 350%!important
    }

    .wd-xxl-351 {
        width: 351%!important
    }

    .wd-xxl-352 {
        width: 352%!important
    }

    .wd-xxl-353 {
        width: 353%!important
    }

    .wd-xxl-354 {
        width: 354%!important
    }

    .wd-xxl-355 {
        width: 355%!important
    }

    .wd-xxl-356 {
        width: 356%!important
    }

    .wd-xxl-357 {
        width: 357%!important
    }

    .wd-xxl-358 {
        width: 358%!important
    }

    .wd-xxl-359 {
        width: 359%!important
    }

    .wd-xxl-360 {
        width: 360%!important
    }

    .wd-xxl-361 {
        width: 361%!important
    }

    .wd-xxl-362 {
        width: 362%!important
    }

    .wd-xxl-363 {
        width: 363%!important
    }

    .wd-xxl-364 {
        width: 364%!important
    }

    .wd-xxl-365 {
        width: 365%!important
    }

    .wd-xxl-366 {
        width: 366%!important
    }

    .wd-xxl-367 {
        width: 367%!important
    }

    .wd-xxl-368 {
        width: 368%!important
    }

    .wd-xxl-369 {
        width: 369%!important
    }

    .wd-xxl-370 {
        width: 370%!important
    }

    .wd-xxl-371 {
        width: 371%!important
    }

    .wd-xxl-372 {
        width: 372%!important
    }

    .wd-xxl-373 {
        width: 373%!important
    }

    .wd-xxl-374 {
        width: 374%!important
    }

    .wd-xxl-375 {
        width: 375%!important
    }

    .wd-xxl-376 {
        width: 376%!important
    }

    .wd-xxl-377 {
        width: 377%!important
    }

    .wd-xxl-378 {
        width: 378%!important
    }

    .wd-xxl-379 {
        width: 379%!important
    }

    .wd-xxl-380 {
        width: 380%!important
    }

    .wd-xxl-381 {
        width: 381%!important
    }

    .wd-xxl-382 {
        width: 382%!important
    }

    .wd-xxl-383 {
        width: 383%!important
    }

    .wd-xxl-384 {
        width: 384%!important
    }

    .wd-xxl-385 {
        width: 385%!important
    }

    .wd-xxl-386 {
        width: 386%!important
    }

    .wd-xxl-387 {
        width: 387%!important
    }

    .wd-xxl-388 {
        width: 388%!important
    }

    .wd-xxl-389 {
        width: 389%!important
    }

    .wd-xxl-390 {
        width: 390%!important
    }

    .wd-xxl-391 {
        width: 391%!important
    }

    .wd-xxl-392 {
        width: 392%!important
    }

    .wd-xxl-393 {
        width: 393%!important
    }

    .wd-xxl-394 {
        width: 394%!important
    }

    .wd-xxl-395 {
        width: 395%!important
    }

    .wd-xxl-396 {
        width: 396%!important
    }

    .wd-xxl-397 {
        width: 397%!important
    }

    .wd-xxl-398 {
        width: 398%!important
    }

    .wd-xxl-399 {
        width: 399%!important
    }

    .wd-xxl-400 {
        width: 400%!important
    }

    .wd-xxl-401 {
        width: 401%!important
    }

    .wd-xxl-402 {
        width: 402%!important
    }

    .wd-xxl-403 {
        width: 403%!important
    }

    .wd-xxl-404 {
        width: 404%!important
    }

    .wd-xxl-405 {
        width: 405%!important
    }

    .wd-xxl-406 {
        width: 406%!important
    }

    .wd-xxl-407 {
        width: 407%!important
    }

    .wd-xxl-408 {
        width: 408%!important
    }

    .wd-xxl-409 {
        width: 409%!important
    }

    .wd-xxl-410 {
        width: 410%!important
    }

    .wd-xxl-411 {
        width: 411%!important
    }

    .wd-xxl-412 {
        width: 412%!important
    }

    .wd-xxl-413 {
        width: 413%!important
    }

    .wd-xxl-414 {
        width: 414%!important
    }

    .wd-xxl-415 {
        width: 415%!important
    }

    .wd-xxl-416 {
        width: 416%!important
    }

    .wd-xxl-417 {
        width: 417%!important
    }

    .wd-xxl-418 {
        width: 418%!important
    }

    .wd-xxl-419 {
        width: 419%!important
    }

    .wd-xxl-420 {
        width: 420%!important
    }

    .wd-xxl-421 {
        width: 421%!important
    }

    .wd-xxl-422 {
        width: 422%!important
    }

    .wd-xxl-423 {
        width: 423%!important
    }

    .wd-xxl-424 {
        width: 424%!important
    }

    .wd-xxl-425 {
        width: 425%!important
    }

    .wd-xxl-426 {
        width: 426%!important
    }

    .wd-xxl-427 {
        width: 427%!important
    }

    .wd-xxl-428 {
        width: 428%!important
    }

    .wd-xxl-429 {
        width: 429%!important
    }

    .wd-xxl-430 {
        width: 430%!important
    }

    .wd-xxl-431 {
        width: 431%!important
    }

    .wd-xxl-432 {
        width: 432%!important
    }

    .wd-xxl-433 {
        width: 433%!important
    }

    .wd-xxl-434 {
        width: 434%!important
    }

    .wd-xxl-435 {
        width: 435%!important
    }

    .wd-xxl-436 {
        width: 436%!important
    }

    .wd-xxl-437 {
        width: 437%!important
    }

    .wd-xxl-438 {
        width: 438%!important
    }

    .wd-xxl-439 {
        width: 439%!important
    }

    .wd-xxl-440 {
        width: 440%!important
    }

    .wd-xxl-441 {
        width: 441%!important
    }

    .wd-xxl-442 {
        width: 442%!important
    }

    .wd-xxl-443 {
        width: 443%!important
    }

    .wd-xxl-444 {
        width: 444%!important
    }

    .wd-xxl-445 {
        width: 445%!important
    }

    .wd-xxl-446 {
        width: 446%!important
    }

    .wd-xxl-447 {
        width: 447%!important
    }

    .wd-xxl-448 {
        width: 448%!important
    }

    .wd-xxl-449 {
        width: 449%!important
    }

    .wd-xxl-450 {
        width: 450%!important
    }

    .wd-xxl-451 {
        width: 451%!important
    }

    .wd-xxl-452 {
        width: 452%!important
    }

    .wd-xxl-453 {
        width: 453%!important
    }

    .wd-xxl-454 {
        width: 454%!important
    }

    .wd-xxl-455 {
        width: 455%!important
    }

    .wd-xxl-456 {
        width: 456%!important
    }

    .wd-xxl-457 {
        width: 457%!important
    }

    .wd-xxl-458 {
        width: 458%!important
    }

    .wd-xxl-459 {
        width: 459%!important
    }

    .wd-xxl-460 {
        width: 460%!important
    }

    .wd-xxl-461 {
        width: 461%!important
    }

    .wd-xxl-462 {
        width: 462%!important
    }

    .wd-xxl-463 {
        width: 463%!important
    }

    .wd-xxl-464 {
        width: 464%!important
    }

    .wd-xxl-465 {
        width: 465%!important
    }

    .wd-xxl-466 {
        width: 466%!important
    }

    .wd-xxl-467 {
        width: 467%!important
    }

    .wd-xxl-468 {
        width: 468%!important
    }

    .wd-xxl-469 {
        width: 469%!important
    }

    .wd-xxl-470 {
        width: 470%!important
    }

    .wd-xxl-471 {
        width: 471%!important
    }

    .wd-xxl-472 {
        width: 472%!important
    }

    .wd-xxl-473 {
        width: 473%!important
    }

    .wd-xxl-474 {
        width: 474%!important
    }

    .wd-xxl-475 {
        width: 475%!important
    }

    .wd-xxl-476 {
        width: 476%!important
    }

    .wd-xxl-477 {
        width: 477%!important
    }

    .wd-xxl-478 {
        width: 478%!important
    }

    .wd-xxl-479 {
        width: 479%!important
    }

    .wd-xxl-480 {
        width: 480%!important
    }

    .wd-xxl-481 {
        width: 481%!important
    }

    .wd-xxl-482 {
        width: 482%!important
    }

    .wd-xxl-483 {
        width: 483%!important
    }

    .wd-xxl-484 {
        width: 484%!important
    }

    .wd-xxl-485 {
        width: 485%!important
    }

    .wd-xxl-486 {
        width: 486%!important
    }

    .wd-xxl-487 {
        width: 487%!important
    }

    .wd-xxl-488 {
        width: 488%!important
    }

    .wd-xxl-489 {
        width: 489%!important
    }

    .wd-xxl-490 {
        width: 490%!important
    }

    .wd-xxl-491 {
        width: 491%!important
    }

    .wd-xxl-492 {
        width: 492%!important
    }

    .wd-xxl-493 {
        width: 493%!important
    }

    .wd-xxl-494 {
        width: 494%!important
    }

    .wd-xxl-495 {
        width: 495%!important
    }

    .wd-xxl-496 {
        width: 496%!important
    }

    .wd-xxl-497 {
        width: 497%!important
    }

    .wd-xxl-498 {
        width: 498%!important
    }

    .wd-xxl-499 {
        width: 499%!important
    }

    .wd-xxl-500 {
        width: 500%!important
    }

    .wd-xxl-501 {
        width: 501%!important
    }

    .wd-xxl-502 {
        width: 502%!important
    }

    .wd-xxl-503 {
        width: 503%!important
    }

    .wd-xxl-504 {
        width: 504%!important
    }

    .wd-xxl-505 {
        width: 505%!important
    }

    .wd-xxl-506 {
        width: 506%!important
    }

    .wd-xxl-507 {
        width: 507%!important
    }

    .wd-xxl-508 {
        width: 508%!important
    }

    .wd-xxl-509 {
        width: 509%!important
    }

    .wd-xxl-510 {
        width: 510%!important
    }

    .wd-xxl-511 {
        width: 511%!important
    }

    .wd-xxl-512 {
        width: 512%!important
    }

    .wd-xxl-513 {
        width: 513%!important
    }

    .wd-xxl-514 {
        width: 514%!important
    }

    .wd-xxl-515 {
        width: 515%!important
    }

    .wd-xxl-516 {
        width: 516%!important
    }

    .wd-xxl-517 {
        width: 517%!important
    }

    .wd-xxl-518 {
        width: 518%!important
    }

    .wd-xxl-519 {
        width: 519%!important
    }

    .wd-xxl-520 {
        width: 520%!important
    }

    .wd-xxl-521 {
        width: 521%!important
    }

    .wd-xxl-522 {
        width: 522%!important
    }

    .wd-xxl-523 {
        width: 523%!important
    }

    .wd-xxl-524 {
        width: 524%!important
    }

    .wd-xxl-525 {
        width: 525%!important
    }

    .wd-xxl-526 {
        width: 526%!important
    }

    .wd-xxl-527 {
        width: 527%!important
    }

    .wd-xxl-528 {
        width: 528%!important
    }

    .wd-xxl-529 {
        width: 529%!important
    }

    .wd-xxl-530 {
        width: 530%!important
    }

    .wd-xxl-531 {
        width: 531%!important
    }

    .wd-xxl-532 {
        width: 532%!important
    }

    .wd-xxl-533 {
        width: 533%!important
    }

    .wd-xxl-534 {
        width: 534%!important
    }

    .wd-xxl-535 {
        width: 535%!important
    }

    .wd-xxl-536 {
        width: 536%!important
    }

    .wd-xxl-537 {
        width: 537%!important
    }

    .wd-xxl-538 {
        width: 538%!important
    }

    .wd-xxl-539 {
        width: 539%!important
    }

    .wd-xxl-540 {
        width: 540%!important
    }

    .wd-xxl-541 {
        width: 541%!important
    }

    .wd-xxl-542 {
        width: 542%!important
    }

    .wd-xxl-543 {
        width: 543%!important
    }

    .wd-xxl-544 {
        width: 544%!important
    }

    .wd-xxl-545 {
        width: 545%!important
    }

    .wd-xxl-546 {
        width: 546%!important
    }

    .wd-xxl-547 {
        width: 547%!important
    }

    .wd-xxl-548 {
        width: 548%!important
    }

    .wd-xxl-549 {
        width: 549%!important
    }

    .wd-xxl-550 {
        width: 550%!important
    }

    .wd-xxl-551 {
        width: 551%!important
    }

    .wd-xxl-552 {
        width: 552%!important
    }

    .wd-xxl-553 {
        width: 553%!important
    }

    .wd-xxl-554 {
        width: 554%!important
    }

    .wd-xxl-555 {
        width: 555%!important
    }

    .wd-xxl-556 {
        width: 556%!important
    }

    .wd-xxl-557 {
        width: 557%!important
    }

    .wd-xxl-558 {
        width: 558%!important
    }

    .wd-xxl-559 {
        width: 559%!important
    }

    .wd-xxl-560 {
        width: 560%!important
    }

    .wd-xxl-561 {
        width: 561%!important
    }

    .wd-xxl-562 {
        width: 562%!important
    }

    .wd-xxl-563 {
        width: 563%!important
    }

    .wd-xxl-564 {
        width: 564%!important
    }

    .wd-xxl-565 {
        width: 565%!important
    }

    .wd-xxl-566 {
        width: 566%!important
    }

    .wd-xxl-567 {
        width: 567%!important
    }

    .wd-xxl-568 {
        width: 568%!important
    }

    .wd-xxl-569 {
        width: 569%!important
    }

    .wd-xxl-570 {
        width: 570%!important
    }

    .wd-xxl-571 {
        width: 571%!important
    }

    .wd-xxl-572 {
        width: 572%!important
    }

    .wd-xxl-573 {
        width: 573%!important
    }

    .wd-xxl-574 {
        width: 574%!important
    }

    .wd-xxl-575 {
        width: 575%!important
    }

    .wd-xxl-576 {
        width: 576%!important
    }

    .wd-xxl-577 {
        width: 577%!important
    }

    .wd-xxl-578 {
        width: 578%!important
    }

    .wd-xxl-579 {
        width: 579%!important
    }

    .wd-xxl-580 {
        width: 580%!important
    }

    .wd-xxl-581 {
        width: 581%!important
    }

    .wd-xxl-582 {
        width: 582%!important
    }

    .wd-xxl-583 {
        width: 583%!important
    }

    .wd-xxl-584 {
        width: 584%!important
    }

    .wd-xxl-585 {
        width: 585%!important
    }

    .wd-xxl-586 {
        width: 586%!important
    }

    .wd-xxl-587 {
        width: 587%!important
    }

    .wd-xxl-588 {
        width: 588%!important
    }

    .wd-xxl-589 {
        width: 589%!important
    }

    .wd-xxl-590 {
        width: 590%!important
    }

    .wd-xxl-591 {
        width: 591%!important
    }

    .wd-xxl-592 {
        width: 592%!important
    }

    .wd-xxl-593 {
        width: 593%!important
    }

    .wd-xxl-594 {
        width: 594%!important
    }

    .wd-xxl-595 {
        width: 595%!important
    }

    .wd-xxl-596 {
        width: 596%!important
    }

    .wd-xxl-597 {
        width: 597%!important
    }

    .wd-xxl-598 {
        width: 598%!important
    }

    .wd-xxl-599 {
        width: 599%!important
    }

    .wd-xxl-600 {
        width: 600%!important
    }

    .wd-xxl-601 {
        width: 601%!important
    }

    .wd-xxl-602 {
        width: 602%!important
    }

    .wd-xxl-603 {
        width: 603%!important
    }

    .wd-xxl-604 {
        width: 604%!important
    }

    .wd-xxl-605 {
        width: 605%!important
    }

    .wd-xxl-606 {
        width: 606%!important
    }

    .wd-xxl-607 {
        width: 607%!important
    }

    .wd-xxl-608 {
        width: 608%!important
    }

    .wd-xxl-609 {
        width: 609%!important
    }

    .wd-xxl-610 {
        width: 610%!important
    }

    .wd-xxl-611 {
        width: 611%!important
    }

    .wd-xxl-612 {
        width: 612%!important
    }

    .wd-xxl-613 {
        width: 613%!important
    }

    .wd-xxl-614 {
        width: 614%!important
    }

    .wd-xxl-615 {
        width: 615%!important
    }

    .wd-xxl-616 {
        width: 616%!important
    }

    .wd-xxl-617 {
        width: 617%!important
    }

    .wd-xxl-618 {
        width: 618%!important
    }

    .wd-xxl-619 {
        width: 619%!important
    }

    .wd-xxl-620 {
        width: 620%!important
    }

    .wd-xxl-621 {
        width: 621%!important
    }

    .wd-xxl-622 {
        width: 622%!important
    }

    .wd-xxl-623 {
        width: 623%!important
    }

    .wd-xxl-624 {
        width: 624%!important
    }

    .wd-xxl-625 {
        width: 625%!important
    }

    .wd-xxl-626 {
        width: 626%!important
    }

    .wd-xxl-627 {
        width: 627%!important
    }

    .wd-xxl-628 {
        width: 628%!important
    }

    .wd-xxl-629 {
        width: 629%!important
    }

    .wd-xxl-630 {
        width: 630%!important
    }

    .wd-xxl-631 {
        width: 631%!important
    }

    .wd-xxl-632 {
        width: 632%!important
    }

    .wd-xxl-633 {
        width: 633%!important
    }

    .wd-xxl-634 {
        width: 634%!important
    }

    .wd-xxl-635 {
        width: 635%!important
    }

    .wd-xxl-636 {
        width: 636%!important
    }

    .wd-xxl-637 {
        width: 637%!important
    }

    .wd-xxl-638 {
        width: 638%!important
    }

    .wd-xxl-639 {
        width: 639%!important
    }

    .wd-xxl-640 {
        width: 640%!important
    }

    .wd-xxl-641 {
        width: 641%!important
    }

    .wd-xxl-642 {
        width: 642%!important
    }

    .wd-xxl-643 {
        width: 643%!important
    }

    .wd-xxl-644 {
        width: 644%!important
    }

    .wd-xxl-645 {
        width: 645%!important
    }

    .wd-xxl-646 {
        width: 646%!important
    }

    .wd-xxl-647 {
        width: 647%!important
    }

    .wd-xxl-648 {
        width: 648%!important
    }

    .wd-xxl-649 {
        width: 649%!important
    }

    .wd-xxl-650 {
        width: 650%!important
    }

    .wd-xxl-651 {
        width: 651%!important
    }

    .wd-xxl-652 {
        width: 652%!important
    }

    .wd-xxl-653 {
        width: 653%!important
    }

    .wd-xxl-654 {
        width: 654%!important
    }

    .wd-xxl-655 {
        width: 655%!important
    }

    .wd-xxl-656 {
        width: 656%!important
    }

    .wd-xxl-657 {
        width: 657%!important
    }

    .wd-xxl-658 {
        width: 658%!important
    }

    .wd-xxl-659 {
        width: 659%!important
    }

    .wd-xxl-660 {
        width: 660%!important
    }

    .wd-xxl-661 {
        width: 661%!important
    }

    .wd-xxl-662 {
        width: 662%!important
    }

    .wd-xxl-663 {
        width: 663%!important
    }

    .wd-xxl-664 {
        width: 664%!important
    }

    .wd-xxl-665 {
        width: 665%!important
    }

    .wd-xxl-666 {
        width: 666%!important
    }

    .wd-xxl-667 {
        width: 667%!important
    }

    .wd-xxl-668 {
        width: 668%!important
    }

    .wd-xxl-669 {
        width: 669%!important
    }

    .wd-xxl-670 {
        width: 670%!important
    }

    .wd-xxl-671 {
        width: 671%!important
    }

    .wd-xxl-672 {
        width: 672%!important
    }

    .wd-xxl-673 {
        width: 673%!important
    }

    .wd-xxl-674 {
        width: 674%!important
    }

    .wd-xxl-675 {
        width: 675%!important
    }

    .wd-xxl-676 {
        width: 676%!important
    }

    .wd-xxl-677 {
        width: 677%!important
    }

    .wd-xxl-678 {
        width: 678%!important
    }

    .wd-xxl-679 {
        width: 679%!important
    }

    .wd-xxl-680 {
        width: 680%!important
    }

    .wd-xxl-681 {
        width: 681%!important
    }

    .wd-xxl-682 {
        width: 682%!important
    }

    .wd-xxl-683 {
        width: 683%!important
    }

    .wd-xxl-684 {
        width: 684%!important
    }

    .wd-xxl-685 {
        width: 685%!important
    }

    .wd-xxl-686 {
        width: 686%!important
    }

    .wd-xxl-687 {
        width: 687%!important
    }

    .wd-xxl-688 {
        width: 688%!important
    }

    .wd-xxl-689 {
        width: 689%!important
    }

    .wd-xxl-690 {
        width: 690%!important
    }

    .wd-xxl-691 {
        width: 691%!important
    }

    .wd-xxl-692 {
        width: 692%!important
    }

    .wd-xxl-693 {
        width: 693%!important
    }

    .wd-xxl-694 {
        width: 694%!important
    }

    .wd-xxl-695 {
        width: 695%!important
    }

    .wd-xxl-696 {
        width: 696%!important
    }

    .wd-xxl-697 {
        width: 697%!important
    }

    .wd-xxl-698 {
        width: 698%!important
    }

    .wd-xxl-699 {
        width: 699%!important
    }

    .wd-xxl-700 {
        width: 700%!important
    }

    .wd-xxl-701 {
        width: 701%!important
    }

    .wd-xxl-702 {
        width: 702%!important
    }

    .wd-xxl-703 {
        width: 703%!important
    }

    .wd-xxl-704 {
        width: 704%!important
    }

    .wd-xxl-705 {
        width: 705%!important
    }

    .wd-xxl-706 {
        width: 706%!important
    }

    .wd-xxl-707 {
        width: 707%!important
    }

    .wd-xxl-708 {
        width: 708%!important
    }

    .wd-xxl-709 {
        width: 709%!important
    }

    .wd-xxl-710 {
        width: 710%!important
    }

    .wd-xxl-711 {
        width: 711%!important
    }

    .wd-xxl-712 {
        width: 712%!important
    }

    .wd-xxl-713 {
        width: 713%!important
    }

    .wd-xxl-714 {
        width: 714%!important
    }

    .wd-xxl-715 {
        width: 715%!important
    }

    .wd-xxl-716 {
        width: 716%!important
    }

    .wd-xxl-717 {
        width: 717%!important
    }

    .wd-xxl-718 {
        width: 718%!important
    }

    .wd-xxl-719 {
        width: 719%!important
    }

    .wd-xxl-720 {
        width: 720%!important
    }

    .wd-xxl-721 {
        width: 721%!important
    }

    .wd-xxl-722 {
        width: 722%!important
    }

    .wd-xxl-723 {
        width: 723%!important
    }

    .wd-xxl-724 {
        width: 724%!important
    }

    .wd-xxl-725 {
        width: 725%!important
    }

    .wd-xxl-726 {
        width: 726%!important
    }

    .wd-xxl-727 {
        width: 727%!important
    }

    .wd-xxl-728 {
        width: 728%!important
    }

    .wd-xxl-729 {
        width: 729%!important
    }

    .wd-xxl-730 {
        width: 730%!important
    }

    .wd-xxl-731 {
        width: 731%!important
    }

    .wd-xxl-732 {
        width: 732%!important
    }

    .wd-xxl-733 {
        width: 733%!important
    }

    .wd-xxl-734 {
        width: 734%!important
    }

    .wd-xxl-735 {
        width: 735%!important
    }

    .wd-xxl-736 {
        width: 736%!important
    }

    .wd-xxl-737 {
        width: 737%!important
    }

    .wd-xxl-738 {
        width: 738%!important
    }

    .wd-xxl-739 {
        width: 739%!important
    }

    .wd-xxl-740 {
        width: 740%!important
    }

    .wd-xxl-741 {
        width: 741%!important
    }

    .wd-xxl-742 {
        width: 742%!important
    }

    .wd-xxl-743 {
        width: 743%!important
    }

    .wd-xxl-744 {
        width: 744%!important
    }

    .wd-xxl-745 {
        width: 745%!important
    }

    .wd-xxl-746 {
        width: 746%!important
    }

    .wd-xxl-747 {
        width: 747%!important
    }

    .wd-xxl-748 {
        width: 748%!important
    }

    .wd-xxl-749 {
        width: 749%!important
    }

    .wd-xxl-750 {
        width: 750%!important
    }

    .wd-xxl-751 {
        width: 751%!important
    }

    .wd-xxl-752 {
        width: 752%!important
    }

    .wd-xxl-753 {
        width: 753%!important
    }

    .wd-xxl-754 {
        width: 754%!important
    }

    .wd-xxl-755 {
        width: 755%!important
    }

    .wd-xxl-756 {
        width: 756%!important
    }

    .wd-xxl-757 {
        width: 757%!important
    }

    .wd-xxl-758 {
        width: 758%!important
    }

    .wd-xxl-759 {
        width: 759%!important
    }

    .wd-xxl-760 {
        width: 760%!important
    }

    .wd-xxl-761 {
        width: 761%!important
    }

    .wd-xxl-762 {
        width: 762%!important
    }

    .wd-xxl-763 {
        width: 763%!important
    }

    .wd-xxl-764 {
        width: 764%!important
    }

    .wd-xxl-765 {
        width: 765%!important
    }

    .wd-xxl-766 {
        width: 766%!important
    }

    .wd-xxl-767 {
        width: 767%!important
    }

    .wd-xxl-768 {
        width: 768%!important
    }

    .wd-xxl-769 {
        width: 769%!important
    }

    .wd-xxl-770 {
        width: 770%!important
    }

    .wd-xxl-771 {
        width: 771%!important
    }

    .wd-xxl-772 {
        width: 772%!important
    }

    .wd-xxl-773 {
        width: 773%!important
    }

    .wd-xxl-774 {
        width: 774%!important
    }

    .wd-xxl-775 {
        width: 775%!important
    }

    .wd-xxl-776 {
        width: 776%!important
    }

    .wd-xxl-777 {
        width: 777%!important
    }

    .wd-xxl-778 {
        width: 778%!important
    }

    .wd-xxl-779 {
        width: 779%!important
    }

    .wd-xxl-780 {
        width: 780%!important
    }

    .wd-xxl-781 {
        width: 781%!important
    }

    .wd-xxl-782 {
        width: 782%!important
    }

    .wd-xxl-783 {
        width: 783%!important
    }

    .wd-xxl-784 {
        width: 784%!important
    }

    .wd-xxl-785 {
        width: 785%!important
    }

    .wd-xxl-786 {
        width: 786%!important
    }

    .wd-xxl-787 {
        width: 787%!important
    }

    .wd-xxl-788 {
        width: 788%!important
    }

    .wd-xxl-789 {
        width: 789%!important
    }

    .wd-xxl-790 {
        width: 790%!important
    }

    .wd-xxl-791 {
        width: 791%!important
    }

    .wd-xxl-792 {
        width: 792%!important
    }

    .wd-xxl-793 {
        width: 793%!important
    }

    .wd-xxl-794 {
        width: 794%!important
    }

    .wd-xxl-795 {
        width: 795%!important
    }

    .wd-xxl-796 {
        width: 796%!important
    }

    .wd-xxl-797 {
        width: 797%!important
    }

    .wd-xxl-798 {
        width: 798%!important
    }

    .wd-xxl-799 {
        width: 799%!important
    }

    .wd-xxl-800 {
        width: 800%!important
    }

    .wd-xxl-801 {
        width: 801%!important
    }

    .wd-xxl-802 {
        width: 802%!important
    }

    .wd-xxl-803 {
        width: 803%!important
    }

    .wd-xxl-804 {
        width: 804%!important
    }

    .wd-xxl-805 {
        width: 805%!important
    }

    .wd-xxl-806 {
        width: 806%!important
    }

    .wd-xxl-807 {
        width: 807%!important
    }

    .wd-xxl-808 {
        width: 808%!important
    }

    .wd-xxl-809 {
        width: 809%!important
    }

    .wd-xxl-810 {
        width: 810%!important
    }

    .wd-xxl-811 {
        width: 811%!important
    }

    .wd-xxl-812 {
        width: 812%!important
    }

    .wd-xxl-813 {
        width: 813%!important
    }

    .wd-xxl-814 {
        width: 814%!important
    }

    .wd-xxl-815 {
        width: 815%!important
    }

    .wd-xxl-816 {
        width: 816%!important
    }

    .wd-xxl-817 {
        width: 817%!important
    }

    .wd-xxl-818 {
        width: 818%!important
    }

    .wd-xxl-819 {
        width: 819%!important
    }

    .wd-xxl-820 {
        width: 820%!important
    }

    .wd-xxl-821 {
        width: 821%!important
    }

    .wd-xxl-822 {
        width: 822%!important
    }

    .wd-xxl-823 {
        width: 823%!important
    }

    .wd-xxl-824 {
        width: 824%!important
    }

    .wd-xxl-825 {
        width: 825%!important
    }

    .wd-xxl-826 {
        width: 826%!important
    }

    .wd-xxl-827 {
        width: 827%!important
    }

    .wd-xxl-828 {
        width: 828%!important
    }

    .wd-xxl-829 {
        width: 829%!important
    }

    .wd-xxl-830 {
        width: 830%!important
    }

    .wd-xxl-831 {
        width: 831%!important
    }

    .wd-xxl-832 {
        width: 832%!important
    }

    .wd-xxl-833 {
        width: 833%!important
    }

    .wd-xxl-834 {
        width: 834%!important
    }

    .wd-xxl-835 {
        width: 835%!important
    }

    .wd-xxl-836 {
        width: 836%!important
    }

    .wd-xxl-837 {
        width: 837%!important
    }

    .wd-xxl-838 {
        width: 838%!important
    }

    .wd-xxl-839 {
        width: 839%!important
    }

    .wd-xxl-840 {
        width: 840%!important
    }

    .wd-xxl-841 {
        width: 841%!important
    }

    .wd-xxl-842 {
        width: 842%!important
    }

    .wd-xxl-843 {
        width: 843%!important
    }

    .wd-xxl-844 {
        width: 844%!important
    }

    .wd-xxl-845 {
        width: 845%!important
    }

    .wd-xxl-846 {
        width: 846%!important
    }

    .wd-xxl-847 {
        width: 847%!important
    }

    .wd-xxl-848 {
        width: 848%!important
    }

    .wd-xxl-849 {
        width: 849%!important
    }

    .wd-xxl-850 {
        width: 850%!important
    }

    .wd-xxl-851 {
        width: 851%!important
    }

    .wd-xxl-852 {
        width: 852%!important
    }

    .wd-xxl-853 {
        width: 853%!important
    }

    .wd-xxl-854 {
        width: 854%!important
    }

    .wd-xxl-855 {
        width: 855%!important
    }

    .wd-xxl-856 {
        width: 856%!important
    }

    .wd-xxl-857 {
        width: 857%!important
    }

    .wd-xxl-858 {
        width: 858%!important
    }

    .wd-xxl-859 {
        width: 859%!important
    }

    .wd-xxl-860 {
        width: 860%!important
    }

    .wd-xxl-861 {
        width: 861%!important
    }

    .wd-xxl-862 {
        width: 862%!important
    }

    .wd-xxl-863 {
        width: 863%!important
    }

    .wd-xxl-864 {
        width: 864%!important
    }

    .wd-xxl-865 {
        width: 865%!important
    }

    .wd-xxl-866 {
        width: 866%!important
    }

    .wd-xxl-867 {
        width: 867%!important
    }

    .wd-xxl-868 {
        width: 868%!important
    }

    .wd-xxl-869 {
        width: 869%!important
    }

    .wd-xxl-870 {
        width: 870%!important
    }

    .wd-xxl-871 {
        width: 871%!important
    }

    .wd-xxl-872 {
        width: 872%!important
    }

    .wd-xxl-873 {
        width: 873%!important
    }

    .wd-xxl-874 {
        width: 874%!important
    }

    .wd-xxl-875 {
        width: 875%!important
    }

    .wd-xxl-876 {
        width: 876%!important
    }

    .wd-xxl-877 {
        width: 877%!important
    }

    .wd-xxl-878 {
        width: 878%!important
    }

    .wd-xxl-879 {
        width: 879%!important
    }

    .wd-xxl-880 {
        width: 880%!important
    }

    .wd-xxl-881 {
        width: 881%!important
    }

    .wd-xxl-882 {
        width: 882%!important
    }

    .wd-xxl-883 {
        width: 883%!important
    }

    .wd-xxl-884 {
        width: 884%!important
    }

    .wd-xxl-885 {
        width: 885%!important
    }

    .wd-xxl-886 {
        width: 886%!important
    }

    .wd-xxl-887 {
        width: 887%!important
    }

    .wd-xxl-888 {
        width: 888%!important
    }

    .wd-xxl-889 {
        width: 889%!important
    }

    .wd-xxl-890 {
        width: 890%!important
    }

    .wd-xxl-891 {
        width: 891%!important
    }

    .wd-xxl-892 {
        width: 892%!important
    }

    .wd-xxl-893 {
        width: 893%!important
    }

    .wd-xxl-894 {
        width: 894%!important
    }

    .wd-xxl-895 {
        width: 895%!important
    }

    .wd-xxl-896 {
        width: 896%!important
    }

    .wd-xxl-897 {
        width: 897%!important
    }

    .wd-xxl-898 {
        width: 898%!important
    }

    .wd-xxl-899 {
        width: 899%!important
    }

    .wd-xxl-900 {
        width: 900%!important
    }

    .wd-xxl-901 {
        width: 901%!important
    }

    .wd-xxl-902 {
        width: 902%!important
    }

    .wd-xxl-903 {
        width: 903%!important
    }

    .wd-xxl-904 {
        width: 904%!important
    }

    .wd-xxl-905 {
        width: 905%!important
    }

    .wd-xxl-906 {
        width: 906%!important
    }

    .wd-xxl-907 {
        width: 907%!important
    }

    .wd-xxl-908 {
        width: 908%!important
    }

    .wd-xxl-909 {
        width: 909%!important
    }

    .wd-xxl-910 {
        width: 910%!important
    }

    .wd-xxl-911 {
        width: 911%!important
    }

    .wd-xxl-912 {
        width: 912%!important
    }

    .wd-xxl-913 {
        width: 913%!important
    }

    .wd-xxl-914 {
        width: 914%!important
    }

    .wd-xxl-915 {
        width: 915%!important
    }

    .wd-xxl-916 {
        width: 916%!important
    }

    .wd-xxl-917 {
        width: 917%!important
    }

    .wd-xxl-918 {
        width: 918%!important
    }

    .wd-xxl-919 {
        width: 919%!important
    }

    .wd-xxl-920 {
        width: 920%!important
    }

    .wd-xxl-921 {
        width: 921%!important
    }

    .wd-xxl-922 {
        width: 922%!important
    }

    .wd-xxl-923 {
        width: 923%!important
    }

    .wd-xxl-924 {
        width: 924%!important
    }

    .wd-xxl-925 {
        width: 925%!important
    }

    .wd-xxl-926 {
        width: 926%!important
    }

    .wd-xxl-927 {
        width: 927%!important
    }

    .wd-xxl-928 {
        width: 928%!important
    }

    .wd-xxl-929 {
        width: 929%!important
    }

    .wd-xxl-930 {
        width: 930%!important
    }

    .wd-xxl-931 {
        width: 931%!important
    }

    .wd-xxl-932 {
        width: 932%!important
    }

    .wd-xxl-933 {
        width: 933%!important
    }

    .wd-xxl-934 {
        width: 934%!important
    }

    .wd-xxl-935 {
        width: 935%!important
    }

    .wd-xxl-936 {
        width: 936%!important
    }

    .wd-xxl-937 {
        width: 937%!important
    }

    .wd-xxl-938 {
        width: 938%!important
    }

    .wd-xxl-939 {
        width: 939%!important
    }

    .wd-xxl-940 {
        width: 940%!important
    }

    .wd-xxl-941 {
        width: 941%!important
    }

    .wd-xxl-942 {
        width: 942%!important
    }

    .wd-xxl-943 {
        width: 943%!important
    }

    .wd-xxl-944 {
        width: 944%!important
    }

    .wd-xxl-945 {
        width: 945%!important
    }

    .wd-xxl-946 {
        width: 946%!important
    }

    .wd-xxl-947 {
        width: 947%!important
    }

    .wd-xxl-948 {
        width: 948%!important
    }

    .wd-xxl-949 {
        width: 949%!important
    }

    .wd-xxl-950 {
        width: 950%!important
    }

    .wd-xxl-951 {
        width: 951%!important
    }

    .wd-xxl-952 {
        width: 952%!important
    }

    .wd-xxl-953 {
        width: 953%!important
    }

    .wd-xxl-954 {
        width: 954%!important
    }

    .wd-xxl-955 {
        width: 955%!important
    }

    .wd-xxl-956 {
        width: 956%!important
    }

    .wd-xxl-957 {
        width: 957%!important
    }

    .wd-xxl-958 {
        width: 958%!important
    }

    .wd-xxl-959 {
        width: 959%!important
    }

    .wd-xxl-960 {
        width: 960%!important
    }

    .wd-xxl-961 {
        width: 961%!important
    }

    .wd-xxl-962 {
        width: 962%!important
    }

    .wd-xxl-963 {
        width: 963%!important
    }

    .wd-xxl-964 {
        width: 964%!important
    }

    .wd-xxl-965 {
        width: 965%!important
    }

    .wd-xxl-966 {
        width: 966%!important
    }

    .wd-xxl-967 {
        width: 967%!important
    }

    .wd-xxl-968 {
        width: 968%!important
    }

    .wd-xxl-969 {
        width: 969%!important
    }

    .wd-xxl-970 {
        width: 970%!important
    }

    .wd-xxl-971 {
        width: 971%!important
    }

    .wd-xxl-972 {
        width: 972%!important
    }

    .wd-xxl-973 {
        width: 973%!important
    }

    .wd-xxl-974 {
        width: 974%!important
    }

    .wd-xxl-975 {
        width: 975%!important
    }

    .wd-xxl-976 {
        width: 976%!important
    }

    .wd-xxl-977 {
        width: 977%!important
    }

    .wd-xxl-978 {
        width: 978%!important
    }

    .wd-xxl-979 {
        width: 979%!important
    }

    .wd-xxl-980 {
        width: 980%!important
    }

    .wd-xxl-981 {
        width: 981%!important
    }

    .wd-xxl-982 {
        width: 982%!important
    }

    .wd-xxl-983 {
        width: 983%!important
    }

    .wd-xxl-984 {
        width: 984%!important
    }

    .wd-xxl-985 {
        width: 985%!important
    }

    .wd-xxl-986 {
        width: 986%!important
    }

    .wd-xxl-987 {
        width: 987%!important
    }

    .wd-xxl-988 {
        width: 988%!important
    }

    .wd-xxl-989 {
        width: 989%!important
    }

    .wd-xxl-990 {
        width: 990%!important
    }

    .wd-xxl-991 {
        width: 991%!important
    }

    .wd-xxl-992 {
        width: 992%!important
    }

    .wd-xxl-993 {
        width: 993%!important
    }

    .wd-xxl-994 {
        width: 994%!important
    }

    .wd-xxl-995 {
        width: 995%!important
    }

    .wd-xxl-996 {
        width: 996%!important
    }

    .wd-xxl-997 {
        width: 997%!important
    }

    .wd-xxl-998 {
        width: 998%!important
    }

    .wd-xxl-999 {
        width: 999%!important
    }

    .wd-xxl-1000 {
        width: 1000%!important
    }
}

.btn {
    line-height: 1;
    transition: all .25s ease-in-out;
    font-weight: 500
}

.btn-gradient {
    background: transparent linear-gradient(90deg,#e9bf57 0%,#5c430b 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.btn-gradient:hover {
    color: #fff;
    opacity: .75
}

.btn-gradient-border {
    position: relative;
    background: transparent linear-gradient(90deg,#e9bf57 0%,#5c430b 100%) 0% 0% no-repeat padding-box;
    color: #000
}

.btn-gradient-border:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50rem;
    background-color: #fff;
    transition: all .25s ease-in-out
}

.btn-gradient-border span {
    position: relative;
    z-index: 1
}

.btn-gradient-border:hover {
    color: #fff
}

.btn-gradient-border:hover:before {
    opacity: 0
}

.extra-padding {
    padding: 40px
}

ol,ul {
    padding-left: 1rem
}

html,body {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    background: #ffffff;
    background: url(/assets/images/background.png) repeat 0 0
}

@media screen and (max-width: 1024px) {
    body {
        font-size:1rem
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgb(20,20,20);
}

::-webkit-scrollbar-thumb {
    background: rgb(20,20,20);
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(20,20,20);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(20,20,20);
}

:focus {
    outline: none
}

.wall-shadow {
    box-shadow: 0 4px 4px #00000040
}

.family-base {
    font-family: Inter,sans-serif
}

.family-title {
    font-family: IntegralCF,sans-serif
}

a {
    transition: all .25s ease-in-out;
    text-decoration: none
}

a:focus {
    outline: none
}

a:hover {
    text-decoration: none!important
}

.cMargin {
    padding: 80px 10px 0
}

@media screen and (max-width: 576px) {
    .cMargin {
        padding:10px 0
    }
}

.container {
    width: 97%;
    max-width: 1240px
}

.btn.btn-primary {
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    background: #F26133
}

.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus {
    opacity: .9
}

.btn-sm,.btn-group-sm>.btn {
    min-height: 30px!important;
    font-size: 16px;
    min-width: 80px;
    line-height: 1.5
}

.btn-outline-primary {
    border: 2px solid #0DC5F5
}

.btn-outline-primary:hover {
    background: transparent!important;
    border: 2px solid #0DC5F5
}

.swal2-popup {
    padding: 2rem!important;
    width: 30em!important;
    background: #ffffff url(/assets/images/background.png) repeat 0 0
}

@media only screen and (max-width: 767px) {
    .swal2-popup {
        padding:1.5rem!important
    }
}

.swal2-popup .swal2-html-container {
    font-size: .875rem;
    font-weight: 500;
    line-height: 30px!important
}

.swal2-popup .swal2-icon {
    margin: 0 auto
}

.swal2-popup .swal2-actions {
    column-gap: .5rem
}

.swal2-popup .swal2-actions button {
    min-width: 5rem
}

.swal2-popup .swal2-actions .swal2-confirm {
    background: #F26133!important
}

.swal2-popup .swal2-actions .swal2-confirm:hover {
    background: rgba(242,97,51,.7)!important;
    color: #fff!important
}

.swal2-popup .swal2-actions .swal2-cancel {
    background: darkgrey
}

.swal2-popup .swal2-actions .swal2-cancel:hover {
    background: orange;
    color: #fff!important
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.heading {
    font-size: 56px;
    font-family: IntegralCF,sans-serif;
    font-weight: 700
}

@media screen and (max-width: 576px) {
    .heading {
        font-size:48px;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 576px) {
    .heading {
        font-size:42px;
        margin-bottom: 20px
    }
}

.cursor-pointer {
    cursor: pointer!important
}

.language-flag {
    max-width: 50px
}

.max-btn {
    background: #000000;
    padding: 14px 11px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 4px #0c5d9e26,0 2px 6px #2722241a
}

.max-btn:hover,.max-btn:active,.max-btn:focus {
    background: #000000!important;
    opacity: .9;
    color: #fff
}

.btn-usdt {
    background: #009393
}

.btn-usdt:hover,.btn-usdt:active,.btn-usdt:focus {
    background: #009393!important;
    opacity: .9
}

.btn-usdt img {
    border-right: 1px solid #087575;
    margin-right: 10px
}

.extra-padding {
    padding: 30px!important
}

.modal-dialog {
    max-width: 400px;
    margin: 0 auto
}

.modal-dialog .modal-content {
    background: #ffffff url(/assets/images/background.png) repeat 0 0;
    border-radius: 10px;
    border: 3px solid #F1F4F6;
    box-shadow: 0 10px 10px 1px #0000004d;
    transition: all .1s ease-out 0s
}

.modal-dialog .modal-content .modal-header {
    padding: 15px;
    justify-content: center;
    border-radius: 17px 17px 0 0;
    background: #F26133
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.25rem;
    font-family: IntegralCF,sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

.modal-dialog .modal-content .modal-body {
    padding: 25px;
    line-height: 1.5rem;
    min-height: 325px
}

.modal-dialog .modal-content .modal-body .btn-outline-dark {
    border-radius: 40px;
    text-transform: uppercase;
    border: 1px solid #212529;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    transition: .25s all ease-in-out
}

.modal-dialog .modal-content .modal-body .btn-outline-dark span {
    width: 90%
}

.modal-dialog .modal-content .modal-body .btn-outline-dark:hover {
    background-color: #f26133b3;
    color: #fff
}

.modal-dialog .modal-content .modal-body .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter,sans-serif
}

.title-txt {
    color: #d5f5ff;
    text-align: center
}

.text-tourquise {
    color: #4acfff!important
}

.owl-carousel .owl-item img {
    width: auto!important
}

.shimmer {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #828282 linear-gradient(to right,#3d3d3d 8%,#4b4949 18%,#404040 33%);
    background-size: 1200px 100%;
    color: transparent!important;
    border-color: transparent!important
}

.shimmer.nobg {
    background-size: 0!important
}

.shimmer.outline-title-white,.shimmer.outline-title-dark,.shimmer .outline-title-white,.shimmer .outline-title-dark {
    -moz-text-stroke-color: transparent;
    -webkit-text-stroke-color: transparent
}

.shimmer .mat-select-arrow-wrapper,.shimmer span,.shimmersvg-icon,.shimmer img,.shimmer svg-icon {
    opacity: 0
}

.shimmer.light {
    background: yellow linear-gradient(to right,#e4e6df 8%,#d9d1d1 18%,#e4e6df 33%);
    background-size: 1200px 100%
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0
    }

    to {
        background-position: 1200px 0
    }
}

.w3a-parent-container #w3a-modal {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000000b3!important
}

.w3a-parent-container #w3a-modal .w3a-button {
    border-radius: 0!important;
    background-color: #e57a57!important;
    color: #fff!important
}

.w3a-parent-container #w3a-modal button.w3a-button:disabled {
    color: #f9f4f0!important;
    opacity: .6
}

.w3a-parent-container #w3a-modal .w3a-button--primary {
    background-color: #000!important
}

.w3a-parent-container #w3a-modal .w3a-text-field {
    border-radius: 0!important
}

.w3a-modal__inner {
    border-radius: 15px!important;
    background-color: #fff!important;
    min-height: 470px!important;
    background: #ffffff url(/assets/images/background.png) repeat 0 0!important
}

.w3a-modal__footer {
    display: none
}

.w3a-header__title {
    height: 40px!important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item.center {
    z-index: 5
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.showConnectPage {
    display: block;
}