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

.w-100{
    width: 100%;
}

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box
}

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1170px
    }
}

.flex-wrap{
    flex-wrap: wrap;
}

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

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg-1 {
        flex:0 0 8.3333%;
        max-width: 8.3333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

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

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

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

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

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

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

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

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

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

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    z-index: 1050;
    background: #00000080
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10% auto;
    max-width: 500px
}

.modal-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #0003;
    border-radius: .3rem;
    padding: 1rem
}

.modal-header,.modal-body,.modal-footer {
    padding: 1rem
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

.modal.show {
    display: block
}

.modal.show .modal-dialog {
    transform: translateY(0)
}

.btn-close {
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-grid {
    display: 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
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

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

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

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

    .d-sm-grid {
        display: 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
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

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

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

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

    .d-md-grid {
        display: 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
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

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

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

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

    .d-lg-grid {
        display: 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
    }
}

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

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

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

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

    .d-xl-grid {
        display: 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
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display:none!important
    }

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

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

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

    .d-xxl-grid {
        display: 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
    }


}

@media(max-width:1024px){
    [class*="col-"]{
    	width: 100%;
    }
}