.text-decoration-none {
    text-decoration: none;
}
.overflow-hidden {
    overflow: hidden;
}
.font-weight-200 {
    font-weight: 200 !important;
}
.font-weight-300 {
    font-weight: 300 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-weight-900 {
    font-weight: 900 !important;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-4 {
    z-index: 4;
}
.z-index-5 {
    z-index: 5;
}
.mt-auto {
    margin-top: auto;
}
.w-30 {
    width: 30% !important;
    max-width: 30% !important;
}
.w-35 {
    width: 35% !important;
    max-width: 35% !important;
}
.w-45 {
    width: 40% !important;
    max-width: 40% !important;
}
.w-45 {
    width: 45% !important;
    max-width: 45% !important;
}
.w-50 {
    width: 50% !important;
    max-width: 50% !important;
}
.w-60 {
    width: 60% !important;
    max-width: 60% !important;
}
.w-70 {
    width: 70% !important;
    max-width: 70% !important;
}
.w-75 {
    width: 75% !important;
    max-width: 75% !important;
}
.w-80 {
    width: 80% !important;
    max-width: 80% !important;
}
.w-85 {
    width: 85% !important;
    max-width: 85% !important;
}
.w-90 {
    width: 90% !important;
    max-width: 90% !important;
}
.w-100 {
    width: 100% !important;
    max-width: 100% !important;
}
.w-110 {
    width: 110% !important;
    max-width: 110% !important;
}
.w-img-100 img {
    width: 100% !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.tracking-wide  {
    letter-spacing: 0.025em !important;
}
.tracking-wider {
    letter-spacing: 0.05em !important;
}
.tracking-widest {
    letter-spacing: 0.1em !important;
}
.full-width {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.b-radius-1 {
    border-radius: 1.5rem;
}
.list-style-outside ul {
    list-style-position: outside !important;
}
.list-style-inside ul {
    list-style-position: inside !important;
}
.pb-100 {
    padding-bottom: 100% !important;
}
.absolute-center {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*images*/
.vt-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.img-pb-135 {
    padding-bottom: 135% !important;
}
.img-pb-100 {
    padding-bottom: 100%;
}
.img-pb-90 {
    padding-bottom: 90%;
}
.img-pb-80 {
    padding-bottom: 80%;
}
.img-pb-70 {
    padding-bottom: 70%;
}
.img-pb-60 {
    padding-bottom: 60%;
}
.img-pb-50 {
    padding-bottom: 50%;
}
.img-pb-45 {
    padding-bottom: 45%;
}
.img-pb-40 {
    padding-bottom: 40%;
}
.img-pb-30 {
    padding-bottom: 30%;
}
.img-pb-25 {
    padding-bottom: 25%;
}
.vt-img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s ease;
}
.object-fit-cover img {
    object-fit: cover !important;
    object-position: center !important;
}
.object-fit-contain img {
    object-fit: contain !important;
    object-position: center !important;
}
.object-fit-none img {
    object-fit: none !important;
    object-position: center !important;
}
.h-100-img img {
    height: 100% !important;
}
@media screen and (min-width: 768px) {
    .w-md-30 {
        width: 30% !important;
        max-width: 30% !important;
    }
    .w-md-35 {
        width: 35% !important;
        max-width: 35% !important;
    }
    .w-md-40 {
        width: 40% !important;
        max-width: 40% !important;
    }
    .w-md-45 {
        width: 45% !important;
        max-width: 45% !important;
    }
    .w-md-50 {
        width: 50% !important;
        max-width: 50% !important;
    }
    .w-md-60 {
        width: 60% !important;
        max-width: 60% !important;
    }
    .w-md-70 {
        width: 70% !important;
        max-width: 70% !important;
    }
    .w-md-75 {
        width: 75% !important;
        max-width: 75% !important;
    }
    .w-md-80 {
        width: 80% !important;
        max-width: 80% !important;
    }
    .w-md-85 {
        width: 85% !important;
        max-width: 85% !important;
    }
    .w-md-90 {
        width: 90% !important;
        max-width: 90% !important;
    }
    .w-md-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .w-md-110 {
        width: 110% !important;
        max-width: 110% !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-40 {
        flex-basis: 40% !important;
    }
    .flex-md-48 {
        flex-basis: 48% !important;
    }
    .flex-md-50 {
        flex-basis: 50% !important;
    }
    .flex-md-60 {
        flex-basis: 60% !important;
    }
    .flex-md-100 {
        flex-basis: 100% !important;
    }
    .list-style-md-outside ul {
        list-style-position: outside !important;
    }
    .list-style-md-inside ul {
        list-style-position: inside !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .img-pb-md-135 {
        padding-bottom: 135% !important;
    }
    .img-pb-md-100 {
        padding-bottom: 100% !important;
    }
    .img-pb-md-90 {
        padding-bottom: 90% !important;
    }
    .img-pb-md-80 {
        padding-bottom: 80% !important;
    }
    .img-pb-md-70 {
        padding-bottom: 70% !important;
    }
    .img-pb-md-60 {
        padding-bottom: 60% !important;
    }
    .img-pb-md-50 {
        padding-bottom: 50% !important;
    }
    .img-pb-md-45 {
        padding-bottom: 45% !important;
    }
    .img-pb-md-40 {
        padding-bottom: 40% !important;
    }
    .img-pb-md-30 {
        padding-bottom: 30% !important;
    }
    .img-pb-md-25 {
        padding-bottom: 25% !important;
    }
}
@media screen and (min-width: 781px) {
    .text-g-md-left {
        text-align: left !important;
    }
    .text-g-md-right {
        text-align: right !important;
    }
    .text-g-md-center {
        text-align: center !important;
    }
    .flex-g-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-g-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-g-md-40 {
        flex-basis: 40% !important;
    }
    .flex-g-md-48 {
        flex-basis: 48% !important;
    }
    .flex-lg-md-50 {
        flex-basis: 50% !important;
    }
    .flex-g-md-60 {
        flex-basis: 60% !important;
    }
    .flex-g-md-100 {
        flex-basis: 100% !important;
    }
    .list-style-g-md-outside ul {
        list-style-position: outside !important;
    }
    .list-style-g-md-inside ul {
        list-style-position: inside !important;
    }
    .pb-g-md-0 {
        padding-bottom: 0 !important;
    }
    .img-pb-g-md-135 {
        padding-bottom: 135% !important;
    }
    .img-pb-g-md-100 {
        padding-bottom: 100% !important;
    }
    .img-pb-g-md-90 {
        padding-bottom: 90% !important;
    }
    .img-pb-g-md-80 {
        padding-bottom: 80% !important;
    }
    .img-pb-g-md-70 {
        padding-bottom: 70% !important;
    }
    .img-pb-g-md-60 {
        padding-bottom: 60% !important;
    }
    .img-pb-g-md-50 {
        padding-bottom: 50% !important;
    }
    .img-pb-g-md-45 {
        padding-bottom: 45% !important;
    }
    .img-pb-g-md-40 {
        padding-bottom: 40% !important;
    }
    .img-pb-g-md-30 {
        padding-bottom: 30% !important;
    }
    .img-pb-g-md-25 {
        padding-bottom: 25% !important;
    }
}
@media screen and (min-width: 991px) {
    .w-lg-30 {
        width: 30% !important;
        max-width: 30% !important;
    }
    .w-lg-35 {
        width: 35% !important;
        max-width: 35% !important;
    }
    .w-lg-40 {
        width: 40% !important;
        max-width: 40% !important;
    }
    .w-lg-45 {
        width: 45% !important;
        max-width: 45% !important;
    }
    .w-lg-50 {
        width: 50% !important;
        max-width: 50% !important;
    }
    .w-lg-60 {
        width: 60% !important;
        max-width: 60% !important;
    }
    .w-lg-70 {
        width: 70% !important;
        max-width: 70% !important;
    }
    .w-lg-75 {
        width: 75% !important;
        max-width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
        max-width: 80% !important;
    }
    .w-lg-85 {
        width: 85% !important;
        max-width: 85% !important;
    }
    .w-lg-90 {
        width: 90% !important;
        max-width: 90% !important;
    }
    .w-lg-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .w-lg-110 {
        width: 110% !important;
        max-width: 110% !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-100 {
        flex-basis: 100% !important;
    }
    .flex-lg-auto {
        flex-basis: auto !important;
    }
    .flex-lg-60 {
        flex-basis: 60% !important;
    }
    .flex-lg-40 {
        flex-basis: 40% !important;
    }
    .flex-lg-50 {
        flex-basis: 50% !important;
    }
    .list-style-lg-outside ul {
        list-style-position: outside !important;
    }
    .list-style-lg-inside ul {
        list-style-position: inside !important;
    }
    .img-pb-lg-135 {
        padding-bottom: 135% !important;
    }
    .img-pb-lg-100 {
        padding-bottom: 100% !important;
    }
    .img-pb-lg-90 {
        padding-bottom: 90% !important;
    }
    .img-pb-lg-80 {
        padding-bottom: 80% !important;
    }
    .img-pb-lg-70 {
        padding-bottom: 70% !important;
    }
    .img-pb-lg-60 {
        padding-bottom: 60% !important;
    }
    .img-pb-lg-50 {
        padding-bottom: 50% !important;
    }
    .img-pb-lg-45 {
        padding-bottom: 45% !important;
    }
    .img-pb-lg-40 {
        padding-bottom: 40% !important;
    }
    .img-pb-lg-30 {
        padding-bottom: 30% !important;
    }
    .img-pb-lg-25 {
        padding-bottom: 25% !important;
    }
}
@media screen and (min-width: 1200px) {
    .w-xl-30 {
        width: 30% !important;
        max-width: 30% !important;
    }
    .w-xl-35 {
        width: 35% !important;
        max-width: 35% !important;
    }
    .w-xl-40 {
        width: 40% !important;
        max-width: 40% !important;
    }
    .w-xl-45 {
        width: 45% !important;
        max-width: 45% !important;
    }
    .w-xl-50 {
        width: 50% !important;
        max-width: 50% !important;
    }
    .w-xl-60 {
        width: 60% !important;
        max-width: 60% !important;
    }
    .w-xl-70 {
        width: 70% !important;
        max-width: 70% !important;
    }
    .w-xl-75 {
        width: 75% !important;
        max-width: 75% !important;
    }
    .w-xl-80 {
        width: 80% !important;
        max-width: 80% !important;
    }
    .w-xl-85 {
        width: 85% !important;
        max-width: 85% !important;
    }
    .w-xl-90 {
        width: 90% !important;
        max-width: 90% !important;
    }
    .w-xl-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .w-xl-110 {
        width: 110% !important;
        max-width: 110% !important;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-60 {
        flex-basis: 60% !important;
    }
    .flex-xl-40 {
        flex-basis: 40% !important;
    }
    .flex-xl-100 {
        flex-basis: 100% !important;
    }
    .list-style-xl-outside ul {
        list-style-position: outside !important;
    }
    .list-style-xl-inside ul {
        list-style-position: inside !important;
    }
    .img-pb-xl-135 {
        padding-bottom: 135% !important;
    }
    .img-pb-xl-100 {
        padding-bottom: 100% !important;
    }
    .img-pb-xl-90 {
        padding-bottom: 90% !important;
    }
    .img-pb-xl-80 {
        padding-bottom: 80% !important;
    }
    .img-pb-xl-70 {
        padding-bottom: 70% !important;
    }
    .img-pb-xl-60 {
        padding-bottom: 60% !important;
    }
    .img-pb-xl-50 {
        padding-bottom: 50% !important;
    }
    .img-pb-xl-45 {
        padding-bottom: 45% !important;
    }
    .img-pb-xl-40 {
        padding-bottom: 40% !important;
    }
    .img-pb-xl-30 {
        padding-bottom: 30% !important;
    }
    .img-pb-xl-25 {
        padding-bottom: 25% !important;
    }
}
@media screen and (min-width: 1400px) {
    .w-xxl-30 {
        width: 30% !important;
        max-width: 30% !important;
    }
    .w-xxl-35 {
        width: 35% !important;
        max-width: 35% !important;
    }
    .w-xxl-40 {
        width: 40% !important;
        max-width: 40% !important;
    }
    .w-xxl-45 {
        width: 45% !important;
        max-width: 45% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
        max-width: 50% !important;
    }
    .w-xxl-60 {
        width: 60% !important;
        max-width: 60% !important;
    }
    .w-xxl-70 {
        width: 70% !important;
        max-width: 70% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
        max-width: 75% !important;
    }
    .w-xxl-80 {
        width: 80% !important;
        max-width: 80% !important;
    }
    .w-xxl-85 {
        width: 85% !important;
        max-width: 85% !important;
    }
    .w-xxl-90 {
        width: 90% !important;
        max-width: 90% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .w-xxl-110 {
        width: 110% !important;
        max-width: 110% !important;
    }
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
    .list-style-xxl-outside ul {
        list-style-position: outside !important;
    }
    .list-style-xxl-inside ul {
        list-style-position: inside !important;
    }
    .img-pb-xxl-135 {
        padding-bottom: 135% !important;
    }
    .img-pb-xxl-100 {
        padding-bottom: 100 !important%;
    }
    .img-pb-xxl-90 {
        padding-bottom: 90% !important;
    }
    .img-pb-xxl-80 {
        padding-bottom: 80% !important;
    }
    .img-pb-xxl-70 {
        padding-bottom: 70% !important;
    }
    .img-pb-xxl-60 {
        padding-bottom: 60% !important;
    }
    .img-pb-xxl-50 {
        padding-bottom: 50% !important;
    }
    .img-pb-xxl-45 {
        padding-bottom: 45% !important;
    }
    .img-pb-xxl-40 {
        padding-bottom: 40% !important;
    }
    .img-pb-xxl-30 {
        padding-bottom: 30% !important;
    }
    .img-pb-xxl-25 {
        padding-bottom: 25% !important;
    }
}
@media screen and (min-width: 1600px) {
    .w-3xl-30 {
        width: 30% !important;
        max-width: 30% !important;
    }
    .w-3xl-35 {
        width: 35% !important;
        max-width: 35% !important;
    }
    .w-3xl-40 {
        width: 40% !important;
        max-width: 40% !important;
    }
    .w-3xl-50 {
        width: 50% !important;
        max-width: 50% !important;
    }
    .w-3xl-60 {
        width: 60% !important;
        max-width: 60% !important;
    }
    .w-3xl-70 {
        width: 70% !important;
        max-width: 70% !important;
    }
    .w-3xl-75 {
        width: 75% !important;
        max-width: 75% !important;
    }
    .w-3xl-80 {
        width: 80% !important;
        max-width: 80% !important;
    }
    .w-3xl-85 {
        width: 85% !important;
        max-width: 85% !important;
    }
    .w-3xl-90 {
        width: 90% !important;
        max-width: 90% !important;
    }
    .w-3xl-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .w-3xl-110 {
        width: 110% !important;
        max-width: 110% !important;
    }
    .img-pb-3xl-135 {
        padding-bottom: 135% !important;
    }
    .img-pb-3xl-100 {
        padding-bottom: 100 !important%;
    }
    .img-pb-3xl-90 {
        padding-bottom: 90% !important;
    }
    .img-pb-3xl-80 {
        padding-bottom: 80% !important;
    }
    .img-pb-3xl-70 {
        padding-bottom: 70% !important;
    }
    .img-pb-3xl-60 {
        padding-bottom: 60% !important;
    }
    .img-pb-3xl-50 {
        padding-bottom: 50% !important;
    }
    .img-pb-3xl-45 {
        padding-bottom: 45% !important;
    }
    .img-pb-3xl-40 {
        padding-bottom: 40% !important;
    }
    .img-pb-3xl-30 {
        padding-bottom: 30% !important;
    }
    .img-pb-3xl-25 {
        padding-bottom: 25% !important;
    }
    .text-3xl-left {
        text-align: left !important;
    }
    .text-3xl-right {
        text-align: right !important;
    }
    .text-3xl-center {
        text-align: center !important;
    }
    .list-style-3xl-outside ul {
        list-style-position: outside !important;
    }
    .list-style-3xl-inside ul {
        list-style-position: inside !important;
    }
}