@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap);

:root {
    --alt-font: "Plus Jakarta Sans", sans-serif;
    --primary-font: "Inter", sans-serif
}

:root {
    --base-color: #2946f3;
    --white: #ffffff;
    --black: #000000;
    --red: #dc3131;
    --light-red: #feedec;
    --green: #2ebb79;
    --crusoe-green: #d39121;
    --yellow: #ffea23;
    --dark-gray: #022279;
    --medium-gray: #717580;
    --extra-medium-gray: #e4e4e4;
    --light-gray: #a8a8a8;
    --very-light-gray: #f7f7f7;
    --light-medium-gray: #eaeaeb;
    --charcoal-blue: #202329;
    --slate-blue: #262b35;
    --medium-slate-blue: #374162;
    --extra-medium-slate-blue: #23262d;
    --dark-slate-blue: #1f232c;
    --extra-dark-slate-blue: #121418;
    --extra-very-slate-blue: #161620;
    --tussock-yellow: #BC8947;
    --aluminium-grey: #80858F;
    --solitude-blue: #f0f4fd;
    --golden-yellow: #fd961e;
    --selago: #eaedff;
    --white-ice: #d8f5ef;
    --cornflower-blue: #445fed;
    --jade: #00AF6B;
    --orange: #ef991f;
    --majorelle-blue: #724ade;
    --light-majorelle-blue: #f2edfe;
    --spring-wood: #f9f6f3;
    --tropical-blue: #1ea3b1;
    --camarone: #20642b;
    --seal-brown: #0e0708;
    --Wasabi: #8ea63a
}

.alt-font {
    font-family: var(--alt-font)
}

.primary-font {
    font-family: var(--primary-font) !important
}

html {
    font-size: 16px
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--medium-gray);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased
}

section {
    padding-top: 110px;
    padding-bottom: 110px
}

section.half-section {
    padding-top: 70px;
    padding-bottom: 70px
}

section.big-section {
    padding-top: 130px;
    padding-bottom: 130px
}

section.extra-big-section {
    padding-top: 160px;
    padding-bottom: 160px
}

img {
    max-width: 100%;
    height: auto
}

ul li {
    list-style: none
}

a {
    color: var(--medium-gray);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none
}

a:hover {
    color: var(--base-color);
    text-decoration: none
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

:focus-visible {
    outline: none
}

[class*=line-icon],
[class*=" line-icon"],
[class*=bi-],
[class*=feather],
[class*=ti-] {
    display: inline-block
}

.form-control,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: right 20px center !important
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important
}

.g-recaptcha.is-invalid iframe {
    border: 1px solid #dc3545 !important
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    padding-right: 15px;
    padding-left: 15px
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0
}

.row.g-0>* {
    padding-right: 0;
    padding-left: 0
}

.row.gutter-very-small {
    margin-left: -5px;
    margin-right: -5px
}

.row.gutter-very-small>* {
    padding-right: 5px;
    padding-left: 5px
}

.row.gutter-small {
    margin-left: -10px;
    margin-right: -10px
}

.row.gutter-small>* {
    padding-right: 10px;
    padding-left: 10px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    letter-spacing: -.5px;
    font-weight: inherit
}

h1,
.h1 {
    font-size: 4.375rem;
    line-height: 4.375rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 2rem
}

h4 {
    font-size: 2rem
}

h5 {
    font-size: 2rem;
    line-height: 2.2rem
}

h6 {
    font-size: 1.75rem;
    line-height: 1.95rem
}

.font-style-italic {
    font-style: italic
}

.hover-text {
    display: none
}

b,
strong {
    font-weight: 700
}

.text-white-space-nowrap {
    white-space: nowrap
}

.text-white-space-normal {
    white-space: normal
}

.text-transform-none {
    text-transform: none !important
}

.text-uppercase-inherit {
    text-transform: inherit !important
}

.word-break-normal {
    word-break: normal
}

.vertical-align-top {
    vertical-align: top
}

.fs-0 {
    font-size: 0
}

.fs-9 {
    font-size: 9px
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px;
    line-height: 32px
}

.fs-26 {
    font-size: 26px;
    line-height: 38px
}

.fs-28 {
    font-size: 1.75rem;
    line-height: 2.6rem
}

.fs-30 {
    font-size: 1.875rem;
    line-height: 2.8rem
}

.fs-32 {
    font-size: 2rem;
    line-height: 2.5rem
}

.fs-40 {
    font-size: 2.5rem;
    line-height: 2.5rem
}

.fs-45 {
    font-size: 2.813rem;
    line-height: 3rem
}

.fs-50 {
    font-size: 3.125rem;
    line-height: 3.25rem
}

.fs-55 {
    font-size: 3.438rem;
    line-height: 3.5rem
}

.fs-60 {
    font-size: 3.75rem;
    line-height: 3.75rem
}

.fs-65 {
    font-size: 4.063rem;
    line-height: 4.688rem
}

.fs-70 {
    font-size: 4.375rem;
    line-height: 4.375rem
}

.fs-75 {
    font-size: 4.668rem;
    line-height: 4.668rem
}

.fs-80 {
    font-size: 5rem;
    line-height: 5rem
}

.fs-85 {
    font-size: 5.313rem;
    line-height: 5.313rem
}

.fs-90 {
    font-size: 5.625rem;
    line-height: 5.625rem
}

.fs-95 {
    font-size: 5.938rem;
    line-height: 5.938rem
}

.fs-100 {
    font-size: 6.25rem;
    line-height: 6.25rem
}

.fs-110 {
    font-size: 6.875rem;
    line-height: 6.875rem
}

.fs-120 {
    font-size: 7.5rem;
    line-height: 7.5rem
}

.fs-130 {
    font-size: 8.125rem;
    line-height: 8.125rem
}

.fs-140 {
    font-size: 8.75rem;
    line-height: 8.75rem
}

.fs-150 {
    font-size: 9.375rem;
    line-height: 9.375rem
}

.fs-160 {
    font-size: 10rem;
    line-height: 10rem
}

.fs-170 {
    font-size: 10.625rem;
    line-height: 10.625rem
}

.fs-180 {
    font-size: 11.25rem;
    line-height: 11.25rem
}

.fs-190 {
    font-size: 11.875rem;
    line-height: 11.875rem
}

.fs-200 {
    font-size: 12.5rem;
    line-height: 12.5rem
}

.fs-225 {
    font-size: 14.063rem;
    line-height: 14.063rem
}

.fs-250 {
    font-size: 15.625rem;
    line-height: 15.625rem
}

.fs-275 {
    font-size: 17.188rem;
    line-height: 17.188rem
}

.fs-300 {
    font-size: 18.75rem;
    line-height: 18.75rem
}

.fs-350 {
    font-size: 21.875rem;
    line-height: 21.875rem
}

.fs-400 {
    font-size: 25rem;
    line-height: 25rem
}

.lh-0px {
    line-height: 0
}

.lh-10 {
    line-height: 10px
}

.lh-11 {
    line-height: 11px
}

.lh-12 {
    line-height: 12px
}

.lh-13 {
    line-height: 13px
}

.lh-14 {
    line-height: 14px
}

.lh-15 {
    line-height: 15px
}

.lh-16 {
    line-height: 16px
}

.lh-18 {
    line-height: 18px
}

.lh-19 {
    line-height: 19px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-26 {
    line-height: 26px
}

.lh-28 {
    line-height: 28px
}

.lh-30 {
    line-height: 30px
}

.lh-32 {
    line-height: 2rem
}

.lh-34 {
    line-height: 2.125rem
}

.lh-36 {
    line-height: 2.25rem
}

.lh-38 {
    line-height: 2.375rem
}

.lh-40 {
    line-height: 2.5rem
}

.lh-42 {
    line-height: 2.625rem
}

.lh-44 {
    line-height: 2.75rem
}

.lh-46 {
    line-height: 2.875rem
}

.lh-48 {
    line-height: 3rem
}

.lh-50 {
    line-height: 3.125rem
}

.lh-55 {
    line-height: 3.438rem
}

.lh-60 {
    line-height: 3.75rem
}

.lh-65 {
    line-height: 4.063rem
}

.lh-70 {
    line-height: 4.375rem
}

.lh-75 {
    line-height: 4.688rem
}

.lh-80 {
    line-height: 5rem
}

.lh-85 {
    line-height: 5.313rem
}

.lh-90 {
    line-height: 5.625rem
}

.lh-95 {
    line-height: 5.938rem
}

.lh-100 {
    line-height: 6.25rem
}

.lh-105 {
    line-height: 6.563rem
}

.lh-110 {
    line-height: 6.875rem
}

.lh-115 {
    line-height: 7.188rem
}

.lh-120 {
    line-height: 7.5rem
}

.lh-0 {
    line-height: 0
}

.lh-normal {
    line-height: normal
}

.lh-initial {
    line-height: initial
}

.lh-inherit {
    line-height: inherit
}

.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
    color: var(--white)
}

.text-base-color-hover:hover {
    color: var(--base-color) !important
}

.text-base-color,
.btn-link.text-base-color {
    color: var(--base-color)
}

.text-black,
.btn-link.text-black,
a.text-black-hover:hover {
    color: var(--black)
}

.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
    color: var(--dark-gray)
}

.text-medium-gray,
.btn-link.text-medium-gray,
a.text-medium-gray-hover:hover {
    color: var(--medium-gray)
}

.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
    color: var(--extra-medium-gray)
}

.text-light-medium-gray,
.btn-link.text-light-medium-gray,
a.text-light-medium-gray:hover {
    color: var(--light-medium-gray)
}

.text-light-gray,
.btn-link.text-light-gray,
a.text-light-gray-hover:hover {
    color: var(--light-gray)
}

.text-very-light-gray,
.btn-link.text-very-light-gray,
a.text-very-light-gray-hover:hover {
    color: var(--very-light-gray)
}

.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
    color: var(--red)
}

.text-green,
.btn-link.text-green,
a.text-green-hover:hover {
    color: var(--green)
}

.text-yellow,
.btn-link.text-yellow,
a.text-yellow-hover:hover {
    color: var(--yellow)
}

.text-golden-yellow,
.btn-link.text-golden-yellow,
a.text-golden-yellow-hover:hover {
    color: var(--golden-yellow)
}

.text-tussock-yellow,
.btn-link.text-tussock-yellow,
a.text-tussock-yellow-hover:hover {
    color: var(--tussock-yellow)
}

.text-cornflower-blue,
.btn-link.text-cornflower-blue,
a.text-cornflower-blue-hover:hover {
    color: var(--cornflower-blue)
}

.text-jade,
.btn-link.text-jade,
a.text-jade-hover:hover {
    color: var(--jade)
}

.text-majorelle-blue {
    color: var(--majorelle-blue)
}

.text-orange {
    color: var(--orange)
}

.text-crusoe-green {
    color: var(--crusoe-green)
}

.text-tropical-blue {
    color: var(--tropical-blue)
}

.text-camarone {
    color: var(--camarone)
}

.text-seal-brown {
    color: var(--seal-brown)
}

.text-Wasabi {
    color: var(--Wasabi)
}

.text-gradient-blue-magenta-orange,
.text-gradient-light-gray-white,
.text-gradient-light-purple-light-orange,
.text-gradient-sky-blue-pink,
.text-gradient-light-blue-light-turquoise,
.text-gradient-fast-blue-purple-light-orange,
.text-gradient-light-pink-light-purple,
.text-gradient-fast-blue-purple,
.text-gradient-pink-orange,
.text-gradient-fast-pink-light-yellow,
.text-gradient-purple-pink,
.text-gradient-light-pink-light-orange {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.text-gradient-light-pink-light-orange {
    background-image: linear-gradient(to right, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0)
}

.text-gradient-purple-pink {
    background-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e)
}

.text-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83)
}

.text-gradient-pink-orange {
    background-image: linear-gradient(to right, #de347f, #e73a70, #ed4461, #f05152, #ef5f43)
}

.text-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff)
}

.text-gradient-light-pink-light-purple {
    background-image: linear-gradient(to right, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8)
}

.text-gradient-fast-blue-purple-light-orange {
    background-image: linear-gradient(to right top, #183fb9, #4f41df, #ae2eb9, #ef3f59, #e9522d)
}

.text-gradient-light-blue-light-turquoise {
    background-image: linear-gradient(to right, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73)
}

.text-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e)
}

.text-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393)
}

.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #efefef, #efefef, #f7f7f7, #fdfdfc, #ffffff)
}

.text-gradient-blue-magenta-orange {
    background-image: linear-gradient(to right, #002fff, #ab00ff, #ff137d, #ff562f, #ee8502)
}

.text-shadow-large {
    text-shadow: 0 0 50px rgb(0 0 0 / .9)
}

.text-shadow-extra-large {
    text-shadow: 0 0 60px rgb(0 0 0 / .9)
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgb(0 0 0 / .9)
}

.text-decoration-line-bottom {
    border-bottom: 1px solid
}

.text-decoration-line-bottom-medium {
    border-bottom: 2px solid
}

.text-decoration-line-bottom-thick {
    border-bottom: 3px solid
}

.text-decoration-line-through {
    text-decoration: line-through
}

.text-outline {
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white)
}

.text-outline-width-1px {
    -webkit-text-stroke-width: 1px
}

.text-outline-width-2px {
    -webkit-text-stroke-width: 2px
}

.text-outline-width-3px {
    -webkit-text-stroke-width: 3px
}

.text-outline-width-4px {
    -webkit-text-stroke-width: 4px
}

.text-outline-width-5px {
    -webkit-text-stroke-width: 5px
}

.text-outline-color-black {
    -webkit-text-stroke-color: var(--black)
}

.text-outline-color-base-color {
    -webkit-text-stroke-color: var(--base-color)
}

.text-outline-color-red {
    -webkit-text-stroke-color: var(--red)
}

.text-outline-color-dark-gray {
    -webkit-text-stroke-color: var(--dark-gray)
}

.text-outline-color-medium-gray {
    -webkit-text-stroke-color: var(--medium-gray)
}

.text-outline-color-extra-medium-gray {
    -webkit-text-stroke-color: var(--extra-medium-gray)
}

.ls-0px {
    letter-spacing: 0px !important
}

.ls-05px {
    letter-spacing: 0.5px !important
}

.ls-1px {
    letter-spacing: 1px !important
}

.ls-2px {
    letter-spacing: 2px !important
}

.ls-3px {
    letter-spacing: 3px !important
}

.ls-4px {
    letter-spacing: 4px !important
}

.ls-5px {
    letter-spacing: 5px !important
}

.ls-6px {
    letter-spacing: 6px !important
}

.ls-7px {
    letter-spacing: 7px !important
}

.ls-8px {
    letter-spacing: 8px !important
}

.ls-9px {
    letter-spacing: 9px !important
}

.ls-10px {
    letter-spacing: 10px !important
}

.ls-minus-05px {
    letter-spacing: -0.5px !important
}

.ls-minus-1px {
    letter-spacing: -1px !important
}

.ls-minus-2px {
    letter-spacing: -2px !important
}

.ls-minus-3px {
    letter-spacing: -3px !important
}

.ls-minus-4px {
    letter-spacing: -4px !important
}

.ls-minus-5px {
    letter-spacing: -5px !important
}

.ls-minus-6px {
    letter-spacing: -6px !important
}

.ls-minus-7px {
    letter-spacing: -7px !important
}

.ls-minus-8px {
    letter-spacing: -8px !important
}

.ls-minus-9px {
    letter-spacing: -9px !important
}

.ls-minus-10px {
    letter-spacing: -10px !important
}

.icon-extra-double-large {
    font-size: 80px
}

.icon-double-large {
    font-size: 60px
}

.icon-extra-large {
    font-size: 50px
}

.icon-large {
    font-size: 42px
}

.icon-medium {
    font-size: 34px
}

.icon-very-medium {
    font-size: 28px
}

.icon-extra-medium {
    font-size: 24px
}

.icon-small {
    font-size: 18px
}

.icon-very-small {
    font-size: 14px
}

.separator-line-1px {
    height: 1px
}

.separator-line-2px {
    height: 2px
}

.separator-line-3px {
    height: 3px
}

.separator-line-4px {
    height: 4px
}

.separator-line-5px {
    height: 5px
}

.separator-line-vertical {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.separator-line-small {
    width: 35px;
    height: 1px;
    display: inline-block;
    margin-right: 7px
}

.separator-line-extra-small {
    width: 18px;
    height: 1px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.separator-line-very-small {
    width: 12px;
    height: 1px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle
}

.opacity-full-dark,
.opacity-full,
.opacity-medium,
.opacity-extra-medium,
.opacity-light,
.opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.opacity-very-light {
    opacity: .2
}

.opacity-light {
    opacity: .3
}

.opacity-extra-medium {
    opacity: .5
}

.opacity-medium {
    opacity: .75
}

.opacity-full {
    opacity: .8
}

.opacity-full-dark {
    opacity: .9
}

.position-inherit {
    position: inherit !important
}

.position-initial {
    position: initial !important
}

.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.absolute-middle-left {
    left: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.absolute-middle-right {
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.absolute-top-center {
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.absolute-bottom-center {
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.absolute-bottom-left {
    left: 0;
    bottom: 0;
    position: absolute
}

.absolute-bottom-right {
    right: 0;
    bottom: 0;
    position: absolute
}

.vertical-title-center {
    display: flex;
    height: 100%
}

.vertical-title-center .title {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr
}

.skrollr-parallax {
    position: relative !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    transition-duration: 0s;
    -webkit-transition-duration: 0s
}

.skrollr-zoom {
    transition: none !important
}

.blur-box {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px)
}

.transform-origin-right {
    transform-origin: right
}

.transform-origin-left {
    transform-origin: left
}

.btn.btn-none-transform,
.btn.btn-none-transform:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.transition {
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1)
}

.transition-inner-all * {
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1)
}

.no-transition {
    -webkit-transition: 0s;
    transition: 0s
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-all {
    pointer-events: all
}

.overflow-visible {
    overflow: visible !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overlap-section {
    position: relative
}

.overlap-height {
    transition: 0.3s height
}

.outside-box-top-15 {
    margin-top: -15vw
}

.outside-box-top-18 {
    margin-top: -18vw
}

.outside-box-left-1 {
    margin-left: -1vw
}

.outside-box-left-2 {
    margin-left: -2vw
}

.outside-box-left-5 {
    margin-left: -5vw
}

.outside-box-left-7 {
    margin-left: -7vw
}

.outside-box-left-8 {
    margin-left: -8vw
}

.outside-box-left-10 {
    margin-left: -10vw
}

.outside-box-left-15 {
    margin-left: -15vw
}

.outside-box-left-20 {
    margin-left: -20vw
}

.outside-box-left-25 {
    margin-left: -25vw
}

.outside-box-left-30 {
    margin-left: -30vw
}

.outside-box-left-35 {
    margin-left: -35vw
}

.outside-box-left-40 {
    margin-left: -40vw
}

.outside-box-left-50 {
    margin-left: -50vw
}

.outside-box-left-60 {
    margin-left: -60vw
}

.outside-box-left-65 {
    margin-left: -65vw
}

.outside-box-right-1 {
    margin-right: -1vw
}

.outside-box-right-2 {
    margin-right: -2vw
}

.outside-box-right-5 {
    margin-right: -5vw
}

.outside-box-right-7 {
    margin-right: -7vw
}

.outside-box-right-10 {
    margin-right: -10vw
}

.outside-box-right-15 {
    margin-right: -15vw
}

.outside-box-right-20 {
    margin-right: -20vw
}

.outside-box-right-25 {
    margin-right: -25vw
}

.outside-box-right-30 {
    margin-right: -30vw
}

.outside-box-right-35 {
    margin-right: -35vw
}

.outside-box-right-40 {
    margin-right: -40vw
}

.outside-box-right-45 {
    margin-right: -45vw
}

.outside-box-right-50 {
    margin-right: -50vw
}

.outside-box-right-60 {
    margin-right: -60vw
}

.outside-box-right-65 {
    margin-right: -65vw
}

.filter-mix-100 {
    filter: grayscale(100%) invert(100%)
}

.filter-grayscale-100 {
    filter: grayscale(100%)
}

.box-shadow,
.box-shadow-hover:hover {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .08);
    box-shadow: 0 0 10px rgb(0 0 0 / .08);
    -webkit-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out
}

.box-shadow-small,
.box-shadow-small-hover:hover {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / .08);
    box-shadow: 0 0 15px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-medium,
.box-shadow-medium-hover:hover {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .08);
    box-shadow: 0 0 20px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-medium-bottom,
.box-shadow-medium-bottom-hover:hover {
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / .08);
    box-shadow: 0 10px 20px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-large,
.box-shadow-large-hover:hover {
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .08);
    box-shadow: 0 0 25px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / .08);
    box-shadow: 0 0 30px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-double-large,
.box-shadow-double-large-hover:hover {
    -webkit-box-shadow: 0 0 45px rgb(0 0 0 / .09);
    box-shadow: 0 0 45px rgb(0 0 0 / .09);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-triple-large,
.box-shadow-triple-large-hover:hover {
    -webkit-box-shadow: 0 0 60px rgb(0 0 0 / .2);
    box-shadow: 0 0 60px rgb(0 0 0 / .2);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-quadruple-large,
.box-shadow-quadruple-large-hover:hover {
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / .08);
    box-shadow: 0 20px 60px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.box-shadow-bottom {
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / .05);
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / .05)
}

input,
select,
textarea,
.form-control,
.form-select {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.form-select {
    color: var(--medium-gray)
}

.form-select:focus {
    border-color: #dfdfdf
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border: 1px solid #c2c2c2;
    box-shadow: none !important;
    color: var(--medium-gray)
}

::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis
}

::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1
}

.placeholder-light::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis
}

.placeholder-light::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 1
}

.placeholder-light:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 1
}

.search-error {
    border-color: var(--red) !important
}

.select {
    position: relative
}

.select:after {
    content: "\e842";
    font-family: feather !important;
    right: 20px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px
}

.date-time {
    position: relative
}

.date-icon {
    position: relative
}

.date-icon input[type=date]::-webkit-inner-spin-button,
.date-icon input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
    -moz-appearance: none;
    appearance: none
}

.date-icon:after {
    content: "\e83a";
    font-family: feather !important;
    right: 28px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px
}

.date-icon input[type=date]::-webkit-date- -time-value {
    text-align: left !important
}

@-moz-document url-prefix() {
    .date-icon:after {
        display: none
    }
}

.time-icon {
    position: relative
}

.time-icon input[type=time]::-webkit-inner-spin-button,
.time-icon input[type=time]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity: 0;
    -moz-appearance: none;
    appearance: none
}

.time-icon:after {
    content: "\e84d";
    font-family: feather !important;
    right: 28px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px
}

.input-small,
.textarea-small,
.select-small {
    padding: 7px 15px;
    font-size: 12px
}

.input-medium,
.textarea-medium,
.select-medium {
    padding: 14px 28px
}

.input-large {
    padding: 16px 32px
}

.form-control.is-invalid:focus {
    box-shadow: none
}

.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms cubic-bezier(.5, 1, .89, 1);
    transition: all 400ms cubic-bezier(.5, 1, .89, 1)
}

.hover-box {
    z-index: 1
}

.hover-box * {
    -webkit-transition: all 500ms cubic-bezier(.5, 1, .89, 1);
    transition: all 500ms cubic-bezier(.5, 1, .89, 1);
    will-change: transform
}

.hover-box:hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.hover-box:hover span {
    color: #fff
}

.hover-box.dark-hover .border-dark-opacity {
    border-color: rgb(35 35 35 / .15) !important
}

.hover-box.dark-hover:hover a,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover span,
.hover-box.dark-hover:hover .btn,
.hover-box.dark-hover:hover i,
.hover-box.dark-hover:hover b,
.hover-box.dark-hover:hover u,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover h1,
.hover-box.dark-hover:hover h2,
.hover-box.dark-hover:hover h3,
.hover-box.dark-hover:hover h4,
.hover-box.dark-hover:hover h5,
.hover-box.dark-hover:hover h6 {
    color: var(--white) !important;
    -webkit-text-stroke-color: var(--white)
}

.hover-box.dark-hover:hover [class*=separator-line] {
    background-color: var(--white)
}

.hover-box.dark-hover:hover [class*=btn-link-gradient] span {
    background: var(--white);
    background-image: none
}

.hover-box.dark-hover:hover [class*=btn-transparent] {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray) !important
}

.hover-box.dark-hover:hover .text-light-opacity {
    opacity: .7
}

.hover-box.dark-hover:hover .text-medium-opacity {
    opacity: .5
}

.hover-box.dark-hover:hover .border-dark-opacity {
    border-color: rgb(255 255 255 / .3) !important
}

.hover-box.dark-hover:hover .content-slide-up .text-light-opacity {
    opacity: .7
}

.hover-box.dark-hover:hover .btn-link {
    border-color: var(--white)
}

.hover-box.dark-hover:hover [class*=text-gradient-] {
    color: var(--white);
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--white);
    -webkit-text-fill-color: var(--white)
}

.hover-box.light-hover .border-light-opacity {
    border-color: rgb(255 255 255 / .25) !important
}

.hover-box.light-hover:hover a,
.hover-box.light-hover:hover span,
.hover-box.light-hover:hover .btn,
.hover-box.light-hover:hover i,
.hover-box.light-hover:hover b,
.hover-box.light-hover:hover u,
.hover-box.light-hover:hover p,
.hover-box.light-hover:hover h1,
.hover-box.light-hover:hover h2,
.hover-box.light-hover:hover h3,
.hover-box.light-hover:hover h4,
.hover-box.light-hover:hover h5,
.hover-box.light-hover:hover h6 {
    color: var(--dark-gray) !important
}

.hover-box.light-hover:hover .text-light-opacity {
    opacity: .7
}

.hover-box.light-hover:hover .text-medium-opacity {
    opacity: .5
}

.hover-box.light-hover:hover .border-light-opacity {
    border-color: rgb(35 35 35 / .15) !important
}

.hover-box.light-hover:hover .content-slide-up .text-light-opacity {
    opacity: .7
}

.hover-box.light-hover:hover .btn-link {
    border-color: var(--dark-gray)
}

.hover-box.light-hover:hover [class*=separator-line] {
    background-color: var(--dark-gray)
}

.hover-box.light-hover:hover [class*=text-gradient-] {
    color: var(--dark-gray);
    background-image: none;
    -webkit-background-clip: var(--dark-gray);
    -webkit-text-fill-color: var(--dark-gray)
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    bottom: 45px;
    left: 50%;
    width: auto;
    cursor: default;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-horizontal>.swiper-pagination-bullets-right,
.swiper-vertical>.swiper-pagination-bullets-right {
    bottom: auto;
    top: 50%;
    right: 60px;
    left: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right
}

.swiper-horizontal>.swiper-pagination-bullets-right .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets-right .swiper-pagination-bullet {
    display: block;
    margin: 25px 0 !important
}

.swiper-dark-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 15px !important;
    opacity: 1;
    background-color: var(--light-gray);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none
}

.swiper-dark-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid var(--dark-gray);
    background: #fff0;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0
}

.swiper-dark-pagination .swiper-pagination-bullet:hover {
    background-color: var(--dark-gray)
}

.swiper-dark-pagination .swiper-pagination-bullet:hover:before {
    opacity: 1
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark-gray)
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1
}

.swiper-light-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 15px !important;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    opacity: .5
}

.swiper-light-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255 255 255 / .2);
    background: #fff0;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0
}

.swiper-light-pagination .swiper-pagination-bullet:hover {
    background-color: var(--white);
    opacity: 1
}

.swiper-light-pagination .swiper-pagination-bullet:hover:before {
    opacity: 1
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--white);
    opacity: 1
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important
}

.swiper-pagination-style-2 .swiper-pagination-bullet:before {
    display: none
}

.swiper-pagination-style-3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff0;
    opacity: .4;
    margin: 0 7px !important;
    border: 2px solid var(--white)
}

.swiper-pagination-style-3 .swiper-pagination-bullet:hover,
.swiper-pagination-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--white);
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.swiper-pagination-style-3 .swiper-pagination-bullet:before {
    display: none
}

.swiper-pagination-style-3.dark .swiper-pagination-bullet {
    border: 2px solid var(--dark-gray)
}

.swiper-pagination-style-3.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark-gray)
}

.swiper-pagination-style-4 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--white);
    opacity: 1;
    position: relative;
    margin: 0 25px !important;
    border: 0
}

.swiper-pagination-style-4 .swiper-pagination-bullet:hover,
.swiper-pagination-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color);
    opacity: 1;
    border: 0
}

.swiper-pagination-style-4.dark .swiper-pagination-bullet {
    background: var(--dark-gray)
}

.swiper-pagination-style-4.dark .swiper-pagination-bullet:hover,
.swiper-pagination-style-4.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color)
}

.slider-custom-image .slider-custom-image-pagination {
    display: flex;
    align-items: center;
    bottom: 0
}

.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet {
    margin: 0 15px !important;
    outline: none;
    opacity: .8;
    width: 100px;
    height: 100px;
    margin: 0 15px !important;
    background-size: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
}

.slider-custom-image .slider-custom-image-pagination.slider-custom-image-pagination-top {
    top: 0;
    bottom: auto
}

.swiper-number-pagination-style-01 .swiper-number {
    text-align: left;
    bottom: 70px
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
    position: relative;
    padding-right: 10px;
    padding-left: 8px;
    margin: 0;
    color: var(--white);
    opacity: .7;
    width: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
    background: #fff0;
    border-radius: 0;
    outline: none
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 70px
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    width: 0;
    height: 1px;
    content: "";
    margin-left: 15px;
    display: inline-block;
    background: var(--white);
    vertical-align: middle;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.swiper-number-pagination-style-02 .swiper-number {
    width: auto;
    left: inherit;
    right: 60px;
    padding: 0
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
    position: relative;
    font-family: var(--alt-font);
    font-size: 15px;
    display: block;
    color: var(--white);
    margin: 10px 0 !important;
    opacity: .7;
    width: 56px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 56px;
    background: #fff0;
    border-radius: 100%;
    text-align: center;
    line-height: 56px;
    outline: none
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgb(0 0 0 / .45);
    z-index: -1
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet:before {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.swiper-line-pagination-style-01 .swiper-line-pagination {
    text-align: center;
    bottom: 0;
    width: 100%;
    left: 0
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 2px;
    margin: 0 !important;
    border-radius: 0
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet:before {
    display: none
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--base-color)
}

.swiper-h-pagination:after {
    display: none
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .number-prev,
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-next {
    width: 50px;
    text-align: center
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination {
    position: inherit;
    width: auto
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 1px;
    vertical-align: middle;
    margin: 0;
    background-color: var(--medium-gray)
}

.swiper-number-navigation-style .swiper-button-prev,
.swiper-number-navigation-style .swiper-button-next {
    top: inherit;
    bottom: 0;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    transform: none;
    width: auto;
    height: auto
}

.swiper-number-navigation-style .swiper-button-prev i,
.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next i,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
    display: inline-block;
    vertical-align: middle
}

.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
    width: 50px;
    text-align: center
}

.swiper-pagination-progress {
    width: 220px;
    height: 1px;
    position: relative
}

.swiper-pagination-progress .swiper-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--swiper-progress, 0);
    background-color: var(--base-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: var(--swiper-progress, 0);
    background-color: var(--dark-gray);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .pagination-progress-vertical {
    transform: rotate(180deg);
    writing-mode: vertical-lr
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-pagination-progress {
    width: 2px;
    height: 100px;
    background-color: var(--extra-medium-gray)
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-next {
    margin-top: 15px;
    width: auto
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-prev {
    margin-bottom: 15px;
    width: auto
}

.swiper-pagination-bottom .swiper-button-prev,
.swiper-pagination-bottom .swiper-button-next {
    top: inherit;
    bottom: 0
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    margin-top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .8
}

.swiper-button-next {
    left: inherit
}

.slider-navigation-style-01 {
    position: absolute;
    top: 50%;
    left: 65px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.slider-navigation-style-01.swiper-button-next {
    right: 65px;
    left: inherit
}

.slider-navigation-style-01:hover {
    opacity: .8
}

.slider-navigation-style-02 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}

.slider-navigation-style-02.swiper-button-next {
    right: 0;
    left: auto
}

.slider-navigation-style-03 {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 40px;
    height: 40px;
    background: var(--white);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.slider-navigation-style-03.swiper-button-next {
    right: -60px;
    left: inherit
}

.slider-navigation-style-03:hover {
    -webkit-box-shadow: 0 0 20px rgb(35 35 35 / .1);
    box-shadow: 0 0 20px rgb(35 35 35 / .1)
}

.slider-navigation-style-04 {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    position: relative;
    bottom: inherit;
    left: 0;
    top: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.slider-navigation-style-04 i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-navigation-style-04:hover i {
    opacity: .5
}

.slider-navigation-style-04.swiper-button-prev {
    margin-right: 5px
}

.slider-navigation-style-04.swiper-button-next {
    margin-left: 5px
}

.slider-navigation-style-05 {
    left: -30%
}

.slider-navigation-style-05.swiper-button-next {
    right: -30%;
    left: inherit
}

.slider-navigation-style-06 {
    width: auto;
    height: auto;
    left: 60px
}

.slider-navigation-style-06.swiper-button-next {
    right: 60px;
    left: inherit
}

.slider-navigation-style-07 {
    left: 50%;
    bottom: 0;
    top: inherit;
    width: 75px;
    height: 75px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.slider-navigation-style-07.swiper-button-next {
    bottom: 1px;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.slider-navigation-style-08 {
    width: auto;
    height: auto;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0
}

.slider-navigation-style-08.swiper-button-next {
    right: 0;
    left: inherit
}

.slider-custom-verticle-text>span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.swiper-button-prev.slider-custom-text-prev,
.swiper-button-prev.slider-custom-text-next,
.swiper-button-next.slider-custom-text-prev,
.swiper-button-next.slider-custom-text-next {
    width: auto;
    height: auto;
    min-height: 125px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-button-prev.slider-custom-text-prev:hover,
.swiper-button-prev.slider-custom-text-next:hover,
.swiper-button-next.slider-custom-text-prev:hover,
.swiper-button-next.slider-custom-text-next:hover {
    opacity: .5
}

.swiper-button-prev.slider-custom-text-prev {
    border-right: 1px solid var(--extra-medium-gray);
    padding-right: 50px
}

.swiper-button-next.slider-custom-text-next {
    border-left: 1px solid var(--extra-medium-gray);
    padding-left: 50px
}

.swiper-width-auto .swiper-slide {
    width: auto
}

.slider-shadow-right {
    mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%)
}

.slider-shadow-left {
    mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
    -webkit-mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%)
}

.slider-shadow-left-right {
    mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
    -webkit-mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%)
}

.slider-shadow-none .swiper {
    mask-image: none !important;
    -webkit-mask-image: none !important
}

.highlight-separator {
    position: relative;
    padding-bottom: 20px
}

.highlight-separator[data-shadow-animation] {
    box-shadow: none !important;
    display: inline-block
}

.highlight-separator[data-shadow-animation] span {
    clip-path: inset(0 100% 0 0);
    float: left;
    width: 100%;
    height: 20px;
    transition: clip-path 1s;
    transition-timing-function: cubic-bezier(.4, .6, .4, 1);
    position: absolute;
    left: 0;
    bottom: 0
}

.highlight-separator[data-shadow-animation] span img {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: none;
    width: 100%;
    height: 14px
}

.highlight-separator.shadow-in[data-shadow-animation] span {
    clip-path: inset(0 0 0 0)
}

.full-screen {
    height: 100vh
}

.full-screen.top-space-margin {
    height: calc(100vh - 96px)
}

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.video-icon-box {
    z-index: 1
}

.video-icon-box>span {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
    opacity: 1;
    top: 50%;
    padding-left: 5px;
    visibility: visible;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear
}

.html-video-play .video-icon .pause-icon {
    top: 100%;
    padding-left: 0;
    opacity: 0
}

.html-video-play[playing=true] .video-icon .pause-icon {
    top: 50%;
    opacity: 1
}

.html-video-play[playing=true] .video-icon .play-icon {
    top: 0%;
    opacity: 0
}

.video-play-icon {
    z-index: 1 !important
}

.video-play-icon.remove-play-icon+.html-video-play {
    opacity: 0 !important
}

.video-play-icon.remove-play-icon+.html-video-play:hover {
    opacity: 1 !important
}

.video-play-icon.remove-play-icon:hover+.html-video-play {
    opacity: 1 !important
}

.video-icon {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%
}

.video-icon i {
    margin-left: 5px
}

.video-icon .video-icon-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -25px;
    left: -25px;
    z-index: -100
}

.video-icon .video-icon-sonar .video-icon-sonar-afr {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    z-index: -50
}

.video-icon-small .video-icon {
    width: 40px;
    height: 40px;
    font-size: 11px
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    top: -15px;
    left: -15px;
    width: 70px;
    height: 70px
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px
}

.video-icon-medium .video-icon {
    width: 50px;
    height: 50px;
    font-size: 14px
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 100px;
    height: 100px
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 70px;
    height: 70px
}

.video-icon-large.video-icon-box .video-icon i {
    margin-left: 5px
}

.video-icon-large .video-icon {
    width: 85px;
    height: 85px;
    font-size: 20px
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 135px;
    height: 135px
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 105px;
    height: 105px
}

.video-icon-extra-large.video-icon-box .video-icon i {
    margin-left: 10px
}

.video-icon-extra-large .video-icon {
    width: 120px;
    height: 120px;
    font-size: 30px
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 170px;
    height: 170px
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 140px;
    height: 140px
}

.will-change-transform * {
    will-change: transform
}

.will-change-inherit * {
    will-change: inherit !important
}

.animation-rotation {
    -webkit-animation: rotation 8s infinite linear
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

.animation-float {
    animation: float 2000ms linear 500ms infinite alternate both
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(30px)
    }
}

.animation-float-small {
    animation: float 2000ms linear 500ms infinite alternate both
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(10px)
    }
}

.animation-zoom {
    animation: zoom-in-zoom-out 2000ms linear 500ms infinite alternate both
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1.2)
    }

    100% {
        transform: scale(1, 1)
    }
}

[data-shadow-animation] {
    box-shadow: 0 0 0 rgb(0 0 0 / .1);
    transition: box-shadow 0.5s cubic-bezier(.7, 0, .3, 1)
}

[data-shadow-animation].shadow-in {
    box-shadow: 0 20px 100px rgb(0 0 0 / .1)
}

[data-shadow-animation].shadow-in img {
    opacity: 1;
    transition-delay: 0.35s
}

[data-shadow-animation] img {
    opacity: 0;
    transition: opacity 0.65s cubic-bezier(.5, 1, .5, 1)
}

[data-parallax-liquid] {
    overflow: hidden;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(.23, 1, .32, 1)
}

[data-parallax-liquid] .liquid-parallax {
    will-change: transform;
    transition: transform 0.8s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(0) scale(1.201);
    position: relative;
    top: 50px
}

.masked-image {
    position: absolute;
    top: -100px;
    right: 0
}

.masked-image svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.masked-image figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.masked-image img {
    width: 100%;
    height: auto;
    visibility: visible
}

.shape-image-animation {
    position: absolute;
    bottom: 0;
    left: 0
}

.shape-image-animation svg {
    height: 100%;
    width: 100%
}

.shape-image-animation svg path {
    width: 100%
}

.page-divider-wrapper {
    margin-bottom: -1px
}

.page-divider-wrapper svg {
    width: 100%;
    margin-bottom: -3px
}

.magic-cursor {
    cursor: none
}

#ball-cursor {
    position: fixed;
    width: 70px;
    height: 70px;
    border: 0 !important;
    background-color: var(--dark-gray);
    box-shadow: 0 0 50px rgb(0 0 0 / .25);
    border-radius: 100%;
    opacity: 0 !important;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out 0.1s;
    text-align: center
}

#ball-cursor:before,
#ball-cursor:after {
    content: "\e843";
    font-family: feather !important;
    color: var(--white);
    font-size: 20px;
    line-height: 70px;
    position: absolute;
    left: 12px;
    top: 0
}

#ball-cursor:after {
    content: "\e844";
    right: 12px;
    left: auto
}

.magic-cursor-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    transition: opacity 0.2s ease-in-out 0.2s
}

.magic-cursor-wrapper.sliderhover #ball-cursor {
    opacity: 1 !important
}

.magic-cursor-wrapper.vertical #ball-cursor:before,
.magic-cursor-wrapper.vertical #ball-cursor:after {
    content: "\e845";
    left: 50%;
    top: 10px;
    line-height: normal;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.magic-cursor-wrapper.vertical #ball-cursor:after {
    content: "\e842";
    right: auto;
    bottom: 10px;
    top: auto
}

@media (hover:none) {
    .magic-cursor-wrapper {
        display: none
    }
}

.magic-cursor-light #ball-cursor {
    background-color: var(--white)
}

.magic-cursor-light #ball-cursor:before {
    color: var(--dark-gray)
}

.magic-cursor-light #ball-cursor:after {
    color: var(--dark-gray)
}

.magic-cursor-base-color #ball-cursor {
    background-color: var(--base-color)
}

.magic-cursor-base-color #ball-cursor:before {
    color: var(--white)
}

.magic-cursor-base-color #ball-cursor:after {
    color: var(--white)
}

.magic-view-cursor #ball-cursor {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / .2);
    width: 180px;
    height: 180px;
    box-shadow: none
}

.magic-view-cursor #ball-cursor:after {
    display: none
}

.magic-view-cursor #ball-cursor:before {
    content: "Explore";
    font-size: 16px;
    color: var(--white) !important;
    font-weight: 400;
    font-family: var(--alt-font) !important;
    text-shadow: 0 0 20px rgb(0 0 0 / .9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.magic-drag-cursor #ball-cursor {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / .2);
    width: 140px;
    height: 140px;
    box-shadow: none
}

.magic-drag-cursor #ball-cursor:after {
    display: none
}

.magic-drag-cursor #ball-cursor:before {
    content: "< DRAG >";
    font-size: 14px;
    color: var(--white) !important;
    font-weight: 600;
    font-family: var(--alt-font) !important;
    text-shadow: 0 0 20px rgb(0 0 0 / .9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    word-spacing: 4px;
    width: inherit
}

.magic-drag-cursor.magic-cursor-light #ball-cursor {
    background-color: rgb(255 255 255 / .2)
}

.magic-drag-cursor.magic-cursor-light #ball-cursor:before {
    color: var(--dark-gray)
}

.magic-drag-cursor.magic-cursor-light #ball-cursor:after {
    color: var(--dark-gray)
}

.magic-round-cursor #ball-cursor {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgb(0 0 0 / .2);
    width: 220px;
    height: 220px;
    box-shadow: none
}

.magic-round-cursor #ball-cursor:before {
    display: none
}

.magic-round-cursor #ball-cursor:after {
    display: none
}

[data-anime] {
    opacity: 0;
    transition: none
}

[data-anime].appear {
    opacity: 1
}

[data-anime].btn {
    transition: none
}

[data-anime].btn.anime-complete {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.atropos-shadow {
    background-color: transparent !important;
    filter: inherit
}

.atropos-highlight {
    background-image: inherit !important
}

@media not all (min-resolution:0.001dpcm) {
    [data-anime] [class*=text-shadow-] {
        text-shadow: none
    }

    [data-anime][class*=text-shadow-] {
        text-shadow: none
    }

    [data-fancy-text] [class*=text-shadow-] {
        text-shadow: none
    }

    [data-fancy-text][class*=text-shadow-] {
        text-shadow: none
    }

    .review-star-icon i {
        display: inline
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .text-white a[href^=tel] {
        color: var(--white)
    }

    .text-dark-gray a[href^=tel] {
        color: var(--text-dark-gray)
    }
}

.swiper-slide [data-fancy-text] {
    opacity: 0
}

.swiper-slide [data-fancy-text].appear {
    opacity: 1
}

.swiper-slide.swiper-slide-active [data-fancy-text] {
    opacity: 1
}

.swiper-slide.swiper-slide-active [data-anime] {
    opacity: 1
}

.swiper-slide [data-anime] {
    opacity: 0;
    transition: 0.3s ease-in-out
}

.no-animation .anime-text .whitespace {
    display: inline-block
}

.no-animation .anime-text .whitespace::after {
    content: "r";
    opacity: 0;
    font-size: 70%
}

.no-animation [data-anime],
.no-animation [data-fancy-text] {
    opacity: 1;
    transition: none
}

[data-top-bottom] {
    transition: transform 0.65s cubic-bezier(.23, 1, .32, 1)
}

@media (hover:hover) and (pointer:fine) {
    .custom-cursor .circle-cursor {
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.65s cubic-bezier(.23, 1, .32, 1)
    }

    .custom-cursor .circle-cursor-inner {
        margin-left: -3px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        z-index: 10000001;
        background-color: var(--base-color)
    }

    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        margin-left: -10px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background-color: var(--base-color);
        opacity: .8
    }

    .custom-cursor .circle-cursor-outer {
        margin-left: -15px;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        border: 1px solid var(--base-color);
        z-index: 10000000;
        opacity: .8;
        -webkit-transition: 0.1s;
        transition: 0.1s
    }

    .custom-cursor .cursor-link.circle-cursor-inner .cursor-link-hover {
        opacity: 1
    }
}

.is-touchable .cursor-page-inner {
    display: none !important
}

.stack-box {
    position: relative;
    z-index: 1;
    height: 300vh
}

.stack-box .stack-box-contain {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.stack-box .stack-item {
    height: 100vh;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    display: flex;
    align-items: center
}

.stack-box .stack-item.stack-item-02 {
    z-index: 99
}

.stack-box .stack-item.stack-item-03 {
    z-index: 9
}

.stack-box .stack-item.stack-item-04 {
    z-index: 99
}

.stack-box .stack-item .stack-item-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    height: 100vh
}

.transform-3d {
    transform: translate3d(0, 0, 100px)
}

.marquees-text {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: example1 50s linear infinite;
    animation: example1 50s linear infinite;
    width: 100%
}

.looping-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1px;
    height: 100vh;
    left: 50%;
    top: 0
}

.looping-wrapper .el {
    position: absolute;
    opacity: 1;
    width: 2px;
    height: 24vh;
    margin-top: -18vh;
    transform-origin: 50% 100%;
    background: var(--base-color)
}

.looping-wrapper-gray {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1px;
    height: 100vh;
    left: 50%;
    top: 0
}

.looping-wrapper-gray .el {
    position: absolute;
    opacity: 1;
    width: 2px;
    height: 24vh;
    margin-top: -18vh;
    transform-origin: 50% 100%;
    background: #292929
}

.marquee-slide {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%)
}

.text-sliding-line {
    display: inline-block;
    position: relative;
    padding: 0;
    z-index: 1;
    background-image: linear-gradient(135deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
    background-size: 4px 4px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0
}

.bg-sliding-line {
    background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
    background-size: .1em .1em
}

.feature-box-slider .feature-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 40px;
    background: var(--white);
    box-shadow: 0 5px 25px rgb(89 101 124 / .15);
    border-radius: 10px;
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 17px
}

.feature-box-slider .feature-box i {
    font-size: 24px;
    margin-right: 10px
}

.feature-box-slider .swiper-slide {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--white) !important;
    opacity: 1 !important;
    z-index: 99999
}

.page-loader::after {
    background: 0 0;
    content: "" !important;
    position: absolute;
    left: calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgb(23 23 23 / .2);
    border-top-color: rgb(23 23 23 / .7);
    border-radius: 50%;
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 1.5s infinite linear
}

.cookie-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 370px;
    z-index: 999999;
    padding: 40px;
    display: none
}

.scroll-progress {
    position: fixed;
    right: 20px;
    z-index: 111;
    top: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    mix-blend-mode: difference
}

.scroll-progress.visible {
    opacity: 1;
    visibility: visible
}

.scroll-progress .scroll-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.scroll-progress .scroll-line {
    width: 2px;
    height: 60px;
    position: relative;
    background-color: rgb(255 255 255 / .15);
    color: inherit;
    display: block
}

.scroll-progress .scroll-point {
    display: inline-block;
    width: 2px;
    position: absolute;
    background-color: var(--white);
    top: 0;
    left: 0
}

.scroll-progress .scroll-text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    margin-bottom: 15px;
    color: var(--white);
    font-size: 11px;
    text-transform: uppercase
}

.scroll-progress.scroll-simple {
    position: fixed;
    right: 50px;
    z-index: 111;
    top: auto;
    transform: none;
    bottom: 50px;
    mix-blend-mode: inherit
}

.scroll-progress.scroll-simple .scroll-top {
    background: var(--white);
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgb(23 23 23 / .25);
    height: 34px;
    width: 34px;
    padding: 0;
    border-radius: 100%
}

.theme-demos {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    background-color: var(--white);
    right: -100%;
    top: 0;
    z-index: 1050;
    -webkit-transition: all 0.5s cubic-bezier(.77, 0, .175, 1);
    transition: all 0.5s cubic-bezier(.77, 0, .175, 1)
}

.theme-demos section {
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 11;
    padding: 0;
    width: 100%;
    overflow-y: scroll;
    background-color: var(--very-light-gray)
}

.theme-demos .demos-wrapper {
    width: 100%
}

.theme-demos .demos-wrapper .demos-wrapper-inner {
    padding: 60px 50px
}

.theme-demos.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / .25)
}

.theme-demos .grid {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap
}

.theme-demos .demo-button-wrapper {
    width: auto;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    display: block;
    bottom: 250px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0% 0;
    -ms-transform-origin: 100% 0% 0;
    transform-origin: 100% 0% 0;
    margin-right: -1px;
    display: flex
}

.theme-demos .buy-theme a,
.theme-demos .all-demo a {
    color: var(--dark-gray);
    font-size: 11px;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.theme-demos .buy-theme a>i,
.theme-demos .all-demo a>i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 59px;
    line-height: 55px;
    text-align: center;
    opacity: 0;
    font-size: 24px;
    transition-delay: 0.3s
}

.theme-demos .all-demo {
    background-color: #1f242e
}

.theme-demos .all-demo .theme-wrapper {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: 0.3s;
    line-height: 0
}

.theme-demos .all-demo .theme-wrapper>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px
}

.theme-demos .buy-theme {
    text-align: center;
    background-color: #48a133;
    position: relative;
    z-index: 1
}

.theme-demos .buy-theme .theme-wrapper {
    padding: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition-delay: 0.3s;
    line-height: 0
}

.theme-demos .buy-theme .theme-wrapper span {
    font-size: 15px;
    font-weight: 600;
    margin-right: 0
}

.theme-demos .buy-theme .theme-wrapper i {
    margin-right: 10px;
    font-size: 21px
}

.theme-demos .buy-theme .theme-wrapper>div svg {
    margin: 0
}

.theme-demos .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.theme-demos .mCustomScrollBox .mCSB_container {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
    padding-right: 15px !important
}

.theme-demos .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    -ms-flex-item-align: center;
    align-self: center
}

.theme-demos .mCustomScrollBox .mCSB_draggerRail {
    display: none
}

.theme-demos .clearfix {
    clear: both
}

.theme-demos .portfolio-wrapper .grid-item {
    flex: 0 0 auto
}

.theme-demos .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.theme-demos .close-popup:hover {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.show-search-popup .theme-demos .theme-demos,
.show-search-popup .show-menu .theme-demos {
    z-index: 1
}

@-moz-keyframes example1 {
    0% {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes example1 {
    0% {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes example1 {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.bg-base-color {
    background-color: var(--base-color)
}

.bg-dark-gray,
.bg-dark-gray:focus {
    background-color: var(--dark-gray)
}

.bg-black {
    background-color: var(--black)
}

.bg-medium-gray {
    background-color: var(--medium-gray)
}

.bg-light-medium-gray {
    background-color: var(--light-medium-gray)
}

.bg-extra-medium-gray {
    background-color: var(--extra-medium-gray)
}

.bg-light-gray {
    background-color: var(--light-gray)
}

.bg-very-light-gray {
    background-color: var(--very-light-gray)
}

.bg-red {
    background-color: var(--red)
}

.bg-light-red {
    background-color: var(--light-red)
}

.bg-green {
    background-color: var(--green)
}

.bg-crusoe-green {
    background-color: var(--crusoe-green)
}

.bg-yellow {
    background-color: var(--yellow)
}

.bg-charcoal-blue {
    background-color: var(--charcoal-blue)
}

.bg-slate-blue {
    background-color: var(--slate-blue)
}

.bg-medium-slate-blue {
    background-color: var(--medium-slate-blue)
}

.bg-extra-medium-slate-blue {
    background-color: #f9f9f9f9
}

.bg-dark-slate-blue {
    background-color: var(--dark-slate-blue)
}

.bg-extra-dark-slate-blue {
    background-color: var(--extra-dark-slate-blue)
}

.bg-extra-very-slate-blue {
    background-color: var(--extra-very-slate-blue)
}

.bg-tussock-yellow {
    background-color: var(--tussock-yellow)
}

.bg-solitude-blue {
    background-color: #fff;
    box-shadow: 1px 5px 8px 0 rgb(163 163 163 / 40%)
}

.bg-aluminium-grey {
    background-color: var(--aluminium-grey)
}

.bg-selago {
    background-color: var(--selago)
}

.bg-white-ice {
    background-color: var(--white-ice)
}

.bg-golden-yellow {
    background-color: var(--golden-yellow)
}

.bg-jade {
    background-color: var(--jade)
}

.bg-orange {
    background-color: var(--orange)
}

.bg-light-majorelle-blue {
    background-color: var(--light-majorelle-blue)
}

.bg-majorelle-blue {
    background-color: var(--majorelle-blue)
}

.bg-spring-wood {
    background-color: var(--spring-wood)
}

.bg-tropical-blue {
    background-color: var(--tropical-blue)
}

.bg-cornflower-blue {
    background-color: var(--cornflower-blue)
}

.bg-camarone {
    background-color: var(--camarone)
}

.bg-seal-brown {
    background-color: var(--seal-brown)
}

.bg-Wasabi {
    background-color: var(--Wasabi)
}

.bg-gradient-light-pink-light-orange {
    background-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0)
}

.bg-gradient-purple-pink {
    background-image: linear-gradient(to right top, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e)
}

.bg-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83)
}

.bg-gradient-pink-orange {
    background-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43)
}

.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff)
}

.bg-gradient-light-pink-light-purple {
    background-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8)
}

.bg-gradient-purple-magento {
    background-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291)
}

.bg-gradient-blue-green {
    background-image: linear-gradient(to right top, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73)
}

.bg-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393)
}

.bg-gradient-sky-blue-pink {
    background-image: linear-gradient(to right top, #5758df, #a553cb, #d055b5, #ea63a0, #f77991)
}

.bg-gradient-dark-gray-brown {
    background-image: linear-gradient(to right top, #0f130f, #1e1d15, #3d2f20, #4e3b27, #664a2f)
}

.bg-gradient-tan-geraldine {
    background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80)
}

.bg-gradient-very-light-gray {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff)
}

.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(to top, #f7f7f7, #f7f7f7, #fcfafa, #fcfafa, #ffffff)
}

.bg-gradient-orange-transparent {
    background: linear-gradient(to right, #e97522 10%, #fff0 95%)
}

.bg-gradient-blue-transparent {
    background: linear-gradient(to right, #1ea3b1 10%, #fff0 95%)
}

.bg-gradient-emerald-blue-emerald-green {
    background-image: linear-gradient(50deg, #09afea 0, #19e089 100%)
}

.bg-gradient-very-ghost-white {
    background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff)
}

.bg-transparent {
    background-color: #fff0
}

.bg-gradient-fast-blue-purple-transparent {
    background-image: linear-gradient(to right top, #2a46f4, rgb(95 66 249 / .9), rgb(131 60 252 / .9), rgb(162 51 254 / .9), rgb(191 37 255 / .9))
}

.bg-gradient-fast-pink-light-yellow-transparent {
    background-image: linear-gradient(to right top, rgb(247 86 127 / .9), rgb(254 113 119 / .9), rgb(255 138 116 / .9), rgb(255 163 120 / .9), rgb(255 186 131 / .9))
}

.bg-gradient-sky-blue-pink-transparent {
    background-image: linear-gradient(to right top, rgb(87 88 223 / .9), rgb(165 83 203 / .9), rgb(208 85 181 / .9), rgb(234 99 160 / .9), rgb(247 121 145 / .9))
}

.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(32 35 41 / .8)), to(transparent));
    background-image: linear-gradient(to top, rgb(32 35 41 / .8) 0%, transparent 100%)
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent));
    background: linear-gradient(to top, #141622 7%, transparent 100%)
}

.bg-gradient-dark-gray-left-transparent {
    background: -webkit-linear-gradient(right, rgb(24 25 28 / .5), #fff0);
    background: linear-gradient(to right, rgb(24 25 28 / .5), #fff0)
}

.bg-gradient-white-transparent {
    background: linear-gradient(to top, #ffffff 20%, #fff0 80%)
}

.bg-gradient-white-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(transparent));
    background: linear-gradient(to top, #ffffff 30%, #fff0 70%)
}

.bg-gradient-white-bottom-transparent {
    background: #000;
    background: linear-gradient(0deg, #fff0 0%, #ffffff 60%)
}

.bg-gradient-black-bottom-transparent {
    background: #fff;
    background: linear-gradient(0deg, #fff0 0%, rgb(0 0 0 / .6) 100%)
}

.bg-gradient-solitude-blue-transparent {
    background: -webkit-linear-gradient(bottom, #f0f4fd, #fff0);
    background: linear-gradient(to top, #f0f4fd, #fff0)
}

.bg-gradient-extra-midium-gray-transparent {
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgb(0 0 0 / .5)), color-stop(150%, rgb(20 20 20 / .3)));
    background: linear-gradient(to bottom, #fff0 50%, rgb(20 20 20 / .3) 150%)
}

.bg-dark-gray-transparent {
    background-color: rgb(35 35 35 / .8)
}

.bg-dark-gray-transparent-light {
    background-color: rgb(35 35 35 / .2)
}

.bg-dark-gray-transparent-medium {
    background-color: rgb(35 35 35 / .4)
}

.bg-medium-gray-transparent {
    background-color: rgb(111 111 111 / .1)
}

.bg-light-gray-transparent {
    background-color: #fbfbfb
}

.bg-medium-gray-transparent {
    background-color: rgb(136 136 136 / .3)
}

.bg-black-transparent-light {
    background-color: rgb(0 0 0 / .2)
}

.bg-black-transparent-medium {
    background-color: rgb(0 0 0 / .5)
}

.bg-black-transparent {
    background-color: rgb(0 0 0 / .8)
}

.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
    background-color: rgb(255 255 255 / .1)
}

.bg-white-transparent-very-light {
    background-color: rgb(255 255 255 / .2)
}

.bg-white-transparent-light {
    background-color: rgb(255 255 255 / .4)
}

.bg-white-transparent {
    background-color: rgb(255 255 255 / .7)
}

.contain-background {
    background-size: contain
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important
}

.fix-background {
    position: relative;
    background-size: cover !important;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

.background-size-inherit {
    background-size: inherit !important
}

.background-attachment-inherit {
    background-attachment: inherit !important
}

.background-position-left {
    background-position: left center !important
}

.background-position-left-bottom {
    background-position: left bottom !important
}

.background-position-left-center {
    background-position: left center !important
}

.background-position-right {
    background-position: right center !important
}

.background-position-right-top {
    background-position: right top !important
}

.background-position-center-top {
    background-position: center top !important
}

.background-position-left-top {
    background-position: left top !important
}

.background-position-right-bottom {
    background-position: right bottom !important
}

.background-position-center-bottom {
    background-position: center bottom 0px !important
}

.background-repeat {
    background-repeat: repeat
}

.background-no-repeat {
    background-repeat: no-repeat
}

.background-no-repeat-y {
    background-repeat-y: no-repeat
}

.background-position-center {
    background-position: center !important
}

.background-size-100 {
    background-size: 100% !important
}

.background-size-auto-100 {
    background-size: auto 100% !important
}

.background-size-contain {
    background-size: contain !important
}

.border-6 {
    border-width: 6px !important
}

.border-7 {
    border-width: 7px !important
}

.border-8 {
    border-width: 8px !important
}

.border-9 {
    border-width: 9px !important
}

.border-10 {
    border-width: 10px !important
}

.border-dotted {
    border-style: dotted !important
}

.border-dashed {
    border-style: dashed !important
}

.border-solid {
    border-style: solid !important
}

.border-double {
    border-style: double !important
}

.border-groove {
    border-style: groove !important
}

.border-ridge {
    border-style: ridge !important
}

.border-inset {
    border-style: inset !important
}

.border-outset {
    border-style: outset !important
}

.border-none {
    border-style: none !important
}

.border-hidden {
    border-style: hidden !important
}

.border-color-base-color {
    border-color: var(--base-color) !important
}

.border-color-white {
    border-color: var(--white) !important
}

.border-color-dark-gray {
    border-color: var(--dark-gray) !important
}

.border-color-medium-gray {
    border-color: var(--medium-gray) !important
}

.border-color-light-gray {
    border-color: var(--light-gray) !important
}

.border-color-very-light-gray {
    border-color: var(--very-light-gray) !important
}

.border-color-light-medium-gray {
    border-color: var(--light-medium-gray) !important
}

.border-color-extra-medium-gray {
    border-color: var(--extra-medium-gray) !important
}

.border-color-yellow {
    border-color: var(--yellow) !important
}

.border-color-orange {
    border-color: var(--orange) !important
}

.border-color-red {
    border-color: var(--red) !important
}

.border-color-transparent-dark-very-light {
    border-color: rgb(35 35 35 / .1) !important
}

.border-color-transparent-dark-light {
    border-color: rgb(35 35 35 / .2) !important
}

.border-color-transparent-white-very-light {
    border-color: rgb(255 255 255 / .3) !important
}

.border-color-transparent-white-light {
    border-color: rgb(255 255 255 / .1) !important
}

.border-color-transparent-white {
    border-color: rgb(255 255 255 / .6) !important
}

.border-color-transparent {
    border-color: transparent !important
}

.border-color-transparent-on-hover:hover {
    border-color: transparent !important
}

.border-gradient-light-pink-light-orange {
    border-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
    border-image-slice: 1
}

.border-gradient-purple-pink {
    border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
    border-image-slice: 1
}

.border-gradient-fast-pink-light-yellow {
    border-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
    border-image-slice: 1
}

.border-gradient-pink-orange {
    border-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
    border-image-slice: 1
}

.border-gradient-fast-blue-purple {
    border-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
    border-image-slice: 1
}

.border-gradient-light-pink-light-purple {
    border-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
    border-image-slice: 1
}

.border-gradient-light-green-light-perotgreen {
    border-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
    border-image-slice: 1
}

.border-gradient-sky-blue-pink {
    border-image: linear-gradient(to right top, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
    border-image-slice: 1
}

.border-radius-0px {
    border-radius: 0 !important
}

.border-radius-1px {
    border-radius: 1px !important
}

.border-radius-2px {
    border-radius: 2px !important
}

.border-radius-3px {
    border-radius: 3px !important
}

.border-radius-4px {
    border-radius: 4px !important
}

.border-radius-5px {
    border-radius: 5px !important
}

.border-radius-6px {
    border-radius: 6px !important
}

.border-radius-7px {
    border-radius: 7px !important
}

.border-radius-8px {
    border-radius: 8px !important
}

.border-radius-9px {
    border-radius: 9px !important
}

.border-radius-10px {
    border-radius: 10px !important
}

.border-radius-15px {
    border-radius: 15px !important
}

.border-radius-18px {
    border-radius: 18px !important
}

.border-radius-20px {
    border-radius: 20px !important
}

.border-radius-22px {
    border-radius: 22px !important
}

.border-radius-24px {
    border-radius: 24px !important
}

.border-radius-26px {
    border-radius: 26px !important
}

.border-radius-30px {
    border-radius: 30px !important
}

.border-radius-40px {
    border-radius: 40px !important
}

.border-radius-50px {
    border-radius: 50px !important
}

.border-radius-100px {
    border-radius: 100px !important
}

.border-radius-50 {
    border-radius: 50% !important
}

.border-radius-100 {
    border-radius: 100% !important
}

.no-border-radius {
    border-radius: 0 !important
}

.border-radius-top-left {
    border-radius: 10px 0 0 10px !important
}

.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    transition-duration: 0s;
    -webkit-transition-duration: 0s
}

.w-1px {
    width: 1px !important
}

.w-2px {
    width: 2px !important
}

.w-3px {
    width: 3px !important
}

.w-4px {
    width: 4px !important
}

.w-5px {
    width: 5px !important
}

.w-6px {
    width: 6px !important
}

.w-7px {
    width: 7px !important
}

.w-8px {
    width: 8px !important
}

.w-9px {
    width: 9px !important
}

.w-10px {
    width: 10px !important
}

.w-15px {
    width: 15px !important
}

.w-20px {
    width: 20px !important
}

.w-25px {
    width: 25px !important
}

.w-30px {
    width: 30px !important
}

.w-35px {
    width: 35px !important
}

.w-40px {
    width: 40px !important
}

.w-45px {
    width: 45px !important
}

.w-50px {
    width: 50px !important
}

.w-55px {
    width: 55px !important
}

.w-60px {
    width: 60px !important
}

.w-65px {
    width: 65px !important
}

.w-70px {
    width: 70px !important
}

.w-75px {
    width: 75px !important
}

.w-80px {
    width: 80px !important
}

.w-85px {
    width: 85px !important
}

.w-90px {
    width: 90px !important
}

.w-95px {
    width: 95px !important
}

.w-100px {
    width: 100px !important
}

.w-110px {
    width: 110px !important
}

.w-120px {
    width: 120px !important
}

.w-130px {
    width: 130px !important
}

.w-140px {
    width: 140px !important
}

.w-150px {
    width: 150px !important
}

.w-160px {
    width: 160px !important
}

.w-170px {
    width: 170px !important
}

.w-180px {
    width: 180px !important
}

.w-190px {
    width: 190px !important
}

.w-200px {
    width: 200px !important
}

.w-210px {
    width: 210px !important
}

.w-220px {
    width: 220px !important
}

.w-230px {
    width: 230px !important
}

.w-240px {
    width: 240px !important
}

.w-250px {
    width: 250px !important
}

.w-260px {
    width: 260px !important
}

.w-270px {
    width: 270px !important
}

.w-280px {
    width: 280px !important
}

.w-290px {
    width: 290px !important
}

.w-300px {
    width: 300px !important
}

.w-310px {
    width: 310px !important
}

.w-320px {
    width: 320px !important
}

.w-330px {
    width: 330px !important
}

.w-340px {
    width: 340px !important
}

.w-350px {
    width: 350px !important
}

.w-360px {
    width: 360px !important
}

.w-370px {
    width: 370px !important
}

.w-380px {
    width: 380px !important
}

.w-390px {
    width: 390px !important
}

.w-400px {
    width: 400px !important
}

.w-450px {
    width: 450px !important
}

.w-500px {
    width: 500px !important
}

.w-550px {
    width: 550px !important
}

.w-600px {
    width: 600px !important
}

.w-650px {
    width: 650px !important
}

.w-700px {
    width: 700px !important
}

.w-750px {
    width: 750px !important
}

.w-800px {
    width: 800px !important
}

.w-850px {
    width: 850px !important
}

.w-900px {
    width: 900px !important
}

.w-950px {
    width: 950px !important
}

.w-1000px {
    width: 1000px !important
}

.w-10 {
    width: 10% !important
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-30 {
    width: 30% !important
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-50 {
    width: 50% !important
}

.w-55 {
    width: 55% !important
}

.w-60 {
    width: 60% !important
}

.w-65 {
    width: 65% !important
}

.w-70 {
    width: 70% !important
}

.w-75 {
    width: 75% !important
}

.w-80 {
    width: 80% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}

.w-95 {
    width: 95% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-1px {
    height: 1px !important
}

.h-2px {
    height: 2px !important
}

.h-3px {
    height: 3px !important
}

.h-4px {
    height: 4px !important
}

.h-5px {
    height: 5px !important
}

.h-6px {
    height: 6px !important
}

.h-7px {
    height: 7px !important
}

.h-8px {
    height: 8px !important
}

.h-9px {
    height: 9px !important
}

.h-10px {
    height: 10px !important
}

.h-11px {
    height: 11px !important
}

.h-12px {
    height: 12px !important
}

.h-13px {
    height: 13px !important
}

.h-14px {
    height: 14px !important
}

.h-15px {
    height: 15px !important
}

.h-20px {
    height: 20px !important
}

.h-25px {
    height: 25px !important
}

.h-30px {
    height: 30px !important
}

.h-35px {
    height: 35px !important
}

.h-40px {
    height: 40px !important
}

.h-42px {
    height: 42px !important
}

.h-45px {
    height: 45px !important
}

.h-50px {
    height: 50px !important
}

.h-55px {
    height: 55px !important
}

.h-60px {
    height: 60px !important
}

.h-65px {
    height: 65px !important
}

.h-70px {
    height: 70px !important
}

.h-75px {
    height: 75px !important
}

.h-80px {
    height: 80px !important
}

.h-85px {
    height: 85px !important
}

.h-90px {
    height: 90px !important
}

.h-95px {
    height: 95px !important
}

.h-100px {
    height: 100px !important
}

.h-110px {
    height: 110px !important
}

.h-120px {
    height: 120px !important
}

.h-130px {
    height: 130px !important
}

.h-140px {
    height: 140px !important
}

.h-150px {
    height: 150px !important
}

.h-160px {
    height: 160px !important
}

.h-170px {
    height: 170px !important
}

.h-180px {
    height: 180px !important
}

.h-190px {
    height: 190px !important
}

.h-200px {
    height: 200px !important
}

.h-210px {
    height: 210px !important
}

.h-220px {
    height: 220px !important
}

.h-230px {
    height: 230px !important
}

.h-240px {
    height: 240px !important
}

.h-250px {
    height: 250px !important
}

.h-260px {
    height: 260px !important
}

.h-270px {
    height: 270px !important
}

.h-280px {
    height: 280px !important
}

.h-290px {
    height: 290px !important
}

.h-300px {
    height: 300px !important
}

.h-350px {
    height: 350px !important
}

.h-400px {
    height: 400px !important
}

.h-450px {
    height: 450px !important
}

.h-480px {
    height: 480px !important
}

.h-500px {
    height: 500px !important
}

.h-550px {
    height: 550px !important
}

.h-580px {
    height: 580px !important
}

.h-600px {
    height: 600px !important
}

.h-650px {
    height: 650px !important
}

.h-700px {
    height: 700px !important
}

.h-750px {
    height: 750px !important
}

.h-800px {
    height: 800px !important
}

.h-850px {
    height: 850px !important
}

.h-auto {
    height: auto !important
}

.extra-very-small-screen {
    height: 250px !important
}

.extra-small-screen {
    height: 300px !important
}

.small-screen {
    height: 400px !important
}

.one-half-screen {
    height: 600px !important
}

.one-third-screen {
    height: 700px !important
}

.one-fourth-screen {
    height: 800px !important
}

.one-fifth-screen {
    height: 900px !important
}

.one-sixth-screen {
    height: 1000px !important
}

.one-seventh-screen {
    height: 1200px !important
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.p-5px {
    padding: 5px !important
}

.p-10px {
    padding: 10px !important
}

.p-15px {
    padding: 15px !important
}

.p-20px {
    padding: 20px !important
}

.p-25px {
    padding: 25px !important
}

.p-30px {
    padding: 30px !important
}

.p-35px {
    padding: 35px !important
}

.p-40px {
    padding: 40px !important
}

.p-45px {
    padding: 45px !important
}

.p-50px {
    padding: 50px !important
}

.p-55px {
    padding: 55px !important
}

.p-60px {
    padding: 60px !important
}

.p-65px {
    padding: 65px !important
}

.p-70px {
    padding: 70px !important
}

.p-1 {
    padding: 1% !important
}

.p-2 {
    padding: 2% !important
}

.p-3 {
    padding: 3% !important
}

.p-4 {
    padding: 4% !important
}

.p-5 {
    padding: 5% !important
}

.p-6 {
    padding: 6% !important
}

.p-7 {
    padding: 7% !important
}

.p-8 {
    padding: 8% !important
}

.p-9 {
    padding: 9% !important
}

.p-10 {
    padding: 10% !important
}

.p-11 {
    padding: 11% !important
}

.p-12 {
    padding: 12% !important
}

.p-13 {
    padding: 13% !important
}

.p-14 {
    padding: 14% !important
}

.p-15 {
    padding: 15% !important
}

.p-16 {
    padding: 16% !important
}

.p-17 {
    padding: 17% !important
}

.p-18 {
    padding: 18% !important
}

.p-19 {
    padding: 19% !important
}

.p-20 {
    padding: 20% !important
}

.p-21 {
    padding: 21% !important
}

.p-22 {
    padding: 22% !important
}

.p-23 {
    padding: 23% !important
}

.p-24 {
    padding: 24% !important
}

.p-25 {
    padding: 25% !important
}

.p-26 {
    padding: 26% !important
}

.p-27 {
    padding: 27% !important
}

.p-28 {
    padding: 28% !important
}

.p-29 {
    padding: 29% !important
}

.p-30 {
    padding: 30% !important
}

.pt-5px {
    padding-top: 5px !important
}

.pt-10px {
    padding-top: 10px !important
}

.pt-15px {
    padding-top: 15px !important
}

.pt-20px {
    padding-top: 20px !important
}

.pt-25px {
    padding-top: 25px !important
}

.pt-30px {
    padding-top: 30px !important
}

.pt-35px {
    padding-top: 35px !important
}

.pt-40px {
    padding-top: 40px !important
}

.pt-45px {
    padding-top: 45px !important
}

.pt-50px {
    padding-top: 50px !important
}

.pt-55px {
    padding-top: 55px !important
}

.pt-60px {
    padding-top: 60px !important
}

.pt-65px {
    padding-top: 65px !important
}

.pt-70px {
    padding-top: 70px !important
}

.pt-1 {
    padding-top: 1% !important
}

.pt-2 {
    padding-top: 2% !important
}

.pt-3 {
    padding-top: 3% !important
}

.pt-4 {
    padding-top: 4% !important
}

.pt-5 {
    padding-top: 5% !important
}

.pt-6 {
    padding-top: 6% !important
}

.pt-7 {
    padding-top: 7% !important
}

.pt-8 {
    padding-top: 8% !important
}

.pt-9 {
    padding-top: 9% !important
}

.pt-10 {
    padding-top: 10% !important
}

.pt-11 {
    padding-top: 11% !important
}

.pt-12 {
    padding-top: 12% !important
}

.pt-13 {
    padding-top: 13% !important
}

.pt-14 {
    padding-top: 14% !important
}

.pt-15 {
    padding-top: 15% !important
}

.pt-16 {
    padding-top: 16% !important
}

.pt-17 {
    padding-top: 17% !important
}

.pt-18 {
    padding-top: 18% !important
}

.pt-19 {
    padding-top: 19% !important
}

.pt-20 {
    padding-top: 20% !important
}

.pt-21 {
    padding-top: 21% !important
}

.pt-22 {
    padding-top: 22% !important
}

.pt-23 {
    padding-top: 23% !important
}

.pt-24 {
    padding-top: 24% !important
}

.pt-25 {
    padding-top: 25% !important
}

.pt-26 {
    padding-top: 26% !important
}

.pt-27 {
    padding-top: 27% !important
}

.pt-28 {
    padding-top: 28% !important
}

.pt-29 {
    padding-top: 29% !important
}

.pt-30 {
    padding-top: 30% !important
}

.pe-5px {
    padding-right: 5px !important
}

.pe-10px {
    padding-right: 10px !important
}

.pe-15px {
    padding-right: 15px !important
}

.pe-20px {
    padding-right: 20px !important
}

.pe-25px {
    padding-right: 25px !important
}

.pe-30px {
    padding-right: 30px !important
}

.pe-35px {
    padding-right: 35px !important
}

.pe-40px {
    padding-right: 40px !important
}

.pe-45px {
    padding-right: 45px !important
}

.pe-50px {
    padding-right: 50px !important
}

.pe-55px {
    padding-right: 55px !important
}

.pe-60px {
    padding-right: 60px !important
}

.pe-65px {
    padding-right: 65px !important
}

.pe-70px {
    padding-right: 70px !important
}

.pe-1 {
    padding-right: 1% !important
}

.pe-2 {
    padding-right: 2% !important
}

.pe-3 {
    padding-right: 3% !important
}

.pe-4 {
    padding-right: 4% !important
}

.pe-5 {
    padding-right: 5% !important
}

.pe-6 {
    padding-right: 6% !important
}

.pe-7 {
    padding-right: 7% !important
}

.pe-8 {
    padding-right: 8% !important
}

.pe-9 {
    padding-right: 9% !important
}

.pe-10 {
    padding-right: 10% !important
}

.pe-11 {
    padding-right: 11% !important
}

.pe-12 {
    padding-right: 12% !important
}

.pe-13 {
    padding-right: 13% !important
}

.pe-14 {
    padding-right: 14% !important
}

.pe-15 {
    padding-right: 15% !important
}

.pe-16 {
    padding-right: 16% !important
}

.pe-17 {
    padding-right: 17% !important
}

.pe-18 {
    padding-right: 18% !important
}

.pe-19 {
    padding-right: 19% !important
}

.pe-20 {
    padding-right: 20% !important
}

.pe-21 {
    padding-right: 21% !important
}

.pe-22 {
    padding-right: 22% !important
}

.pe-23 {
    padding-right: 23% !important
}

.pe-24 {
    padding-right: 24% !important
}

.pe-25 {
    padding-right: 25% !important
}

.pe-26 {
    padding-right: 26% !important
}

.pe-27 {
    padding-right: 27% !important
}

.pe-28 {
    padding-right: 28% !important
}

.pe-29 {
    padding-right: 29% !important
}

.pe-30 {
    padding-right: 30% !important
}

.pb-5px {
    padding-bottom: 5px !important
}

.pb-10px {
    padding-bottom: 10px !important
}

.pb-15px {
    padding-bottom: 15px !important
}

.pb-20px {
    padding-bottom: 20px !important
}

.pb-25px {
    padding-bottom: 25px !important
}

.pb-30px {
    padding-bottom: 30px !important
}

.pb-35px {
    padding-bottom: 35px !important
}

.pb-40px {
    padding-bottom: 40px !important
}

.pb-45px {
    padding-bottom: 45px !important
}

.pb-50px {
    padding-bottom: 50px !important
}

.pb-55px {
    padding-bottom: 55px !important
}

.pb-60px {
    padding-bottom: 60px !important
}

.pb-65px {
    padding-bottom: 65px !important
}

.pb-70px {
    padding-bottom: 70px !important
}

.pb-1 {
    padding-bottom: 1% !important
}

.pb-2 {
    padding-bottom: 2% !important
}

.pb-3 {
    padding-bottom: 3% !important
}

.pb-4 {
    padding-bottom: 4% !important
}

.pb-5 {
    padding-bottom: 5% !important
}

.pb-6 {
    padding-bottom: 6% !important
}

.pb-7 {
    padding-bottom: 7% !important
}

.pb-8 {
    padding-bottom: 8% !important
}

.pb-9 {
    padding-bottom: 9% !important
}

.pb-10 {
    padding-bottom: 10% !important
}

.pb-11 {
    padding-bottom: 11% !important
}

.pb-12 {
    padding-bottom: 12% !important
}

.pb-13 {
    padding-bottom: 13% !important
}

.pb-14 {
    padding-bottom: 14% !important
}

.pb-15 {
    padding-bottom: 15% !important
}

.pb-16 {
    padding-bottom: 16% !important
}

.pb-17 {
    padding-bottom: 17% !important
}

.pb-18 {
    padding-bottom: 18% !important
}

.pb-19 {
    padding-bottom: 19% !important
}

.pb-20 {
    padding-bottom: 20% !important
}

.pb-21 {
    padding-bottom: 21% !important
}

.pb-22 {
    padding-bottom: 22% !important
}

.pb-23 {
    padding-bottom: 23% !important
}

.pb-24 {
    padding-bottom: 24% !important
}

.pb-25 {
    padding-bottom: 25% !important
}

.pb-26 {
    padding-bottom: 26% !important
}

.pb-27 {
    padding-bottom: 27% !important
}

.pb-28 {
    padding-bottom: 28% !important
}

.pb-29 {
    padding-bottom: 29% !important
}

.pb-30 {
    padding-bottom: 30% !important
}

.ps-5px {
    padding-left: 5px !important
}

.ps-10px {
    padding-left: 10px !important
}

.ps-15px {
    padding-left: 15px !important
}

.ps-20px {
    padding-left: 20px !important
}

.ps-25px {
    padding-left: 25px !important
}

.ps-30px {
    padding-left: 30px !important
}

.ps-35px {
    padding-left: 35px !important
}

.ps-40px {
    padding-left: 40px !important
}

.ps-45px {
    padding-left: 45px !important
}

.ps-50px {
    padding-left: 50px !important
}

.ps-55px {
    padding-left: 55px !important
}

.ps-60px {
    padding-left: 60px !important
}

.ps-65px {
    padding-left: 65px !important
}

.ps-70px {
    padding-left: 70px !important
}

.ps-1 {
    padding-left: 1% !important
}

.ps-2 {
    padding-left: 2% !important
}

.ps-3 {
    padding-left: 3% !important
}

.ps-4 {
    padding-left: 4% !important
}

.ps-5 {
    padding-left: 5% !important
}

.ps-6 {
    padding-left: 6% !important
}

.ps-7 {
    padding-left: 7% !important
}

.ps-8 {
    padding-left: 8% !important
}

.ps-9 {
    padding-left: 9% !important
}

.ps-10 {
    padding-left: 10% !important
}

.ps-11 {
    padding-left: 11% !important
}

.ps-12 {
    padding-left: 12% !important
}

.ps-13 {
    padding-left: 13% !important
}

.ps-14 {
    padding-left: 14% !important
}

.ps-15 {
    padding-left: 15% !important
}

.ps-16 {
    padding-left: 16% !important
}

.ps-17 {
    padding-left: 17% !important
}

.ps-18 {
    padding-left: 18% !important
}

.ps-19 {
    padding-left: 19% !important
}

.ps-20 {
    padding-left: 20% !important
}

.ps-21 {
    padding-left: 21% !important
}

.ps-22 {
    padding-left: 22% !important
}

.ps-23 {
    padding-left: 23% !important
}

.ps-24 {
    padding-left: 24% !important
}

.ps-25 {
    padding-left: 25% !important
}

.ps-26 {
    padding-left: 26% !important
}

.ps-27 {
    padding-left: 27% !important
}

.ps-28 {
    padding-left: 28% !important
}

.ps-29 {
    padding-left: 29% !important
}

.ps-30 {
    padding-left: 30% !important
}

.m-5px {
    margin: 5px !important
}

.m-10px {
    margin: 10px !important
}

.m-15px {
    margin: 15px !important
}

.m-20px {
    margin: 20px !important
}

.m-25px {
    margin: 25px !important
}

.m-30px {
    margin: 30px !important
}

.m-35px {
    margin: 35px !important
}

.m-40px {
    margin: 40px !important
}

.m-45px {
    margin: 45px !important
}

.m-50px {
    margin: 50px !important
}

.m-55px {
    margin: 55px !important
}

.m-60px {
    margin: 60px !important
}

.m-65px {
    margin: 65px !important
}

.m-70px {
    margin: 70px !important
}

.m-1 {
    margin: 1% !important
}

.m-2 {
    margin: 2% !important
}

.m-3 {
    margin: 3% !important
}

.m-4 {
    margin: 4% !important
}

.m-5 {
    margin: 5% !important
}

.m-6 {
    margin: 6% !important
}

.m-7 {
    margin: 7% !important
}

.m-8 {
    margin: 8% !important
}

.m-9 {
    margin: 9% !important
}

.m-10 {
    margin: 10% !important
}

.m-11 {
    margin: 11% !important
}

.m-12 {
    margin: 12% !important
}

.m-13 {
    margin: 13% !important
}

.m-14 {
    margin: 14% !important
}

.m-15 {
    margin: 15% !important
}

.m-16 {
    margin: 16% !important
}

.m-17 {
    margin: 17% !important
}

.m-18 {
    margin: 18% !important
}

.m-19 {
    margin: 19% !important
}

.m-20 {
    margin: 20% !important
}

.m-21 {
    margin: 21% !important
}

.m-22 {
    margin: 22% !important
}

.m-23 {
    margin: 23% !important
}

.m-24 {
    margin: 24% !important
}

.m-25 {
    margin: 25% !important
}

.m-26 {
    margin: 26% !important
}

.m-27 {
    margin: 27% !important
}

.m-28 {
    margin: 28% !important
}

.m-29 {
    margin: 29% !important
}

.m-30 {
    margin: 30% !important
}

.mt-5px {
    margin-top: 5px !important
}

.mt-10px {
    margin-top: 10px !important
}

.mt-15px {
    margin-top: 15px !important
}

.mt-20px {
    margin-top: 20px !important
}

.mt-25px {
    margin-top: 25px !important
}

.mt-30px {
    margin-top: 30px !important
}

.mt-35px {
    margin-top: 35px !important
}

.mt-40px {
    margin-top: 40px !important
}

.mt-45px {
    margin-top: 45px !important
}

.mt-50px {
    margin-top: 50px !important
}

.mt-55px {
    margin-top: 55px !important
}

.mt-60px {
    margin-top: 60px !important
}

.mt-65px {
    margin-top: 65px !important
}

.mt-70px {
    margin-top: 70px !important
}

.mt-1 {
    margin-top: 1% !important
}

.mt-2 {
    margin-top: 2% !important
}

.mt-3 {
    margin-top: 3% !important
}

.mt-4 {
    margin-top: 4% !important
}

.mt-5 {
    margin-top: 5% !important
}

.mt-6 {
    margin-top: 6% !important
}

.mt-7 {
    margin-top: 7% !important
}

.mt-8 {
    margin-top: 8% !important
}

.mt-9 {
    margin-top: 9% !important
}

.mt-10 {
    margin-top: 10% !important
}

.mt-11 {
    margin-top: 11% !important
}

.mt-12 {
    margin-top: 12% !important
}

.mt-13 {
    margin-top: 13% !important
}

.mt-14 {
    margin-top: 14% !important
}

.mt-15 {
    margin-top: 15% !important
}

.mt-16 {
    margin-top: 16% !important
}

.mt-17 {
    margin-top: 17% !important
}

.mt-18 {
    margin-top: 18% !important
}

.mt-19 {
    margin-top: 19% !important
}

.mt-20 {
    margin-top: 20% !important
}

.mt-21 {
    margin-top: 21% !important
}

.mt-22 {
    margin-top: 22% !important
}

.mt-23 {
    margin-top: 23% !important
}

.mt-24 {
    margin-top: 24% !important
}

.mt-25 {
    margin-top: 25% !important
}

.mt-26 {
    margin-top: 26% !important
}

.mt-27 {
    margin-top: 27% !important
}

.mt-28 {
    margin-top: 28% !important
}

.mt-29 {
    margin-top: 29% !important
}

.mt-30 {
    margin-top: 30% !important
}

.me-5px {
    margin-right: 5px !important
}

.me-10px {
    margin-right: 10px !important
}

.me-15px {
    margin-right: 15px !important
}

.me-20px {
    margin-right: 20px !important
}

.me-25px {
    margin-right: 25px !important
}

.me-30px {
    margin-right: 30px !important
}

.me-35px {
    margin-right: 35px !important
}

.me-40px {
    margin-right: 40px !important
}

.me-45px {
    margin-right: 45px !important
}

.me-50px {
    margin-right: 50px !important
}

.me-55px {
    margin-right: 55px !important
}

.me-60px {
    margin-right: 60px !important
}

.me-65px {
    margin-right: 65px !important
}

.me-70px {
    margin-right: 70px !important
}

.me-1 {
    margin-right: 1% !important
}

.me-2 {
    margin-right: 2% !important
}

.me-3 {
    margin-right: 3% !important
}

.me-4 {
    margin-right: 4% !important
}

.me-5 {
    margin-right: 5% !important
}

.me-6 {
    margin-right: 6% !important
}

.me-7 {
    margin-right: 7% !important
}

.me-8 {
    margin-right: 8% !important
}

.me-9 {
    margin-right: 9% !important
}

.me-10 {
    margin-right: 10% !important
}

.me-11 {
    margin-right: 11% !important
}

.me-12 {
    margin-right: 12% !important
}

.me-13 {
    margin-right: 13% !important
}

.me-14 {
    margin-right: 14% !important
}

.me-15 {
    margin-right: 15% !important
}

.me-16 {
    margin-right: 16% !important
}

.me-17 {
    margin-right: 17% !important
}

.me-18 {
    margin-right: 18% !important
}

.me-19 {
    margin-right: 19% !important
}

.me-20 {
    margin-right: 20% !important
}

.me-21 {
    margin-right: 21% !important
}

.me-22 {
    margin-right: 22% !important
}

.me-23 {
    margin-right: 23% !important
}

.me-24 {
    margin-right: 24% !important
}

.me-25 {
    margin-right: 25% !important
}

.me-26 {
    margin-right: 26% !important
}

.me-27 {
    margin-right: 27% !important
}

.me-28 {
    margin-right: 28% !important
}

.me-29 {
    margin-right: 29% !important
}

.me-30 {
    margin-right: 30% !important
}

.mb-5px {
    margin-bottom: 5px !important
}

.mb-10px {
    margin-bottom: 10px !important
}

.mb-15px {
    margin-bottom: 15px !important
}

.mb-20px {
    margin-bottom: 20px !important
}

.mb-25px {
    margin-bottom: 25px !important
}

.mb-30px {
    margin-bottom: 30px !important
}

.mb-35px {
    margin-bottom: 35px !important
}

.mb-40px {
    margin-bottom: 40px !important
}

.mb-45px {
    margin-bottom: 45px !important
}

.mb-50px {
    margin-bottom: 50px !important
}

.mb-55px {
    margin-bottom: 55px !important
}

.mb-60px {
    margin-bottom: 60px !important
}

.mb-65px {
    margin-bottom: 65px !important
}

.mb-70px {
    margin-bottom: 70px !important
}

.mb-1 {
    margin-bottom: 1% !important
}

.mb-2 {
    margin-bottom: 2% !important
}

.mb-3 {
    margin-bottom: 3% !important
}

.mb-4 {
    margin-bottom: 4% !important
}

.mb-5 {
    margin-bottom: 5% !important
}

.mb-6 {
    margin-bottom: 6% !important
}

.mb-7 {
    margin-bottom: 7% !important
}

.mb-8 {
    margin-bottom: 8% !important
}

.mb-9 {
    margin-bottom: 9% !important
}

.mb-10 {
    margin-bottom: 10% !important
}

.mb-11 {
    margin-bottom: 11% !important
}

.mb-12 {
    margin-bottom: 12% !important
}

.mb-13 {
    margin-bottom: 13% !important
}

.mb-14 {
    margin-bottom: 14% !important
}

.mb-15 {
    margin-bottom: 15% !important
}

.mb-16 {
    margin-bottom: 16% !important
}

.mb-17 {
    margin-bottom: 17% !important
}

.mb-18 {
    margin-bottom: 18% !important
}

.mb-19 {
    margin-bottom: 19% !important
}

.mb-20 {
    margin-bottom: 20% !important
}

.mb-21 {
    margin-bottom: 21% !important
}

.mb-22 {
    margin-bottom: 22% !important
}

.mb-23 {
    margin-bottom: 23% !important
}

.mb-24 {
    margin-bottom: 24% !important
}

.mb-25 {
    margin-bottom: 25% !important
}

.mb-26 {
    margin-bottom: 26% !important
}

.mb-27 {
    margin-bottom: 27% !important
}

.mb-28 {
    margin-bottom: 28% !important
}

.mb-29 {
    margin-bottom: 29% !important
}

.mb-30 {
    margin-bottom: 30% !important
}

.ms-5px {
    margin-left: 5px !important
}

.ms-10px {
    margin-left: 10px !important
}

.ms-15px {
    margin-left: 15px !important
}

.ms-20px {
    margin-left: 20px !important
}

.ms-25px {
    margin-left: 25px !important
}

.ms-30px {
    margin-left: 30px !important
}

.ms-35px {
    margin-left: 35px !important
}

.ms-40px {
    margin-left: 40px !important
}

.ms-45px {
    margin-left: 45px !important
}

.ms-50px {
    margin-left: 50px !important
}

.ms-55px {
    margin-left: 55px !important
}

.ms-60px {
    margin-left: 60px !important
}

.ms-65px {
    margin-left: 65px !important
}

.ms-70px {
    margin-left: 70px !important
}

.ms-1 {
    margin-left: 1% !important
}

.ms-2 {
    margin-left: 2% !important
}

.ms-3 {
    margin-left: 3% !important
}

.ms-4 {
    margin-left: 4% !important
}

.ms-5 {
    margin-left: 5% !important
}

.ms-6 {
    margin-left: 6% !important
}

.ms-7 {
    margin-left: 7% !important
}

.ms-8 {
    margin-left: 8% !important
}

.ms-9 {
    margin-left: 9% !important
}

.ms-10 {
    margin-left: 10% !important
}

.ms-11 {
    margin-left: 11% !important
}

.ms-12 {
    margin-left: 12% !important
}

.ms-13 {
    margin-left: 13% !important
}

.ms-14 {
    margin-left: 14% !important
}

.ms-15 {
    margin-left: 15% !important
}

.ms-16 {
    margin-left: 16% !important
}

.ms-17 {
    margin-left: 17% !important
}

.ms-18 {
    margin-left: 18% !important
}

.ms-19 {
    margin-left: 19% !important
}

.ms-20 {
    margin-left: 20% !important
}

.ms-21 {
    margin-left: 21% !important
}

.ms-22 {
    margin-left: 22% !important
}

.ms-23 {
    margin-left: 23% !important
}

.ms-24 {
    margin-left: 24% !important
}

.ms-25 {
    margin-left: 25% !important
}

.ms-26 {
    margin-left: 26% !important
}

.ms-27 {
    margin-left: 27% !important
}

.ms-28 {
    margin-left: 28% !important
}

.ms-29 {
    margin-left: 29% !important
}

.ms-30 {
    margin-left: 30% !important
}

.top-0px {
    top: 0
}

.top-1px {
    top: 1px
}

.top-2px {
    top: 2px
}

.top-3px {
    top: 3px
}

.top-4px {
    top: 4px
}

.top-5px {
    top: 5px
}

.top-6px {
    top: 6px
}

.top-7px {
    top: 7px
}

.top-8px {
    top: 8px
}

.top-9px {
    top: 9px
}

.top-10px {
    top: 10px
}

.top-11px {
    top: 11px
}

.top-12px {
    top: 12px
}

.top-13px {
    top: 13px
}

.top-14px {
    top: 14px
}

.top-15px {
    top: 15px
}

.top-16px {
    top: 16px
}

.top-17px {
    top: 17px
}

.top-18px {
    top: 18px
}

.top-19px {
    top: 19px
}

.top-20px {
    top: 20px
}

.top-21px {
    top: 21px
}

.top-22px {
    top: 22px
}

.top-23px {
    top: 23px
}

.top-24px {
    top: 24px
}

.top-25px {
    top: 25px
}

.top-26px {
    top: 26px
}

.top-27px {
    top: 27px
}

.top-28px {
    top: 28px
}

.top-29px {
    top: 29px
}

.top-30px {
    top: 30px
}

.top-40px {
    top: 40px
}

.top-50px {
    top: 50px
}

.top-60px {
    top: 60px
}

.top-70px {
    top: 70px
}

.top-80px {
    top: 80px
}

.top-90px {
    top: 90px
}

.top-100px {
    top: 100px
}

.top-110px {
    top: 110px
}

.top-120px {
    top: 120px
}

.top-130px {
    top: 130px
}

.top-140px {
    top: 140px
}

.top-150px {
    top: 150px
}

.right-0px {
    right: 0
}

.right-1px {
    right: 1px
}

.right-2px {
    right: 2px
}

.right-3px {
    right: 3px
}

.right-4px {
    right: 4px
}

.right-5px {
    right: 5px
}

.right-6px {
    right: 6px
}

.right-7px {
    right: 7px
}

.right-8px {
    right: 8px
}

.right-9px {
    right: 9px
}

.right-10px {
    right: 10px
}

.right-11px {
    right: 11px
}

.right-12px {
    right: 12px
}

.right-13px {
    right: 13px
}

.right-14px {
    right: 14px
}

.right-15px {
    right: 15px
}

.right-16px {
    right: 16px
}

.right-17px {
    right: 17px
}

.right-18px {
    right: 18px
}

.right-19px {
    right: 19px
}

.right-20px {
    right: 20px
}

.right-21px {
    right: 21px
}

.right-22px {
    right: 22px
}

.right-23px {
    right: 23px
}

.right-24px {
    right: 24px
}

.right-25px {
    right: 25px
}

.right-26px {
    right: 26px
}

.right-27px {
    right: 27px
}

.right-28px {
    right: 28px
}

.right-29px {
    right: 29px
}

.right-30px {
    right: 30px
}

.right-40px {
    right: 40px
}

.right-50px {
    right: 50px
}

.right-60px {
    right: 60px
}

.right-70px {
    right: 70px
}

.right-80px {
    right: 80px
}

.right-90px {
    right: 90px
}

.right-100px {
    right: 100px
}

.right-110px {
    right: 110px
}

.right-120px {
    right: 120px
}

.right-130px {
    right: 130px
}

.right-140px {
    right: 140px
}

.right-150px {
    right: 150px
}

.bottom-0px {
    bottom: 0
}

.bottom-1px {
    bottom: 1px
}

.bottom-2px {
    bottom: 2px
}

.bottom-3px {
    bottom: 3px
}

.bottom-4px {
    bottom: 4px
}

.bottom-5px {
    bottom: 5px
}

.bottom-6px {
    bottom: 6px
}

.bottom-7px {
    bottom: 7px
}

.bottom-8px {
    bottom: 8px
}

.bottom-9px {
    bottom: 9px
}

.bottom-10px {
    bottom: 10px
}

.bottom-11px {
    bottom: 11px
}

.bottom-12px {
    bottom: 12px
}

.bottom-13px {
    bottom: 13px
}

.bottom-14px {
    bottom: 14px
}

.bottom-15px {
    bottom: 15px
}

.bottom-16px {
    bottom: 16px
}

.bottom-17px {
    bottom: 17px
}

.bottom-18px {
    bottom: 18px
}

.bottom-19px {
    bottom: 19px
}

.bottom-20px {
    bottom: 20px
}

.bottom-21px {
    bottom: 21px
}

.bottom-22px {
    bottom: 22px
}

.bottom-23px {
    bottom: 23px
}

.bottom-24px {
    bottom: 24px
}

.bottom-25px {
    bottom: 25px
}

.bottom-26px {
    bottom: 26px
}

.bottom-27px {
    bottom: 27px
}

.bottom-28px {
    bottom: 28px
}

.bottom-29px {
    bottom: 29px
}

.bottom-30px {
    bottom: 30px
}

.bottom-40px {
    bottom: 40px
}

.bottom-50px {
    bottom: 50px
}

.bottom-60px {
    bottom: 60px
}

.bottom-70px {
    bottom: 70px
}

.bottom-80px {
    bottom: 80px
}

.bottom-90px {
    bottom: 90px
}

.bottom-100px {
    bottom: 100px
}

.bottom-110px {
    bottom: 110px
}

.bottom-120px {
    bottom: 120px
}

.bottom-130px {
    bottom: 130px
}

.bottom-140px {
    bottom: 140px
}

.bottom-150px {
    bottom: 150px
}

.left-0px {
    left: 0
}

.left-1px {
    left: 1px
}

.left-2px {
    left: 2px
}

.left-3px {
    left: 3px
}

.left-4px {
    left: 4px
}

.left-5px {
    left: 5px
}

.left-6px {
    left: 6px
}

.left-7px {
    left: 7px
}

.left-8px {
    left: 8px
}

.left-9px {
    left: 9px
}

.left-10px {
    left: 10px
}

.left-11px {
    left: 11px
}

.left-12px {
    left: 12px
}

.left-13px {
    left: 13px
}

.left-14px {
    left: 14px
}

.left-15px {
    left: 15px
}

.left-16px {
    left: 16px
}

.left-17px {
    left: 17px
}

.left-18px {
    left: 18px
}

.left-19px {
    left: 19px
}

.left-20px {
    left: 20px
}

.left-21px {
    left: 21px
}

.left-22px {
    left: 22px
}

.left-23px {
    left: 23px
}

.left-24px {
    left: 24px
}

.left-25px {
    left: 25px
}

.left-26px {
    left: 26px
}

.left-27px {
    left: 27px
}

.left-28px {
    left: 28px
}

.left-29px {
    left: 29px
}

.left-30px {
    left: 30px
}

.left-40px {
    left: 40px
}

.left-50px {
    left: 50px
}

.left-60px {
    left: 60px
}

.left-70px {
    left: 70px
}

.left-80px {
    left: 80px
}

.left-90px {
    left: 90px
}

.left-100px {
    left: 100px
}

.left-110px {
    left: 110px
}

.left-120px {
    left: 120px
}

.left-130px {
    left: 130px
}

.left-140px {
    left: 140px
}

.left-150px {
    left: 150px
}

.top-minus-0px {
    top: 0
}

.top-minus-1px {
    top: -1px
}

.top-minus-2px {
    top: -2px
}

.top-minus-3px {
    top: -3px
}

.top-minus-4px {
    top: -4px
}

.top-minus-5px {
    top: -5px
}

.top-minus-6px {
    top: -6px
}

.top-minus-7px {
    top: -7px
}

.top-minus-8px {
    top: -8px
}

.top-minus-9px {
    top: -9px
}

.top-minus-10px {
    top: -10px
}

.top-minus-11px {
    top: -11px
}

.top-minus-12px {
    top: -12px
}

.top-minus-13px {
    top: -13px
}

.top-minus-14px {
    top: -14px
}

.top-minus-15px {
    top: -15px
}

.top-minus-16px {
    top: -16px
}

.top-minus-17px {
    top: -17px
}

.top-minus-18px {
    top: -18px
}

.top-minus-19px {
    top: -19px
}

.top-minus-20px {
    top: -20px
}

.top-minus-21px {
    top: -21px
}

.top-minus-22px {
    top: -22px
}

.top-minus-23px {
    top: -23px
}

.top-minus-24px {
    top: -24px
}

.top-minus-25px {
    top: -25px
}

.top-minus-26px {
    top: -26px
}

.top-minus-27px {
    top: -27px
}

.top-minus-28px {
    top: -28px
}

.top-minus-29px {
    top: -29px
}

.top-minus-30px {
    top: -30px
}

.top-minus-40px {
    top: -40px
}

.top-minus-50px {
    top: -50px
}

.top-minus-60px {
    top: -60px
}

.top-minus-70px {
    top: -70px
}

.top-minus-80px {
    top: -80px
}

.top-minus-90px {
    top: -90px
}

.top-minus-100px {
    top: -100px
}

.top-minus-110px {
    top: -110px
}

.top-minus-120px {
    top: -120px
}

.top-minus-130px {
    top: -130px
}

.top-minus-140px {
    top: -140px
}

.top-minus-150px {
    top: -150px
}

.right-minus-0px {
    right: 0
}

.right-minus-1px {
    right: -1px
}

.right-minus-2px {
    right: -2px
}

.right-minus-3px {
    right: -3px
}

.right-minus-4px {
    right: -4px
}

.right-minus-5px {
    right: -5px
}

.right-minus-6px {
    right: -6px
}

.right-minus-7px {
    right: -7px
}

.right-minus-8px {
    right: -8px
}

.right-minus-9px {
    right: -9px
}

.right-minus-10px {
    right: -10px
}

.right-minus-11px {
    right: -11px
}

.right-minus-12px {
    right: -12px
}

.right-minus-13px {
    right: -13px
}

.right-minus-14px {
    right: -14px
}

.right-minus-15px {
    right: -15px
}

.right-minus-16px {
    right: -16px
}

.right-minus-17px {
    right: -17px
}

.right-minus-18px {
    right: -18px
}

.right-minus-19px {
    right: -19px
}

.right-minus-20px {
    right: -20px
}

.right-minus-21px {
    right: -21px
}

.right-minus-22px {
    right: -22px
}

.right-minus-23px {
    right: -23px
}

.right-minus-24px {
    right: -24px
}

.right-minus-25px {
    right: -25px
}

.right-minus-26px {
    right: -26px
}

.right-minus-27px {
    right: -27px
}

.right-minus-28px {
    right: -28px
}

.right-minus-29px {
    right: -29px
}

.right-minus-30px {
    right: -30px
}

.right-minus-40px {
    right: -40px
}

.right-minus-50px {
    right: -50px
}

.right-minus-60px {
    right: -60px
}

.right-minus-70px {
    right: -70px
}

.right-minus-80px {
    right: -80px
}

.right-minus-90px {
    right: -90px
}

.right-minus-100px {
    right: -100px
}

.right-minus-110px {
    right: -110px
}

.right-minus-120px {
    right: -120px
}

.right-minus-130px {
    right: -130px
}

.right-minus-140px {
    right: -140px
}

.right-minus-150px {
    right: -150px
}

.bottom-minus-0px {
    bottom: 0
}

.bottom-minus-1px {
    bottom: -1px
}

.bottom-minus-2px {
    bottom: -2px
}

.bottom-minus-3px {
    bottom: -3px
}

.bottom-minus-4px {
    bottom: -4px
}

.bottom-minus-5px {
    bottom: -5px
}

.bottom-minus-6px {
    bottom: -6px
}

.bottom-minus-7px {
    bottom: -7px
}

.bottom-minus-8px {
    bottom: -8px
}

.bottom-minus-9px {
    bottom: -9px
}

.bottom-minus-10px {
    bottom: -10px
}

.bottom-minus-11px {
    bottom: -11px
}

.bottom-minus-12px {
    bottom: -12px
}

.bottom-minus-13px {
    bottom: -13px
}

.bottom-minus-14px {
    bottom: -14px
}

.bottom-minus-15px {
    bottom: -15px
}

.bottom-minus-16px {
    bottom: -16px
}

.bottom-minus-17px {
    bottom: -17px
}

.bottom-minus-18px {
    bottom: -18px
}

.bottom-minus-19px {
    bottom: -19px
}

.bottom-minus-20px {
    bottom: -20px
}

.bottom-minus-21px {
    bottom: -21px
}

.bottom-minus-22px {
    bottom: -22px
}

.bottom-minus-23px {
    bottom: -23px
}

.bottom-minus-24px {
    bottom: -24px
}

.bottom-minus-25px {
    bottom: -25px
}

.bottom-minus-26px {
    bottom: -26px
}

.bottom-minus-27px {
    bottom: -27px
}

.bottom-minus-28px {
    bottom: -28px
}

.bottom-minus-29px {
    bottom: -29px
}

.bottom-minus-30px {
    bottom: -30px
}

.bottom-minus-40px {
    bottom: -40px
}

.bottom-minus-50px {
    bottom: -50px
}

.bottom-minus-60px {
    bottom: -60px
}

.bottom-minus-70px {
    bottom: -70px
}

.bottom-minus-80px {
    bottom: -80px
}

.bottom-minus-90px {
    bottom: -90px
}

.bottom-minus-100px {
    bottom: -100px
}

.bottom-minus-110px {
    bottom: -110px
}

.bottom-minus-120px {
    bottom: -120px
}

.bottom-minus-130px {
    bottom: -130px
}

.bottom-minus-140px {
    bottom: -140px
}

.bottom-minus-150px {
    bottom: -150px
}

.left-minus-0px {
    left: 0
}

.left-minus-1px {
    left: -1px
}

.left-minus-2px {
    left: -2px
}

.left-minus-3px {
    left: -3px
}

.left-minus-4px {
    left: -4px
}

.left-minus-5px {
    left: -5px
}

.left-minus-6px {
    left: -6px
}

.left-minus-7px {
    left: -7px
}

.left-minus-8px {
    left: -8px
}

.left-minus-9px {
    left: -9px
}

.left-minus-10px {
    left: -10px
}

.left-minus-11px {
    left: -11px
}

.left-minus-12px {
    left: -12px
}

.left-minus-13px {
    left: -13px
}

.left-minus-14px {
    left: -14px
}

.left-minus-15px {
    left: -15px
}

.left-minus-16px {
    left: -16px
}

.left-minus-17px {
    left: -17px
}

.left-minus-18px {
    left: -18px
}

.left-minus-19px {
    left: -19px
}

.left-minus-20px {
    left: -20px
}

.left-minus-21px {
    left: -21px
}

.left-minus-22px {
    left: -22px
}

.left-minus-23px {
    left: -23px
}

.left-minus-24px {
    left: -24px
}

.left-minus-25px {
    left: -25px
}

.left-minus-26px {
    left: -26px
}

.left-minus-27px {
    left: -27px
}

.left-minus-28px {
    left: -28px
}

.left-minus-29px {
    left: -29px
}

.left-minus-30px {
    left: -30px
}

.left-minus-40px {
    left: -40px
}

.left-minus-50px {
    left: -50px
}

.left-minus-60px {
    left: -60px
}

.left-minus-70px {
    left: -70px
}

.left-minus-80px {
    left: -80px
}

.left-minus-90px {
    left: -90px
}

.left-minus-100px {
    left: -100px
}

.left-minus-110px {
    left: -110px
}

.left-minus-120px {
    left: -120px
}

.left-minus-130px {
    left: -130px
}

.left-minus-140px {
    left: -140px
}

.left-minus-150px {
    left: -150px
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.min-h-100px {
    min-height: 100px !important
}

.min-h-150px {
    min-height: 150px !important
}

.min-h-200px {
    min-height: 200px !important
}

.min-h-250px {
    min-height: 250px !important
}

.min-h-300px {
    min-height: 300px !important
}

.min-h-350px {
    min-height: 350px !important
}

.min-h-400px {
    min-height: 400px !important
}

.min-h-450px {
    min-height: 450px !important
}

.min-h-500px {
    min-height: 500px !important
}

.min-h-550px {
    min-height: 550px !important
}

.min-h-600px {
    min-height: 600px !important
}

.min-h-650px {
    min-height: 650px !important
}

.min-h-700px {
    min-height: 700px !important
}

.min-h-750px {
    min-height: 750px !important
}

.min-h-800px {
    min-height: 800px !important
}

.min-h-850px {
    min-height: 850px !important
}

.min-h-900px {
    min-height: 900px !important
}

.min-h-950px {
    min-height: 950px !important
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.z-index-0 {
    z-index: 0
}

.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
}

.z-index-6 {
    z-index: 6
}

.z-index-7 {
    z-index: 7
}

.z-index-8 {
    z-index: 8
}

.z-index-9 {
    z-index: 9
}

.z-index-minus-1 {
    z-index: -1
}

.z-index-minus-2 {
    z-index: -2
}

header .header-top-bar [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-top-bar [class*=col-].text-end {
    justify-content: flex-end !important
}

header .header-top-bar [class*=col-] .header-icon {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

header .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

header .navbar [class*=col-] {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

header .navbar [class*=col-].text-end {
    justify-content: flex-end !important
}

header .navbar [class*=col-] .navbar-nav {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .navbar [class*=col-] .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .navbar [class*=col-] .navbar-nav .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .container-fluid {
    padding-left: 45px;
    padding-right: 45px
}

header.sticky .navbar-brand {
    padding: 10px 0
}

header.sticky .navbar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.sticky .navbar.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.sticky .navbar.fixed-header {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.sticky .header-light:not(.disable-fixed) {
    box-shadow: 0 10px 35px 0 rgb(0 0 0 / .1)
}

header.sticky.sticky-appear .header-reverse-back-scroll {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.sticky.sticky-appear .header-reverse-back-scroll.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / .85) !important
}

header.sticky.sticky-appear .header-reverse-back-scroll.header-dark.glass-effect {
    background-color: rgb(35 35 35 / .7) !important
}

header.sticky.sticky-active .header-reverse {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-color: transparent !important
}

header.sticky.sticky-active .header-reverse.glass-effect {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / .85) !important
}

header.sticky.sticky-active .header-reverse.header-dark.glass-effect {
    background-color: rgb(35 35 35 / .7) !important
}

header.sticky.sticky-active .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: 150px !important;
    border-radius: 10px;
    max-height: max-content
}

header.sticky.sticky-active .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0
}

header.sticky.sticky-active [data-header-hover=dark] {
    background-color: var(--dark-gray) !important
}

header.sticky.sticky-active [data-header-hover=dark] .navbar-nav .nav-item:hover .nav-link {
    color: var(--white);
    opacity: .6
}

header.sticky.sticky-active [data-header-hover=dark] .navbar-nav .nav-link {
    color: var(--white)
}

header.sticky.sticky-active [data-header-hover=dark] .icon>a {
    color: var(--white)
}

header.sticky.sticky-active [data-header-hover=dark] .icon>a:hover {
    color: var(--white);
    opacity: .6
}

header.sticky.sticky-active [data-header-hover=dark] .icon .push-button span {
    background-color: var(--white)
}

header.sticky.sticky-active [data-header-hover=dark] .icon .header-language>a,
header.sticky.sticky-active [data-header-hover=dark] .icon .header-cart>a {
    color: var(--white)
}

header.sticky.sticky-active [data-header-hover=dark] .icon .header-language>a:hover,
header.sticky.sticky-active [data-header-hover=dark] .icon .header-cart>a:hover {
    color: var(--white)
}

header.sticky.sticky-active [data-header-hover=dark] .header-search-style i {
    color: var(--white)
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown {
    background-color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown a {
    color: var(--light-gray)
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1
}

header.sticky.sticky-active [data-header-hover=light] {
    background-color: var(--white) !important;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / .1)
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light] .icon>a {
    color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light] .icon>a:hover {
    color: var(--medium-gray);
    opacity: 1
}

header.sticky.sticky-active [data-header-hover=light] .icon .push-button span {
    background-color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light] .icon .header-language>a,
header.sticky.sticky-active [data-header-hover=light] .icon .header-cart>a {
    color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light] .icon .header-language>a:hover,
header.sticky.sticky-active [data-header-hover=light] .icon .header-cart>a:hover {
    color: var(--medium-gray);
    opacity: 1
}

header.sticky.sticky-active [data-header-hover=light] .header-search-style i {
    color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light] .header-language-icon .language-dropdown li a {
    color: var(--medium-gray)
}

header.sticky.sticky-active [data-header-hover=light] .header-language-icon .language-dropdown li a:hover {
    color: var(--dark-gray);
    opacity: 1
}

header.sticky.sticky-active [data-header-hover=light] .widget-text {
    color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light] .widget-text a {
    color: var(--dark-gray)
}

header.sticky.sticky-active [data-header-hover=light].disable-fixed.header-demo {
    background-color: transparent !important
}

header.sticky .header-icon .push-button {
    padding: 0
}

header.sticky .center-logo .navbar-nav .nav-link {
    padding: 26px 20px
}

header.sticky .top-logo .navbar-brand {
    padding: 15px 0
}

header.sticky .top-logo.fixed-header .navbar-brand,
header.sticky .top-logo.disable-fixed .navbar-brand {
    padding: 22px 0
}

header.sticky .top-logo.responsive-sticky .navbar-nav .nav-link {
    padding-top: 18px !important;
    padding-bottom: 18px !important
}

header.sticky .top-logo.responsive-sticky .header-icon .header-cart-icon .header-cart a i {
    padding-top: 22px;
    padding-bottom: 22px
}

header.sticky .top-logo.responsive-sticky .header-icon .header-language-icon .header-cart>a i {
    padding-top: 22px;
    padding-bottom: 22px
}

header.sticky .mini-header .header-icon .header-language a i {
    padding-top: 16px;
    padding-bottom: 16px
}

header.sticky .mini-header .header-icon .header-cart-icon .header-cart a i {
    padding-top: 16px;
    padding-bottom: 16px
}

header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
    padding: 30px 0
}

header .navbar {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .navbar.mini-header .navbar-brand {
    padding: 20px 0
}

header .navbar.mini-header .navbar-brand img {
    max-height: 22px
}

header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 5px 0;
    display: inline-block;
    font-size: 0
}

header .navbar-brand .default-logo {
    visibility: visible;
    opacity: 1;
    width: 200px;
    border-radius: 3px;
    max-height: max-content
}

header .navbar-brand .alt-logo,
header .navbar-brand .mobile-logo {
    visibility: hidden;
    opacity: 0;
    width: 0
}

header .navbar-brand img {
    max-height: 46px
}

header .header-top-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .header-top-bar+.navbar {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 40px
}

header .header-top-bar+.navbar.disable-fixed {
    top: 0
}

header .header-top-bar .widget {
    display: inline-block
}

header .header-top-bar .widget i {
    padding-right: 5px
}

header .header-top-bar .header-icon .header-social-icon {
    top: 0
}

header .header-top-bar .header-icon .header-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header .header-top-bar .header-icon .header-social-icon ul li {
    display: inline-block;
    margin: 0 15px 0 0
}

header .header-top-bar .header-icon .header-social-icon ul li:last-child {
    margin-right: 0
}

header .header-top-bar .header-icon .header-social-icon a {
    font-size: 12px
}

header .header-top-bar .header-icon .header-social-text {
    top: 0
}

header .header-top-bar .header-icon .header-social-text ul {
    list-style: none;
    padding: 0;
    margin: 0
}

header .header-top-bar .header-icon .header-social-text ul li {
    display: inline-block;
    margin: 0 30px 0 0
}

header .header-top-bar .header-icon .header-social-text ul li:last-child {
    margin-right: 0
}

header .left-nav .navbar-nav:before {
    height: 20px;
    width: 1px;
    background-color: var(--medium-gray);
    opacity: .5;
    content: "";
    -webkit-transform: translate(-7px, 0);
    transform: translate(-7px, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .disable-fixed {
    position: absolute
}

header.sticky .responsive-sticky {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.sticky .navbar.disable-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none
}

.navbar {
    padding: 0
}

.navbar .navbar-nav .nav-item>i {
    display: none
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: .6
}

.navbar .navbar-nav .nav-item .nav-link.active {
    opacity: .6
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
    opacity: 1;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff
}

.navbar .navbar-nav .nav-link .label {
    display: inline-block;
    padding: 1px 11px;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 0;
    vertical-align: middle
}

.navbar .navbar-nav .dropdown.submenu {
    position: inherit
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin: 0;
    padding: 30px 0 35px;
    border: 0;
    top: 80%;
    background-color: var(--white);
    box-shadow: 0 45px 45px 0 rgb(0 0 0 / .05);
    -webkit-animation: hide-animation 0.5s;
    animation: hide-animation 0.5s;
    -webkit-border-radius: 0;
    border-radius: 0
}

.navbar .navbar-nav .dropdown .dropdown-menu li:last-child>a {
    padding-bottom: 0
}

.navbar .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--dark-gray)
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    padding-left: 3px
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    color: var(--medium-gray);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    display: block
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--dark-gray)
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    text-align: center
}

.navbar .navbar-nav .dropdown .dropdown-menu a .label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    line-height: initial;
    margin-left: 8px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s
}

.navbar .navbar-nav .submenu-content {
    width: 100%;
    border-top: 1px solid #e7e7e7 !important;
    left: 0
}

.navbar .navbar-nav .submenu-content ul {
    padding: 0 30px 0 0;
    list-style: none
}

.navbar .navbar-nav .submenu-content ul:nth-child(4n+1) {
    clear: both
}

.navbar .navbar-nav .submenu-content ul .sub-title {
    color: var(--dark-gray);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.navbar .navbar-nav .submenu-content ul:last-child:before {
    display: none
}

.navbar .navbar-nav .submenu-content .mega-menu {
    width: 1190px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    display: none;
    width: 245px;
    padding: 35px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / .1)
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0 45px 0 40px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 12px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown {
    position: relative
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
    position: absolute;
    right: 35px;
    top: 6px;
    width: auto;
    font-size: 13px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a {
    color: var(--dark-gray)
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>.dropdown-menu {
    display: block
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
    left: calc(-100% - 1px)
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    -webkit-animation: none;
    animation: none
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: calc(100% + 1px);
    top: -35px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    width: 260px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
    padding: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid rgb(23 23 23 / .1);
    padding: 17px 20px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 19px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 35px;
    margin-right: 15px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
    border-bottom: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    box-shadow: 0 0 35px 0 rgb(0 0 0 / .1);
    border-radius: 5px;
    width: 310px;
    padding: 20px 35px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
    justify-content: center;
    display: flex;
    border-bottom: 0;
    padding: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li:first-child a {
    border-top: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    margin: 0;
    border-top: 1px solid rgb(23 23 23 / .1);
    padding: 15px 30px 15px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    width: 40px;
    font-size: 36px;
    margin-right: 15px;
    color: var(--base-color);
    flex-shrink: 0;
    text-align: left
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--dark-gray);
    font-weight: 600
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    margin: 0;
    font-size: 13px;
    color: var(--medium-gray)
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    border-radius: 100%;
    width: 45px;
    margin-right: 15px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    content: "\f135";
    color: var(--black);
    font-family: bootstrap-icons;
    font-weight: 400;
    font-size: 23px;
    position: absolute;
    right: 6px;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(.61, 1, .88, 1);
    transition: all 300ms cubic-bezier(.61, 1, .88, 1)
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover:before {
    right: 0;
    opacity: 1
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn {
    padding: 15px 20px;
    justify-content: center;
    margin-top: 10px;
    line-height: normal;
    border-top: 0;
    font-size: 14px;
    margin-bottom: 5px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn:before {
    display: none
}

[data-header-hover=dark] .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--white)
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--white) !important
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    color: var(--white)
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu {
    background-color: var(--dark-gray)
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu a {
    color: var(--light-gray)
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu a:hover,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a:hover,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu a:hover {
    color: var(--white)
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu .dropdown:hover>a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu .dropdown:hover>a {
    color: var(--white)
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list {
    background-color: var(--dark-gray)
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item {
    border-color: #3e3e3e
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
    background-color: var(--black)
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
    color: var(--white)
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--medium-gray)
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
    color: var(--white)
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .close {
    color: var(--white)
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown {
    background-color: var(--dark-gray)
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown a {
    color: var(--light-gray)
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1
}

.submenu-dark {
    background-color: var(--dark-gray) !important
}

.submenu-dark .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: 100px;
    border-radius: 10px;
    max-height: max-content
}

.submenu-dark .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray)
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu a {
    color: var(--light-gray)
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--white)
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--white)
}

.submenu-dark .navbar-nav .submenu-content {
    border-color: #424242 !important
}

.submenu-dark .navbar-nav .submenu-content ul .sub-title {
    color: var(--white)
}

.submenu-dark .navbar-nav .submenu-content ul:before {
    background-color: var(--medium-gray)
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu {
    background-color: var(--dark-gray)
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a {
    color: var(--light-gray)
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
    color: var(--white)
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a {
    color: var(--white)
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list {
    background-color: var(--dark-gray)
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
    border-color: #3e3e3e
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
    background-color: var(--black)
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
    color: var(--white)
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--medium-gray)
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
    color: var(--white)
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
    color: var(--white)
}

.submenu-dark .header-cart-icon .header-language .language-dropdown {
    background-color: var(--dark-gray)
}

.submenu-dark .header-cart-icon .header-language .language-dropdown a {
    color: var(--light-gray)
}

.submenu-dark .header-cart-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1
}

.submenu-light {
    background-color: var(--white) !important
}

.submenu-light .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: 200px;
    border-radius: 10px;
    max-height: max-content
}

.submenu-light .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0
}

.submenu-light .navbar-nav .nav-link {
    color: var(--dark-gray)
}

.submenu-light .header-icon .icon>a {
    color: var(--dark-gray)
}

.submenu-light .header-icon .icon>a:hover {
    color: var(--medium-gray)
}

.submenu-light .header-icon .icon .push-button span {
    background-color: var(--dark-gray)
}

.submenu-light .header-icon .icon .header-language>a,
.submenu-light .header-icon .icon .header-cart>a {
    color: var(--dark-gray)
}

.submenu-light .header-icon .icon .header-language>a:hover,
.submenu-light .header-icon .icon .header-cart>a:hover {
    color: var(--medium-gray)
}

.submenu-light .menu-item-list .nav-link {
    color: var(--dark-gray)
}

.submenu-light .menu-item-list .nav-link:hover {
    color: var(--dark-gray);
    opacity: .6
}

.submenu-light .menu-item-list .sub-menu a {
    color: var(--dark-gray);
    opacity: .6
}

.submenu-light .menu-item-list .menu-item .toggle {
    color: var(--dark-gray)
}

.submenu-light .widget-text {
    color: var(--dark-gray)
}

.submenu-light .widget-text a {
    color: var(--dark-gray)
}

.header-dark .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray)
}

.header-dark .navbar-nav .dropdown .dropdown-menu a {
    color: var(--light-gray)
}

.header-dark .navbar-nav .dropdown .dropdown-menu a:hover {
    color: var(--white)
}

.header-dark .navbar-nav .dropdown .dropdown-menu li.active>a {
    color: var(--white)
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
    border-bottom: 0
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    color: var(--white)
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    color: var(--light-gray)
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
    color: var(--white)
}

.header-dark .navbar-nav .submenu-content {
    border-color: #424242 !important
}

.header-dark .navbar-nav .submenu-content ul .sub-title {
    color: var(--white)
}

.header-dark .navbar-nav .submenu-content ul:before {
    background-color: var(--medium-gray)
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu {
    background-color: var(--dark-gray)
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a {
    color: var(--light-gray)
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
    color: var(--white)
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a {
    color: var(--white)
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a {
    color: var(--white)
}

.header-dark .header-cart-icon .header-cart .cart-item-list {
    background-color: var(--dark-gray)
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
    border-color: #3e3e3e
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
    background-color: var(--black)
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
    color: var(--white)
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--medium-gray)
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
    color: var(--white)
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
    color: var(--white)
}

.header-dark .header-language-icon .header-language .language-dropdown {
    background-color: var(--dark-gray)
}

.header-dark .header-language-icon .header-language .language-dropdown a {
    color: var(--light-gray)
}

.header-dark .header-language-icon .header-language .language-dropdown a:hover {
    color: var(--white);
    opacity: 1
}

.header-light .navbar-nav .nav-link {
    color: var(--dark-gray)
}

.header-light .header-icon .icon>a {
    color: var(--dark-gray)
}

.header-light .header-icon .icon>a:hover {
    color: var(--dark-gray);
    opacity: .6
}

.header-light .header-icon .icon .push-button span {
    background-color: var(--dark-gray)
}

.header-light .header-icon .icon .header-language>a,
.header-light .header-icon .icon .header-cart>a,
.header-light .header-icon .icon .header-account>a {
    color: var(--dark-gray)
}

.header-light .header-icon .icon .header-language>a:hover,
.header-light .header-icon .icon .header-cart>a:hover,
.header-light .header-icon .icon .header-account>a:hover {
    color: var(--dark-gray);
    opacity: .6
}

.header-light .menu-item-list .nav-link {
    color: var(--dark-gray)
}

.header-light .menu-item-list .nav-link:hover {
    color: var(--dark-gray);
    opacity: .6
}

.header-light .menu-item-list .sub-menu a {
    color: var(--medium-gray);
    opacity: 1
}

.header-light .menu-item-list .sub-menu a:hover {
    color: var(--dark-gray)
}

.header-light .menu-item-list .sub-menu .active>a {
    color: var(--dark-gray)
}

.header-light .menu-item-list .menu-item .menu-toggle:before,
.header-light .menu-item-list .menu-item .menu-toggle:after {
    background-color: var(--dark-gray)
}

.header-light .widget-text {
    color: var(--dark-gray)
}

.header-light .widget-text a {
    color: var(--dark-gray)
}

.header-icon {
    display: flex;
    align-items: center
}

.header-icon .icon {
    position: relative;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-icon .icon>a {
    padding-left: 16px;
    font-size: 17px;
    color: var(--white)
}

.header-icon .icon>a:hover {
    color: var(--white);
    opacity: .6
}

.header-icon .icon:first-child a:first-child {
    padding-left: 0
}

.header-icon .icon .header-language,
.header-icon .icon .header-cart,
.header-icon .icon .header-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-icon .icon .header-language>a,
.header-icon .icon .header-cart>a,
.header-icon .icon .header-account>a {
    padding-left: 14px;
    color: var(--white);
    font-size: 17px
}

.header-icon .icon .header-language>a:hover,
.header-icon .icon .header-cart>a:hover,
.header-icon .icon .header-account>a:hover {
    color: var(--white);
    opacity: .6
}

.header-icon .header-mail {
    padding-right: 35px;
    top: 0
}

.header-icon .header-mail .mail {
    font-size: 14px
}

.header-icon .header-mail .mail i {
    vertical-align: middle;
    padding-right: 5px
}

.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 20px;
    flex-shrink: 0
}

.header-cart-icon .header-cart {
    display: inline-block
}

.header-cart-icon .header-cart .cart-item-list {
    display: none;
    left: auto;
    right: 0;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / .1);
    border-radius: 0;
    background-color: var(--white);
    border: 0;
    padding: 0;
    min-width: 250px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%
}

.header-cart-icon .header-cart .cart-item-list .cart-item {
    display: flex;
    padding: 17px;
    border-top: 1px solid #ededed;
    position: relative
}

.header-cart-icon .header-cart .cart-item-list .cart-item .close {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 400;
    color: var(--dark-gray)
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
    max-width: 50px;
    width: 30%;
    display: inline-block
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail {
    padding-left: 15px;
    width: 70%;
    text-align: left;
    display: inline-block
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    color: var(--dark-gray);
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    padding: 0
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    display: block;
    font-size: 11px;
    color: var(--medium-gray);
    line-height: normal
}

.header-cart-icon .header-cart .cart-item-list .cart-item:first-child {
    border-top: 0
}

.header-cart-icon .header-cart .cart-item-list .cart-total {
    background-color: var(--very-light-gray);
    flex-direction: column !important;
    color: var(--dark-gray)
}

.header-cart-icon .header-cart .cart-item-list .cart-total span {
    line-height: 20px;
    display: inline-block
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn {
    width: 100%;
    display: block;
    margin: 8px 0
}

.header-cart-icon .header-cart.open .cart-item-list {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s
}

.header-cart-icon a {
    position: relative
}

.header-cart-icon .cart-count {
    position: absolute;
    top: -7px;
    right: -11px;
    width: 17px;
    height: 17px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    background-color: var(--base-color);
    color: var(--white);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.header-account-icon {
    line-height: normal !important
}

.header-account-icon .header-account {
    display: inline-block
}

.header-account-icon .header-account .account-item-list {
    display: none;
    left: auto;
    right: 0;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / .1);
    border-radius: 0;
    background-color: var(--white);
    border: 0;
    padding: 35px 0;
    min-width: 220px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%
}

.header-account-icon .header-account .account-item-list .account-item {
    display: inline-block;
    padding: 0 45px 12px 40px;
    width: 100%;
    position: relative;
    font-size: 17px;
    font-weight: 400
}

.header-account-icon .header-account .account-item-list .account-item a {
    padding-left: 0
}

.header-account-icon .header-account .account-item-list .account-item a:hover {
    padding-left: 3px
}

.header-account-icon .header-account .account-item-list .account-item:last-child {
    padding-bottom: 0
}

.header-account-icon .header-account.open .account-item-list {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s
}

.header-account-icon a {
    position: relative
}

.header-language-icon .header-language {
    display: inline-block
}

.header-language-icon .header-language .language-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px;
    list-style: none;
    background-color: var(--white);
    display: none;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / .1);
    -webkit-animation: hide-animation 0.5s;
    animation: hide-animation 0.5s;
    z-index: 9;
    text-align: left;
    margin: 0;
    min-width: 140px
}

.header-language-icon .header-language .language-dropdown li a {
    color: var(--medium-gray);
    font-size: 12px;
    line-height: 28px;
    padding: 0
}

.header-language-icon .header-language .language-dropdown li a .icon-country {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 5px
}

.header-language-icon .header-language .language-dropdown li a:hover {
    color: var(--dark-gray);
    opacity: 1
}

.header-language-icon .header-language.open .language-dropdown {
    display: block;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s
}

.widget-text {
    color: var(--white)
}

header a.widget-text:hover {
    opacity: .6
}

.header-push-button {
    padding-left: 16px
}

.header-push-button .push-button {
    position: relative;
    display: block;
    width: 22px;
    height: 14px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.header-push-button .push-button span {
    background: var(--white);
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.header-push-button .push-button span:nth-child(2) {
    top: 6px
}

.header-push-button .push-button span:nth-child(3) {
    top: 6px
}

.header-push-button .push-button span:nth-child(4) {
    top: 12px;
    width: 14px;
    left: -8px
}

.header-push-button .push-button:hover {
    opacity: .6
}

.show-menu .header-push-button .push-button span:nth-child(1) {
    top: 7px;
    width: 0%
}

.show-menu .header-push-button .push-button span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show-menu .header-push-button .push-button span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.show-menu .header-push-button .push-button span:nth-child(4) {
    top: 7px;
    width: 0%
}

.navbar-modern-inner {
    display: none
}

.navbar-modern-inner .navbar-toggler {
    display: none
}

.show-menu {
    overflow: hidden
}

.show-menu .push-menu {
    right: 0;
    -webkit-box-shadow: 0 0 60px rgb(0 0 0 / .3);
    box-shadow: 0 0 60px rgb(0 0 0 / .3)
}

.show-menu .push-menu .close-menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: visible;
    cursor: pointer
}

.show-menu .push-menu.push-menu-left {
    right: auto;
    left: 0
}

.push-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    z-index: 1031;
    overflow-y: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.push-menu.push-menu-left {
    right: auto;
    left: -100%
}

.push-menu .left-circle {
    width: 500px !important;
    height: 500px;
    position: absolute;
    left: -160px;
    top: -80px;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.push-menu .left-circle:before,
.push-menu .left-circle:after {
    width: 100%;
    height: 100%;
    border: 1px solid var(--light-medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(10px, 5px);
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.push-menu .left-circle:after {
    transform: translate(5px, 5px)
}

.push-menu .close-menu {
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.push-menu .push-menu-wrapper {
    height: 100%;
    overflow-y: hidden;
    padding: 20px 0
}

.push-menu .push-menu-wrapper .mCustomScrollBox {
    display: flex
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    align-self: center
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container {
    width: 100%;
    align-self: flex-start
}

.push-menu .push-menu-wrapper .mCSB_inside>.mCSB_container {
    margin: 0 !important;
    padding: 0 15px !important
}

.push-menu.push-menu-style-2 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    align-self: start
}

.push-menu.push-menu-style-3 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.center-logo .navbar-nav .nav-link {
    padding: 38px 20px
}

.center-logo .menu-logo .d-none {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.center-logo .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: none
}

.center-logo .navbar-left,
.center-logo .navbar-right {
    width: 42%
}

.top-logo .navbar-brand {
    padding: 22px 0
}

.top-logo .navbar-nav .nav-link {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.left-sidebar-wrapper {
    padding-left: 300px;
    position: relative;
    min-height: 300px;
    width: 100%
}

.left-sidebar-wrapper .collapse:not(.show) {
    display: block !important
}

header.sticky .left-sidebar-nav .navbar-nav .nav-link {
    padding: 0
}

.left-sidebar-header {
    position: absolute;
    left: 0;
    width: 301px;
    top: -100%;
    bottom: 0;
    z-index: 999;
    display: block
}

.left-sidebar-header .menu-item-list .menu-item .nav-link {
    font-size: 16px;
    line-height: 20px
}

.left-sidebar-header .menu-item-list .menu-item .menu-toggle {
    top: 10px
}

.left-sidebar-header .menu-item-list .menu-item .sub-menu .menu-toggle {
    top: 0
}

.left-sidebar-nav {
    width: 300px;
    padding: 80px 50px;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: block;
    height: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.left-sidebar-nav .left-menu-bottom {
    width: 100%
}

.left-sidebar-nav .left-menu-bottom .header-icon .icon a {
    padding: 0 15px
}

.left-sidebar-nav .navbar-brand {
    padding: 0 !important
}

.left-sidebar-nav .side-menu {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
    width: 100%
}

.left-sidebar-nav .navbar-toggler {
    display: none
}

.social-text {
    width: 100%;
    display: inline-block;
    color: var(--medium-gray);
    font-size: 13px;
    line-height: 16px
}

.connect-me a {
    color: var(--dark-gray);
    display: table
}

.connect-me a:hover {
    opacity: .6
}

.connect-me .widget-text {
    color: var(--dark-gray);
    display: table
}

.menu-item-list {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.menu-item-list .menu-item {
    position: relative;
    margin: 0
}

.menu-item-list .menu-item ul {
    list-style: none;
    padding: 0
}

.menu-item-list .menu-item .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.menu-item-list .menu-item .menu-toggle:before,
.menu-item-list .menu-item .menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    height: 1px;
    width: 11px;
    background-color: var(--white)
}

.menu-item-list .menu-item .menu-toggle:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.menu-item-list .menu-item .menu-toggle.show:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.menu-item-list .menu-item .sub-menu .menu-toggle {
    top: 0
}

.menu-item-list .menu-item .sub-menu .menu-toggle:before,
.menu-item-list .menu-item .sub-menu .menu-toggle:after {
    width: 7px
}

.menu-item-list .menu-item .sub-menu .active>a {
    opacity: 1
}

.menu-item-list .active .nav-link {
    opacity: .6
}

.menu-item-list .nav-link {
    padding: 5px 20px 5px 0;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    margin: 9px 0;
    color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.menu-item-list .nav-link:hover {
    color: var(--white);
    opacity: .6
}

.menu-item-list .sub-menu {
    padding: 0;
    display: block;
    height: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    position: relative !important;
    transform: none !important;
    background-color: #fff0;
    border: 0
}

.menu-item-list .sub-menu li {
    position: relative;
    margin: 0;
    padding: 5px 0
}

.menu-item-list .sub-menu li .sub-menu {
    margin: 0;
    padding-left: 15px
}

.menu-item-list .sub-menu li .sub-menu li {
    padding: 10px 0 0
}

.menu-item-list .sub-menu li .sub-menu li a {
    padding: 0
}

.menu-item-list .sub-menu li .sub-menu li a i {
    margin-right: 10px
}

.menu-item-list .sub-menu li .sub-menu li:first-child {
    margin-top: 10px
}

.menu-item-list .sub-menu li .sub-menu li:last-child {
    margin-bottom: 10px
}

.menu-item-list .sub-menu li:last-child {
    margin-bottom: 0
}

.menu-item-list .sub-menu li:last-child .sub-menu li:last-child {
    margin-bottom: 0
}

.menu-item-list .sub-menu a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    color: var(--light-gray);
    margin: 0;
    padding-right: 20px
}

.menu-item-list .sub-menu a:hover {
    color: var(--white)
}

.menu-item-list .sub-menu a .label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    line-height: initial;
    margin-left: 8px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.menu-item-list .sub-menu.show {
    height: auto;
    overflow: visible
}

.left-modern-menu {
    padding-left: 75px
}

.left-modern-menu .collapse:not(.show) {
    display: block !important
}

.left-modern-menu .left-modern-header .navbar-brand {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 0 !important;
    text-align: center
}

.left-modern-menu .left-modern-header .navbar-brand img {
    max-height: 45px
}

.left-modern-menu .left-modern-header .modern-sidebar-nav {
    position: fixed;
    height: 100%;
    width: 380px;
    overflow-y: auto;
    top: 0;
    left: -400px;
    transition-duration: 0.3s;
    z-index: 9
}

.left-modern-menu .left-modern-header .modern-sidebar-nav:hover .side-menu-hover-background-color {
    opacity: 1
}

.left-modern-menu .left-modern-header .modern-side-menu {
    padding: 75px 40px;
    height: 100%;
    overflow-y: hidden
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox {
    display: flex;
    width: 100%
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
    align-self: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 30px
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
    align-self: center
}

.left-modern-menu .left-modern-header.show .modern-sidebar-nav {
    left: 75px;
    box-shadow: 0 0 150px rgb(0 0 0 / .2)
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%
}

.side-menu-hover-background-color {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s
}

.header-dark .social-text {
    color: var(--white)
}

.header-dark .connect-me .widget-text {
    color: var(--white)
}

.header-dark .connect-me a {
    color: var(--white)
}

.header-dark .connect-me a:hover {
    opacity: .6
}

.header-dark.left-modern-sidebar .navbar-toggler-line {
    background-color: var(--white)
}

.vertical-title {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    flex-direction: column;
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px)
}

.vertical-title .title {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    text-transform: uppercase
}

.menu-list-wrapper {
    overflow: auto;
    height: calc(100vh - 150px);
    padding: 50px 0
}

.menu-list-wrapper .mCustomScrollBox {
    display: flex;
    width: 100%
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container {
    align-self: flex-start;
    width: 100%;
    margin: 0
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
    align-self: center
}

.left-modern-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 75px;
    padding: 35px 0
}

.left-modern-sidebar .toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%)
}

.left-modern-sidebar .toggle-icon .navbar-toggler {
    margin: 0;
    position: relative;
    margin: 0 auto;
    z-index: 99;
    cursor: pointer
}

.hamburger-nav {
    width: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.hamburger-nav .menu-item-list {
    margin-bottom: 0;
    padding: 0 30px
}

.hamburger-nav .menu-item-list .menu-item {
    margin: 0
}

.hamburger-menu .header-icon {
    position: absolute;
    left: 0;
    bottom: -50px
}

.show-menu .hamburger-menu-half .hamburger-logo {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s
}

.show-menu .hamburger-menu-half .menu-address {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s
}

.show-menu .hamburger-menu-half .menu-text {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s
}

.show-menu .hamburger-menu-half .elements-social {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.27s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.34s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.41s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.48s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.55s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.62s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.69s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0.76s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
    transition-delay: 0.83s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
    transition-delay: 0.9s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
    transition-delay: 0.97s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
    transition-delay: 1.04s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
    transition-delay: 1.11s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
    transition-delay: 1.18s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
    transition-delay: 1.25s
}

.hamburger-menu-half .hamburger-logo {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-half .menu-address {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-half .elements-social {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-half .menu-item-list .menu-item {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(.4, .01, .165, .99), opacity 0.4s cubic-bezier(.8, .01, .165, .99)
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.49s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.42s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.35s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.28s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.21s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.14s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.07s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
    transition-delay: -0.07s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
    transition-delay: -0.14s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
    transition-delay: -0.21s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
    transition-delay: -0.28s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
    transition-delay: -0.35s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
    transition-delay: -0.42s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
    transition-delay: -0.49s
}

.show-menu .hamburger-menu-simple {
    opacity: 1;
    visibility: visible;
    top: 0
}

.show-menu .hamburger-menu-simple .hamburger-menu {
    opacity: 1
}

.show-menu .hamburger-menu-simple .hamburger-logo {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.2s
}

.show-menu .hamburger-menu-simple .menu-address {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s
}

.show-menu .hamburger-menu-simple .menu-text {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s
}

.show-menu .hamburger-menu-simple .elements-social {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item {
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    opacity: 1
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.27s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.34s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.41s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.48s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.55s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.62s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.69s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0.76s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
    transition-delay: 0.83s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
    transition-delay: 0.9s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
    transition-delay: 0.97s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
    transition-delay: 1.04s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
    transition-delay: 1.11s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
    transition-delay: 1.18s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
    transition-delay: 1.25s
}

.hamburger-menu-simple {
    width: 100%;
    right: 0;
    opacity: 1;
    visibility: collapse;
    height: 100vh;
    max-height: 100dvh;
    top: -100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.hamburger-menu-simple .navbar-brand {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0
}

.hamburger-menu-simple .hamburger-menu {
    padding: 30px 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99);
    transition-delay: 0.4s;
    opacity: 0
}

.hamburger-menu-simple .hamburger-menu .header-icon {
    bottom: 100px
}

.hamburger-menu-simple .hamburger-logo {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-simple .menu-address {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-simple .menu-text {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-simple .elements-social {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-simple .menu-item-list .menu-item {
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.4, .01, .165, .99), opacity 0.6s cubic-bezier(.4, .01, .165, .99)
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
    transition-delay: 0.49s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
    transition-delay: 0.42s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
    transition-delay: 0.35s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
    transition-delay: 0.28s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
    transition-delay: 0.21s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
    transition-delay: 0.14s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
    transition-delay: 0.07s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
    transition-delay: 0s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
    transition-delay: -0.07s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
    transition-delay: -0.14s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
    transition-delay: -0.21s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
    transition-delay: -0.28s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
    transition-delay: -0.35s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
    transition-delay: -0.42s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
    transition-delay: -0.49s
}

.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 20px;
    width: auto;
    position: relative
}

.hamburger-menu-simple .menu-item-list .nav-link:hover {
    opacity: .6
}

.hamburger-logo img {
    max-height: 45px
}

.right-push-menu .menu-item-list .menu-item .toggle {
    top: 18px
}

.right-push-menu .menu-item-list .sub-menu li .toggle {
    top: 4px
}

.right-push-menu .menu-item-list .nav-link {
    font-size: 1.5rem;
    line-height: 2.5rem
}

.right-push-menu .left-menu-bottom {
    margin-top: 30px
}

.right-push-menu .left-menu-bottom .header-icon {
    position: relative;
    bottom: 0
}

.show-search-popup {
    overflow: hidden
}

.show-search-popup header .navbar {
    z-index: 110
}

.show-search-popup .search-form-wrapper {
    opacity: 1;
    visibility: visible;
    cursor: url(../images/mfg-close.png), auto
}

.show-search-popup .search-form-wrapper .search-form {
    height: 50%;
    cursor: default;
    visibility: visible;
    opacity: 1
}

.search-form-wrapper {
    background: rgb(35 35 35 / .9);
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden !important;
    display: block !important;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.search-form-wrapper .search-form {
    height: 0;
    background-color: var(--white);
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.search-form-wrapper .search-form .search-input {
    outline: none;
    border: 0;
    border-bottom: 1px solid rgb(23 23 23 / .2);
    color: var(--dark-gray);
    font-size: 18px;
    padding: 20px 0;
    background: #fff0;
    line-height: 2.5rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 80px;
    width: 100%
}

.search-form-wrapper .search-form .search-input::-moz-placeholder {
    color: var(--light-gray);
    opacity: 1
}

.search-form-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: var(--light-gray)
}

.search-form-wrapper .search-form .search-button {
    color: var(--dark-gray);
    bottom: 24px;
    position: absolute;
    font-size: 25px;
    right: 0;
    line-height: normal;
    outline: none;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: none
}

.search-form-wrapper .search-form:hover {
    color: var(--light-gray)
}

.search-form-wrapper .search-close {
    color: var(--black);
    position: fixed;
    top: 30px;
    right: 35px;
    overflow: visible;
    cursor: pointer;
    background: #fff0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    font-size: 40px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    line-height: 44px
}

.search-form-wrapper .search-form-box {
    position: relative;
    width: 45%
}

@-webkit-keyframes hide-animation {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes show-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

button:focus {
    outline: none
}

.navbar-toggler {
    font-size: 30px !important;
    width: 44px;
    height: 20px;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 25px !important
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler-line {
    background: var(--dark-gray);
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.navbar-toggler-line:nth-child(1) {
    top: 0;
    width: 14px
}

.navbar-toggler-line:nth-child(2) {
    top: 6px
}

.navbar-toggler-line:nth-child(3) {
    top: 6px
}

.navbar-toggler-line:nth-child(4) {
    top: 12px;
    width: 14px
}

.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%
}

.navbar-modern-inner {
    display: none
}

.navbar-modern-inner .navbar-toggler {
    display: none
}

.header-with-topbar+.top-space-margin {
    margin-top: 136px
}

.header-with-topbar+.top-space-padding {
    padding-top: 136px
}

.navbar-modern-inner,
.navbar-full-screen-menu-inner {
    display: none
}

.top-space-margin {
    margin-top: 96px
}

.top-space-padding {
    padding-top: 96px
}

.header-demo.navbar .navbar-nav .premium-element {
    padding: 35px 40px;
    border-radius: 13px
}

.header-demo.navbar .navbar-nav .premium-element a {
    color: #585858;
    padding-bottom: 8px
}

.header-demo.navbar .navbar-nav .premium-element .sub-title {
    font-size: 18px
}

.header-demo.navbar .navbar-nav .nav-item:first-child .dropdown-menu a {
    color: var(--dark-gray)
}

.header-demo.navbar .navbar-nav .nav-link {
    font-weight: 600
}

.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-weight: 500
}

.header-demo.navbar.header-dark .navbar-nav .nav-item:first-child .dropdown-menu a {
    color: var(--white)
}

.breadcrumb {
    margin: 0
}

.breadcrumb ul {
    margin: 0;
    padding: 0
}

.breadcrumb-style-01 ul li {
    display: inline-block
}

.breadcrumb-style-01 ul li:after {
    content: "\e844";
    font-family: "feather";
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 10px
}

.breadcrumb-style-01 ul li:last-child:after {
    content: "";
    padding: 0
}

.page-title-double-large h1 {
    font-size: 3.6rem;
    line-height: 3.3rem
}

.page-title-double-large h2 {
    font-size: 17px;
    line-height: 26px
}

.page-title-extra-large h1 {
    font-size: 3.3rem;
    line-height: 3.3rem
}

.page-title-extra-large h2 {
    font-size: 18px;
    line-height: 26px
}

.page-title-large h1 {
    font-size: 2.8rem;
    line-height: 3rem
}

.page-title-large h2 {
    font-size: 16px;
    line-height: 22px
}

.page-title-medium h1 {
    font-size: 2rem;
    line-height: 2.2rem
}

.page-title-medium h2 {
    font-size: 16px;
    line-height: 22px
}

.page-title-small h1 {
    font-size: 1.625rem;
    line-height: 1.875rem
}

.page-title-small h2 {
    font-size: 16px;
    line-height: 22px
}

.page-title-extra-small h1 {
    font-size: 17px;
    line-height: 20px
}

.page-title-extra-small h2 {
    font-size: 3.8rem;
    line-height: 3.8rem
}

.page-title-button-style.page-title-button-style {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.page-title-button-style h1 {
    padding: 13px 30px;
    display: inline-block
}

.page-title-mini-version h1 {
    font-size: 20px;
    line-height: 30px
}

.down-section {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%
}

.down-section a {
    display: inline-block
}

.down-section.down-bottom {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.down-section-line .section-line {
    position: relative
}

.down-section-line .section-line:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--base-color)
}

.down-section-line:hover .section-line:before {
    height: 100%
}

.sidebar-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 18px
}

.sidebar-list li a {
    display: inline-block;
    text-align: left
}

.sidebar-list li a:hover {
    color: var(--base-color) !important
}

.sidebar-list li .item-qty {
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    text-align: right
}

.sidebar-list li:last-child {
    margin-bottom: 0
}

.latest-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0
}

.latest-post-sidebar li {
    margin-bottom: 25px
}

.latest-post-sidebar li figure {
    height: 65px;
    width: 80px;
    margin: 0
}

.latest-post-sidebar li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
    top: -3px
}

.latest-post-sidebar li:last-child {
    margin-bottom: 0
}

.popular-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0
}

.popular-post-sidebar li {
    margin-bottom: 25px
}

.popular-post-sidebar li figure {
    height: 100px;
    width: 100px;
    margin: 0
}

.popular-post-sidebar li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative
}

.popular-post-sidebar li:last-child {
    margin-bottom: 0
}

.category-list-sidebar {
    list-style: none;
    padding: 0;
    margin: 0
}

.category-list-sidebar li {
    margin-bottom: 15px
}

.category-list-sidebar li .btn {
    right: -10%;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all 300ms cubic-bezier(.37, .8, .63, 1);
    transition: all 300ms cubic-bezier(.37, .8, .63, 1)
}

.category-list-sidebar li:last-child {
    margin-bottom: 0
}

.category-list-sidebar li:hover .btn {
    right: -8%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.post-sidebar.blog-side-image li {
    margin-bottom: 35px;
    width: 100%
}

.post-sidebar.blog-side-image li .blog-box .blog-image {
    min-height: 1px
}

.post-sidebar.blog-side-image li:last-child {
    margin-bottom: 0
}

.tag-cloud a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px 10px 0;
    padding: 7px 18px;
    border-radius: 4px;
    border: 1px solid var(--extra-medium-gray)
}

.tag-cloud a:hover,
.tag-cloud a.active {
    box-shadow: 0 0 10px rgb(23 23 23 / .1);
    color: var(--dark-gray);
    background-color: var(--white)
}

.grid {
    list-style: none;
    padding: 0;
    margin: 0
}

.grid li img {
    width: 100%
}

.grid .grid-sizer {
    padding: 0 !important;
    margin: 0 !important
}

.grid.gutter-very-small li {
    padding: 3px 3px
}

.grid.gutter-small li {
    padding: 5px 5px
}

.grid.gutter-medium li {
    padding: 7px 7px
}

.grid.gutter-large li {
    padding: 10px 10px
}

.grid.gutter-extra-large li {
    padding: 15px
}

.grid.gutter-double-extra-large li {
    padding: 20px
}

.grid.gutter-triple-extra-large li {
    padding: 30px
}

.grid.grid-6col li {
    width: 16.67%
}

.grid.grid-6col li.grid-item-double {
    width: 33.33%
}

.grid.grid-6col li.grid-item-single {
    width: 100%
}

.grid.grid-5col li {
    width: 20%
}

.grid.grid-5col li.grid-item-double {
    width: 40%
}

.grid.grid-5col li.grid-item-single {
    width: 100%
}

.grid.grid-4col li {
    width: 25%
}

.grid.grid-4col li.grid-item-double {
    width: 50%
}

.grid.grid-4col li.grid-item-single {
    width: 100%
}

.grid.grid-3col li {
    width: 25%
}

.grid.grid-3col li.grid-item-double {
    width: 66.67%
}

.grid.grid-3col li.grid-item-single {
    width: 100%
}

.grid.grid-2col li {
    width: 50%
}

.grid.grid-2col li.grid-item-double {
    width: 100%
}

.grid.grid-2col li.grid-item-single {
    width: 100%
}

.grid .gutter-large {
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 10px
}

.accordion .accordion-item {
    color: inherit;
    border: none
}

.accordion .accordion-item .accordion-header {
    background-color: #fff0;
    border: none;
    padding: 0;
    margin-bottom: 0
}

.accordion .accordion-item .accordion-header .accordion-title {
    cursor: pointer;
    padding-right: 25px
}

.accordion .accordion-item .accordion-header .accordion-title i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion .accordion-item .accordion-collapse {
    border: 0
}

.accordion-style-01 .accordion-item {
    margin-bottom: 20px;
    overflow: inherit;
    padding: 20px 35px;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -webkit-box-shadow: 0 0 20px 0 rgb(111 111 111 / .15);
    box-shadow: 0 0 20px 0 rgb(111 111 111 / .15)
}

.accordion-style-01 .accordion-item:last-child {
    margin-bottom: 0
}

.accordion-style-01 .accordion-item .collapse {
    overflow: hidden
}

.accordion-style-01 .accordion-item .accordion-body {
    padding: 12px 45px 10px 0
}

.accordion-style-01 .accordion-item .accordion-header .accordion-title>i {
    position: static;
    -webkit-transform: none;
    transform: none
}

.accordion-style-02 .accordion-item {
    background-color: #fff0
}

.accordion-style-02 .accordion-item .accordion-header {
    margin-bottom: 0;
    padding: 15px 0
}

.accordion-style-02 .accordion-item .accordion-header .accordion-title i {
    right: 0
}

.accordion-style-02 .accordion-item.active-accordion .accordion-header {
    border-bottom-color: transparent !important
}

.accordion-style-02 .accordion-item .accordion-body {
    padding: 0 25px 30px 0
}

.accordion-style-02 .right-icon {
    background-color: var(--white);
    color: var(--dark-gray)
}

.accordion-style-02 .right-icon:hover {
    background-color: var(--base-color);
    color: var(--white)
}

.accordion-style-03 .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgb(255 255 255 / .15) !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff0
}

.accordion-style-03 .accordion-item .accordion-header {
    padding: 15px 30px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.accordion-style-03 .accordion-item .accordion-body {
    padding: 30px;
    border-top: 1px solid rgb(255 255 255 / .15) !important
}

.accordion-style-04 .accordion-item {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff0
}

.accordion-style-04 .accordion-item .accordion-header {
    padding: 18px 35px
}

.accordion-style-04 .accordion-item .accordion-body {
    padding: 25px 40px 30px
}

.accordion-style-04 .accordion-item.active-accordion {
    -webkit-box-shadow: 0 5px 25px 0 rgb(111 111 111 / .15);
    box-shadow: 0 5px 25px 0 rgb(111 111 111 / .15);
    background: var(--white)
}

.accordion-style-05 .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 22px 35px 22px 65px;
    position: relative;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -webkit-box-shadow: 0 0 45px 0 rgb(111 111 111 / .15);
    box-shadow: 0 0 45px 0 rgb(111 111 111 / .15)
}

.accordion-style-05 .accordion-item:last-child {
    margin-bottom: 0
}

.accordion-style-05 .accordion-item .collapse {
    overflow: hidden
}

.accordion-style-05 .accordion-item .accordion-body {
    padding: 10px 45px 10px 0
}

.accordion-style-05 .accordion-item .number {
    position: absolute;
    left: -13px;
    top: 15px
}

.accordion-style-05 .accordion-item.active-accordion {
    -webkit-box-shadow: 0 15px 40px 5px rgb(111 111 111 / .15);
    box-shadow: 0 15px 40px 5px rgb(111 111 111 / .15)
}

.accordion-style-05 .accordion-item.active-accordion .number {
    -webkit-text-fill-color: var(--base-color);
    -webkit-text-stroke-color: var(--base-color)
}

.accordion-style-06 .accordion-item {
    margin-bottom: 0;
    overflow: hidden;
    padding: 15px 100px 15px 45px;
    position: relative;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important
}

.accordion-style-06 .accordion-item:last-child {
    margin-bottom: 0
}

.accordion-style-06 .accordion-item .collapse {
    overflow: hidden;
    border-radius: 0
}

.accordion-style-06 .accordion-item .accordion-body {
    padding: 10px 0 10px 0
}

.accordion-style-06 .accordion-item i {
    position: absolute;
    right: -32px;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--dark-gray);
    -webkit-transform: rotate(-35deg) translateY(-50%);
    transform: rotate(-35deg) translateY(-50%)
}

.accordion-style-06 .accordion-item .collapsing i {
    opacity: 0
}

.accordion-style-06 .accordion-item.active-accordion {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #ffffff)
}

.accordion-style-06 .accordion-item.active-accordion i {
    opacity: .15
}

.alert-success {
    background-color: #f1fbec;
    color: #54b783;
    border-color: #cce8b3;
    padding: 10px 20px 10px 20px
}

.alert {
    padding: 20px 25px 20px 30px;
    margin-bottom: 30px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.alert.alert-success {
    background-color: #f1fbec;
    color: #54b783;
    border-color: #cce8b3
}

.alert.alert-info {
    background-color: #ebf5f9;
    color: #4278bb;
    border-color: #bce8f1
}

.alert.alert-warning {
    background-color: #fcf8e3;
    color: #e2ad4b;
    border-color: #faebcc
}

.alert.alert-danger {
    background-color: #fbf1f1;
    color: #e65656;
    border-color: #efe1e3
}

.alert strong {
    font-weight: 500
}

@keyframes hvr-icon-push {
    50% {
        -webkit-trasfrom: scale(.5);
        trasfrom: scale(.5)
    }
}

.alert .close {
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    color: rgb(0 0 0 / .34);
    text-shadow: none;
    float: right
}

.alert .close i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.alert .close:hover i {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.alert .close:not(:disabled),
.alert .close:not(.disabled):focus,
.alert .close:not(.disabled):hover {
    opacity: 1
}

.alert-box-style-02 .alert {
    padding: 22px 60px 22px 30px;
    border: none;
    line-height: 22px;
    -webkit-box-shadow: 0 0 10px 0 rgb(111 111 111 / .1);
    box-shadow: 0 0 10px 0 rgb(111 111 111 / .1)
}

.alert-box-style-02 .alert.alert-success {
    color: #54b783
}

.alert-box-style-02 .alert.alert-info {
    color: #4278bb
}

.alert-box-style-02 .alert.alert-warning {
    color: #e2ad4b
}

.alert-box-style-02 .alert.alert-danger {
    color: #e65656
}

.alert-box-style-02 .alert .close {
    height: 100%;
    position: absolute;
    right: 0;
    width: 60px;
    text-align: center;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid var(--light-medium-gray);
    font-size: 18px
}

.alert-box-style-03 .alert {
    padding: 20px 30px 20px 55px;
    border: 0
}

.alert-box-style-03 .alert:before {
    font-family: bootstrap-icons;
    display: inline-block;
    position: absolute;
    left: 25px;
    font-size: 18px
}

.alert-box-style-03 .alert.alert-success {
    background-color: #54b783
}

.alert-box-style-03 .alert.alert-success:before {
    content: "\f26b"
}

.alert-box-style-03 .alert.alert-info {
    background-color: #4278bb
}

.alert-box-style-03 .alert.alert-info:before {
    content: "\f431"
}

.alert-box-style-03 .alert.alert-warning {
    background-color: #e2ad4b
}

.alert-box-style-03 .alert.alert-warning:before {
    content: "\f567"
}

.alert-box-style-03 .alert.alert-danger {
    background-color: #e65656
}

.alert-box-style-03 .alert.alert-danger:before {
    content: "\f623"
}

.alert-box-style-03 .alert .close {
    right: -10px;
    position: relative
}

.alert-box-style-04 .alert {
    padding: 20px 25px 20px 30px;
    border-radius: 0;
    border: none;
    border-left: 3px solid
}

.alert-box-style-04 .alert:hover {
    -webkit-box-shadow: 0 0 10px 0 rgb(111 111 111 / .1);
    box-shadow: 0 0 10px 0 rgb(111 111 111 / .1)
}

.alert-box-style-04 .alert.alert-success {
    color: #54b783;
    border-color: #54b783
}

.alert-box-style-04 .alert.alert-info {
    color: #4278bb;
    border-color: #4278bb
}

.alert-box-style-04 .alert.alert-warning {
    color: #e2ad4b;
    border-color: #e2ad4b
}

.alert-box-style-04 .alert.alert-danger {
    color: #e65656;
    border-color: #e65656
}

.alert-box-style-05 .alert {
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 2px solid;
    color: var(--dark-gray);
    padding: 10px 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.alert-box-style-05 .alert.alert-success {
    border-color: #54b783
}

.alert-box-style-05 .alert.alert-info {
    border-color: #4278bb
}

.alert-box-style-05 .alert.alert-warning {
    border-color: #e2ad4b
}

.alert-box-style-05 .alert.alert-danger {
    border-color: #e65656
}

blockquote footer {
    padding: 0
}

.blockquote-style-04 .blockquote-img img {
    margin-top: -114px
}

.blockquote-style-04 .blockquote-content {
    padding: 5% 0 5% 26%;
    margin-left: -8vw;
    -webkit-border-radius: 50px 50px 125px 50px;
    border-radius: 50px 50px 125px 50px
}

@media only screen and (min-width:1921px) {
    .blockquote-style-04 .blockquote-content {
        margin-left: -6vw
    }
}

.btn-box-shadow {
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / .1);
    box-shadow: 0 5px 20px rgb(0 0 0 / .1);
    -webkit-transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.3s cubic-bezier(.2, 0, .3, 1)
}

.btn-box-shadow:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgb(0 0 0 / .15);
    box-shadow: 0 8px 30px 0 rgb(0 0 0 / .15)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: initial;
    color: initial
}

.btn {
    display: inline-block;
    border: 2px solid #fff0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    width: auto;
    font-family: var(--alt-font);
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:hover {
    background-color: inherit
}

.btn i {
    position: relative;
    margin-left: 6px
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 24px 46px
}

.btn.btn-large {
    font-size: 14px;
    padding: 18px 34px
}

.btn.btn-medium {
    font-size: 13px;
    padding: 16px 30px
}

.btn.btn-small {
    font-size: 12px;
    padding: 13px 26px
}

.btn.btn-very-small {
    font-size: 11px;
    padding: 10px 20px
}

.btn.btn-rounded.btn-extra-large {
    padding: 18px 46px
}

.btn.btn-rounded.btn-large {
    padding: 14px 36px
}

.btn.btn-rounded.btn-medium {
    padding: 12px 32px
}

.btn.btn-rounded.btn-small {
    padding: 10px 26px
}

.btn.btn-rounded.btn-very-small {
    padding: 8px 20px
}

.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.btn.btn-round-edge {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.btn.btn-round-edge-small {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: #fff0
}

.btn.btn-link.thin {
    border-bottom: 1px solid
}

.btn.btn-link:hover {
    opacity: .7
}

.btn.btn-link:focus-visible {
    box-shadow: none
}

.btn.btn-link-gradient {
    padding: 0 0 3px !important;
    position: relative;
    border: 0;
    background-color: #fff0
}

.btn.btn-link-gradient>span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%
}

.btn.btn-link-gradient.thin span {
    height: 1px
}

.btn.btn-link-gradient.expand span {
    width: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-link-gradient:hover {
    opacity: .7
}

.btn.btn-link-gradient:hover.expand:hover span {
    width: 100%
}

.btn.btn-expand {
    position: relative;
    z-index: 1
}

.btn.btn-expand span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.btn.btn-expand:hover,
.btn.btn-expand:active {
    border-color: #fff0
}

.btn.btn-expand:hover span,
.btn.btn-expand:active span {
    width: 100%
}

.btn.btn-expand-ltr {
    position: relative;
    z-index: 1;
    background-color: #fff0;
    border: 0;
    color: initial
}

.btn.btn-expand-ltr:active {
    background-color: #fff0;
    border: 0;
    color: initial
}

.btn.btn-expand-ltr span {
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn.btn-expand-ltr:hover span {
    width: 100% !important
}

.btn.btn-expand-ltr.btn-extra-large {
    padding: 18px 28px
}

.btn.btn-expand-ltr.btn-extra-large span {
    width: 60px;
    height: 60px
}

.btn.btn-expand-ltr.btn-large {
    padding: 14px 26px
}

.btn.btn-expand-ltr.btn-large span {
    width: 50px;
    height: 50px
}

.btn.btn-expand-ltr.btn-medium {
    padding: 12px 24px
}

.btn.btn-expand-ltr.btn-medium span {
    width: 44px;
    height: 44px
}

.btn.btn-expand-ltr.btn-small {
    padding: 10px 22px
}

.btn.btn-expand-ltr.btn-small span {
    width: 40px;
    height: 40px
}

.btn.btn-expand-ltr.btn-very-small {
    padding: 8px 18px
}

.btn.btn-expand-ltr.btn-very-small span {
    width: 38px;
    height: 38px
}

.btn.btn-hover-animation-switch.btn-link {
    border-bottom: 0;
    padding-bottom: 0
}

.btn.btn-hover-animation-switch.btn-link:hover {
    opacity: 1
}

.btn.btn-hover-animation-switch>span {
    display: inline-flex;
    align-items: center
}

.btn.btn-hover-animation-switch .btn-text {
    margin-left: -13px;
    position: relative;
    z-index: 3;
    transition: transform 0.6s 0.125s cubic-bezier(.1, .75, .25, 1)
}

.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
    position: relative;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1);
    line-height: 0;
    z-index: 3
}

.btn.btn-hover-animation-switch .btn-icon i {
    margin: 0;
    line-height: 0
}

.btn.btn-hover-animation-switch .btn-icon+.btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.btn.btn-hover-animation-switch:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px)
}

.btn.btn-hover-animation-switch:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0
}

.btn.btn-hover-animation-switch:hover .btn-icon+.btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-text {
    margin-right: -15px;
    margin-left: 0;
    position: relative;
    z-index: 3
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-icon {
    opacity: 0;
    margin-left: 0;
    transition-delay: 0s;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-icon+.btn-icon {
    opacity: 1;
    margin-left: 0;
    margin-right: 6px;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-text {
    transition-delay: 0.1s;
    transform: translateX(-20px)
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.225s
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon+.btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(-10px)
}

.btn.btn-hover-animation.btn-link {
    border-bottom: 0;
    padding-bottom: 0
}

.btn.btn-hover-animation.btn-link:hover {
    opacity: 1
}

.btn.btn-hover-animation>span {
    display: inline-flex;
    align-items: center
}

.btn.btn-hover-animation .btn-text {
    margin-left: 0;
    position: relative;
    z-index: 3;
    transition: transform 0.5s
}

.btn.btn-hover-animation .btn-icon {
    display: inline-flex;
    align-items: center;
    margin-left: -24px
}

.btn.btn-hover-animation .btn-icon i {
    display: inline-block;
    opacity: 0;
    top: 0;
    transform: translateX(.24px);
    transition: opacity 0.25s, transform 0.5s
}

.btn.btn-hover-animation:hover .btn-text {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px)
}

.btn.btn-hover-animation:hover .btn-icon i {
    opacity: 1;
    -webkit-transform: translateX(12px);
    transform: translateX(12px)
}

.btn.btn-hover-animation:active {
    border-color: transparent !important
}

.btn.btn-hover-animation.btn-icon-left .btn-icon {
    margin-right: -24px;
    margin-left: 0
}

.btn.btn-hover-animation.btn-icon-left .btn-icon i {
    transform: translateX(.24px)
}

.btn.btn-hover-animation.btn-icon-left .btn-text {
    margin-right: 0;
    margin-left: 0
}

.btn.btn-hover-animation.btn-icon-left:hover .btn-text {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.btn.btn-hover-animation.btn-icon-left:hover .btn-icon i {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.btn.btn-slide-up span {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.btn.btn-slide-down span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.btn.btn-slide-left span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn.btn-slide-right span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.btn.btn-slide-up,
.btn.btn-slide-down,
.btn.btn-slide-left,
.btn.btn-slide-right {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn.btn-slide-up span,
.btn.btn-slide-down span,
.btn.btn-slide-left span,
.btn.btn-slide-right span {
    position: absolute;
    height: 100%;
    width: 102%;
    z-index: -1;
    left: -2px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.btn.btn-slide-up:hover span,
.btn.btn-slide-down:hover span,
.btn.btn-slide-left:hover span,
.btn.btn-slide-right:hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn.btn-radius {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.btn.btn-radius:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.btn.arrow-bounce-right {
    position: relative
}

.btn.arrow-bounce-right:before {
    content: "\f108";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: inherit;
    left: 80%;
    transition: all 0.3s;
    opacity: 0;
    font-weight: 900;
    margin-top: 3px
}

.btn.arrow-bounce-right:hover:before {
    left: 85%;
    opacity: 1
}

.btn.underline-on-hover {
    position: relative;
    padding: 0 0 2px;
    border: none;
    opacity: 1 !important
}

.btn.underline-on-hover:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.btn.underline-on-hover:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn.underline-on-hover.btn-medium,
.btn.underline-on-hover.btn-small,
.btn.underline-on-hover.btn-very-small {
    padding: 0 0 3px
}

.btn.hover-text-dark {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: none;
    opacity: .4;
    display: inline-block
}

.btn.hover-text-dark:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: attr(data-hover);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s
}

.btn.hover-text-dark:hover {
    opacity: 1
}

.btn.hover-text-dark:hover:after {
    max-height: 100%
}

.btn.hover-text-light {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: none;
    opacity: 1;
    display: inline-block
}

.btn.hover-text-light:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: attr(data-hover);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s
}

.btn.hover-text-light:hover {
    opacity: .6
}

.btn.hover-text-light:hover:after {
    max-height: 100%
}

.btn.btn-base-color {
    background-color: var(--base-color);
    color: var(--white)
}

.btn.btn-base-color:hover,
.btn.btn-base-color:active {
    background-color: #fff0;
    border-color: var(--base-color);
    color: var(--base-color)
}

.btn.btn-dark-gray {
    background-color: #032379;
    color: var(--white)
}

.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active {
    background-color: #fff0;
    border-color: var(--dark-gray);
    color: var(--dark-gray)
}

.btn.btn-black {
    background-color: var(--black);
    color: var(--white)
}

.btn.btn-black:hover,
.btn.btn-black:active {
    background-color: #fff0;
    border-color: var(--black);
    color: var(--black)
}

.btn.btn-white {
    background-color: var(--white);
    color: var(--dark-gray)
}

.btn.btn-white:hover,
.btn.btn-white:active {
    background-color: #fff0;
    border-color: var(--white);
    color: var(--white)
}

.btn.btn-cornflower-blue {
    background-color: var(--cornflower-blue);
    color: var(--white)
}

.btn.btn-cornflower-blue:hover,
.btn.btn-cornflower-blue:active {
    background-color: #fff0;
    border-color: var(--cornflower-blue);
    color: var(--cornflower-blue)
}

.btn.btn-jade {
    background-color: var(--jade);
    color: var(--white)
}

.btn.btn-jade:hover,
.btn.btn-jade:active {
    background-color: #fff0;
    border-color: var(--jade);
    color: var(--jade)
}

.btn.btn-transparent-black {
    background-color: #fff0;
    border-color: var(--black);
    color: var(--black)
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:active {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white)
}

.btn.btn-transparent-white {
    background-color: #fff0;
    border-color: var(--white);
    color: var(--white)
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:active {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray)
}

.btn.btn-transparent-white-light {
    background-color: #fff0;
    border-color: var(--dark-gray);
    color: var(--dark-gray)
}

.btn.btn-transparent-white-light:hover,
.btn.btn-transparent-white-light:active {
    background-color: var(--white);
    border-color: rgb(255 255 255 / .3);
    color: var(--dark-gray)
}

.btn.btn-transparent-base-color {
    background-color: #fff0;
    border-color: var(--base-color);
    color: var(--base-color)
}

.btn.btn-transparent-base-color:hover,
.btn.btn-transparent-base-color:active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white)
}

.btn.btn-transparent-dark-gray {
    background-color: #fff0;
    border-color: var(--dark-gray);
    color: var(--dark-gray)
}

.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:active {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white)
}

.btn.btn-transparent-light-gray {
    background-color: #fff0;
    border-color: var(--extra-medium-gray);
    color: var(--dark-gray)
}

.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white)
}

.btn.btn-double-border.btn-extra-large {
    padding: 0
}

.btn.btn-double-border.btn-extra-large>span {
    padding: 24px 50px
}

.btn.btn-double-border.btn-large {
    padding: 0
}

.btn.btn-double-border.btn-large>span {
    padding: 18px 42px
}

.btn.btn-double-border.btn-medium {
    padding: 0
}

.btn.btn-double-border.btn-medium>span {
    padding: 16px 34px
}

.btn.btn-double-border.btn-small {
    padding: 0
}

.btn.btn-double-border.btn-small>span {
    padding: 13px 32px
}

.btn.btn-double-border.btn-very-small {
    padding: 0
}

.btn.btn-double-border.btn-very-small>span {
    padding: 10px 22px
}

.btn.btn-double-border>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.btn.btn-double-border .btn-double-text {
    transition: opacity 0.65s, transform 0.65s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}

.btn.btn-double-border .btn-double-text:before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}

.btn.btn-double-border:hover .btn-double-text {
    transform: translateY(-200%)
}

.btn.btn-double-border:hover .btn-double-text:before {
    transform: translate(-50%, 150%);
    opacity: 1
}

.btn.btn-double-border:after {
    display: inline-block;
    content: "";
    position: absolute;
    border: 1px solid;
    width: calc(100% - 8px);
    height: calc(100% + 12px);
    top: -6px;
    left: 4px;
    transform: translateX(0) translateY(0);
    z-index: 0
}

.btn.btn-double-border.btn-border-base-color {
    position: relative;
    border: 1px solid var(--base-color);
    color: var(--base-color)
}

.btn.btn-double-border.btn-border-base-color:hover {
    border-color: var(--dark-gray);
    color: var(--dark-gray)
}

.btn.btn-double-border.btn-border-base-color:hover:after {
    border-color: var(--dark-gray);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover {
    border-color: var(--white);
    color: var(--white)
}

.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover:after {
    border-color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-double-border.btn-border-color-dark-gray {
    position: relative;
    border: 1px solid var(--dark-gray);
    color: var(--dark-gray)
}

.btn.btn-double-border.btn-border-color-dark-gray:hover {
    border-color: var(--base-color);
    color: var(--base-color)
}

.btn.btn-double-border.btn-border-color-dark-gray:hover:after {
    border-color: var(--base-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-double-border.btn-border-color-white {
    position: relative;
    border: 1px solid var(--white);
    color: var(--white)
}

.btn.btn-double-border.btn-border-color-white:hover {
    border-color: var(--base-color);
    color: var(--base-color)
}

.btn.btn-double-border.btn-border-color-white:hover:after {
    border-color: var(--base-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-double-border.btn-border-color-transparent-white {
    position: relative;
    border: 1px solid rgb(255 255 255 / .2);
    color: var(--white)
}

.btn.btn-double-border.btn-border-color-transparent-white:after {
    border: 1px solid rgb(255 255 255 / .2)
}

.btn.btn-double-border.btn-border-color-transparent-white:hover {
    border-color: #fff;
    color: var(--white)
}

.btn.btn-double-border.btn-border-color-transparent-white:hover:after {
    border-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-double-border.btn-border-color-transparent-dark {
    position: relative;
    border: 1px solid rgb(35 35 35 / .2);
    color: var(--dark-gray)
}

.btn.btn-double-border.btn-border-color-transparent-dark:after {
    border: 1px solid rgb(35 35 35 / .2)
}

.btn.btn-double-border.btn-border-color-transparent-dark:hover {
    border-color: #232323;
    color: var(--dark-gray)
}

.btn.btn-double-border.btn-border-color-transparent-dark:hover:after {
    border-color: #232323;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn.btn-switch-text.btn-extra-large {
    padding: 0
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 40px
}

.btn.btn-switch-text.btn-large {
    padding: 0
}

.btn.btn-switch-text.btn-large>span {
    padding: 10px 34px
}

.btn.btn-switch-text.btn-medium {
    padding: 0
}

.btn.btn-switch-text.btn-medium>span {
    padding: 16px 30px
}

.btn.btn-switch-text.btn-small {
    padding: 0
}

.btn.btn-switch-text.btn-small>span {
    padding: 13px 24px
}

.btn.btn-switch-text.btn-very-small {
    padding: 0
}

.btn.btn-switch-text.btn-very-small>span {
    padding: 10px 20px
}

.btn.btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.btn.btn-switch-text .btn-double-text {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}

.btn.btn-switch-text .btn-double-text:before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity 0.5s, transform 0.8s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}

.btn.btn-switch-text:hover .btn-double-text,
.btn.btn-switch-text:active .btn-double-text {
    transform: translateY(-200%)
}

.btn.btn-switch-text:hover .btn-double-text:before,
.btn.btn-switch-text:active .btn-double-text:before {
    transform: translate(-50%, 150%);
    opacity: 1
}

.btn.btn-switch-text.purchase-envato.btn-small {
    padding: 0
}

.btn.btn-switch-text.purchase-envato.btn-small>span {
    padding: 11px 30px
}

.btn.base-color-hover:hover,
.btn.base-color-hover:active {
    background-color: var(--base-color);
    color: var(--white)
}

.btn.white-hover:hover,
.btn.white-hover:active {
    background-color: var(--white);
    color: var(--dark-gray)
}

.btn.black-hover:hover,
.btn.black-hover:active {
    background-color: var(--dark-gray);
    color: var(--white)
}

.btn.btn-box-shadow.btn-white:hover,
.btn.btn-box-shadow.btn-white:active {
    background: var(--white);
    color: var(--dark-gray)
}

.btn.btn-box-shadow.btn-black:hover,
.btn.btn-box-shadow.btn-black:active {
    background: var(--black);
    color: var(--white)
}

.btn.btn-box-shadow.btn-dark-gray:hover,
.btn.btn-box-shadow.btn-dark-gray:active {
    background: var(--dark-gray);
    color: var(--white)
}

.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active {
    background: var(--base-color);
    color: var(--white)
}

.btn.btn-box-shadow.btn-cornflower-blue:hover,
.btn.btn-box-shadow.btn-cornflower-blue:active {
    background-color: var(--cornflower-blue);
    color: var(--white)
}

.btn.btn-box-shadow.btn-jade:hover,
.btn.btn-box-shadow.btn-jade:active {
    background-color: var(--jade);
    color: var(--white)
}

.btn.with-rounded {
    position: relative
}

.btn.with-rounded>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / .35);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / .35)
}

.btn.with-rounded>span i {
    margin: 0
}

.btn.with-rounded.btn-extra-large {
    padding-right: 70px
}

.btn.with-rounded.btn-large {
    padding-right: 55px
}

.btn.with-rounded.btn-large>span {
    width: 34px;
    height: 34px;
    right: 8px
}

.btn.with-rounded.btn-medium {
    padding-right: 50px
}

.btn.with-rounded.btn-medium>span {
    width: 32px;
    height: 32px;
    right: 8px
}

.btn.with-rounded.btn-small {
    padding-right: 45px
}

.btn.with-rounded.btn-small>span {
    width: 28px;
    height: 28px;
    right: 6px
}

.btn.with-rounded.btn-very-small {
    padding-right: 37px
}

.btn.with-rounded.btn-very-small>span {
    width: 26px;
    height: 26px;
    right: 5px
}

.left-icon i {
    margin-right: 6px;
    margin-left: 0
}

[class*=btn-transparent],
[class*=" btn-transparent"] {
    font-weight: 600
}

[class*=btn-gradient-] {
    background-color: #fff0;
    border-color: #fff0
}

[class*=btn-gradient-]:active {
    background-color: #fff0;
    border-color: transparent !important;
    color: var(--white) !important
}

[class*=btn-gradient-]:hover {
    background-position: right center;
    color: var(--white)
}

.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
    background-size: 200% auto;
    color: var(--white)
}

.btn-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #f7567f, #ffba83, #f7567f);
    background-size: 200% auto;
    color: var(--white)
}

.btn-gradient-pink-orange {
    background-image: linear-gradient(to right, #de347f, #ef5f43, #de347f);
    background-size: 200% auto;
    color: var(--white)
}

.btn-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, #2a46f4, #bf25ff, #2a46f4);
    background-size: 200% auto;
    color: var(--white)
}

.btn-gradient-light-pink-light-purple {
    background-image: linear-gradient(to right, #ed579b, #bc63e8, #ed579b);
    background-size: 200% auto;
    color: var(--white)
}

.btn-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #5758df, #f77991, #5758df);
    background-size: 200% auto;
    color: var(--white)
}

.btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px
}

.btn-dual .btn.btn-link,
.btn-dual .btn.btn-underline,
.btn-dual .btn.btn-zoom,
.btn-dual .btn.btn-link-gradient {
    margin-left: 30px;
    margin-right: 30px
}

.categories-btn {
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 20px
}

.clients-style-01 .client-image:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.clients-style-02 .swiper-slide {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out
}

.clients-style-02 .swiper-slide:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.clients-style-02 .swiper-button-prev {
    left: -110px
}

.clients-style-02 .swiper-button-next {
    right: -110px
}

.clients-style-03 .client-box {
    -webkit-transition: all 350ms cubic-bezier(.12, 0, .39, 0);
    transition: all 350ms cubic-bezier(.12, 0, .39, 0);
    will-change: transform
}

.clients-style-03 .client-box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.clients-style-04 .client-box:hover {
    opacity: .5
}

.clients-style-05 .client-box {
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.clients-style-05 .client-box img {
    z-index: 2;
    position: relative
}

.clients-style-05 .client-box:hover {
    opacity: .5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.clients-style-06 .client-box {
    -webkit-transition: all 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.3s cubic-bezier(.12, 0, .39, 0)
}

.clients-style-06 .client-box img {
    max-width: inherit
}

.clients-style-06:hover .client-box {
    opacity: .4
}

.clients-style-06:hover .client-box:hover {
    opacity: 1
}

.clients-style-07 .client-box .client-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.clients-style-07 .client-box .client-info .client-content {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(.77, 0, .175, 1);
    transition: all 0.5s cubic-bezier(.77, 0, .175, 1);
    overflow: hidden
}

.clients-style-07 .client-box .client-info .client-content .client-link {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0
}

.clients-style-07 .client-box .client-info:hover .client-content {
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0
}

.clients-style-07 .client-box .client-info:hover .client-content .client-icon {
    opacity: 0;
    visibility: hidden
}

.clients-style-07 .client-box .client-info:hover .client-content .client-link {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.clients-style-07 .client-box .client-info:hover .client-content .box-overlay {
    opacity: 1;
    visibility: visible
}

.clients-style-08 .client-box {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .5
}

.clients-style-08 .client-box:hover {
    opacity: 1
}

.show-grid [class^=col-] {
    background-color: #f5f5f5;
    border: 1px solid rgb(0 0 0 / .2);
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

.select-style select {
    background-image: url(../images/contact-form-down-arrow.jpg);
    background-repeat: no-repeat;
    background-position: top 25px right 30px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #fff0
}

.terms-condition-box label {
    display: block
}

.terms-condition-box input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 4px;
    left: 0
}

.terms-condition-box input[type=checkbox]:checked+.box:after {
    display: block
}

.terms-condition-box input[type=checkbox].is-invalid+.box:before {
    border-color: #dc3545
}

.terms-condition-box .box {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block
}

.terms-condition-box .box:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff0;
    border: 1px solid var(--extra-medium-gray);
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.terms-condition-box .box:after {
    position: absolute;
    left: 7px;
    top: 9px;
    content: "";
    width: 6px;
    height: 10px;
    display: none;
    border: solid var(--dark-gray);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 select {
    padding-left: 55px
}

.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px
}

.contact-form-style-01 .form-group.form-textarea .form-icon {
    top: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.contact-form-style-03 input,
.contact-form-style-03 textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid;
    background: #fff0
}

.contact-form-style-03 select {
    outline: none;
    border: none;
    border-bottom: 1px solid
}

.contact-form-style-03 input:focus,
.contact-form-style-03 select:focus,
.contact-form-style-03 textarea:focus,
.contact-form-style-03 .form-control:focus {
    border: 0;
    border-bottom: 1px solid #c2c2c2
}

.contact-form-style-03 textarea {
    resize: none
}

.contact-form-style-03 .form-group .form-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-form-style-03 .form-group.form-textarea .form-icon {
    top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.contact-form-style-03 .form-control,
.contact-form-style-03 .form-control.is-invalid,
.contact-form-style-03 .was-validated .form-control:invalid {
    background-position: right 35px center !important
}

.contact-form-style-06 input,
.contact-form-style-06 textarea {
    color: var(--white)
}

.contact-form-style-06 input:focus,
.contact-form-style-06 textarea:focus {
    color: var(--white)
}

.contact-form-style-06 input::placeholder,
.contact-form-style-06 textarea::placeholder {
    color: var(--light-medium-gray)
}

.contact-form-style-06 .select-style select {
    color: var(--light-medium-gray);
    background-image: url(../images/contact-form-arrow-white.png);
    background-position: top 25px right 20px;
    padding-right: 45px
}

.contact-form-style-06 .select-style select option {
    color: var(--dark-gray)
}

.contact-form-style-07 input,
.contact-form-style-07 textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid;
    background: #fff0
}

.contact-form-style-07 select {
    outline: none;
    border: none;
    border-bottom: 1px solid
}

.contact-form-style-07 input:focus,
.contact-form-style-07 select:focus,
.contact-form-style-07 textarea:focus,
.contact-form-style-07 .form-control:focus {
    border: 0;
    border-bottom: 1px solid #c2c2c2
}

.contact-form-style-07 textarea {
    resize: none
}

.contact-form-style-07 .form-group .form-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-form-style-07 .form-group.form-textarea .form-icon {
    top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.contact-form-style-07 .form-control,
.contact-form-style-07 .form-control.is-invalid,
.contact-form-style-07 .was-validated .form-control:invalid {
    background-position: right 35px center !important
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--dark-gray)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
    content: ""
}

.text-slider-style-02 .swiper-slide {
    opacity: .2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.text-slider-style-02 .swiper-slide.swiper-slide-active {
    opacity: 1
}

.text-slider-style-03 .swiper-slide>img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.text-slider-style-05 .swiper-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.text-slider-style-05 .swiper-slide .services-box-style-01:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.text-slider-style-05 .swiper-slide .services-box-style-01:hover .icon-box {
    opacity: 0
}

.text-slider-style-05 .swiper-slide.swiper-slide-next {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.text-slider-style-05 .swiper-slide.swiper-slide-next .services-box-style-01 .icon-box {
    opacity: 1
}

.countdown-style-01 .counter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.countdown-style-01 .counter-container .countdown-box {
    font-family: var(--alt-font);
    color: var(--dark-gray);
    background-color: var(--white);
    width: 130px;
    min-height: 130px;
    padding: 25px 20px 20px;
    margin: 0 15px;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .05);
    box-shadow: 0 0 25px rgb(0 0 0 / .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.countdown-style-01 .counter-container .countdown-box .number {
    font-size: 2.375rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -1px
}

.countdown-style-01 .counter-container .countdown-box span {
    font-size: 14px;
    line-height: 14px;
    color: var(--medium-gray);
    text-transform: uppercase
}

.countdown-style-02 .countdown-box {
    position: relative;
    width: 165px;
    padding: 0 15px;
    color: var(--white);
    font-family: var(--alt-font);
    display: inline-block;
    text-align: center
}

.countdown-style-02 .countdown-box:before {
    content: ":";
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white);
    text-align: center;
    font-size: 3rem;
    margin-top: -4px
}

.countdown-style-02 .countdown-box:last-child:before {
    display: none
}

.countdown-style-02 .countdown-box .number {
    font-size: 3.5rem;
    line-height: 3.75rem;
    font-weight: 600;
    letter-spacing: -1px
}

.countdown-style-02 .countdown-box span {
    font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    color: var(--white);
    font-weight: 500
}

.countdown-style-03 .countdown-box {
    width: 130px;
    display: inline-block;
    margin: 0 15px;
    text-align: center
}

.countdown-style-03 .countdown-box .number {
    color: var(--dark-gray);
    font-size: 4.3rem;
    line-height: 4.3rem;
    font-family: var(--alt-font);
    letter-spacing: -1px;
    font-weight: 700
}

.countdown-style-03 .countdown-box span {
    color: var(--medium-gray);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

.countdown-style-04 .countdown-box {
    width: 160px;
    display: inline-block;
    margin: 0 7px;
    text-align: center;
    position: relative
}

.countdown-style-04 .countdown-box:before {
    content: ":";
    position: absolute;
    top: 20px;
    font-size: 2rem;
    color: var(--white);
    right: -10px;
    margin-top: -5px;
    font-weight: 400;
    opacity: .7
}

.countdown-style-04 .countdown-box:last-child:before {
    display: none
}

.countdown-style-04 .countdown-box .number {
    color: #fff;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-family: var(--alt-font);
    font-weight: 600
}

.countdown-style-04 .countdown-box span {
    color: var(--very-light-gray);
    font-size: 15px
}

.counter-style-03 .feature-box i {
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.counter-style-03 .feature-box:hover i {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.counter-style-04 .vertical-counter:after {
    content: attr(data-text);
    display: inline-block;
    margin-left: 3px;
    word-break: normal
}

.counter-style-06 .feature-box-content .counter-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.counter-style-06 .feature-box-content:after {
    content: "";
    display: block;
    height: 40%;
    right: 0;
    top: 50%;
    width: 1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--extra-medium-gray)
}

.counter-style-06 .feature-box:last-child .feature-box-content:after {
    display: none
}

.counter-style-07 .vertical-counter-number {
    z-index: 1
}

.vertical-counter-number {
    overflow: hidden;
    width: 100%;
    height: auto
}

.vertical-counter-number ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.divider-style-01 .divider-shadow:after,
.divider-style-01 .divider-shadow:before {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    height: 10px;
    margin-top: 7px;
    box-shadow: 0 6px 10px -10px #8c8b8b inset
}

.divider-style-01 .divider-border:after,
.divider-style-01 .divider-border:before {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    height: 10px;
    margin-top: 7px;
    border-top: 1px solid #E4E4E4
}

.divider-style-02 .divider-dot {
    position: relative
}

.divider-style-02 .divider-dot span {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -13px;
    width: 25px;
    height: 25px;
    box-shadow: inset 0 0 0 6px #fff
}

.divider-style-02 .divider-dot:after {
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    border-left: 1px solid #E4E4E4;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.divider-style-03.divider-style-03-01 {
    border-top: 1px solid;
    width: 100%
}

.divider-style-03.divider-style-03-02 {
    border-top: 1px dashed
}

.divider-style-03.divider-style-03-03 {
    border-top: 4px double
}

.divider-style-03.divider-style-03-04 {
    border-top: 2px dashed
}

.divider-style-03.divider-style-03-05 {
    border-top: 2px dotted
}

.first-letter {
    float: left;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0 25px 0 0
}

.first-letter-block {
    font-size: 4.5rem;
    line-height: 100px;
    font-weight: 600;
    width: 100px;
    height: 100px;
    margin: 8px 35px 0 0
}

.first-letter-round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 3.5rem
}

.first-letter-big {
    float: left;
    font-size: 9rem;
    line-height: 9rem;
    padding: 0;
    text-align: center;
    position: relative
}

.first-letter-small {
    font-size: 3.438rem;
    line-height: 4rem;
    font-weight: 600;
    width: 65px;
    height: 65px;
    margin: 8px 30px 0 0
}

.time-table {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    flex: 1 0
}

.time-table+.time-table .time-table-box {
    border-top-width: 0 !important
}

.time-table-box {
    -webkit-box-align: stretch;
    align-items: stretch;
    text-align: center;
    flex-basis: 12.5%;
    padding: 30px 10px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100px
}

.time-table-box .inner-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex: 1 auto;
    z-index: 9
}

.time-table-box .inner-box>div {
    line-height: initial;
    margin-top: 7px
}

.time-table-box+.time-table-box {
    border-left-width: 0 !important
}

.time-table-box+.time-table-box.name-box:before {
    position: absolute;
    content: "";
    transition: opacity 0.3s;
    opacity: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--base-color)
}

.time-table-box+.time-table-box.name-box:hover .inner-box span,
.time-table-box+.time-table-box.name-box:hover .inner-box div {
    color: var(--white)
}

.time-table-box+.time-table-box.name-box:hover:before {
    opacity: 1
}

.time-table-box+.time-table-box.name-box:hover .hover-detail {
    visibility: visible;
    opacity: 1
}

.time-table-box.day {
    padding: 15px 10px;
    min-height: 1px
}

.time-table-box .hover-detail {
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 25px 30px;
    border-radius: 6px;
    width: 250px;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 60px rgb(0 0 0 / .14);
    box-shadow: 0 0 60px rgb(0 0 0 / .14);
    -webkit-transition: 0.05s;
    transition: 0.05s
}

.time-table-box .hover-detail:after {
    content: "";
    top: -21px;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -14px;
    position: absolute;
    pointer-events: none;
    border: solid #fff0;
    border-width: 11px;
    border-bottom-color: var(--white)
}

.time-table-box .hover-detail.hover-detail-left {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.time-table-box .hover-detail.hover-detail-left:after {
    right: 60px;
    left: auto
}

.time-table-box .hover-detail.hover-detail-top {
    top: auto;
    bottom: 100%
}

.time-table-box .hover-detail.hover-detail-top:after {
    top: auto;
    bottom: -21px;
    border-top-color: var(--white);
    border-bottom-color: #fff0
}

.name-box span {
    line-height: 26px;
    transition: 0.2s
}

.name-box div {
    line-height: 26px;
    transition: 0.2s
}

.event-style-03 .nav-tabs {
    border-radius: 6px 6px 0 0
}

.event-style-03 .nav-tabs .nav-link {
    color: var(--white);
    line-height: normal;
    padding: 17px 15px 20px;
    border: 0;
    border-radius: 0
}

.event-style-03 .nav-tabs .nav-link.active,
.event-style-03 .nav-tabs .nav-link.show,
.event-style-03 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--white)
}

.event-style-03 .nav-tabs>li.nav-item {
    padding: 0;
    width: 100%
}

.event-style-03 .nav-tabs>li.nav-item:not(:last-child) {
    border-right: 1px solid rgb(0 0 0 / .1)
}

.event-style-03 .accordion .accordion-title .event-time {
    min-width: 354px
}

.event-style-03 .accordion .accordion-title .event-time i {
    position: static;
    -webkit-transform: none;
    transform: none
}

.event-style-03 .accordion .trainer-box {
    flex: 0 0 auto;
    width: 270px;
    margin-right: 85px;
    margin-top: 15px
}

.image-mask {
    -webkit-text-fill-color: #fff0;
    -webkit-background-clip: text
}

.fancy-text-box-style-01 {
    border-bottom: 1px solid;
    border-right: 1px solid;
    overflow: hidden
}

.fancy-text-box-style-01 .text-box-wrapper .text-box,
.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
    display: block;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.6s cubic-bezier(.12, 0, .39, 0)
}

.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
    opacity: 0;
    position: absolute
}

.fancy-text-box-style-01 .text-box-wrapper:hover .text-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.6s cubic-bezier(.12, 0, .39, 0)
}

.fancy-text-box-style-01 .text-box-wrapper:hover .text-box-hover {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.6s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.6s cubic-bezier(.12, 0, .39, 0)
}

.fancy-text-box-style-01:last-child {
    border-right: 0
}

#map {
    height: 550px
}

.arrow_box {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    -webkit-border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    position: relative;
    opacity: .8;
    cursor: pointer
}

.arrow_box span {
    width: 100%;
    height: 100%;
    border: 1px solid;
    opacity: .2;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-top-left-radius: 100%;
    -webkit-border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.arrow_box span:first-child {
    animation: markerWave 1.5s 0.45s cubic-bezier(.4, 0, .2, 1) infinite forwards;
    -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(.4, 0, .2, 1) infinite forwards
}

.arrow_box span:first-child+span {
    animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, .2, 1) infinite forwards;
    -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, .2, 1) infinite forwards
}

.arrow_box span:last-child {
    opacity: .1
}

.arrow_box.marker02 {
    width: 18px;
    height: 18px
}

.arrow_box.marker02 span {
    border: 0
}

.arrow_box.marker02:after {
    content: "";
    width: 45px;
    height: 62px;
    background: url(../images/marker02.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    left: -15px;
    top: -58px;
    float: left
}

.arrow_box.marker03 {
    width: 16px;
    height: 16px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.arrow_box.marker03 span {
    background-color: transparent !important
}

@keyframes markerWave {
    0% {
        transform: scale(1);
        opacity: .8
    }

    20% {
        opacity: .8
    }

    100% {
        transform: scale(5.5);
        opacity: 0
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        opacity: .8
    }

    20% {
        opacity: .8
    }

    100% {
        -webkit-transform: scale(5.5);
        opacity: 0
    }
}

.infowindow {
    color: var(--dark-gray);
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: -.5px;
    padding: 25px 25px 25px 25px !important;
    text-align: center
}

.infowindow .mb-3 {
    margin-bottom: 5px !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.25px
}

.infowindow p {
    color: var(--medium-gray);
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: -.25px;
    line-height: 24px
}

.infowindow :last-child {
    margin-bottom: 0
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0;
    max-width: 230px !important;
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / .08);
    box-shadow: 0 20px 60px rgb(0 0 0 / .08)
}

.gm-style .gm-style-iw-d {
    overflow: auto !important
}

.gm-style .gm-style-iw-t::after {
    background: var(--dark-gray);
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / .08);
    box-shadow: 0 20px 60px rgb(0 0 0 / .08)
}

.gm-ui-hover-effect {
    opacity: .8;
    top: -2px !important;
    right: 2px !important;
    width: 25px !important;
    display: none !important;
    height: 25px !important
}

.gm-ui-hover-effect img {
    width: 17px !important;
    height: 17px !important;
    margin: 6px !important
}

.google-maps-link {
    text-align: center
}

.google-maps-link a {
    font-size: 12px;
    font-weight: 400;
    display: block;
    background-color: var(--dark-gray);
    color: var(--white);
    padding: 15px;
    letter-spacing: .5px
}

.google-maps-link a:hover {
    text-decoration: none
}

.gmnoprint .gm-style-mtc,
.gmnoprint .gm-svpc {
    display: none
}

.gm-style a[title] {
    display: none !important
}

.gmnoprint .gm-style-cc,
.gmnoprint.gm-style-cc,
.gm-style-cc,
.gmnoscreen {
    display: none !important
}

.gm-style .gm-style-iw-tc::after {
    background: var(--dark-gray)
}

@media screen {

    .gm-style .gmnoscreen,
    .gmnoscreen {
        display: none
    }
}

.text-highlight {
    position: relative;
    z-index: 1
}

.text-highlight span {
    display: inline-block;
    left: -3px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px)
}

.separator-animation {
    width: 0 !important;
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1)
}

.shadow-in .separator-animation {
    width: calc(100% + 6px) !important
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem
}

.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.feature-box.feature-box-left-icon .feature-box-icon,
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 30px
}

.feature-box.feature-box-left-icon .feature-box-content,
.feature-box.feature-box-left-icon-middle .feature-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.feature-box.feature-box-left-icon .content-slide-up,
.feature-box.feature-box-left-icon-middle .content-slide-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feature-box.feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left
}

.feature-box.feature-box-left-icon-middle .content-slide-up {
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left
}

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.feature-box .feature-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .content-slide-up {
    will-change: transform;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.feature-box .content-slide-up .text-visible {
    opacity: 0
}

.feature-box .border-hover {
    left: 0;
    bottom: -1px;
    width: calc(100% + 0px);
    height: 5px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    will-change: transform
}

.feature-box .feature-box-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.feature-box .feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.feature-box .feature-box-icon-rounded .feature-box-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .feature-box-icon-rounded i {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .box-move-bottom-top {
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.feature-box .move-bottom-top {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    opacity: 0
}

.feature-box:hover .box-move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .box-move-bottom-top .move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.feature-box:hover .border-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.feature-box:hover .feature-box-overlay {
    opacity: 1
}

.feature-box:hover .content-slide-up {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .content-slide-up .text-visible {
    opacity: 1
}

.feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.feature-box:hover .feature-box-bg-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feature-box:hover .feature-box-icon-rounded.border-color-transparent-on-hover {
    border-color: transparent !important
}

.feature-box:hover .feature-box-icon-rounded .feature-box-icon-hover {
    opacity: 1
}

.feature-box:hover .feature-box-content .underline-on-hover {
    color: var(--base-color)
}

.feature-box:hover .feature-box-content .underline-on-hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.feature-box:hover .dark-hover i,
.feature-box:hover .dark-hover span {
    color: #fff
}

.feature-box:hover .dark-hover [class*=text-gradient-] {
    color: var(--white);
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: var(--white);
    -webkit-text-fill-color: var(--white)
}

.feature-box.border-bottom .feature-box-overlay {
    height: calc(100% + 1px)
}

.feature-box.border-top .feature-box-overlay {
    height: calc(100% + 1px)
}

.icon-with-text-style-03 * {
    word-break: initial
}

.icon-with-text-style-05 .feature-box {
    height: 100%
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title {
    left: -25%
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title.text-outline-color-dark-gray {
    -webkit-text-stroke-color: var(--base-color);
    opacity: 1
}

.icon-with-text-style-07 .feature-box-title {
    position: absolute;
    top: 30px;
    left: 50%;
    word-break: normal;
    width: 100%;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.icon-with-text-style-10 .feature-box-icon:before {
    width: 100%;
    height: 50%;
    background-color: var(--base-color);
    opacity: .12;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.icon-with-text-style-10:nth-child(even) .feature-box-icon:before {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 300ms cubic-bezier(.37, .8, .63, 1.2);
    transition: all 300ms cubic-bezier(.37, .8, .63, 1.2)
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: var(--white)
}

.icon-with-text-style-10:hover .feature-box-icon:before {
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.icon-with-text-style-11 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.icon-with-text-style-11 .text-box {
    opacity: 1
}

.icon-with-text-style-11 .text-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.icon-with-text-style-11:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.icon-with-text-style-11:hover .text-box-hover {
    opacity: 1
}

.icon-with-text-style-11:hover .text-box {
    opacity: 0
}

.image-gallery-style-01 .gallery-box .gallery-image {
    will-change: transform
}

.image-gallery-style-01 .gallery-box:hover img {
    opacity: .5;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.image-gallery-style-02 .gallery-box:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3
}

.image-gallery-style-03 .gallery-box i {
    opacity: 0;
    visibility: hidden
}

.image-gallery-style-03 .gallery-box img {
    -webkit-transform: scale(1.13) translateZ(0);
    transform: scale(1.13) translateZ(0)
}

.image-gallery-style-03 .gallery-box:hover i {
    opacity: 1;
    visibility: visible
}

.image-gallery-style-03 .gallery-box:hover img {
    opacity: .2;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.image-gallery-style-04 .gallery-box {
    will-change: transform
}

.image-gallery-style-04 .gallery-box img {
    width: 100%
}

.image-gallery-style-04 .gallery-box:hover img {
    opacity: .2
}

.image-gallery-style-05 .gallery-box {
    will-change: transform
}

.image-gallery-style-05 .gallery-box:hover img {
    opacity: .2
}

.image-gallery-style-06 .gallery-box {
    will-change: transform
}

.image-gallery-style-06 .gallery-box img {
    width: 100%
}

.image-gallery-style-06 .gallery-box .gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.image-gallery-style-06 .gallery-box .gallery-hover .gallery-title {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.image-gallery-style-06 .gallery-box:hover img {
    opacity: .2;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover {
    opacity: 1;
    visibility: visible
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover .gallery-title {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.instafeed-grid {
    list-style: none;
    text-align: center
}

.instafeed-grid figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 4px
}

.instafeed-grid figure a .insta-icon {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgb(35 35 35 / .7);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.instafeed-grid figure a .insta-icon i {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    display: block;
    font-size: 26px;
    color: var(--white);
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5, 1.5);
    transform: translateY(-50%) scale(1.5, 1.5);
    -webkit-transition: all 200ms cubic-bezier(.37, .8, .63, 1);
    transition: all 200ms cubic-bezier(.37, .8, .63, 1)
}

.instafeed-grid figure a .insta-video {
    display: none
}

.instafeed-grid figure a video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.instafeed-grid figure a video[data-class=video] {
    display: block
}

.instafeed-grid figure a [data-class=video]+.insta-image {
    display: none
}

.instafeed-grid figure:hover a .insta-icon {
    opacity: 1
}

.instafeed-grid figure:hover a .insta-icon i {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1)
}

.instagram-follow-api .instagram-button {
    z-index: 1;
    white-space: nowrap;
    padding: 12px 32px;
    box-shadow: 0 0 35px rgb(23 23 23 / .4)
}

.interactive-banner-style-01 figure {
    -webkit-transition: all 700ms cubic-bezier(.61, 1, .88, 1);
    transition: all 700ms cubic-bezier(.61, 1, .88, 1)
}

.interactive-banner-style-01 figure .icon-box {
    opacity: 0;
    position: relative;
    top: 15px
}

.interactive-banner-style-01 figure figcaption {
    position: absolute;
    bottom: 0
}

.interactive-banner-style-01 figure:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.interactive-banner-style-01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 700ms cubic-bezier(.61, 1, .88, 1);
    transition: all 700ms cubic-bezier(.61, 1, .88, 1)
}

.interactive-banner-style-01 figure:hover .icon-box {
    opacity: 1;
    top: 0
}

.interactive-banner-style-01 figure:hover .box-overlay {
    opacity: .5
}

.interactive-banner-style-02.hover-box * {
    will-change: auto !important
}

.interactive-banner-style-02 figure figcaption .features-icon {
    margin-bottom: -45px;
    opacity: 0;
    visibility: hidden
}

.interactive-banner-style-02:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 20px;
    opacity: 1;
    visibility: visible
}

.interactive-banner-style-03 figure {
    position: relative
}

.interactive-banner-style-03 figure img {
    -webkit-transition: all 700ms cubic-bezier(.61, 1, .88, 1);
    transition: all 700ms cubic-bezier(.61, 1, .88, 1)
}

.interactive-banner-style-03 figure figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / .2)
}

.interactive-banner-style-03 figure:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.interactive-banner-style-04 figure {
    -webkit-transition: all 700ms cubic-bezier(.5, 1, .89, 1);
    transition: all 700ms cubic-bezier(.5, 1, .89, 1)
}

.interactive-banner-style-04 figure * {
    -webkit-transition: all 700ms cubic-bezier(.5, 1, .89, 1);
    transition: all 700ms cubic-bezier(.5, 1, .89, 1)
}

.interactive-banner-style-04 figure figcaption {
    position: absolute;
    bottom: 0
}

.interactive-banner-style-04 figure figcaption .features-content {
    position: absolute;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 500ms cubic-bezier(.5, 1, .89, 1);
    transition: all 500ms cubic-bezier(.5, 1, .89, 1)
}

.interactive-banner-style-04 figure figcaption .features-content .box-overlay {
    height: 0%;
    -webkit-transition: all 400ms cubic-bezier(.5, 1, .89, 1);
    transition: all 400ms cubic-bezier(.5, 1, .89, 1)
}

.interactive-banner-style-04 figure figcaption .box-button {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
    -webkit-transition: all 500ms cubic-bezier(.5, 1, .89, 1);
    transition: all 500ms cubic-bezier(.5, 1, .89, 1)
}

.interactive-banner-style-04 figure:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.interactive-banner-style-04 figure:hover figcaption .features-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.interactive-banner-style-04 figure:hover figcaption .box-overlay {
    height: 100%
}

.interactive-banner-style-04 figure:hover figcaption .box-button {
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -70px
}

.interactive-banner-style-05 figure img {
    -webkit-transition: all 700ms cubic-bezier(.61, 1, .88, 1);
    transition: all 700ms cubic-bezier(.61, 1, .88, 1)
}

.interactive-banner-style-05 figure figcaption .btn {
    margin-bottom: -50px;
    visibility: hidden;
    opacity: 0;
    transition-timing-function: linear;
    -webkit-transition: all 700ms cubic-bezier(.61, 1, .88, 1);
    transition: all 700ms cubic-bezier(.61, 1, .88, 1)
}

.interactive-banner-style-05 figure figcaption .content-arrow {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.interactive-banner-style-05 figure:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.interactive-banner-style-05 figure:hover figcaption img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.interactive-banner-style-05 figure:hover figcaption .content-arrow {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.interactive-banner-style-05 figure:hover figcaption .btn {
    margin-bottom: 0;
    visibility: visible;
    opacity: 1
}

.interactive-banner-style-05 .atropos:hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.interactive-banner-style-05 .atropos:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.interactive-banner-style-06 {
    position: relative;
    overflow: hidden
}

.interactive-banner-style-06 .banners-icon {
    z-index: 9;
    -webkit-transition: 350ms cubic-bezier(.12, 0, .39, 0);
    transition: 350ms cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-06 img {
    -webkit-transition: 1s cubic-bezier(.12, 0, .39, 0);
    transition: 1s cubic-bezier(.12, 0, .39, 0);
    width: 100%
}

.interactive-banner-style-06 .interactive-banners-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(calc(100% - 155px));
    -webkit-transition: 550ms cubic-bezier(.12, 0, .1, 0);
    transition: 550ms cubic-bezier(.12, 0, .1, 0)
}

.interactive-banner-style-06 .interactive-banners-content .interactive-banners-content-text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms cubic-bezier(.12, 0, .39, 0);
    transition: 350ms cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-06 .box-overlay {
    height: 25%;
    bottom: 0;
    top: auto;
    visibility: visible;
    opacity: 0;
    -webkit-transition: 350ms cubic-bezier(.12, 0, .39, 0);
    transition: 350ms cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-06:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 3s cubic-bezier(.12, 0, .39, 0);
    transition: 3s cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-06:hover .icon-hover-base-color {
    color: var(--base-color) !important
}

.interactive-banner-style-06:hover .interactive-banners-content {
    transform: translateY(0)
}

.interactive-banner-style-06:hover .interactive-banners-content .interactive-banners-content-text {
    opacity: 1;
    visibility: visible
}

.interactive-banner-style-06:hover .box-overlay {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.interactive-banner-style-07 figure {
    position: relative;
    overflow: hidden
}

.interactive-banner-style-07 figure>img {
    -webkit-transition: 0.6s cubic-bezier(.12, 0, .39, 0);
    transition: 0.6s cubic-bezier(.12, 0, .39, 0);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.interactive-banner-style-07 figure .overlay-bg {
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-07 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.interactive-banner-style-07 figure .hover-hide-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.interactive-banner-style-07 figure .hover-show-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 50px;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.interactive-banner-style-07 figure:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.interactive-banner-style-07 figure:hover .overlay-bg {
    opacity: .7
}

.interactive-banner-style-07 figure:hover .hover-hide-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.interactive-banner-style-07 figure:hover .hover-show-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.interactive-banner-style-08 figure:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.interactive-banner-style-08 figure:hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.interactive-banner-style-08 figure:hover figcaption .circle-box {
    background-color: var(--white) !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms cubic-bezier(.61, 1, .88, 1.5);
    transition: all 500ms cubic-bezier(.61, 1, .88, 1.5)
}

.interactive-banner-style-09 img {
    -webkit-transition: all 1.5s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1)
}

.interactive-banner-style-09 .image-content {
    position: absolute;
    top: 0
}

.interactive-banner-style-09 .image-content .content-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    opacity: .6;
    visibility: visible;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-09 .image-content .content-title-hover {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-09 .image-content .content-arrow {
    will-change: transform;
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.3s cubic-bezier(.12, 0, .39, 0);
    display: flex;
    align-items: center;
    justify-content: center
}

.interactive-banner-style-09 .image-content .label {
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-09 .image-content .hover-label-icon i {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.interactive-banner-style-09 .image-content:hover .content-arrow {
    opacity: 1;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%)
}

.interactive-banner-style-09 .image-content:hover .content-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.interactive-banner-style-09 .image-content:hover .content-title-hover {
    visibility: visible;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.interactive-banner-style-09 .image-content:hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.interactive-banner-style-09 .image-content:hover .hover-label-icon .label {
    opacity: 0;
    margin-top: -20px
}

.interactive-banner-style-09 .image-content:hover .hover-label-icon i {
    opacity: 1;
    top: 0
}

.interactive-banner-style-09:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.list-style-01 {
    list-style: none
}

.list-style-01 li {
    border-bottom: 1px solid
}

.list-style-01 li:last-child {
    border-bottom: 0
}

.list-style-02 {
    list-style: none
}

.list-style-02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.list-style-02 li:last-child {
    margin-bottom: 0
}

.list-style-02 li i {
    line-height: 32px
}

.list-style-03 {
    counter-reset: li;
    list-style-type: none
}

.list-style-03 li {
    position: relative;
    padding: 0 0 0 38px;
    margin: 0 0 9px 0
}

.list-style-03 li:before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    display: inline-block;
    position: absolute;
    left: 0
}

.list-style-04 {
    padding-left: 16px
}

.list-style-04 li {
    margin: 0 0 10px;
    list-style: disc
}

.list-style-05 {
    padding: 0;
    margin: 0
}

.list-style-05 li {
    margin: 0;
    display: inline-block
}

.list-style-05 li:before {
    border-radius: 100%;
    content: "";
    background-color: var(--medium-gray);
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 15px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.list-style-05 li:first-child:before {
    display: none
}

.html-video {
    background-color: #000;
    left: 0%;
    position: absolute;
    top: 50%;
    z-index: -3;
    object-fit: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden
}

.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#popup-form {
    cursor: default
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: var(--white);
    background: #fff0
}

.mfp-iframe-holder .mfp-content {
    max-width: 1050px
}

.mfp-close,
.mfp-close:active {
    opacity: 1;
    background-color: #fff0;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 30px;
    font-size: 13px;
    line-height: 31px;
    position: absolute;
    color: var(--dark-gray)
}

.lightbox-gallery a {
    position: relative;
    display: block
}

.lightbox-gallery .gallary-over-layer {
    position: absolute;
    top: 0;
    left: 0
}

.show-search-popup>section {
    filter: grayscale(100%)
}

.show-search-popup .mfp-search.mfp-bg.mfp-ready {
    opacity: .5
}

.mfp-arrow {
    opacity: 1
}

.mfp-wrap {
    cursor: url(../images/mfg-close.png), auto
}

.mfp-wrap .mfp-container {
    cursor: auto
}

.show-search-popup .mfp-close,
.show-search-popup .mfp-close:active {
    color: var(--dark-gray)
}

.show-search-popup .search-form .search-input {
    border-bottom: 2px solid rgb(0 0 0 / .1)
}

.show-search-popup .search-form .search-button {
    color: var(--dark-gray)
}

.show-search-popup .mfp-container {
    position: fixed;
    height: 300px;
    background-color: var(--white);
    -webkit-animation-name: "ani-mfp";
    animation-name: "ani-mfp";
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s
}

.show-search-popup .mfp-removing .mfp-container {
    -webkit-animation-name: "ani-mfp-close";
    animation-name: "ani-mfp-close";
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s
}

.show-search-popup .search-form .search-input {
    color: var(--dark-gray)
}

.lightbox-gallery a {
    position: relative;
    display: block
}

.lightbox-gallery .gallary-over-layer {
    position: absolute;
    top: 0;
    left: 0
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    display: none
}

.mfp-arrow-left {
    left: 30px
}

.mfp-arrow-right {
    right: 30px
}

.mfp-arrow-left:before {
    border-right: none;
    content: "\e629";
    font-size: 20px;
    font-family: "themify";
    color: var(--white);
    line-height: 60px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 1
}

.mfp-arrow-right:before {
    border-left: none;
    content: "\e628";
    font-size: 20px;
    font-family: "themify";
    color: var(--white);
    line-height: 60px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    opacity: 1
}

.mfp-bottom-bar {
    margin-top: -24px;
    font-size: 12px
}

.mfp-close {
    font-size: 28px;
    font-family: var(--alt-font)
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, 1);
    -o-transform: scale3d(.9, .9, 1);
    transform: scale3d(.9, .9, 1);
    -webkit-transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.5s cubic-bezier(.2, 0, .3, 1)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-up .slide-up-popup {
    -webkit-transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

.my-mfp-slide-up.mfp-ready .slide-up-popup {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.my-mfp-slide-up.mfp-removing .slide-up-popup {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
}

.my-mfp-slide-up.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-up.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-up.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-bg {
    background: var(--dark-gray);
    opacity: .9
}

.mfp-bg,
.mfp-wrap {
    z-index: 10007
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .93
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-ajax-holder {
    width: 70%;
    height: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

button.mfp-close,
button.mfp-close:active {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0
}

button.mfp-close:before,
button.mfp-close:active:before {
    color: var(--black);
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900
}

.mfp-gallery button.mfp-close,
.mfp-iframe-holder~button.mfp-close {
    right: 40px;
    top: 40px;
    background-color: var(--white)
}

.mfp-gallery button.mfp-close:before,
.mfp-iframe-holder~button.mfp-close:before {
    color: var(--dark-gray)
}

.modal-popup-main {
    position: relative
}

.subscribe-popup .mfp-close,
.subscribe-popup .mfp-close:active {
    background-color: #000;
    font-size: 35px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #ffffff !important
}

.subscribe-popup .mfp-close.mfp-close-btn {
    bottom: 0;
    top: inherit;
    position: relative;
    width: auto;
    right: 0;
    height: auto;
    font-size: 14px
}

.subscribe-popup .mfp-close.mfp-close-btn:before {
    display: none
}

.subscribe-popup .mfp-close:before {
    color: var(--dark-gray)
}

.subscribe-popup .newsletter-style-02 input {
    padding-right: 70px
}

.subscribe-popup .newsletter-style-02 .btn {
    padding: 6px 25px 9px 25px
}

.newsletter-popup label {
    cursor: pointer
}

[data-parallax-background-ratio] {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -webkit-transition-duration: 0s
}

.video-icon-effect {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--white)
}

.video-icon-effect:before {
    position: absolute;
    content: "";
    animation: border-transform 7s linear infinite alternate forwards;
    background-color: var(--white);
    width: 100px;
    height: 100px;
    top: -15px;
    left: -15px;
    opacity: .2
}

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 36% 64% 59% 41%/40% 45% 55% 60%
    }

    24% {
        border-radius: 37% 63% 60% 40%/46% 52% 48% 54%
    }

    32% {
        border-radius: 40% 60% 54% 46%/52% 56% 44% 48%
    }

    42% {
        border-radius: 52% 48% 62% 38%/54% 54% 46% 46%
    }

    56% {
        border-radius: 60% 40% 65% 35%/54% 50% 50% 46%
    }

    70% {
        border-radius: 44% 56% 43% 57%/42% 50% 50% 58%
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 36% 64% 59% 41%/40% 45% 55% 60%
    }

    24% {
        border-radius: 37% 63% 60% 40%/46% 52% 48% 54%
    }

    32% {
        border-radius: 40% 60% 54% 46%/52% 56% 44% 48%
    }

    42% {
        border-radius: 52% 48% 62% 38%/54% 54% 46% 46%
    }

    56% {
        border-radius: 60% 40% 65% 35%/54% 50% 50% 46%
    }

    70% {
        border-radius: 44% 56% 43% 57%/42% 50% 50% 58%
    }
}

canvas {
    display: block;
    vertical-align: bottom
}

.pie-chart-style-01 {
    position: relative;
    display: inline-block
}

.pie-chart-style-01 .percent {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pricing-table-style-01.popular-item {
    margin-top: -30px
}

.pricing-table-style-02 .popular-item {
    left: -10px;
    position: relative;
    z-index: 1;
    width: calc(100% + 20px)
}

.pricing-table-style-02 .popular-label {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 1px 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pricing-table-style-04 .accordion-item {
    border-radius: 5px !important;
    padding: 16px 35px
}

.pricing-table-style-04 .accordion-item .accordion-body {
    padding: 10px 0
}

.pricing-table-style-04 .accordion-item .icon-round {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pricing-table-style-04 .accordion-item .icon-round i {
    left: 0;
    font-size: 13px
}

.pricing-table-style-04 .accordion-item.active-accordion {
    padding: 30px 40px;
    background-color: var(--base-color) !important;
    color: var(--white) !important
}

.pricing-table-style-04 .accordion-item.active-accordion .accordion-header .accordion-title {
    color: var(--white) !important
}

.pricing-table-style-04 .accordion-item.active-accordion .icon-round {
    background-color: rgb(0 0 0 / .4);
    color: var(--white) !important
}

.pricing-table-style-07 .nav-tabs {
    padding: 0
}

.pricing-table-style-07 .nav-tabs .nav-item {
    width: 100%;
    padding: 0 15px
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link {
    border: 0;
    color: var(--medium-gray)
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon {
    border-color: rgb(23 23 23 / .2) !important
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon i {
    opacity: 0
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .text-dark-gray {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active {
    box-shadow: none;
    background-color: var(--base-color);
    color: var(--white) !important
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .text-dark-gray,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .text-dark-gray {
    color: var(--white) !important
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .icon i,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon i {
    opacity: 1
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .offer,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray) !important
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon {
    border-color: #ffffff !important
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray) !important
}

.pricing-table-style-08 .nav-tabs {
    position: relative
}

.pricing-table-style-08 .nav-tabs>li.nav-item {
    padding: 0;
    margin: 0
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.nav-link {
    position: relative;
    padding: 0;
    border: 0;
    color: var(--medium-gray)
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.nav-link .tab-nav-text {
    margin: 0 15px
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 15px);
    opacity: 0;
    border-radius: 50em;
    background-color: #fff;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: transform 0.65s cubic-bezier(.23, 1, .32, 1), opacity 0.65s cubic-bezier(.23, 1, .32, 1);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .5);
    box-shadow: 0 0 20px rgb(0 0 0 / .5)
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 32px;
    background-color: #152bca
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.active {
    color: var(--dark-gray);
    background-color: #fff0
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a {
    flex-direction: row
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a:before {
    left: auto;
    right: 0
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a:after {
    border-radius: 50em 0 0 50em;
    width: 28px
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a {
    flex-direction: row-reverse
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a:after {
    width: 30px;
    border-radius: 0 50em 50em 0
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a:before {
    left: 2px
}

.pricing-table-style-09 .row {
    -webkit-transition: all 400ms cubic-bezier(.61, 1, .88, 1);
    transition: all 400ms cubic-bezier(.61, 1, .88, 1)
}

.pricing-table-style-09 .row img,
.pricing-table-style-09 .row i {
    -webkit-transition: all 400ms cubic-bezier(.61, 1, .88, 1);
    transition: all 400ms cubic-bezier(.61, 1, .88, 1)
}

.pricing-table-style-09 .row:hover {
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / .08);
    box-shadow: 0 20px 50px rgb(0 0 0 / .08)
}

.pricing-table-style-09 .row:hover img,
.pricing-table-style-09 .row:hover i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pricing-table-style-09 .action {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.pricing-table-style-09 .action:hover {
    margin-right: -5px
}

.pricing-table-style-10 .cover-background {
    filter: grayscale(0);
    -webkit-transition: all 700ms cubic-bezier(.61, 1, .88, 1);
    transition: all 700ms cubic-bezier(.61, 1, .88, 1)
}

.pricing-table-style-10 .popular-label {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pricing-table-style-10:hover .cover-background {
    filter: grayscale(100%)
}

.pricing-table-style-11 li {
    list-style: none;
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.37, .8, .63, 1);
    transition: all 200ms cubic-bezier(.37, .8, .63, 1)
}

.pricing-table-style-11 li .popular-label {
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.pricing-table-style-11 li:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.pricing-table-style-12 {
    padding: 0;
    margin: 0;
    list-style: none
}

.pricing-table-style-12 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-transition: all 500ms cubic-bezier(.61, 1, .88, 1);
    transition: all 500ms cubic-bezier(.61, 1, .88, 1)
}

.pricing-table-style-12 li:last-child {
    padding-bottom: 0
}

.pricing-table-style-12 li:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.pricing-table-style-13 {
    padding: 0;
    margin: 0;
    list-style: none
}

.pricing-table-style-13 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    -webkit-transition: all 500ms cubic-bezier(.61, 1, .88, 1);
    transition: all 500ms cubic-bezier(.61, 1, .88, 1)
}

.pricing-table-style-13 li:last-child {
    padding-bottom: 0
}

.pricing-table-style-13 li:hover {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.process-step-style-01 .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-step-style-01 .process-step-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.process-step-style-01:hover .box-overlay {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.process-step-style-01:hover .number,
.process-step-style-01:hover .icon {
    color: var(--white)
}

.process-step-style-01:hover .border-color-transparent-on-hover {
    border-color: transparent !important
}

.process-step-style-02 .process-step-icon {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    will-change: transform
}

.process-step-style-02 .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-step-style-02:hover .process-step-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    will-change: transform
}

.process-step-style-03.hover-box * {
    will-change: auto;
    vertical-align: top
}

.process-step-style-03 .process-step-icon-box .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.process-step-style-03 .process-step-icon-box .number {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 55%
}

.process-step-style-03:hover .process-step-icon-box .box-overlay {
    opacity: .9
}

.process-step-style-03:hover .process-step-icon-box .number {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.process-step-style-03:hover .process-step-icon-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.process-step-style-03:hover .process-step-icon-box .progress-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.process-step-style-04 .process-step-icon-box {
    will-change: transform
}

.process-step-style-04 .process-step-icon-box .progress-step-separator {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process-step-style-04:hover .process-step-icon-box .number,
.process-step-style-04:hover .process-step-icon-box .icon {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.process-step-style-05 .process-step-item {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left
}

.process-step-style-05 .process-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%
}

.process-step-style-05 .progress-step-separator {
    position: absolute;
    bottom: 15px;
    width: 1px;
    left: 50%;
    height: calc(100% - 100px)
}

.process-step-style-05 .process-step-icon {
    will-change: transform;
    -webkit-transition: all 350ms cubic-bezier(.165, .84, .44, 1.7);
    transition: all 350ms cubic-bezier(.165, .84, .44, 1.7)
}

.process-step-style-05:hover .process-step-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.process-step-style-05:hover .number,
.process-step-style-05:hover .icon {
    color: var(--white)
}

.process-step-style-06 .process-step-icon-box .progress-step-separator {
    position: absolute;
    top: 50%;
    left: 0
}

.process-step-style-06:hover .process-step-icon-box .step-box {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.process-step-style-08 .process-step-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 350ms cubic-bezier(.23, 1, .32, 1);
    transition: all 350ms cubic-bezier(.23, 1, .32, 1)
}

.process-step-style-08 .process-step-item:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.process-step-style-09 .progress-right-icon {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.process-step-style-09 .process-step-icon {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.process-step-style-09:hover .box-overlay {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.process-step-style-09:hover .border-color-transparent-on-hover {
    border-color: transparent !important
}

.process-step-style-10 .process-step-icon-box {
    -webkit-transition: all 650ms cubic-bezier(.23, 1, .32, 1);
    transition: all 650ms cubic-bezier(.23, 1, .32, 1)
}

.process-step-style-10:hover .process-step-icon-box {
    -webkit-transform: translateX(20px) scale(1.1);
    transform: translateX(20px) scale(1.1)
}

.process-step-style-10.hover-box .hover-content {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -15px
}

.process-step-style-10.hover-box:hover .hover-content {
    opacity: 1;
    bottom: -5px
}

.process-step-style-11 .process-step-icon-wrap {
    z-index: 1;
    background-color: var(--base-color);
    background-size: 4px 4px;
    -webkit-transition: all 650ms cubic-bezier(.23, 1, .32, 1);
    transition: all 650ms cubic-bezier(.23, 1, .32, 1)
}

.process-step-style-11:hover .process-step-icon-wrap {
    background-color: var(--dark-gray);
    background-image: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 650ms cubic-bezier(.23, 1, .32, 1);
    transition: all 650ms cubic-bezier(.23, 1, .32, 1)
}

.progress {
    position: relative;
    overflow: visible
}

.progress .progress-bar {
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    -webkit-transition: all 1s cubic-bezier(.5, 1, .5, 1);
    transition: all 1s cubic-bezier(.5, 1, .5, 1)
}

.progress .progress-bar.appear .progress-bar-percent {
    opacity: 1
}

.progress-bar-percent {
    opacity: 0
}

.progress-bar-style-01 .progress {
    height: 4px;
    border-radius: 0
}

.progress-bar-style-01 .progress .progress-bar-title {
    position: absolute;
    bottom: 10px
}

.progress-bar-style-01 .progress .progress-bar-percent {
    position: absolute;
    bottom: 17px;
    right: -20px;
    padding: 7px;
    min-width: 40px;
    min-height: 26px;
    border-radius: 3px
}

.progress-bar-style-01 .progress .progress-bar-percent:after {
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -4px;
    border-width: 4px;
    position: absolute;
    pointer-events: none;
    border: solid #fff0;
    border-top-color: #232323
}

.progress-bar-style-01 .progress .progress-bar {
    height: 100%
}

.progress-bar-style-02 .progress {
    height: 30px;
    overflow: hidden
}

.progress-bar-style-02 .progress .progress-bar-percent {
    position: absolute;
    top: 9px;
    right: 20px;
    min-width: 26px
}

.progress-bar-style-02 .progress .progress-bar-title {
    position: absolute;
    top: 9px;
    left: 20px
}

.progress-bar-style-02 .progress .progress-bar {
    width: 0;
    height: 100%;
    position: absolute
}

.progress-bar-style-03 .progress {
    height: 4px
}

.progress-bar-style-03 .progress .progress-bar-title {
    position: absolute;
    bottom: 14px
}

.progress-bar-style-03 .progress .progress-bar {
    height: 100%
}

.progress-bar-style-03 .progress .progress-bar-percent {
    position: absolute;
    bottom: 14px;
    right: 0;
    opacity: 1
}

.progress-bar-style-04 .progress {
    height: 8px;
    border-radius: 6px
}

.progress-bar-style-04 .progress .progress-bar-title {
    position: absolute;
    bottom: 15px
}

.progress-bar-style-04 .progress .progress-bar {
    height: 100%;
    border-radius: 6px
}

.progress-bar-style-04 .progress .progress-bar-percent {
    position: absolute;
    bottom: 15px;
    right: 0
}

.review-star-icon i {
    color: #fd961e;
    letter-spacing: 1px
}

.review-star-icon.review-star-icon-white i {
    color: var(--white)
}

.review-style-03 .slider-review-image-thumbs {
    padding: 10px;
    height: auto
}

.review-style-03 .slider-review-image-thumbs .swiper-slide:not(.swiper-slide-thumb-active) img {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.review-style-03 .slider-review-image-thumbs img {
    border: 6px solid #fff0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.review-style-03 .slider-review-image-thumbs .swiper-slide-thumb-active img {
    box-shadow: 0 0 30px rgb(0 0 0 / .05);
    border: 6px solid #fff
}

.review-style-03 .slider-review-image-thumbs .swiper-slide {
    cursor: pointer
}

.swiper-fade .review-style-08.swiper-slide {
    opacity: 0 !important
}

.swiper-fade .review-style-08.swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.rotate-box {
    will-change: transform;
    min-height: 250px;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box p {
    color: rgb(255 255 255 / .7)
}

.rotate-box .front-side,
.rotate-box .back-side {
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.6s cubic-bezier(.5, .3, .3, 1)
}

.rotate-box .rotate-content-front,
.rotate-box .rotate-content-back {
    position: relative;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.6s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.6s cubic-bezier(.5, .3, .3, 1)
}

.rotate-box.to-left .front-side,
.rotate-box.to-right .front-side {
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-left .rotate-content-front,
.rotate-box.to-right .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1)
}

.rotate-box.to-left:hover .back-side,
.rotate-box.to-right:hover .back-side {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-left:hover .rotate-content-back,
.rotate-box.to-right:hover .rotate-content-back {
    -webkit-transform: translateY(-50%) translateX(0) translateZ(0) scale(1);
    transform: translateY(-50%) translateX(0) translateZ(0) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-left .back-side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.rotate-box.to-left .rotate-content-back {
    -webkit-transform: translateY(-50%) translateX(400px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(400px) translateZ(60px) scale(.88)
}

.rotate-box.to-left:hover .front-side {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-left:hover .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(-400px) scale(.88);
    transform: translateY(-50%) translateX(-400px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-right .back-side {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.rotate-box.to-right .rotate-content-back {
    -webkit-transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(.88)
}

.rotate-box.to-right:hover .front-side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-right:hover .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(400px) scale(.88);
    transform: translateY(-50%) translateX(400px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-top .front-side,
.rotate-box.to-bottom .front-side {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-top .rotate-content-front,
.rotate-box.to-bottom .rotate-content-front {
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1)
}

.rotate-box.to-top:hover .back-side,
.rotate-box.to-bottom:hover .back-side {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.rotate-box.to-top:hover .rotate-content-front,
.rotate-box.to-bottom:hover .rotate-content-front {
    -webkit-transform: translateY(-50%) translateY(400px) scale(.88);
    transform: translateY(-50%) translateY(400px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-top:hover .rotate-content-back,
.rotate-box.to-bottom:hover .rotate-content-back {
    -webkit-transform: translateY(-50%) translateY(0) translateZ(0) scale(1);
    transform: translateY(-50%) translateY(0) translateZ(0) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-top .back-side {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.rotate-box.to-top .rotate-content-back {
    -webkit-transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(.88)
}

.rotate-box.to-top:hover .front-side {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rotate-box.to-bottom .back-side {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1
}

.rotate-box.to-bottom .rotate-content-back {
    -webkit-transform: translateY(-50%) translateY(400px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateY(400px) translateZ(60px) scale(.88)
}

.rotate-box.to-bottom:hover .front-side {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.to-top {
    animation: toTop 0.3s linear forwards
}

.to-right {
    animation: toRight 0.3s linear forwards
}

.to-bottom {
    animation: toBottom 0.3s linear forwards
}

.to-left {
    animation: toLeft 0.3s linear forwards
}

.rotate-box-style-01 * {
    will-change: transform
}

.rotate-box-style-01 .rm-rotate-box {
    position: relative
}

.rotate-box-style-01 .flipper {
    position: relative
}

.rotate-box-style-01 .flipper:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rotate-box-style-01 .flipper:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.rotate-box-style-01 .flipper.to-right .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.rotate-box-style-01 .flipper.to-right .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.rotate-box-style-01 .flipper.to-right:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.rotate-box-style-01 .flipper.to-right:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.rotate-box-style-01 .flipper.to-top .front {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rotate-box-style-01 .flipper.to-top .back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.rotate-box-style-01 .flipper.to-top:hover .front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.rotate-box-style-01 .flipper.to-top:hover .back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rotate-box-style-01 .flipper.to-bottom .front {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rotate-box-style-01 .flipper.to-bottom .back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.rotate-box-style-01 .flipper.to-bottom:hover .front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.rotate-box-style-01 .flipper.to-bottom:hover .back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.rotate-box-style-01 .thumb-wrap {
    perspective: 1000px
}

.rotate-box-style-01 .content-wrap {
    position: absolute;
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    bottom: 55px;
    left: 0;
    transform: translate3d(0, 0, 0) scale(1)
}

.rotate-box-style-01 .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background-size: cover;
    z-index: 1;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(.5, .2, .2, .8)
}

.rotate-box-style-01 .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(.5, .2, .2, .8)
}

.rotate-box-style-01 .back .content-wrap {
    top: 50%;
    bottom: inherit;
    left: 0;
    transform: translate3d(0, -50%, 0) scale(1)
}

.rotate-box-style-01 .back .box-overlay {
    visibility: visible;
    opacity: 1
}

.rotate-box-style-02 .rotate-box {
    min-height: 350px
}

.services-box-style-01 .icon-box {
    opacity: 0;
    margin-top: 15px
}

.services-box-style-01 .box-image {
    overflow: hidden
}

.services-box-style-01 .box-image img {
    width: 100%
}

.services-box-style-01 .box-overlay {
    z-index: 1;
    -webkit-transition: all 500ms cubic-bezier(.61, 1, .88, 1);
    transition: all 500ms cubic-bezier(.61, 1, .88, 1)
}

.services-box-style-01:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms cubic-bezier(61, 10, 88, 10);
    transition: all 500ms cubic-bezier(61, 10, 88, 10)
}

.services-box-style-01:hover .icon-box {
    opacity: 1;
    margin-top: 0
}

.services-box-style-01:hover .box-overlay {
    opacity: .8
}

.services-box-style-02 .box-overlay {
    z-index: 1;
    -webkit-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.services-box-style-02.hover-box:hover .box-overlay {
    opacity: 1
}

.services-box-style-05 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%
}

.services-box-style-05 figure {
    position: relative
}

.services-box-style-05 figure figcaption {
    position: absolute;
    top: 0
}

.services-box-style-05 figure figcaption a {
    display: inline-block;
    color: var(--dark-gray)
}

.services-box-style-05 figure figcaption .content-box {
    margin-bottom: -80px
}

.services-box-style-05 figure:hover figcaption .btn-link {
    color: var(--white);
    border-color: var(--white)
}

.services-box-style-05 figure:hover figcaption .box-title {
    color: var(--white)
}

.services-box-style-05 figure:hover figcaption .box-overlay {
    opacity: 1;
    visibility: visible
}

.services-box-style-06 .services-text:after {
    content: "\f309";
    display: inline-block;
    font-family: bootstrap-icons;
    vertical-align: middle;
    margin: -2px 2px 0;
    font-size: 22px;
    color: var(--medium-gray);
    opacity: .7
}

.services-box-style-06:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms cubic-bezier(61, 10, 88, 10);
    transition: all 500ms cubic-bezier(61, 10, 88, 10)
}

.services-box-style-07 .btn-hover {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box-style-07 .text-down {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box-style-07:hover .btn-hover {
    top: 0
}

.services-box-style-07:hover .text-down {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

@keyframes scale-effect {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale-effect {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fade {
    0% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.sliding-box * {
    will-change: transform
}

.sliding-box .sliding-box-item {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 0.7s;
    transition: width 0.7s
}

.sliding-box .sliding-box-item .sliding-box-content {
    top: 0;
    height: 100%;
    position: absolute
}

.sliding-box-style-01 .sliding-box-item .sliding-box-content:after {
    content: "";
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    opacity: 0;
    z-index: 9;
    margin-top: -10px;
    position: absolute;
    border: solid #fff0;
    border-right-color: var(--white);
    border-width: 12px;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.sliding-box-style-01 .sliding-box-item.active .sliding-box-content:after,
.sliding-box-style-01 .sliding-box-item:hover .sliding-box-content:after {
    opacity: 1
}

.sliding-box-style-02 .sliding-box-item .sliding-box-img {
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.sliding-box-style-02 .sliding-box-item.active .sliding-box-img {
    border-radius: 4px 0 0 4px
}

.sliding-box-style-02 .sliding-box-item.active .sliding-box-content {
    border-radius: 0 4px 4px 0
}

.sliding-box-style-02 .sliding-box-item.active .content-hover {
    animation: fade 1s
}

.sliding-box-style-03 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.sliding-box-style-03 .overlay-contnet {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear
}

.sliding-box-style-03 .number {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center
}

.sliding-box-style-03 .sliding-box-content:after {
    display: none
}

.sliding-box-style-03.active .overlay {
    opacity: 0;
    visibility: hidden
}

.sliding-box-style-03.active .overlay-contnet {
    opacity: 0;
    visibility: hidden
}

.elements-social .behance:hover {
    color: #1769ff
}

.elements-social .behance-square:hover {
    color: #1769ff
}

.elements-social .blogger:hover {
    color: #ff8000
}

.elements-social .codepen:hover {
    color: #0ebeff
}

.elements-social .deviantart:hover {
    color: #05cc47
}

.elements-social .digg:hover {
    color: #262626
}

.elements-social .dribbble:hover {
    color: #ea4c89
}

.elements-social .delicious:hover {
    color: #205cc0
}

.elements-social .email:hover {
    color: #7d7d7d
}

.elements-social .facebook:hover {
    color: #3b5998
}

.elements-social .facebook-square:hover {
    color: #3b5998
}

.elements-social .flickr:hover {
    color: #ff0084
}

.elements-social .flipboard:hover {
    color: #e12828
}

.elements-social .github:hover {
    color: #4078c0
}

.elements-social .google:hover {
    color: #dc4a38
}

.elements-social .google-plus:hover {
    color: #dd4b39
}

.elements-social .instagram:hover {
    color: #FE1F49
}

.elements-social .jsfiddle:hover {
    color: #0084FF
}

.elements-social .linkedin:hover {
    color: #0077b5
}

.elements-social .livejournal:hover {
    color: #00b0ea
}

.elements-social .medium:hover {
    color: #00ab6c
}

.elements-social .meneame:hover {
    color: #ff6400
}

.elements-social .mailru:hover {
    color: #168de2
}

.elements-social .odnoklassniki:hover {
    color: #d7772d
}

.elements-social .paypal:hover {
    color: #003087
}

.elements-social .pinterest:hover {
    color: #CB2027
}

.elements-social .pinterest-p:hover {
    color: #CB2027
}

.elements-social .print:hover {
    color: #222
}

.elements-social .reddit:hover {
    color: #ff4500
}

.elements-social .reddit-square:hover {
    color: #ff4500
}

.elements-social .rss:hover {
    color: #f2890a
}

.elements-social .skype:hover {
    color: #00aff0
}

.elements-social .slack:hover {
    color: #6ecadc
}

.elements-social .snapchat:hover {
    color: #fffc00
}

.elements-social .soundcloud:hover {
    color: #f80
}

.elements-social .spotify:hover {
    color: #1db954
}

.elements-social .sms:hover {
    color: #ffbd00
}

.elements-social .sharethis:hover {
    color: #95D03A
}

.elements-social .stack-overflow:hover {
    color: #f48024
}

.elements-social .stumbleupon:hover {
    color: #eb4924
}

.elements-social .telegram:hover {
    color: #08c
}

.elements-social .trello:hover {
    color: #0079bf
}

.elements-social .tumblr:hover {
    color: #32506d
}

.elements-social .twitch:hover {
    color: #6441a5
}

.elements-social .twitter:hover {
    color: #00aced
}

.elements-social .twitter-square:hover {
    color: #00aced
}

.elements-social .vimeo:hover {
    color: #1ab7ea
}

.elements-social .vine:hover {
    color: #00bf8f
}

.elements-social .vk:hover {
    color: #4c6c91
}

.elements-social .wordpress:hover {
    color: #21759b
}

.elements-social .weibo:hover {
    color: #f93
}

.elements-social .whatsapp:hover {
    color: #25d366
}

.elements-social .xing:hover {
    color: #1a7576
}

.elements-social .youtube:hover {
    color: red
}

.elements-social .youtube-play:hover {
    color: red
}

.elements-social ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.elements-social ul li {
    display: inline-block
}

.elements-social ul li:first-child {
    margin-left: 0 !important
}

.elements-social ul li:last-child {
    margin-right: 0 !important
}

.elements-social ul li a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.extra-small-icon li {
    margin: 0 2px
}

.extra-small-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px
}

.small-icon li {
    margin: 0 5px
}

.small-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px
}

.medium-icon li {
    margin: 0 8px
}

.medium-icon a {
    font-size: 20px;
    width: 50px;
    height: 50px
}

.large-icon li {
    margin: 0 10px
}

.large-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px
}

.extra-large-icon li {
    margin: 0 12px
}

.extra-large-icon a {
    font-size: 30px;
    width: 70px;
    height: 70px
}

.social-icon a {
    margin: 0 15px
}

.social-icon a:first-child {
    margin-left: 0
}

.social-icon a:last-child {
    margin-right: 0
}

[class^=social-icon-] ul,
[class*=" social-icon-"] ul {
    list-style: none
}

.elements-social .light li a {
    color: var(--white)
}

.elements-social .dark li a {
    color: var(--dark-gray)
}

.elements-social .icon-with-animation a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.social-icon-style-01 ul li a:hover {
    color: var(--base-color) !important
}

.social-icon-style-03 ul li a {
    color: var(--white);
    border-radius: 100%;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.social-icon-style-03 ul li a:hover {
    background-color: var(--white) !important;
    box-shadow: 0 0 30px rgb(23 23 23 / .25);
    transform: translate3d(0, -3px, 0)
}

.social-icon-style-03 ul li a.behance {
    background-color: #1769ff
}

.social-icon-style-03 ul li a.behance-square {
    background-color: #1769ff
}

.social-icon-style-03 ul li a.blogger {
    background-color: #ff8000
}

.social-icon-style-03 ul li a.codepen {
    background-color: #0ebeff
}

.social-icon-style-03 ul li a.deviantart {
    background-color: #05cc47
}

.social-icon-style-03 ul li a.digg {
    background-color: #262626
}

.social-icon-style-03 ul li a.dribbble {
    background-color: #ea4c89
}

.social-icon-style-03 ul li a.delicious {
    background-color: #205cc0
}

.social-icon-style-03 ul li a.email {
    background-color: #7d7d7d
}

.social-icon-style-03 ul li a.facebook {
    background-color: #3b5998
}

.social-icon-style-03 ul li a.facebook-square {
    background-color: #3b5998
}

.social-icon-style-03 ul li a.flickr {
    background-color: #ff0084
}

.social-icon-style-03 ul li a.flipboard {
    background-color: #e12828
}

.social-icon-style-03 ul li a.github {
    background-color: #4078c0
}

.social-icon-style-03 ul li a.google {
    background-color: #dc4a38
}

.social-icon-style-03 ul li a.google-plus {
    background-color: #dd4b39
}

.social-icon-style-03 ul li a.instagram {
    background-color: #FE1F49
}

.social-icon-style-03 ul li a.jsfiddle {
    background-color: #0084FF
}

.social-icon-style-03 ul li a.linkedin {
    background-color: #0077b5
}

.social-icon-style-03 ul li a.livejournal {
    background-color: #00b0ea
}

.social-icon-style-03 ul li a.medium {
    background-color: #00ab6c
}

.social-icon-style-03 ul li a.meneame {
    background-color: #ff6400
}

.social-icon-style-03 ul li a.mailru {
    background-color: #168de2
}

.social-icon-style-03 ul li a.odnoklassniki {
    background-color: #d7772d
}

.social-icon-style-03 ul li a.paypal {
    background-color: #003087
}

.social-icon-style-03 ul li a.pinterest {
    background-color: #CB2027
}

.social-icon-style-03 ul li a.pinterest-p {
    background-color: #CB2027
}

.social-icon-style-03 ul li a.print {
    background-color: #222
}

.social-icon-style-03 ul li a.reddit {
    background-color: #ff4500
}

.social-icon-style-03 ul li a.reddit-square {
    background-color: #ff4500
}

.social-icon-style-03 ul li a.rss {
    background-color: #f2890a
}

.social-icon-style-03 ul li a.skype {
    background-color: #00aff0
}

.social-icon-style-03 ul li a.slack {
    background-color: #6ecadc
}

.social-icon-style-03 ul li a.snapchat {
    background-color: #fffc00
}

.social-icon-style-03 ul li a.soundcloud {
    background-color: #f80
}

.social-icon-style-03 ul li a.spotify {
    background-color: #1db954
}

.social-icon-style-03 ul li a.sms {
    background-color: #ffbd00
}

.social-icon-style-03 ul li a.sharethis {
    background-color: #95D03A
}

.social-icon-style-03 ul li a.stack-overflow {
    background-color: #f48024
}

.social-icon-style-03 ul li a.stumbleupon {
    background-color: #eb4924
}

.social-icon-style-03 ul li a.telegram {
    background-color: #08c
}

.social-icon-style-03 ul li a.trello {
    background-color: #0079bf
}

.social-icon-style-03 ul li a.tumblr {
    background-color: #32506d
}

.social-icon-style-03 ul li a.twitch {
    background-color: #6441a5
}

.social-icon-style-03 ul li a.twitter {
    background-color: #00aced
}

.social-icon-style-03 ul li a.twitter-square {
    background-color: #00aced
}

.social-icon-style-03 ul li a.vimeo {
    background-color: #1ab7ea
}

.social-icon-style-03 ul li a.vine {
    background-color: #00bf8f
}

.social-icon-style-03 ul li a.vk {
    background-color: #4c6c91
}

.social-icon-style-03 ul li a.wordpress {
    background-color: #21759b
}

.social-icon-style-03 ul li a.weibo {
    background-color: #f93
}

.social-icon-style-03 ul li a.whatsapp {
    background-color: #25d366
}

.social-icon-style-03 ul li a.xing {
    background-color: #1a7576
}

.social-icon-style-03 ul li a.youtube {
    background-color: red
}

.social-icon-style-03 ul li a.youtube-play {
    background-color: red
}

.social-icon-style-04 ul li a {
    z-index: 9;
    position: relative
}

.social-icon-style-04 ul li a:hover {
    color: var(--white) !important
}

.social-icon-style-04 ul li a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0
}

.social-icon-style-04 ul li a span {
    border-radius: 0;
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    z-index: -1;
    background-color: var(--dark-gray)
}

.social-icon-style-04 ul li a.behance span {
    background-color: #1769ff
}

.social-icon-style-04 ul li a.behance-square span {
    background-color: #1769ff
}

.social-icon-style-04 ul li a.blogger span {
    background-color: #ff8000
}

.social-icon-style-04 ul li a.codepen span {
    background-color: #0ebeff
}

.social-icon-style-04 ul li a.deviantart span {
    background-color: #05cc47
}

.social-icon-style-04 ul li a.digg span {
    background-color: #262626
}

.social-icon-style-04 ul li a.dribbble span {
    background-color: #ea4c89
}

.social-icon-style-04 ul li a.delicious span {
    background-color: #205cc0
}

.social-icon-style-04 ul li a.email span {
    background-color: #7d7d7d
}

.social-icon-style-04 ul li a.facebook span {
    background-color: #3b5998
}

.social-icon-style-04 ul li a.facebook-square span {
    background-color: #3b5998
}

.social-icon-style-04 ul li a.flickr span {
    background-color: #ff0084
}

.social-icon-style-04 ul li a.flipboard span {
    background-color: #e12828
}

.social-icon-style-04 ul li a.github span {
    background-color: #4078c0
}

.social-icon-style-04 ul li a.google span {
    background-color: #dc4a38
}

.social-icon-style-04 ul li a.google-plus span {
    background-color: #dd4b39
}

.social-icon-style-04 ul li a.instagram span {
    background-color: #FE1F49
}

.social-icon-style-04 ul li a.jsfiddle span {
    background-color: #0084FF
}

.social-icon-style-04 ul li a.linkedin span {
    background-color: #0077b5
}

.social-icon-style-04 ul li a.livejournal span {
    background-color: #00b0ea
}

.social-icon-style-04 ul li a.medium span {
    background-color: #00ab6c
}

.social-icon-style-04 ul li a.meneame span {
    background-color: #ff6400
}

.social-icon-style-04 ul li a.mailru span {
    background-color: #168de2
}

.social-icon-style-04 ul li a.odnoklassniki span {
    background-color: #d7772d
}

.social-icon-style-04 ul li a.paypal span {
    background-color: #003087
}

.social-icon-style-04 ul li a.pinterest span {
    background-color: #CB2027
}

.social-icon-style-04 ul li a.pinterest-p span {
    background-color: #CB2027
}

.social-icon-style-04 ul li a.print span {
    background-color: #222
}

.social-icon-style-04 ul li a.reddit span {
    background-color: #ff4500
}

.social-icon-style-04 ul li a.reddit-square span {
    background-color: #ff4500
}

.social-icon-style-04 ul li a.rss span {
    background-color: #f2890a
}

.social-icon-style-04 ul li a.skype span {
    background-color: #00aff0
}

.social-icon-style-04 ul li a.slack span {
    background-color: #6ecadc
}

.social-icon-style-04 ul li a.snapchat span {
    background-color: #fffc00
}

.social-icon-style-04 ul li a.soundcloud span {
    background-color: #f80
}

.social-icon-style-04 ul li a.spotify span {
    background-color: #1db954
}

.social-icon-style-04 ul li a.sms span {
    background-color: #ffbd00
}

.social-icon-style-04 ul li a.sharethis span {
    background-color: #95D03A
}

.social-icon-style-04 ul li a.stack-overflow span {
    background-color: #f48024
}

.social-icon-style-04 ul li a.stumbleupon span {
    background-color: #eb4924
}

.social-icon-style-04 ul li a.telegram span {
    background-color: #08c
}

.social-icon-style-04 ul li a.trello span {
    background-color: #0079bf
}

.social-icon-style-04 ul li a.tumblr span {
    background-color: #32506d
}

.social-icon-style-04 ul li a.twitch span {
    background-color: #6441a5
}

.social-icon-style-04 ul li a.twitter span {
    background-color: #00aced
}

.social-icon-style-04 ul li a.twitter-square span {
    background-color: #00aced
}

.social-icon-style-04 ul li a.vimeo span {
    background-color: #1ab7ea
}

.social-icon-style-04 ul li a.vine span {
    background-color: #00bf8f
}

.social-icon-style-04 ul li a.vk span {
    background-color: #4c6c91
}

.social-icon-style-04 ul li a.wordpress span {
    background-color: #21759b
}

.social-icon-style-04 ul li a.weibo span {
    background-color: #f93
}

.social-icon-style-04 ul li a.whatsapp span {
    background-color: #25d366
}

.social-icon-style-04 ul li a.xing span {
    background-color: #1a7576
}

.social-icon-style-04 ul li a.youtube span {
    background-color: red
}

.social-icon-style-04 ul li a.youtube-play span {
    background-color: red
}

.social-icon-style-05 ul li a:hover {
    color: var(--white) !important
}

.social-icon-style-05 ul li a.behance {
    color: #1769ff
}

.social-icon-style-05 ul li a.behance-square {
    color: #1769ff
}

.social-icon-style-05 ul li a.blogger {
    color: #ff8000
}

.social-icon-style-05 ul li a.codepen {
    color: #0ebeff
}

.social-icon-style-05 ul li a.deviantart {
    color: #05cc47
}

.social-icon-style-05 ul li a.digg {
    color: #262626
}

.social-icon-style-05 ul li a.dribbble {
    color: #ea4c89
}

.social-icon-style-05 ul li a.delicious {
    color: #205cc0
}

.social-icon-style-05 ul li a.email {
    color: #7d7d7d
}

.social-icon-style-05 ul li a.facebook {
    color: #3b5998
}

.social-icon-style-05 ul li a.facebook-square {
    color: #3b5998
}

.social-icon-style-05 ul li a.flickr {
    color: #ff0084
}

.social-icon-style-05 ul li a.flipboard {
    color: #e12828
}

.social-icon-style-05 ul li a.github {
    color: #4078c0
}

.social-icon-style-05 ul li a.google {
    color: #dc4a38
}

.social-icon-style-05 ul li a.google-plus {
    color: #dd4b39
}

.social-icon-style-05 ul li a.instagram {
    color: #FE1F49
}

.social-icon-style-05 ul li a.jsfiddle {
    color: #0084FF
}

.social-icon-style-05 ul li a.linkedin {
    color: #0077b5
}

.social-icon-style-05 ul li a.livejournal {
    color: #00b0ea
}

.social-icon-style-05 ul li a.medium {
    color: #00ab6c
}

.social-icon-style-05 ul li a.meneame {
    color: #ff6400
}

.social-icon-style-05 ul li a.mailru {
    color: #168de2
}

.social-icon-style-05 ul li a.odnoklassniki {
    color: #d7772d
}

.social-icon-style-05 ul li a.paypal {
    color: #003087
}

.social-icon-style-05 ul li a.pinterest {
    color: #CB2027
}

.social-icon-style-05 ul li a.pinterest-p {
    color: #CB2027
}

.social-icon-style-05 ul li a.print {
    color: #222
}

.social-icon-style-05 ul li a.reddit {
    color: #ff4500
}

.social-icon-style-05 ul li a.reddit-square {
    color: #ff4500
}

.social-icon-style-05 ul li a.rss {
    color: #f2890a
}

.social-icon-style-05 ul li a.skype {
    color: #00aff0
}

.social-icon-style-05 ul li a.slack {
    color: #6ecadc
}

.social-icon-style-05 ul li a.snapchat {
    color: #fffc00
}

.social-icon-style-05 ul li a.soundcloud {
    color: #f80
}

.social-icon-style-05 ul li a.spotify {
    color: #1db954
}

.social-icon-style-05 ul li a.sms {
    color: #ffbd00
}

.social-icon-style-05 ul li a.sharethis {
    color: #95D03A
}

.social-icon-style-05 ul li a.stack-overflow {
    color: #f48024
}

.social-icon-style-05 ul li a.stumbleupon {
    color: #eb4924
}

.social-icon-style-05 ul li a.telegram {
    color: #08c
}

.social-icon-style-05 ul li a.trello {
    color: #0079bf
}

.social-icon-style-05 ul li a.tumblr {
    color: #32506d
}

.social-icon-style-05 ul li a.twitch {
    color: #6441a5
}

.social-icon-style-05 ul li a.twitter {
    color: #00aced
}

.social-icon-style-05 ul li a.twitter-square {
    color: #00aced
}

.social-icon-style-05 ul li a.vimeo {
    color: #1ab7ea
}

.social-icon-style-05 ul li a.vine {
    color: #00bf8f
}

.social-icon-style-05 ul li a.vk {
    color: #4c6c91
}

.social-icon-style-05 ul li a.wordpress {
    color: #21759b
}

.social-icon-style-05 ul li a.weibo {
    color: #f93
}

.social-icon-style-05 ul li a.whatsapp {
    color: #25d366
}

.social-icon-style-05 ul li a.xing {
    color: #1a7576
}

.social-icon-style-05 ul li a.youtube {
    color: red
}

.social-icon-style-05 ul li a.youtube-play {
    color: red
}

.social-icon-style-05 ul.dark li a:hover {
    color: var(--dark-gray) !important
}

.social-icon-style-06 ul li a {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 24px;
    position: relative;
    vertical-align: middle;
    overflow: hidden
}

.social-icon-style-06 ul li a .brand-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition-duration: 0.3s
}

.social-icon-style-06 ul li a>span {
    line-height: inherit;
    top: 0;
    position: relative;
    transition: 350ms cubic-bezier(.175, .885, .32, 1.275) all
}

.social-icon-style-06 ul li a:hover .brand-label {
    top: -50px;
    transition: 350ms cubic-bezier(.175, .885, .32, 1.275) all
}

.social-icon-style-06 ul li a:hover .brand-icon {
    top: 0;
    transition-duration: 0.3s
}

.social-icon-style-06 ul li a.behance {
    color: #1769ff
}

.social-icon-style-06 ul li a.behance-square {
    color: #1769ff
}

.social-icon-style-06 ul li a.blogger {
    color: #ff8000
}

.social-icon-style-06 ul li a.codepen {
    color: #0ebeff
}

.social-icon-style-06 ul li a.deviantart {
    color: #05cc47
}

.social-icon-style-06 ul li a.digg {
    color: #262626
}

.social-icon-style-06 ul li a.dribbble {
    color: #ea4c89
}

.social-icon-style-06 ul li a.delicious {
    color: #205cc0
}

.social-icon-style-06 ul li a.email {
    color: #7d7d7d
}

.social-icon-style-06 ul li a.facebook {
    color: #3b5998
}

.social-icon-style-06 ul li a.facebook-square {
    color: #3b5998
}

.social-icon-style-06 ul li a.flickr {
    color: #ff0084
}

.social-icon-style-06 ul li a.flipboard {
    color: #e12828
}

.social-icon-style-06 ul li a.github {
    color: #4078c0
}

.social-icon-style-06 ul li a.google {
    color: #dc4a38
}

.social-icon-style-06 ul li a.google-plus {
    color: #dd4b39
}

.social-icon-style-06 ul li a.instagram {
    color: #FE1F49
}

.social-icon-style-06 ul li a.jsfiddle {
    color: #0084FF
}

.social-icon-style-06 ul li a.linkedin {
    color: #0077b5
}

.social-icon-style-06 ul li a.livejournal {
    color: #00b0ea
}

.social-icon-style-06 ul li a.medium {
    color: #00ab6c
}

.social-icon-style-06 ul li a.meneame {
    color: #ff6400
}

.social-icon-style-06 ul li a.mailru {
    color: #168de2
}

.social-icon-style-06 ul li a.odnoklassniki {
    color: #d7772d
}

.social-icon-style-06 ul li a.paypal {
    color: #003087
}

.social-icon-style-06 ul li a.pinterest {
    color: #CB2027
}

.social-icon-style-06 ul li a.pinterest-p {
    color: #CB2027
}

.social-icon-style-06 ul li a.print {
    color: #222
}

.social-icon-style-06 ul li a.reddit {
    color: #ff4500
}

.social-icon-style-06 ul li a.reddit-square {
    color: #ff4500
}

.social-icon-style-06 ul li a.rss {
    color: #f2890a
}

.social-icon-style-06 ul li a.skype {
    color: #00aff0
}

.social-icon-style-06 ul li a.slack {
    color: #6ecadc
}

.social-icon-style-06 ul li a.snapchat {
    color: #fffc00
}

.social-icon-style-06 ul li a.soundcloud {
    color: #f80
}

.social-icon-style-06 ul li a.spotify {
    color: #1db954
}

.social-icon-style-06 ul li a.sms {
    color: #ffbd00
}

.social-icon-style-06 ul li a.sharethis {
    color: #95D03A
}

.social-icon-style-06 ul li a.stack-overflow {
    color: #f48024
}

.social-icon-style-06 ul li a.stumbleupon {
    color: #eb4924
}

.social-icon-style-06 ul li a.telegram {
    color: #08c
}

.social-icon-style-06 ul li a.trello {
    color: #0079bf
}

.social-icon-style-06 ul li a.tumblr {
    color: #32506d
}

.social-icon-style-06 ul li a.twitch {
    color: #6441a5
}

.social-icon-style-06 ul li a.twitter {
    color: #00aced
}

.social-icon-style-06 ul li a.twitter-square {
    color: #00aced
}

.social-icon-style-06 ul li a.vimeo {
    color: #1ab7ea
}

.social-icon-style-06 ul li a.vine {
    color: #00bf8f
}

.social-icon-style-06 ul li a.vk {
    color: #4c6c91
}

.social-icon-style-06 ul li a.wordpress {
    color: #21759b
}

.social-icon-style-06 ul li a.weibo {
    color: #f93
}

.social-icon-style-06 ul li a.whatsapp {
    color: #25d366
}

.social-icon-style-06 ul li a.xing {
    color: #1a7576
}

.social-icon-style-06 ul li a.youtube {
    color: red
}

.social-icon-style-06 ul li a.youtube-play {
    color: red
}

.social-icon-style-07 ul li a {
    position: relative;
    z-index: 3;
    overflow: hidden;
    vertical-align: middle
}

.social-icon-style-07 ul li a:hover {
    color: var(--white) !important
}

.social-icon-style-07 ul li a:hover>span {
    top: 0
}

.social-icon-style-07 ul li a>span {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.social-icon-style-07 ul li a.behance {
    color: #1769ff
}

.social-icon-style-07 ul li a.behance span {
    background-color: #1769ff
}

.social-icon-style-07 ul li a.behance-square {
    color: #1769ff
}

.social-icon-style-07 ul li a.behance-square span {
    background-color: #1769ff
}

.social-icon-style-07 ul li a.blogger {
    color: #ff8000
}

.social-icon-style-07 ul li a.blogger span {
    background-color: #ff8000
}

.social-icon-style-07 ul li a.codepen {
    color: #0ebeff
}

.social-icon-style-07 ul li a.codepen span {
    background-color: #0ebeff
}

.social-icon-style-07 ul li a.deviantart {
    color: #05cc47
}

.social-icon-style-07 ul li a.deviantart span {
    background-color: #05cc47
}

.social-icon-style-07 ul li a.digg {
    color: #262626
}

.social-icon-style-07 ul li a.digg span {
    background-color: #262626
}

.social-icon-style-07 ul li a.dribbble {
    color: #ea4c89
}

.social-icon-style-07 ul li a.dribbble span {
    background-color: #ea4c89
}

.social-icon-style-07 ul li a.delicious {
    color: #205cc0
}

.social-icon-style-07 ul li a.delicious span {
    background-color: #205cc0
}

.social-icon-style-07 ul li a.email {
    color: #7d7d7d
}

.social-icon-style-07 ul li a.email span {
    background-color: #7d7d7d
}

.social-icon-style-07 ul li a.facebook {
    color: #3b5998
}

.social-icon-style-07 ul li a.facebook span {
    background-color: #3b5998
}

.social-icon-style-07 ul li a.facebook-square {
    color: #3b5998
}

.social-icon-style-07 ul li a.facebook-square span {
    background-color: #3b5998
}

.social-icon-style-07 ul li a.flickr {
    color: #ff0084
}

.social-icon-style-07 ul li a.flickr span {
    background-color: #ff0084
}

.social-icon-style-07 ul li a.flipboard {
    color: #e12828
}

.social-icon-style-07 ul li a.flipboard span {
    background-color: #e12828
}

.social-icon-style-07 ul li a.github {
    color: #4078c0
}

.social-icon-style-07 ul li a.github span {
    background-color: #4078c0
}

.social-icon-style-07 ul li a.google {
    color: #dc4a38
}

.social-icon-style-07 ul li a.google span {
    background-color: #dc4a38
}

.social-icon-style-07 ul li a.google-plus {
    color: #dd4b39
}

.social-icon-style-07 ul li a.google-plus span {
    background-color: #dd4b39
}

.social-icon-style-07 ul li a.instagram {
    color: #FE1F49
}

.social-icon-style-07 ul li a.instagram span {
    background-color: #FE1F49
}

.social-icon-style-07 ul li a.jsfiddle {
    color: #0084FF
}

.social-icon-style-07 ul li a.jsfiddle span {
    background-color: #0084FF
}

.social-icon-style-07 ul li a.linkedin {
    color: #0077b5
}

.social-icon-style-07 ul li a.linkedin span {
    background-color: #0077b5
}

.social-icon-style-07 ul li a.livejournal {
    color: #00b0ea
}

.social-icon-style-07 ul li a.livejournal span {
    background-color: #00b0ea
}

.social-icon-style-07 ul li a.medium {
    color: #00ab6c
}

.social-icon-style-07 ul li a.medium span {
    background-color: #00ab6c
}

.social-icon-style-07 ul li a.meneame {
    color: #ff6400
}

.social-icon-style-07 ul li a.meneame span {
    background-color: #ff6400
}

.social-icon-style-07 ul li a.mailru {
    color: #168de2
}

.social-icon-style-07 ul li a.mailru span {
    background-color: #168de2
}

.social-icon-style-07 ul li a.odnoklassniki {
    color: #d7772d
}

.social-icon-style-07 ul li a.odnoklassniki span {
    background-color: #d7772d
}

.social-icon-style-07 ul li a.paypal {
    color: #003087
}

.social-icon-style-07 ul li a.paypal span {
    background-color: #003087
}

.social-icon-style-07 ul li a.pinterest {
    color: #CB2027
}

.social-icon-style-07 ul li a.pinterest span {
    background-color: #CB2027
}

.social-icon-style-07 ul li a.pinterest-p {
    color: #CB2027
}

.social-icon-style-07 ul li a.pinterest-p span {
    background-color: #CB2027
}

.social-icon-style-07 ul li a.print {
    color: #222
}

.social-icon-style-07 ul li a.print span {
    background-color: #222
}

.social-icon-style-07 ul li a.reddit {
    color: #ff4500
}

.social-icon-style-07 ul li a.reddit span {
    background-color: #ff4500
}

.social-icon-style-07 ul li a.reddit-square {
    color: #ff4500
}

.social-icon-style-07 ul li a.reddit-square span {
    background-color: #ff4500
}

.social-icon-style-07 ul li a.rss {
    color: #f2890a
}

.social-icon-style-07 ul li a.rss span {
    background-color: #f2890a
}

.social-icon-style-07 ul li a.skype {
    color: #00aff0
}

.social-icon-style-07 ul li a.skype span {
    background-color: #00aff0
}

.social-icon-style-07 ul li a.slack {
    color: #6ecadc
}

.social-icon-style-07 ul li a.slack span {
    background-color: #6ecadc
}

.social-icon-style-07 ul li a.snapchat {
    color: #fffc00
}

.social-icon-style-07 ul li a.snapchat span {
    background-color: #fffc00
}

.social-icon-style-07 ul li a.soundcloud {
    color: #f80
}

.social-icon-style-07 ul li a.soundcloud span {
    background-color: #f80
}

.social-icon-style-07 ul li a.spotify {
    color: #1db954
}

.social-icon-style-07 ul li a.spotify span {
    background-color: #1db954
}

.social-icon-style-07 ul li a.sms {
    color: #ffbd00
}

.social-icon-style-07 ul li a.sms span {
    background-color: #ffbd00
}

.social-icon-style-07 ul li a.sharethis {
    color: #95D03A
}

.social-icon-style-07 ul li a.sharethis span {
    background-color: #95D03A
}

.social-icon-style-07 ul li a.stack-overflow {
    color: #f48024
}

.social-icon-style-07 ul li a.stack-overflow span {
    background-color: #f48024
}

.social-icon-style-07 ul li a.stumbleupon {
    color: #eb4924
}

.social-icon-style-07 ul li a.stumbleupon span {
    background-color: #eb4924
}

.social-icon-style-07 ul li a.telegram {
    color: #08c
}

.social-icon-style-07 ul li a.telegram span {
    background-color: #08c
}

.social-icon-style-07 ul li a.trello {
    color: #0079bf
}

.social-icon-style-07 ul li a.trello span {
    background-color: #0079bf
}

.social-icon-style-07 ul li a.tumblr {
    color: #32506d
}

.social-icon-style-07 ul li a.tumblr span {
    background-color: #32506d
}

.social-icon-style-07 ul li a.twitch {
    color: #6441a5
}

.social-icon-style-07 ul li a.twitch span {
    background-color: #6441a5
}

.social-icon-style-07 ul li a.twitter {
    color: #00aced
}

.social-icon-style-07 ul li a.twitter span {
    background-color: #00aced
}

.social-icon-style-07 ul li a.twitter-square {
    color: #00aced
}

.social-icon-style-07 ul li a.twitter-square span {
    background-color: #00aced
}

.social-icon-style-07 ul li a.vimeo {
    color: #1ab7ea
}

.social-icon-style-07 ul li a.vimeo span {
    background-color: #1ab7ea
}

.social-icon-style-07 ul li a.vine {
    color: #00bf8f
}

.social-icon-style-07 ul li a.vine span {
    background-color: #00bf8f
}

.social-icon-style-07 ul li a.vk {
    color: #4c6c91
}

.social-icon-style-07 ul li a.vk span {
    background-color: #4c6c91
}

.social-icon-style-07 ul li a.wordpress {
    color: #21759b
}

.social-icon-style-07 ul li a.wordpress span {
    background-color: #21759b
}

.social-icon-style-07 ul li a.weibo {
    color: #f93
}

.social-icon-style-07 ul li a.weibo span {
    background-color: #f93
}

.social-icon-style-07 ul li a.whatsapp {
    color: #25d366
}

.social-icon-style-07 ul li a.whatsapp span {
    background-color: #25d366
}

.social-icon-style-07 ul li a.xing {
    color: #1a7576
}

.social-icon-style-07 ul li a.xing span {
    background-color: #1a7576
}

.social-icon-style-07 ul li a.youtube {
    color: red
}

.social-icon-style-07 ul li a.youtube span {
    background-color: red
}

.social-icon-style-07 ul li a.youtube-play {
    color: red
}

.social-icon-style-07 ul li a.youtube-play span {
    background-color: red
}

.social-icon-style-08 ul li a:hover {
    opacity: .5;
    color: var(--dark-gray) !important
}

.social-icon-style-08 ul.light li a:hover {
    opacity: .5;
    color: var(--white) !important
}

.social-icon-style-09 ul li a {
    z-index: 9;
    border: 1px solid rgb(35 35 35 / .15);
    border-radius: 100%;
    position: relative
}

.social-icon-style-09 ul li a:hover {
    color: var(--white) !important
}

.social-icon-style-09 ul li a:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.social-icon-style-09 ul li a span {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    padding: 1px;
    box-sizing: content-box;
    margin: 0;
    position: absolute;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(.12, 0, .39, 0);
    transition: 0.5s cubic-bezier(.12, 0, .39, 0);
    pointer-events: none;
    z-index: -1;
    background-color: var(--dark-gray)
}

.social-icon-style-09 ul.light li a {
    border-color: rgb(255 255 255 / .3)
}

.social-icon-style-09 ul.light li a:hover {
    color: var(--dark-gray) !important
}

.social-icon-style-09 ul.light li a span {
    background-color: var(--white)
}

.social-icon-style-10 ul li a {
    color: var(--dark-gray)
}

.social-icon-style-10 ul li a:hover {
    color: var(--base-color) !important
}

.social-icon-style-10 .default-color a.behance {
    color: #1769ff
}

.social-icon-style-10 .default-color a.behance-square {
    color: #1769ff
}

.social-icon-style-10 .default-color a.blogger {
    color: #ff8000
}

.social-icon-style-10 .default-color a.codepen {
    color: #0ebeff
}

.social-icon-style-10 .default-color a.deviantart {
    color: #05cc47
}

.social-icon-style-10 .default-color a.digg {
    color: #262626
}

.social-icon-style-10 .default-color a.dribbble {
    color: #ea4c89
}

.social-icon-style-10 .default-color a.delicious {
    color: #205cc0
}

.social-icon-style-10 .default-color a.email {
    color: #7d7d7d
}

.social-icon-style-10 .default-color a.facebook {
    color: #3b5998
}

.social-icon-style-10 .default-color a.facebook-square {
    color: #3b5998
}

.social-icon-style-10 .default-color a.flickr {
    color: #ff0084
}

.social-icon-style-10 .default-color a.flipboard {
    color: #e12828
}

.social-icon-style-10 .default-color a.github {
    color: #4078c0
}

.social-icon-style-10 .default-color a.google {
    color: #dc4a38
}

.social-icon-style-10 .default-color a.google-plus {
    color: #dd4b39
}

.social-icon-style-10 .default-color a.instagram {
    color: #FE1F49
}

.social-icon-style-10 .default-color a.jsfiddle {
    color: #0084FF
}

.social-icon-style-10 .default-color a.linkedin {
    color: #0077b5
}

.social-icon-style-10 .default-color a.livejournal {
    color: #00b0ea
}

.social-icon-style-10 .default-color a.medium {
    color: #00ab6c
}

.social-icon-style-10 .default-color a.meneame {
    color: #ff6400
}

.social-icon-style-10 .default-color a.mailru {
    color: #168de2
}

.social-icon-style-10 .default-color a.odnoklassniki {
    color: #d7772d
}

.social-icon-style-10 .default-color a.paypal {
    color: #003087
}

.social-icon-style-10 .default-color a.pinterest {
    color: #CB2027
}

.social-icon-style-10 .default-color a.pinterest-p {
    color: #CB2027
}

.social-icon-style-10 .default-color a.print {
    color: #222
}

.social-icon-style-10 .default-color a.reddit {
    color: #ff4500
}

.social-icon-style-10 .default-color a.reddit-square {
    color: #ff4500
}

.social-icon-style-10 .default-color a.rss {
    color: #f2890a
}

.social-icon-style-10 .default-color a.skype {
    color: #00aff0
}

.social-icon-style-10 .default-color a.slack {
    color: #6ecadc
}

.social-icon-style-10 .default-color a.snapchat {
    color: #fffc00
}

.social-icon-style-10 .default-color a.soundcloud {
    color: #f80
}

.social-icon-style-10 .default-color a.spotify {
    color: #1db954
}

.social-icon-style-10 .default-color a.sms {
    color: #ffbd00
}

.social-icon-style-10 .default-color a.sharethis {
    color: #95D03A
}

.social-icon-style-10 .default-color a.stack-overflow {
    color: #f48024
}

.social-icon-style-10 .default-color a.stumbleupon {
    color: #eb4924
}

.social-icon-style-10 .default-color a.telegram {
    color: #08c
}

.social-icon-style-10 .default-color a.trello {
    color: #0079bf
}

.social-icon-style-10 .default-color a.tumblr {
    color: #32506d
}

.social-icon-style-10 .default-color a.twitch {
    color: #6441a5
}

.social-icon-style-10 .default-color a.twitter {
    color: #00aced
}

.social-icon-style-10 .default-color a.twitter-square {
    color: #00aced
}

.social-icon-style-10 .default-color a.vimeo {
    color: #1ab7ea
}

.social-icon-style-10 .default-color a.vine {
    color: #00bf8f
}

.social-icon-style-10 .default-color a.vk {
    color: #4c6c91
}

.social-icon-style-10 .default-color a.wordpress {
    color: #21759b
}

.social-icon-style-10 .default-color a.weibo {
    color: #f93
}

.social-icon-style-10 .default-color a.whatsapp {
    color: #25d366
}

.social-icon-style-10 .default-color a.xing {
    color: #1a7576
}

.social-icon-style-10 .default-color a.youtube {
    color: red
}

.social-icon-style-10 .default-color a.youtube-play {
    color: red
}

.social-icon-style-10 .default-color a:hover {
    color: var(--dark-gray) !important
}

.social-text-style-01 ul li a {
    width: auto;
    height: auto;
    line-height: normal
}

.newsletter-style-01 input {
    border-radius: 4px;
    padding-right: 160px
}

.newsletter-style-01 input.is-invalid {
    padding-right: 160px
}

.newsletter-style-01 .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0
}

.newsletter-style-01 .btn i {
    top: 1px
}

.newsletter-style-02 input {
    border-radius: 4px;
    padding-right: 60px !important
}

.newsletter-style-02 .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
    padding: 10px 25px 9px 25px;
    display: inline-block
}

.newsletter-style-02 .btn i {
    margin-left: 0;
    top: inherit
}

.newsletter-style-02 .btn:active {
    border-color: #fff0
}

.newsletter-style-03 input {
    padding-right: 165px !important;
    padding-left: 30px !important
}

.newsletter-style-03 .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 100px 100px 0;
    height: 100%;
    padding: 12px 35px 12px 30px
}

.newsletter-style-03 .btn:active {
    border-color: #fff0
}

.newsletter-style-04 input {
    padding-left: 0;
    padding-right: 40px;
    border-radius: 0
}

.newsletter-style-04 .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    border: none
}

.newsletter-style-04 .btn i {
    margin-left: 0
}

.newsletter-style-01 .form-control,
.newsletter-style-01 .form-control.is-invalid,
.newsletter-style-01 .was-validated .form-control:invalid,
.newsletter-style-02 .form-control,
.newsletter-style-02 .form-control.is-invalid,
.newsletter-style-02 .was-validated .form-control:invalid,
.newsletter-style-03 .form-control,
.newsletter-style-03 .form-control.is-invalid,
.newsletter-style-03 .was-validated .form-control:invalid,
.newsletter-style-04 .form-control,
.newsletter-style-04 .form-control.is-invalid,
.newsletter-style-04 .was-validated .form-control:invalid {
    background-image: inherit
}

.nav-tabs>li.nav-item {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 17px
}

.tab-style-03 .nav-tabs .nav-link {
    padding: 10px 9px;
    color: var(--medium-gray);
    border: 1px solid var(--light-medium-gray);
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-size: 14px
}

.tab-style-03 .nav-tabs .nav-link.active,
.tab-style-03 .nav-tabs .nav-link.show,
.tab-style-03 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--white)
}

.tab-style-03 .nav-tabs>li.nav-item {
    padding: 0 8px
}

.tab-style-02 .nav-tabs {
    border-bottom: none
}

.tab-style-02 .nav-tabs>li.nav-item {
    margin: 0 34px
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link {
    border: none;
    padding: 0;
    color: var(--medium-gray);
    border-bottom: 2px solid #fff0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover {
    color: var(--dark-gray);
    border-bottom: 2px solid
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover i {
    color: var(--base-color);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active {
    color: var(--dark-gray);
    border-bottom: 2px solid;
    background: #fff0
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active i {
    color: var(--base-color)
}

.tab-style-01 .nav-tabs .nav-link {
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 40px;
    color: var(--medium-gray);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
    color: var(--dark-gray);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .08);
    box-shadow: 0 0 10px rgb(0 0 0 / .08);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.tab-style-01 .nav-tabs>li.nav-item {
    padding: 0 4px
}

.tab-style-04 .nav-tabs .nav-item {
    padding: 0 35px
}

.tab-style-04 .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    background: #fff0;
    position: relative;
    color: var(--medium-gray)
}

.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    width: 100%;
    height: 2px;
    display: block;
    -wekit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease
}

.tab-style-04 .nav-tabs .nav-item .nav-link.active,
.tab-style-04 .nav-tabs .nav-item .nav-link.show,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover {
    color: var(--dark-gray)
}

.tab-style-04 .nav-tabs .nav-item .nav-link.active .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link.show .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover .tab-border {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.tab-style-05 .nav-tabs>li {
    width: 100%
}

.tab-style-05 .nav-tabs>li.nav-item {
    padding: 0
}

.tab-style-05 .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 20px 28px 22px;
    margin-bottom: 15px;
    background: #fff0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.3s cubic-bezier(.12, 0, .39, 0);
    display: flex;
    align-items: center
}

.tab-style-05 .nav-tabs .nav-item .nav-link i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.tab-style-05 .nav-tabs .nav-item .nav-link span {
    position: relative;
    top: 1px;
    color: var(--dark-gray);
    -webkit-transition: all 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.3s cubic-bezier(.12, 0, .39, 0)
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover,
.tab-style-05 .nav-tabs .nav-item .nav-link.show,
.tab-style-05 .nav-tabs .nav-item .nav-link.active {
    background: var(--white);
    color: var(--base-color);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .08);
    box-shadow: 0 0 20px rgb(0 0 0 / .08)
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover i,
.tab-style-05 .nav-tabs .nav-item .nav-link.show i,
.tab-style-05 .nav-tabs .nav-item .nav-link.active i {
    color: var(--base-color)
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-05 .nav-tabs .nav-item .nav-link.show span,
.tab-style-05 .nav-tabs .nav-item .nav-link.active span {
    color: var(--base-color)
}

.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none
}

.tab-style-06 .nav-tabs>li.nav-item {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid;
    overflow: hidden;
    border-radius: 4px 0 0 4px
}

.tab-style-06 .nav-tabs>li.nav-item:last-child {
    border-radius: 0 4px 4px 0;
    margin-left: -1px
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link {
    border-bottom: none;
    border-radius: 0;
    line-height: 18px;
    padding: 16px 40px;
    text-transform: uppercase;
    z-index: 1;
    background-color: #fff0;
    color: var(--medium-gray);
    border: 0
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active {
    color: #fff !important
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active+.tab-bg-active {
    opacity: 1
}

.tab-style-06 .tab-bg-active {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0
}

.tab-style-07 .nav-tabs>li {
    width: 100%
}

.tab-style-07 .nav-tabs>li.nav-item {
    padding: 0
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 1px solid;
    border-color: var(--extra-medium-gray);
    padding: 20px;
    background: #fff0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative
}

.tab-style-07 .nav-tabs .nav-item .nav-link span {
    color: var(--dark-gray);
    z-index: 9;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show,
.tab-style-07 .nav-tabs .nav-item .nav-link.active {
    color: var(--white);
    isolation: inherit
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-07 .nav-tabs .nav-item .nav-link.show span,
.tab-style-07 .nav-tabs .nav-item .nav-link.active span {
    color: var(--white);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .number-box {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .bg-hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
    position: absolute;
    top: 50%;
    z-index: 9;
    right: 0;
    opacity: 0;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
    transition: opacity 0s, transform 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.tab-style-07 .nav-tabs .nav-item .nav-link .bg-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    z-index: 1
}

.tab-style-07 .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none
}

.tab-style-08 ul .nav-item {
    padding: 0;
    background-color: #fff0;
    border-right: 1px solid var(--light-medium-gray);
    flex-grow: 1;
    flex-basis: 0%
}

.tab-style-08 ul .nav-item .nav-link {
    border: 0;
    margin-bottom: 0;
    padding: 30px 15px;
    background-color: #fff0;
    position: relative;
    color: var(--medium-gray)
}

.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    border: 0;
    color: var(--base-color)
}

.tab-style-08 ul .nav-item .nav-link.active .tab-border,
.tab-style-08 ul .nav-item .nav-link.show .tab-border,
.tab-style-08 ul .nav-item .nav-link:hover .tab-border {
    -wekit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.tab-style-08 ul .nav-item .tab-border {
    width: calc(100% + 2px);
    height: 3px;
    display: block;
    -wekit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    position: absolute;
    left: -1px;
    top: 0
}

.tab-style-08 ul .nav-item:last-child {
    border: 0
}

.tab-style-08 ul.active-tab-border-bottom .nav-item .tab-border {
    bottom: 0;
    top: auto
}

.team-style-01 figure figcaption {
    position: absolute;
    bottom: -1px
}

.team-style-01 figure figcaption .social-icon {
    display: block !important;
    height: auto !important;
    margin-bottom: -50px !important;
    overflow: visible !important;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.team-style-01 figure figcaption .social-icon a {
    margin: 0 10px
}

.team-style-01 figure figcaption .social-icon a:last-child {
    margin-right: 0
}

.team-style-01 figure figcaption .social-icon a:first-child {
    margin-left: 0
}

.team-style-01 figure .text-light-opacity:hover {
    opacity: 1 !important
}

.team-style-01 figure:hover figcaption .social-icon {
    margin-bottom: 0px !important
}

.team-style-02 figure figcaption {
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.5s cubic-bezier(.12, 0, .39, 0)
}

.team-style-02 figure figcaption .social-icon a {
    margin: 0 12px;
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(.19, 1, .22, 1);
    transition: 0.45s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    display: inline-block
}

.team-style-02 figure figcaption .social-icon a:nth-child(1) {
    -webkit-transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.3s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure figcaption .social-icon a:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure figcaption .social-icon a:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.6s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure figcaption .social-icon a:nth-child(4) {
    -webkit-transition: all 0.8s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.8s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure figcaption .social-icon a:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(.2, 0, .3, 1);
    transition: all 1s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure figcaption .team-member-name {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 1s cubic-bezier(.2, 0, .3, 1);
    transition: all 1s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure figcaption .member-designation {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.7s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.7s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption {
    opacity: 1
}

.team-style-02 figure:hover figcaption .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption .member-designation {
    opacity: .7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.7s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.7s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-style-02 figure:hover figcaption a:nth-child(1) {
    -webkit-transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.3s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption a:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption a:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.6s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption a:nth-child(4) {
    -webkit-transition: all 0.8s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.8s cubic-bezier(.2, 0, .3, 1)
}

.team-style-02 figure:hover figcaption a:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(.2, 0, .3, 1);
    transition: all 1s cubic-bezier(.2, 0, .3, 1)
}

.team-style-04 .team-content {
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.5s cubic-bezier(.37, .31, .2, .85)
}

.team-style-04 figure figcaption {
    position: absolute;
    bottom: -20px;
    -webkit-transition: all 0.5s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.5s cubic-bezier(.37, .31, .2, .85)
}

.team-style-04 figure figcaption .social-icon {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.team-style-04 figure figcaption .social-icon a {
    margin: 0 10px
}

.team-style-04 figure:hover figcaption {
    bottom: 0
}

.team-style-05 .team-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: all 0.4s cubic-bezier(.12, 0, .39, 0)
}

.team-style-05 .team-content p {
    top: 55%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.team-style-05 .social-icon a {
    opacity: 0;
    -webkit-transition: 0.45s cubic-bezier(.19, 1, .22, 1);
    transition: 0.45s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    margin: 0 10px;
    display: inline-block
}

.team-style-05 .social-icon a:nth-child(1) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.team-style-05 .social-icon a:nth-child(2) {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.team-style-05 .social-icon a:nth-child(3) {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.team-style-05 .social-icon a:nth-child(4) {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.team-style-05 .social-icon a:nth-child(5) {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.team-style-05:hover .team-content {
    opacity: 1
}

.team-style-05:hover .team-content p {
    top: 50%
}

.team-style-05:hover .social-icon a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.team-style-05:hover .social-icon a:nth-child(1) {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.team-style-05:hover .social-icon a:nth-child(2) {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.team-style-05:hover .social-icon a:nth-child(3) {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease
}

.team-style-05:hover .social-icon a:nth-child(4) {
    -webkit-transition: all 1.1s ease;
    transition: all 1.1s ease
}

.team-style-05:hover .social-icon a:nth-child(5) {
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease
}

.team-style-08 figure {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.5s cubic-bezier(.2, 0, .3, 1)
}

.team-style-08 figure figcaption {
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.team-style-08 figure figcaption .social-icon a {
    margin: 0 0 10px;
    opacity: 0;
    display: inline-block;
    background-color: var(--dark-gray);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-style-08 figure figcaption .social-icon a:last-child {
    margin-bottom: 0
}

.team-style-08 figure figcaption .team-member-name {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.5s cubic-bezier(.2, 0, .3, 1)
}

.team-style-08 figure figcaption .member-designation {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.7s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.7s cubic-bezier(.2, 0, .3, 1)
}

.team-style-08:hover figure {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
}

.team-style-08:hover figure figcaption {
    opacity: 1
}

.team-style-08:hover figure figcaption .social-icon a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-style-08:hover figure figcaption .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-style-08:hover figure figcaption .member-designation {
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-style-08:hover figure figcaption a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.team-style-09 .nav-tabs>li.nav-item {
    padding: 0
}

.team-style-09 .nav-tabs>li.nav-item .number {
    color: var(--dark-gray);
    -webkit-transition: 0.4s cubic-bezier(.12, 0, .39, 0);
    transition: 0.4s cubic-bezier(.12, 0, .39, 0)
}

.team-style-09 .nav-tabs>li.nav-item:last-child .nav-link {
    border-bottom: 0
}

.team-style-09 .nav-tabs .nav-link {
    border: 0;
    display: flex;
    border-bottom: 1px solid var(--extra-medium-gray);
    padding: 20px 0;
    margin-bottom: 0;
    background-color: #fff0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s cubic-bezier(.12, 0, .39, 0);
    transition: 0.3s cubic-bezier(.12, 0, .39, 0)
}

.team-style-09 .nav-tabs .nav-link:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.team-style-09 .nav-tabs .nav-link.active,
.team-style-09 .nav-tabs .nav-link:hover {
    border-bottom: 1px solid var(--dark-gray)
}

.team-style-10 figure {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.5s cubic-bezier(.2, 0, .3, 1)
}

.team-style-10 figure .hover-switch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.2s cubic-bezier(.2, 0, .3, 1)
}

.team-style-10 figure figcaption {
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.team-style-10 figure figcaption .social-icon a {
    margin: 0 0 10px;
    opacity: 0;
    display: inline-block;
    background-color: var(--dark-gray);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    -webkit-transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.3s cubic-bezier(.2, 0, .3, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-style-10 figure figcaption .social-icon a:last-child {
    margin-bottom: 0
}

.team-style-10 figure figcaption .team-member-strip {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.3s cubic-bezier(.2, 0, .8, 1);
    transition: all 0.3s cubic-bezier(.2, 0, .8, 1)
}

.team-style-10 figure figcaption .team-member-strip .team-member-name {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.5s cubic-bezier(.2, 0, .3, 1)
}

.team-style-10 figure figcaption .team-member-strip .member-designation {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.7s cubic-bezier(.2, 0, .3, 1);
    transition: all 0.7s cubic-bezier(.2, 0, .3, 1)
}

.team-style-10:hover figure .hover-switch-image {
    left: 0;
    opacity: 1
}

.team-style-10:hover figure figcaption {
    opacity: 1
}

.team-style-10:hover figure figcaption .social-icon a {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-style-10:hover figure figcaption .social-icon a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-style-10:hover figure figcaption .team-member-strip {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-style-10:hover figure figcaption .team-member-strip .team-member-name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-style-10:hover figure figcaption .team-member-strip .member-designation {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-style-10:hover figure figcaption a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.testimonials-style-01 .testimonial-arrow:after {
    content: "";
    top: 100%;
    left: 50px;
    height: 0;
    width: 0;
    z-index: 9;
    margin-left: -14px;
    position: absolute;
    pointer-events: none;
    border: solid #fff0;
    border-width: 14px;
    border-top-color: var(--white)
}

.testimonials-style-01 .author-detail img {
    width: 60px;
    height: 60px
}

.testimonials-style-04.swiper-horizontal-3d.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.testimonials-style-04.swiper-horizontal-3d .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.testimonials-style-04.swiper-horizontal-3d.swiper-pagination-bottom .swiper-wrapper {
    margin-bottom: 0
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide {
    filter: grayscale(100%);
    opacity: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-prev,
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-next {
    opacity: .7
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: grayscale(0);
    box-shadow: 0 0 60px rgb(0 0 0 / .17)
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide img {
    opacity: 0
}

.testimonials-style-04.swiper-horizontal-3d.swiper {
    width: 100%;
    padding-bottom: 60px
}

.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-left,
.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-right {
    background-image: none
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide-active img {
    opacity: 1
}

.testimonials-style-05 .testimonials-bubble {
    position: relative;
    border: 1px solid;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.testimonials-style-05 .testimonials-bubble:after,
.testimonials-style-05 .testimonials-bubble:before {
    top: 100%;
    left: 50px;
    border: solid #fff0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.testimonials-style-05 .testimonials-bubble:after {
    border-color: #fff0;
    border-top-color: var(--white);
    border-width: 15px 15px 0 0;
    margin-left: 1px
}

.testimonials-style-05 .testimonials-bubble:before {
    border-color: #fff0;
    border-top-color: var(--extra-medium-gray);
    border-width: 18px 18px 0 0
}

.testimonials-style-12 .swiper-button-next-nav {
    right: -8px
}

.testimonials-style-12 .swiper-button-next-nav:hover {
    opacity: 1
}

.testimonials-style-12 .swiper-button-previous-nav {
    left: -8px
}

.testimonials-style-12 .swiper-button-previous-nav:hover {
    opacity: 1
}

.testimonials-style-13 .swiper-slide {
    opacity: .1
}

.testimonials-style-13 .swiper-slide.swiper-slide-active {
    opacity: 1
}

.testimonials-style-13 .swiper-slide.swiper-slide-next {
    opacity: .4
}

.blog-grid .card {
    color: inherit;
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1)
}

.blog-grid .card .blog-image img {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.blog-grid .card .card-body {
    color: inherit
}

.blog-grid .card .card-body p {
    margin-bottom: 15px
}

.blog-grid .card .card-body .author {
    will-change: transform
}

.blog-grid .card .card-body .author .blog-date {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 500ms cubic-bezier(.37, 0, .63, 1);
    transition: all 500ms cubic-bezier(.37, 0, .63, 1)
}

.blog-grid .card .card-body .author .like-count a i {
    margin-right: 4px;
    vertical-align: middle;
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1)
}

.blog-grid .card .card-body .author .like-count a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-grid .card .card-body .author .author-name {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-transition: all 500ms cubic-bezier(.37, 0, .63, 1);
    transition: all 500ms cubic-bezier(.37, 0, .63, 1)
}

.blog-grid .card .blog-categories {
    position: absolute;
    top: 17px;
    right: 20px
}

.blog-grid .card .blog-categories .categories-btn {
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .4);
    box-shadow: 0 0 25px rgb(0 0 0 / .4)
}

.blog-grid .card:hover .author .blog-date {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px)
}

.blog-grid .card:hover .author .author-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.blog-classic .card {
    color: inherit
}

.blog-classic .card .blog-image img {
    -webkit-transition: all 600ms cubic-bezier(.37, 0, .63, 1);
    transition: all 600ms cubic-bezier(.37, 0, .63, 1);
    will-change: transform
}

.blog-classic .card .card-body {
    color: inherit
}

.blog-classic .card .card-body .categories-text:after {
    content: "\f309";
    display: inline-block;
    font-family: bootstrap-icons;
    vertical-align: middle;
    margin: -2px 1px 0;
    font-size: 22px;
    color: var(--medium-gray);
    opacity: .7
}

.blog-classic .card .card-body .card-link i {
    opacity: 0;
    visibility: hidden;
    transform-origin: center left;
    -webkit-transform: translateX(-10px) scaleX(0);
    transform: translateX(-10px) scaleX(0);
    -webkit-transition: all 300ms cubic-bezier(.5, 1, .89, 1);
    transition: all 300ms cubic-bezier(.5, 1, .89, 1);
    vertical-align: middle;
    margin-left: 3px
}

.blog-classic .card:hover .blog-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.blog-classic .card:hover .card-body .card-link i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1)
}

.blog-only-text {
    counter-reset: card-body
}

.blog-only-text .card-body {
    color: inherit;
    position: relative;
    overflow: hidden
}

.blog-only-text .card-body .hover-img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(.37, 0, .63, 1);
    transition: all 300ms cubic-bezier(.37, 0, .63, 1);
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
}

.blog-only-text .card-body:after {
    counter-increment: card-body;
    content: counter(card-body, decimal-leading-zero);
    position: absolute;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -3px;
    top: 30px;
    right: -8px;
    font-weight: 600;
    opacity: .1;
    color: var(--dark-gray);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.blog-only-text .card-body:hover .hover-img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.blog-only-text .card-body:hover:after {
    opacity: .2;
    color: var(--white);
    right: 30px;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.blog-only-text .card-body:hover .card-title {
    text-shadow: 0 0 50px rgb(0 0 0 / .9)
}

.blog-only-text .card-body:hover .categories-btn {
    background: var(--white);
    color: var(--dark-gray) !important;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / .6);
    box-shadow: 0 10px 40px rgb(0 0 0 / .6);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.blog-metro figure .blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1f232c;
    background: linear-gradient(0deg, rgb(23 23 23 / .8) 0, #fff0 70%);
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1)
}

.blog-metro figure .categories-btn {
    border: 1px solid #fff0
}

.blog-metro figure img {
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    width: 100%
}

.blog-metro figure figcaption {
    position: absolute;
    top: 0;
    left: 0
}

.blog-metro figure .card-title {
    margin-bottom: 0
}

.blog-metro figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5
}

.blog-metro figure:hover .categories-btn {
    background: transparent !important;
    color: #fff;
    border: 1px solid rgb(255 255 255 / .3)
}

.blog-metro figure:hover .categories-btn.bg-base-color {
    color: var(--base-color) !important;
    border-color: var(--base-color)
}

.blog-masonry .card {
    color: inherit
}

.blog-masonry .card .card-top {
    position: relative;
    padding: 15px 20px
}

.blog-masonry .card .card-top:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    border-top: 8px solid #fff;
    clear: both;
    z-index: 1
}

.blog-masonry .card .card-top .avtar {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    border-radius: 100%
}

.blog-masonry .card .blog-image img {
    -webkit-transition: all 1000ms cubic-bezier(.5, 1, .89, 1);
    transition: all 1000ms cubic-bezier(.5, 1, .89, 1)
}

.blog-masonry .card .blog-image .categories-btn {
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .4);
    box-shadow: 0 0 25px rgb(0 0 0 / .4)
}

.blog-masonry .card .like-count a i {
    margin-right: 5px;
    -webkit-transition: all 400ms cubic-bezier(.5, 1, .89, 1);
    transition: all 400ms cubic-bezier(.5, 1, .89, 1);
    will-change: transform
}

.blog-masonry .card .like-count a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-masonry .card .blog-date i {
    margin-right: 8px
}

.blog-masonry .card .blog-categories {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.blog-masonry .card:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.blog-masonry .card:hover .blog-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-simple figure .blog-image {
    overflow: hidden
}

.blog-simple figure .blog-hover-icon {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    opacity: 0
}

.blog-simple figure figcaption {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.blog-simple figure:hover .blog-hover-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-simple figure:hover .post-content .card-title a:hover {
    color: var(--base-color)
}

.blog-simple figure:hover .blog-image img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.blog-simple figure:hover .blog-image .box-overlay {
    opacity: .3
}

.blog-simple figure:hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.blog-date .feature-box {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.blog-date .feature-box .feature-box-icon {
    margin-right: 40px !important
}

.blog-date .feature-box .post-date {
    min-width: 75px;
    padding: 20px 0 17px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.blog-date .feature-box .post-date span {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.blog-date .feature-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.blog-side-image .blog-box .blog-image {
    min-height: 300px;
    will-change: transform;
    -webkit-transition: all 600ms cubic-bezier(.5, 1, .89, 1);
    transition: all 600ms cubic-bezier(.5, 1, .89, 1)
}

.blog-side-image .blog-box .blog-image .blog-post-image-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms cubic-bezier(.5, 1, .89, 1);
    transition: all 600ms cubic-bezier(.5, 1, .89, 1)
}

.blog-side-image .blog-box .blog-content {
    position: relative;
    z-index: 1
}

.blog-side-image .blog-box .blog-content .separator {
    width: 10px;
    height: 1px;
    -webkit-transition: all 600ms cubic-bezier(.5, 1, .89, 1);
    transition: all 600ms cubic-bezier(.5, 1, .89, 1);
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px
}

.blog-side-image .blog-box .blog-content .categories-btn {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-left: 0;
    margin-right: 5px;
    line-height: 20px;
    padding: 4px 15px
}

.blog-side-image .blog-box:hover .blog-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-side-image .blog-box:hover .blog-image .blog-post-image-overlay {
    opacity: .4
}

.blog-side-image .blog-box:hover .blog-content .separator {
    width: 30px
}

.blog-modern figure .blog-image {
    margin-bottom: 48px
}

.blog-modern figure .blog-image img {
    -webkit-transition: all 900ms cubic-bezier(.5, 1, .89, 1);
    transition: all 900ms cubic-bezier(.5, 1, .89, 1)
}

.blog-modern figure .post-content-wrapper {
    position: absolute;
    bottom: -51px;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 10px rgb(111 111 111 / .1);
    box-shadow: 0 4px 10px rgb(111 111 111 / .1)
}

.blog-modern figure .post-content-wrapper .post-content {
    -webkit-transition: all 400ms cubic-bezier(.5, 1, .89, 1);
    transition: all 400ms cubic-bezier(.5, 1, .89, 1)
}

.blog-modern figure .post-content-wrapper .separator {
    margin: 0 15px;
    opacity: .7;
    font-weight: 300
}

.blog-modern figure:hover .blog-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-modern figure:hover .post-content-wrapper .post-content .card-title {
    color: var(--white)
}

.blog-modern figure:hover .post-content-wrapper .post-content .card-title:hover {
    color: var(--white)
}

.blog-modern figure:hover .post-content-wrapper .post-content .box-overlay {
    opacity: 1;
    visibility: visible
}

.blog-standard .blog-image {
    position: relative
}

.blog-standard .blog-image .blog-categories {
    position: absolute;
    right: 40px;
    top: 40px
}

.blog-standard .entry-meta span {
    position: relative;
    margin-right: 20px
}

.blog-standard .entry-meta span:last-child {
    margin-right: 0
}

.blog-standard .entry-meta span i {
    margin-right: 7px
}

.blog-comment {
    padding-left: 0;
    margin-bottom: 0
}

.blog-comment li {
    padding-bottom: 65px;
    position: relative;
    list-style: none
}

.blog-comment li:last-child {
    border-bottom: medium none;
    padding-bottom: 0
}

.blog-comment li .btn-reply {
    float: right;
    font-size: 11px;
    line-height: initial;
    padding: 7px 20px 6px;
    border-radius: 50px;
    border: 1px solid rgb(44 44 44 / .25);
    background-color: var(--white)
}

.blog-comment li .btn-reply:hover {
    border-color: var(--base-color);
    background: var(--base-color);
    color: var(--white)
}

.blog-comment li ul.child-comment {
    list-style: outside none none;
    margin-left: 70px
}

.blog-comment li ul.child-comment li {
    margin-top: 60px;
    padding-bottom: 0
}

.blog-comment>li:first-child {
    padding-top: 0
}

.pagination-style-01 .page-item .page-link {
    border: 0;
    padding: 0 2px;
    margin: 0 7px;
    background: 0 0;
    color: var(--medium-gray);
    min-width: 45px;
    font-size: inherit;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 45px;
    min-height: 45px
}

.pagination-style-01 .page-item .page-link i {
    line-height: 40px
}

.pagination-style-01 .page-item .page-link:hover {
    background: var(--white);
    color: var(--dark-gray);
    box-shadow: 0 0 10px rgb(23 23 23 / .15) !important
}

.pagination-style-01 .page-item .page-link:focus {
    box-shadow: none
}

.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
    box-shadow: 0 0 10px rgb(23 23 23 / .15) !important
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: #fff0;
    box-shadow: none !important
}

.pagination-style-01.light .page-item:first-child .page-link,
.pagination-style-01.light .page-item:last-child .page-link {
    background: #fff0;
    box-shadow: none !important
}

.pagination-style-01.light .page-item:first-child .page-link:hover,
.pagination-style-01.light .page-item:last-child .page-link:hover {
    color: var(--white)
}

.blog-clean .card {
    color: inherit
}

.blog-clean .card .blog-image img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    will-change: transform
}

.blog-clean .card .card-body {
    color: inherit
}

.blog-clean .card .card-body .blog-categories {
    top: -17px
}

.blog-clean .card .card-body .blog-categories .categories-btn {
    margin: 0 5px 0 0;
    font-size: 12px;
    border-radius: 0
}

.blog-clean .card .card-body .card-link i {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 11px
}

.blog-clean .card:hover .blog-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.blog-clean .card:hover .card-body .card-link i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.grid-item .portfolio-image img {
    width: 100%
}

.portfolio-grid .work-1col li {
    width: 100%
}

.portfolio-filter li {
    padding: 0 25px
}

.portfolio-filter li:first-child {
    padding-left: 0
}

.portfolio-filter li:last-child {
    padding-right: 0
}

.portfolio-filter li a {
    color: var(--medium-gray);
    border-bottom: 2px solid #fff0
}

.portfolio-filter li:hover a,
.portfolio-filter li:focus a,
.portfolio-filter li.active a {
    color: var(--dark-gray);
    border-color: var(--dark-gray)
}

.portfolio-filter.filter-btn li {
    padding: 0 12px
}

.portfolio-filter.filter-btn li a {
    padding: 6px 30px;
    border-radius: 40px
}

.portfolio-filter.filter-btn li a:hover,
.portfolio-filter.filter-btn li a:focus,
.portfolio-filter.filter-btn li a.active {
    background-color: var(--white);
    color: var(--dark-gray);
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .08);
    box-shadow: 0 0 25px rgb(0 0 0 / .08)
}

.portfolio-filter.filter-btn li.active a {
    background-color: var(--white);
    color: var(--dark-gray);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .08);
    box-shadow: 0 0 10px rgb(0 0 0 / .08)
}

.portfolio-classic .portfolio-box {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.portfolio-classic .portfolio-box .portfolio-hover {
    opacity: 0;
    transform: translate3d(0, 45px, 0) skewY(-15deg)
}

.portfolio-classic .portfolio-box:hover {
    -webkit-clip-path: inset(2% 2% 2% 2%);
    clip-path: inset(2% 2% 2% 2%)
}

.portfolio-classic .portfolio-box:hover .portfolio-image img {
    opacity: .15;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.portfolio-classic .portfolio-box:hover .portfolio-hover {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.portfolio-boxed .portfolio-box {
    will-change: transform
}

.portfolio-boxed .portfolio-box .portfolio-icon a {
    margin: 0 4px;
    position: relative;
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / .5);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / .5)
}

.portfolio-boxed .portfolio-box .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.portfolio-boxed .portfolio-box:hover {
    -webkit-box-shadow: 10px 0 70px rgb(0 0 0 / .15);
    box-shadow: 10px 0 70px rgb(0 0 0 / .15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.portfolio-boxed .portfolio-box:hover .portfolio-image img {
    opacity: .3
}

.portfolio-boxed .portfolio-box:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.mousetip-wrapper .caption {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9
}

.mousetip-wrapper:hover .caption {
    opacity: 1;
    visibility: visible;
    display: block
}

.portfolio-transform .portfolio-box {
    will-change: auto;
    overflow: visible
}

.portfolio-transform .portfolio-box .caption {
    padding: 22px 28px 11px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / .2);
    box-shadow: 0 0 25px rgb(0 0 0 / .2)
}

.portfolio-transform .portfolio-box .portfolio-image {
    overflow: visible
}

.portfolio-transform .portfolio-box .portfolio-image img {
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear
}

.portfolio-transform .portfolio-box:hover .portfolio-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-creative .portfolio-box {
    will-change: transform
}

.portfolio-creative .portfolio-box .portfolio-title {
    -webkit-transform: scale(2);
    transform: scale(2);
    display: block;
    width: 100%
}

.portfolio-creative .portfolio-box .portfolio-title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.portfolio-creative .portfolio-box .portfolio-title::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    font-size: 110px;
    letter-spacing: -6px;
    color: rgb(0 0 0 / .1);
    font-weight: 800;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    animation: glitch-skew 1s infinite linear alternate-reverse
}

.portfolio-creative .portfolio-box .portfolio-hover span {
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

.portfolio-creative .portfolio-box:hover .portfolio-image img {
    opacity: 0
}

.portfolio-creative .portfolio-box:hover .portfolio-title {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.portfolio-creative .portfolio-box:hover .portfolio-hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-simple .portfolio-box .portfolio-icon a {
    margin: 0 5px;
    position: relative;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / .3);
    box-shadow: 0 0 20px rgb(0 0 0 / .3)
}

.portfolio-simple .portfolio-box .portfolio-icon a:last-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: .5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-modern .portfolio-box {
    position: relative;
    will-change: transform
}

.portfolio-modern .portfolio-box .portfolio-hover {
    opacity: 0;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: auto;
    top: inherit;
    -webkit-transform: translateY(0) scale(1, 0);
    transform: translateY(0) scale(1, 0);
    transform-origin: bottom center
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*>* {
    opacity: 0;
    transition-delay: 0.25s;
    transform: translateY(15px)
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*>*+* {
    opacity: 0;
    transition-delay: 0.35s
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*+* {
    opacity: 0;
    transform: translateY(15px);
    transition-delay: 0.45s
}

.portfolio-modern .portfolio-box:hover {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.portfolio-modern .portfolio-box:hover .portfolio-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-modern .portfolio-box:hover .portfolio-hover {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / .2);
    box-shadow: 0 0 15px rgb(0 0 0 / .2);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*>* {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*>*+* {
    opacity: 1
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*+* {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-attractive .portfolio-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9999;
    cursor: pointer
}

.portfolio-attractive .portfolio-box {
    position: relative
}

.portfolio-attractive .portfolio-box .portfolio-image img {
    -webkit-transition: all 500ms cubic-bezier(.37, 0, .63, 1);
    transition: all 500ms cubic-bezier(.37, 0, .63, 1)
}

.portfolio-attractive .portfolio-box .portfolio-hover .icon-box {
    margin-top: 0;
    transform-style: inherit
}

.portfolio-attractive .grid-item:hover .portfolio-hover {
    opacity: 1
}

.portfolio-attractive .grid-item:hover .portfolio-hover .icon-box {
    margin-top: -10px
}

.portfolio-attractive .grid-item:hover .portfolio-image img {
    opacity: .3
}

.portfolio-attractive .grid-item:hover .move-bottom-top-self span,
.portfolio-attractive .grid-item:hover .move-top-bottom-self span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio-slider .portfolio-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.65s cubic-bezier(.05, .2, .1, 1);
    transition: all 0.65s cubic-bezier(.05, .2, .1, 1)
}

.portfolio-slider .portfolio-box .portfolio-image img {
    -webkit-transition: all 0.65s cubic-bezier(.05, .2, .1, 1);
    transition: all 0.65s cubic-bezier(.05, .2, .1, 1)
}

.portfolio-slider .portfolio-box .portfolio-hover {
    opacity: 1
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link .category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link i {
    position: absolute;
    right: 0;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0
}

.portfolio-slider .portfolio-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.portfolio-slider .portfolio-box:hover .portfolio-image img {
    opacity: .6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-title {
    color: var(--white) !important
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link div {
    color: var(--white) !important
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-title {
    color: var(--dark-gray) !important
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link div {
    color: var(--dark-gray) !important
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link .category {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link i {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    opacity: 1
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .box-overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-clean .portfolio-box {
    position: relative
}

.portfolio-clean .portfolio-box .portfolio-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 600ms cubic-bezier(.37, 0, .63, 1);
    transition: all 600ms cubic-bezier(.37, 0, .63, 1)
}

.portfolio-clean .portfolio-box .portfolio-hover {
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 400ms cubic-bezier(.37, 0, .63, 1);
    transition: all 400ms cubic-bezier(.37, 0, .63, 1)
}

.portfolio-clean .portfolio-box .portfolio-hover .portfolio-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.portfolio-clean .portfolio-box:hover .portfolio-image {
    -webkit-clip-path: inset(0 0 70px 0);
    clip-path: inset(0 0 70px 0)
}

.portfolio-clean .portfolio-box:hover .portfolio-image img {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.portfolio-clean .portfolio-box:hover .portfolio-hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 600ms cubic-bezier(.37, 0, .63, 1);
    transition: all 600ms cubic-bezier(.37, 0, .63, 1)
}

.portfolio-switch-image .portfolio-box .portfolio-image .hover-switch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.portfolio-switch-image .portfolio-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.portfolio-switch-image .portfolio-box:hover .portfolio-image .hover-switch-image {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.portfolio-box,
.gallery-box {
    overflow: hidden;
    will-change: transform
}

.portfolio-box .move-top-bottom,
.gallery-box .move-top-bottom {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.portfolio-box .move-bottom-top,
.gallery-box .move-bottom-top {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0
}

.portfolio-box .move-left-right,
.gallery-box .move-left-right {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0
}

.portfolio-box .move-right-left,
.gallery-box .move-right-left {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0
}

.portfolio-box .move-bottom-top-self,
.gallery-box .move-bottom-top-self {
    overflow: hidden
}

.portfolio-box .move-bottom-top-self span,
.gallery-box .move-bottom-top-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.5s cubic-bezier(.37, .31, .2, .85)
}

.portfolio-box .move-top-bottom-self,
.gallery-box .move-top-bottom-self {
    overflow: hidden
}

.portfolio-box .move-top-bottom-self span,
.gallery-box .move-top-bottom-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.5s cubic-bezier(.37, .31, .2, .85)
}

.portfolio-box .move-left-right-self,
.gallery-box .move-left-right-self {
    overflow: hidden
}

.portfolio-box .move-left-right-self span,
.gallery-box .move-left-right-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.5s cubic-bezier(.37, .31, .2, .85)
}

.portfolio-box .move-right-left-self,
.gallery-box .move-right-left-self {
    overflow: hidden
}

.portfolio-box .move-right-left-self span,
.gallery-box .move-right-left-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.5s cubic-bezier(.37, .31, .2, .85);
    transition: all 0.5s cubic-bezier(.37, .31, .2, .85)
}

.portfolio-box .portfolio-hover,
.gallery-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.portfolio-box .portfolio-image,
.gallery-box .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-box:hover .move-top-bottom,
.gallery-box:hover .move-top-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio-box:hover .move-bottom-top,
.gallery-box:hover .move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio-box:hover .move-left-right,
.gallery-box:hover .move-left-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.portfolio-box:hover .move-right-left,
.gallery-box:hover .move-right-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.portfolio-box:hover .move-bottom-top-self span,
.gallery-box:hover .move-bottom-top-self span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio-box:hover .move-top-bottom-self span,
.gallery-box:hover .move-top-bottom-self span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-box:hover .move-left-right-self span,
.gallery-box:hover .move-left-right-self span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.portfolio-box:hover .move-right-left-self span,
.gallery-box:hover .move-right-left-self span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.portfolio-box:hover .portfolio-hover,
.gallery-box:hover .portfolio-hover {
    opacity: 1
}

.portfolio-pagination {
    position: relative;
    z-index: 1
}

.portfolio-pagination .bg-fancy-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    background-size: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.portfolio-pagination .btn-slide-icon-left .separator,
.portfolio-pagination .btn-slide-icon-right .separator {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -4px;
    height: 2px;
    width: 11px;
    background-color: var(--dark-gray);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:after {
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg)
}

.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:before {
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
    top: 4px !important
}

.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
    right: -2px;
    left: auto
}

.portfolio-pagination .btn-slide-icon-right .separator:before {
    transform: rotate(132deg);
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg)
}

.portfolio-pagination .btn-slide-icon-right .separator:after {
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg)
}

.portfolio-pagination h6,
.portfolio-pagination span {
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.portfolio-pagination:hover .bg-fancy-image {
    opacity: 1;
    visibility: visible
}

.portfolio-pagination:hover .separator {
    width: 100px !important;
    background-color: var(--white)
}

.portfolio-pagination:hover .separator:after {
    color: var(--white)
}

.portfolio-pagination:hover span {
    color: var(--white)
}

.portfolio-pagination:hover .btn-slide-icon-left .separator:after,
.portfolio-pagination:hover .btn-slide-icon-left .separator:before,
.portfolio-pagination:hover .btn-slide-icon-right .separator:after,
.portfolio-pagination:hover .btn-slide-icon-right .separator:before {
    background-color: var(--white)
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.grid-loading {
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    z-index: 99
}

.grid-loading::after {
    background: none;
    content: "" !important;
    position: absolute;
    top: 100px !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 3px solid rgb(23 23 23 / .2);
    border-top-color: rgb(23 23 23 / .7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite
}

.grid-loading:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1
}

.grid-loading.grid-loading-white::after {
    border: 3px solid rgb(255 255 255 / .2);
    border-top-color: rgb(255 255 255 / .7)
}

.grid-loading .grid-item {
    visibility: hidden
}

.grid-loading li .grid-item {
    overflow: hidden;
    opacity: 0
}

.sticky-image-distortion-wrapper {
    position: static;
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.sticky-image-distortion-wrapper .svg-wrapper {
    position: fixed;
    right: 55px;
    height: 100%;
    top: 0;
    width: 50%;
    z-index: -1
}

.sticky-image-distortion-wrapper .menu {
    width: 50%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 100px 0 100px 100px
}

.sticky-image-distortion-wrapper .menu::-webkit-scrollbar {
    display: none
}

.sticky-image-distortion-wrapper .menu .menu__link {
    display: flex;
    align-items: center;
    width: 100%
}

.sticky-image-distortion-wrapper .menu .menu__link .sticky-image-title a:hover {
    opacity: 1 !important
}

.sticky-image-distortion-wrapper .menu .menu__link svg {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%
}

.sticky-image-distortion-wrapper .menu .menu__link.active svg {
    opacity: 1;
    visibility: visible
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title a {
    padding-left: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title .title {
    opacity: .25;
    left: 95px
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-category {
    opacity: 1;
    color: var(--dark-gray);
    left: 25px
}

.sticky-image-distortion-wrapper .menu:hover .menu__link .sticky-image-title a {
    opacity: .3
}

.sticky-image-title {
    position: relative;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    width: 100%
}

.sticky-image-title a {
    padding: 25px 50px 25px;
    width: 100%
}

.sticky-image-title .title {
    position: absolute;
    left: 100px;
    width: 100%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    word-break: normal;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.sticky-category {
    display: flex;
    align-items: center;
    position: absolute;
    left: 32px;
    height: 100%;
    width: 50px;
    justify-content: center;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.sticky-category .category {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr
}

.threeD-letter-menu {
    position: relative;
    min-height: 100vh
}

.threeD-letter-menu .menu-item .hover-reveal {
    position: fixed;
    z-index: 1;
    width: 420px;
    height: 420px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transform-origin: 100% 0%;
    will-change: transform, filter;
    border-radius: 100%
}

.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%
}

.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    will-change: transform;
    border-radius: 100%
}

.threeD-letter-menu .menu-item .text-white-linear:hover span {
    color: var(--white);
    -webkit-text-fill-color: #fff
}

.threeD-letter-menu .menu-item .menu-item-text {
    position: relative;
    display: inline-block
}

.threeD-letter-menu .menu-item .menu-item-text .word {
    overflow: hidden;
    line-height: 120%
}

.threeD-letter-menu .menu-item .menu-item-text .words .char {
    transition: 0.8s cubic-bezier(.075, .82, .165, 1)
}

.threeD-letter-menu .menu-item .menu-item-text .clone {
    position: absolute;
    top: 0;
    left: 0
}

.threeD-letter-menu .menu-item .menu-item-text .clone .char {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
}

.threeD-letter-menu .menu-item .menu-item-text:hover .clone .char {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.threeD-letter-menu .menu-item .menu-item-text:hover .words:not(.clone) .char {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.categories-style-01 .categories-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.categories-style-01 a {
    position: relative
}

.categories-style-01 a:last-child:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid;
    border-color: var(--dark-gray);
    left: 0;
    bottom: 0;
    width: 0%;
    -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    transition: all 400ms cubic-bezier(.165, .84, .44, 1)
}

.categories-style-01 .count-circle {
    position: absolute;
    top: -15px;
    right: -10px;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.categories-style-01:hover .categories-box {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0)
}

.categories-style-01:hover a:last-child:after {
    border-color: var(--dark-gray);
    color: var(--dark-gray);
    width: 100%
}

.categories-style-01:hover .count-circle {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.categories-style-01:hover img {
    opacity: .6
}

.categories-style-02 {
    -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    transition: all 400ms cubic-bezier(.165, .84, .44, 1)
}

.categories-style-02 .categories-box {
    position: relative
}

.categories-style-02:hover {
    transform: translate3d(0, -8px, 0)
}

.categories-style-03 .categories-box {
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    transition: all 400ms cubic-bezier(.165, .84, .44, 1)
}

.categories-style-03 .categories-box .category-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%
}

.categories-style-03 .categories-box .category-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms cubic-bezier(.165, .84, .44, 1);
    transition: all 400ms cubic-bezier(.165, .84, .44, 1)
}

.categories-style-03 .categories-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.categories-style-03 .categories-box:hover .category-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.shop-boxed {
    margin-left: -10px;
    margin-right: -10px
}

.shop-boxed .shop-box {
    border: 6px solid #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.shop-boxed .shop-box .shop-image {
    overflow: hidden
}

.shop-boxed .shop-box .shop-image a {
    display: block;
    overflow: hidden
}

.shop-boxed .shop-box .shop-image .product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1)
}

.shop-boxed .shop-box .shop-image .shop-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.shop-boxed .shop-box .shop-image .shop-hover a {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0
}

.shop-boxed .shop-box .shop-footer del {
    margin-right: 8px
}

.shop-boxed .shop-box:hover {
    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / .08);
    box-shadow: 0 0 50px rgb(0 0 0 / .08);
    border: 6px solid #fff
}

.shop-boxed .shop-box:hover .shop-image .product-overlay {
    opacity: 1
}

.shop-boxed .shop-box:hover .shop-image .shop-hover {
    bottom: 25px
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.shop-modern {
    margin-left: -15px;
    margin-right: -15px
}

.shop-modern .grid-item .shop-box .shop-image {
    overflow: hidden
}

.shop-modern .grid-item .shop-box .shop-image img {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1)
}

.shop-modern .grid-item .shop-box .shop-image .shop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1)
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover {
    position: absolute;
    top: 20px;
    width: auto;
    right: 12px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul {
    padding: 0
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li {
    display: block;
    width: auto;
    margin: 0 0 8px;
    padding: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(3) {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li :nth-child(4) {
    -webkit-transition-delay: 1ms;
    transition-delay: 1ms
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li a:hover {
    background-color: var(--base-color)
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    text-align: center
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn.btn-large {
    padding: 8px 20px
}

.shop-modern .grid-item .shop-box .shop-footer del {
    margin-right: 8px
}

.shop-modern .grid-item .shop-box:hover .shop-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-buttons-wrap .btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-overlay {
    opacity: 1
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover {
    opacity: 1;
    top: 20px
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover ul li {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.shop-sidebar .shop-filter {
    padding: 0;
    margin: 0;
    list-style: none
}

.shop-sidebar .shop-filter li {
    position: relative;
    margin-bottom: 2px;
    padding: 0 25px
}

.shop-sidebar .shop-filter li a {
    display: block
}

.shop-sidebar .shop-filter li a:hover .product-cb {
    border-color: var(--dark-gray)
}

.shop-sidebar .shop-filter li a:hover .product-cb:after {
    opacity: 1
}

.shop-sidebar .shop-filter li .product-cb {
    width: 16px;
    height: 16px;
    border: 1px solid var(--medium-gray);
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px
}

.shop-sidebar .shop-filter li .product-cb:after {
    width: 8px;
    height: 8px;
    background-color: var(--dark-gray);
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.shop-sidebar .shop-filter li .item-qty {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--very-light-gray);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    color: var(--dark-gray);
    line-height: 30px
}

.shop-sidebar .shop-filter li:last-child {
    margin-bottom: 0
}

.shop-sidebar .shop-filter.color-filter li .product-cb {
    border: 0
}

.shop-sidebar .shop-filter.color-filter li .product-cb:after {
    background-color: var(--white)
}

.shop-sidebar .shop-filter.fabric-filter li .product-cb {
    line-height: 0;
    overflow: hidden;
    border: 0
}

.shop-sidebar .shop-filter.fabric-filter li .product-cb:after {
    background-color: var(--white)
}

.shop-sidebar .shop-filter.rating-filter li {
    padding-left: 0
}

.shop-sidebar .shop-filter.tag-cloud a {
    padding: 5px 10px
}

.toolbar-wrapper a img {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.toolbar-wrapper a:hover img {
    opacity: 1
}

.shop-image {
    position: relative
}

.shop-image .lable {
    padding: 0 8px;
    position: absolute;
    left: 17px;
    top: 17px;
    color: var(--white);
    font-size: 9px;
    line-height: 21px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700
}

.shop-image .lable.new {
    background-color: var(--green)
}

.shop-image .lable.hot {
    background-color: var(--red)
}

.product-image-thumb .swiper-slide {
    cursor: pointer;
    border: 1px solid #fff0
}

.product-image-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--light-gray)
}

.single-product-thumb .slider-vertical {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px
}

.single-product-thumb .slider-vertical .swiper-slide {
    height: auto !important;
    cursor: pointer
}

.product-image-slider img {
    cursor: crosshair
}

.shop-color {
    list-style: none;
    padding: 0;
    display: flex
}

.shop-color li {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.shop-color li>input[type=radio]+label {
    display: flex
}

.shop-color li>input[type=radio]+label span {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer
}

.shop-color li input[type=radio]:checked+label span:after {
    position: absolute;
    top: 2px;
    left: 2px;
    color: var(--white);
    height: 28px;
    width: 28px;
    border: 2px solid var(--white);
    border-radius: 100%;
    text-align: center;
    content: "";
    font-weight: 900
}

.shop-size {
    list-style: none;
    padding: 0;
    display: flex
}

.shop-size li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.shop-size li>input[type=radio]+label {
    display: flex
}

.shop-size li>input[type=radio]+label span {
    height: 37px;
    width: 37px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--extra-medium-gray);
    text-align: center;
    font-size: 12px;
    line-height: normal;
    color: var(--dark-gray);
    font-weight: 500
}

.shop-size li input[type=radio]:checked+label span:after {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 37px;
    width: 37px;
    border: 1px solid var(--dark-gray);
    border-radius: 100%;
    text-align: center;
    content: ""
}

.quantity {
    display: inline-block;
    position: relative
}

.quantity button {
    border: 0;
    background-color: #fff0;
    padding: 0;
    margin: -9px 0 0 0;
    font-size: 22px;
    line-height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: var(--dark-gray);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.quantity button.qty-plus {
    right: 15px;
    left: auto
}

.quantity .qty-text {
    width: 115px;
    height: 54px;
    border: 1px solid var(--extra-medium-gray);
    border-radius: 5px;
    text-align: center;
    color: var(--dark-gray)
}

.btn-cart.btn.btn-switch-text.btn-extra-large>span {
    padding: 13px 48px
}

.wishlist {
    height: 54px;
    width: 54px
}

.cart-products th {
    border-top: 0;
    border-bottom: 1px solid var(--extra-medium-gray) !important;
    padding: 15px 10px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-gray)
}

.cart-products td {
    vertical-align: middle;
    border-bottom: 1px solid var(--extra-medium-gray);
    border-top: 0;
    padding: 25px 10px;
    color: var(--medium-gray)
}

.cart-products .product-remove {
    width: 25px
}

.cart-products .product-thumbnail {
    width: 100px
}

.cart-products .quantity button {
    color: var(--medium-gray)
}

.cart-products .quantity .qty-text {
    color: var(--medium-gray);
    height: 42px;
    width: 100px
}

.coupon-code-panel {
    position: relative
}

.coupon-code-panel:before {
    content: "\e8bf";
    font-family: feather;
    position: absolute;
    left: 20px;
    z-index: 2;
    line-height: 50px
}

.coupon-code-panel input {
    margin: 0;
    border: none;
    border: 1px dashed var(--extra-medium-gray);
    padding: 8px 70px 9px 45px;
    width: 100%;
    position: relative;
    font-size: 14px
}

.coupon-code-panel .apply-coupon-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--dark-gray);
    line-height: 30px;
    letter-spacing: 0
}

.coupon-code-panel .apply-coupon-btn:active {
    border-color: #fff0
}

.total-price-table th,
.total-price-table td {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top
}

.total-price-table .total-amount th,
.total-price-table .total-amount td {
    border-bottom: 0
}

.calculate-shipping .form-select:focus {
    border-color: #dfdfdf
}

.your-order-table .product td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle
}

.your-order-box .terms-condition .box:before {
    background-color: var(--white)
}

.header-cart-icon .header-cart .cart-item-list {
    border-radius: 6px;
    padding: 10px 30px 25px;
    min-width: 260px
}

.header-cart-icon .header-cart .cart-item-list .cart-item {
    padding: 15px 0
}

.header-cart-icon .header-cart .cart-item-list .cart-item .close {
    right: 0;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    font-size: 15px;
    line-height: 22px
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    font-size: 14px
}

.header-cart-icon .header-cart .cart-item-list .cart-item:last-of-type {
    border-bottom: 0
}

.header-cart-icon .header-cart .cart-item-list .cart-total {
    background-color: #fff0;
    border: 0;
    padding-bottom: 0;
    padding-top: 10px
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 14px;
    padding: 11px 20px;
    border-width: 1px
}

.shop-category-02 .category-box {
    overflow: hidden;
    position: relative
}

.shop-category-02 .category-box .category-title {
    padding: 0 15px;
    width: 100%
}

.shop-category-02 .category-box img {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1)
}

.shop-category-02 .category-box .category-hover-content {
    position: absolute;
    left: 20px;
    top: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.shop-category-02 .category-box .category-hover-content a {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.shop-category-02 .category-box .category-hover-content a:hover {
    color: var(--dark-gray)
}

.shop-category-02 .category-box .category-hover-content .title {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.shop-category-02 .category-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

.shop-category-02 .category-box:hover .category-hover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.shop-category-02 .category-box:hover .category-hover-content .title {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.shop-category-02 .category-box:hover .category-hover-content a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

footer {
    padding-top: 110px;
    padding-bottom: 110px
}

footer.half-footer {
    padding-top: 70px;
    padding-bottom: 70px
}

footer.big-footer {
    padding-top: 140px;
    padding-bottom: 140px
}

footer .footer-logo img {
    max-height: 30px
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0
}

footer ul li {
    margin-bottom: 5px
}

footer .elements-social.social-icon-style-01 li,
footer .elements-social.social-icon-style-02 li,
footer .elements-social.social-icon-style-05 li,
footer .elements-social.social-icon-style-08 li {
    margin: 0 15px 0 0
}

footer .elements-social.social-icon-style-01 li a,
footer .elements-social.social-icon-style-02 li a,
footer .elements-social.social-icon-style-05 li a,
footer .elements-social.social-icon-style-08 li a {
    width: auto;
    height: auto
}

footer .newsletter-style-05 .input-small {
    font-size: 14px
}

footer .nav-link {
    color: var(--medium-gray);
    padding: .5rem 1rem
}

footer .footer-navbar .nav-item:last-child a {
    padding-right: 0
}

.footer-dark {
    color: var(--aluminium-grey)
}

.footer-dark p,
.footer-dark a {
    color: #7d8087
}

.footer-dark a:hover {
    color: var(--base-color)
}

.footer-light a:hover {
    color: var(--base-color)
}

.footer-navbar li {
    display: inline-block;
    margin-bottom: 0
}

.footer-navbar li a:hover {
    color: var(--base-color)
}

.footer-navbar li:last-child a {
    padding-right: 0
}

.footer-navbar li:first-child a {
    padding-left: 0
}

.footer-navbar .nav-link:focus {
    color: inherit
}

.main-content {
    position: relative;
    z-index: 2;
    background: var(--white)
}

.footer-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    overflow: hidden
}

.footer-demo ul li {
    margin-bottom: 0;
    line-height: 30px
}

.footer-demo a:hover {
    color: #fff
}

.footer-demo img {
    max-height: 55px !important
}

.banner_sec h1 {
    font-size: 3rem;
    line-height: 3rem
}

.sprites-img {
    background: url(../images/sprites-may-updated.webp)
}

.ios-tab-icon {
    background-position: -36px -673px
}

.android-tab-icon,
.flutter-tab-icon,
.ionic-tab-icon,
.ios-tab-icon,
.kotlin-tab-icon,
.objectiveC-tab-icon,
.react-tab-icon,
.swift-tab-icon,
.titanium-tab-icon {
    width: 81px;
    height: 72px;
    display: inline-block
}

.tech-tabs li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px
}

.tech-tabs {
    padding: 0;
    text-align: center
}

.tech-tabs li a span {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    font-size: 15px;
    color: #000
}

.android-tab-icon {
    background-position: -156px -673px
}

.react-tab-icon {
    background-position: -279px -673px
}

.flutter-tab-icon {
    background-position: -402px -673px
}

.ionic-tab-icon {
    background-position: -513px -673px
}

.swift-tab-icon {
    background-position: -642px -673px
}

.kotlin-tab-icon {
    background-position: -1034px -673px
}

.objectiveC-tab-icon {
    background-position: -769px -673px
}

.titanium-tab-icon {
    background-position: -900px -673px
}

.tech-tabs li a {
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    font-size: 16px;
    color: #737373;
    font-weight: 400;
    position: relative
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #142563
}

.nav-link {
    color: var(--dark-gray)
}

.angular-tab-icon {
    background-position: -1156px -659px;
    width: 45px;
    height: 86px;
    display: inline-block
}

.react-tab-icon {
    background-position: -279px -673px
}

.typeScript-tab-icon {
    background-position: -518px -1038px;
    width: 45px;
    height: 57px;
    display: inline-block
}

.html5-tab-icon {
    background-position: -286px -915px;
    height: 53px
}

.html5-tab-icon,
.mongo-tab-icon {
    width: 42px;
    display: inline-block
}

.mongo-tab-icon {
    background-position: -610px -917px;
    height: 40px
}

.mysql-tab-icon {
    background-position: -818px -910px;
    width: 98px;
    height: 55px;
    display: inline-block
}

.mssql-tab-icon {
    background-position: -709px -908px;
    width: 50px;
    height: 58px;
    display: inline-block
}

.firebase-tab-icon {
    background-position: -1365px -680px;
    width: 41px;
    height: 56px;
    display: inline-block
}

.redis-tab-icon {
    background-position: -164px -1045px;
    width: 52px;
    height: 40px;
    display: inline-block
}

.php-tab-icon {
    background-position: -1328px -923px;
    width: 60px;
    height: 38px;
    display: inline-block
}

.java-tab-icon {
    background-position: -391px -915px;
    width: 50px;
    height: 51px;
    display: inline-block
}

.node-tab-icon {
    background-position: -986px -927px;
    width: 60px;
    height: 43px;
    display: inline-block
}

.wordpress-tab-icon {
    background-position: -626px -1033px;
    width: 52px;
    height: 52px;
    display: inline-block
}

.aws-tab-icon {
    background-position: -1254px -675px;
    width: 70px;
    height: 56px;
    display: inline-block
}

.gradle-tab-icon {
    background-position: -395px -1035px;
    width: 60px;
    height: 46px;
    display: inline-block
}

.jenkins-tab-icon {
    background-position: -513px -914px;
    width: 40px;
    height: 54px;
    display: inline-block
}

.selenium-tab-icon {
    background-position: -284px -1036px;
    width: 49px;
    height: 50px;
    display: inline-block
}

.cusWidth {
    width: 70%;
    margin: 0 auto
}

.Cus_img {
    width: 100px
}

.clientLogo {
    width: 100px
}

.float2 {
    position: fixed;
    width: 50px;
    left: 30px;
    font-size: 30px;
    z-index: 100
}

.float,
.float2.float-only {
    bottom: 200px;
    color: #fff
}

.float,
.float2,
.float2.float-only {
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    height: 50px;
    text-align: center
}

.bg-ghost-white {
    background-color: #F4F6FF
}

.bg-cosmic-latte-white {
    background-color: #F2FBF9
}

.bg-chablis-red {
    background-color: #FEF3F5
}

.bg-lavender-violet {
    background-color: #F5EDFC
}

.cusH {
    height: 494px
}

.skills-you-learn-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 100px 100px 100px 100px 100px;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid
}

.sc-tools-logo-text-container-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #475569;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: "Inter 600", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex
}

.image-8128822263 {
    width: 56px
}

.all-skills-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 100px 100px 100px 100px;
    grid-auto-columns: 1fr;
    display: grid
}

.illustation-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex
}

.bg-gradient-quartz-white {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff)
}

.si-industries-right .box {
    padding: 30px 20px
}

.si-industries-right .box-bg {
    border-radius: 3px;
    position: relative;
    transition: all .4s ease 0s;
    margin-bottom: 20px
}

.si-industries-right .col-md-4:nth-child(odd) .box-bg {
    box-shadow: 0 2px 15px rgb(47 83 151 / 15%)
}

.si-industries-right .box img {
    width: 35px;
    margin-bottom: 15px;
    display: block;
    height: 35px
}

.si-devprocess-content,
.si-devprocess-top .col-md-3 {
    position: relative
}

.about-icons {
    margin-top: 40px
}

.si-devprocess-top .col-md-3:nth-child(odd) {
    margin-top: 60px
}

.si-devprocess .about-icons img {
    width: 40%;
    margin-bottom: 15px
}

.about-icons img {
    width: 50%;
    margin-bottom: 15px
}

.si-devprocess .about-icons p {
    color: #637091;
    font-size: 14px
}

.si-devprocess-top .col-md-3:first-child::after {
    position: absolute;
    content: "";
    background: url(../images/images/dev-process-arrow-1.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 117px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: pulse
}

.si-devprocess-top .col-md-3:nth-child(2)::after {
    position: absolute;
    content: "";
    background: url(../images/images/dev-process-arrow-2.svg);
    width: 100%;
    height: 100%;
    top: -100px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: pulse
}

.si-devprocess-top .col-md-3:nth-child(3)::after {
    position: absolute;
    content: "";
    background: url(../images/images/dev-process-arrow-3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: pulse
}

.si-devprocess .about-icons .dev-process-arrow img {
    width: 50%;
    float: left
}

.si-devprocess-bottom .col-md-4:first-child::after {
    position: absolute;
    content: "";
    background: url(../images/images/dev-process-arrow-6.svg);
    width: 100%;
    height: 100%;
    top: 50px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-name: pulse
}

.si-devprocess-bottom .col-md-4:first-child {
    margin-top: -60px;
    position: relative
}

.si-devprocess-content .about-icons h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px
}

.box-googleplay {
    padding: 58px 174px 84px 108px;
    background: linear-gradient(90deg, #E3EEFF 0%, #F3E7E9 99%);
    border-radius: 50px;
    margin: 18px 0 28px 0;
    overflow: hidden
}

.g-store img {
    max-width: 120px;
    margin: 20px 0
}

.g-store h1 {
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 2.5rem
}

.grids {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px
}

.techImg img {
    width: 150px;
    transition: all 350ms cubic-bezier(.37, 0, .63, 1)
}

.techImg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.techImg:hover img {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.si-web p {
    margin: 10px 0;
    font-size: 16px;
    text-align: center
}

.si-web ul {
    border-top: 1px solid #dee2e6;
    margin: 0;
    padding: 20px 5px 0 5px
}

.si-web .list-inline-item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 20px
}

.si-web .list-inline-item {
    font-size: 12px;
    text-align: center
}

.si-web ul li {
    color: #637091
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.si-web .img-fluid {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
    width: auto;
    height: auto
}

.si-web .techtitle {
    border-top: 1px solid #dee2e6;
    font-size: 24px;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
    margin: 0;
    font-weight: 700
}

.si-web.si-mobile .col-md-4 {
    background-color: #ebf0fc
}

.si-web.si-mobile ul {
    border-top: 2px solid #fff;
    padding: 20px;
    text-align: center
}

.si-web.si-mobile ul {
    border-top: 2px solid #fff;
    padding: 20px
}

.techgrids {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-gap: 10px
}

.bg-linen {
    background: #f6f4f3
}

.text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.wrapper-grid {
    padding: 24px 2px
}

.glue-grid {
    display: grid;
    grid-column-gap: 64px
}

.wrapper-grid .glue-grid {
    grid-template-columns: repeat(12, minmax(5px, 1fr))
}

.glue-grid .glue-grid__col--span-3-lg {
    grid-column-end: span 3
}

.product .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    padding: 16px 0 16px 0;
    width: 100%;
    align-items: center
}

.product .product-logo {
    height: 50px;
    width: 50px
}

.product .product-wrapper p {
    margin: 0;
    margin-left: 24px
}

.cusheight {
    height: 58px
}

.cusH_2 {
    height: 574px
}

@charset "utf-8";

@font-face {
    font-family: 'Livvic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCr-x1S2hzjrlfXbeM-.ttf) format('truetype')
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffw8Eesg.ttf) format('truetype')
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCp-x1S2hzjrlfnbw.ttf) format('truetype')
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffm8Aesg.ttf) format('truetype')
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlfft8cesg.ttf) format('truetype')
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff08Yesg.ttf) format('truetype')
}

@font-face {
    font-family: 'Livvic';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff68Qesg.ttf) format('truetype')
}

html,
body {
    font-size: 16px;
    color: #454545;
    font-family: 'Livvic', sans-serif;
    vertical-align: baseline;
    line-height: 30px !important;
    font-weight: 400;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 26px;
    line-height: 1.8
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Livvic', sans-serif;
    color: #101010;
    margin: 0 0 26px;
    line-height: 1.2
}

h1 {
    font-size: 70px;
    font-weight: 700
}

h2 {
    font-size: 36px;
    font-weight: 700
}

h3 {
    font-size: 28px;
    font-weight: 700
}

h4 {
    font-size: 24px;
    font-weight: 700
}

h5 {
    font-size: 18px;
    font-weight: 700
}

h6 {
    font-size: 16px;
    font-weight: 700
}

.pb-230 {
    padding-bottom: 230px
}

.pb-435 {
    padding-bottom: 435px
}

.pr-220 {
    padding-right: 220px
}

.offwrap {
    cursor: url(assets/images/close.png), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: rgb(255 255 255 / .3);
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px)
}

.home11 {
    background: #000
}

body.nav-expanded .offwrap {
    left: 0%;
    transition: all 0.8s ease-out 0s
}

.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
    color: #0a0a0a
}

.no-border {
    border: none !important
}

.uppercase {
    text-transform: uppercase !important
}

.capitalize {
    text-transform: capitalize !important
}

.bold-text {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Livvic', sans-serif
}

.extra-bold {
    font-weight: 800 !important
}

.gray-color {
    background-color: #F6F7F9
}

.gray-bg2 {
    background: #f7f9ff
}

.gray-bg3 {
    background: #F5F6FE
}

.black-dark {
    background: #131313 !important
}

.gray-color-important {
    background-color: #F6F7F9 !important
}

.primary-background {
    background-color: #106eea
}

.white-bg {
    background: #fff
}

.white-color {
    color: #ffffff !important
}

.pt-255 {
    padding-top: 255px
}

.pb-390 {
    padding-bottom: 390px
}

.md-pt-215 {
    padding-top: 215px
}

.pb-215 {
    padding-bottom: 215px
}

.rs-call-us .image-part img {
    max-height: 585px
}

.text-right {
    text-align: right
}

a {
    color: #106eea;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #106eea
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

::-moz-selection {
    background: #106eea;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #106eea;
    text-shadow: none;
    color: #fff
}

.bg1 {
    background: url(../images/flutter/testimonial-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000060
}

.bg2 {
    background: url(assets/images/bg/counter-bg.png);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: -1px 21px 25px 0 rgb(0 0 0 / .12);
    border-radius: 10px 10px 10px 10px;
    padding: 40px 40px 40px 40px;
    z-index: 10
}

.bg3 {
    background: url(assets/images/bg/process-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #03228F;
    margin: 0 31px 0 0;
    padding: 80px 40px 75px 40px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px 10px 10px 10px
}

.bg4 {
    background: url(/images/web-development/about-2-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.bg5 {
    background: url(assets/images/bg/project-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000060
}

.bg6 {
    background: url(assets/images/bg/project-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000060
}

.bg7 {
    background: url(../images/flutter-canada/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg8 {
    background: url(assets/images/bg/call-action.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg9 {
    background: url(assets/images/bg/work-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 60px 100px 50px;
    border-radius: 10px 10px 10px 10px
}

.bg10 {
    background: url(assets/images/bg/testi-home7.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 90px 100px 90px;
    border-radius: 5px 5px 5px 5px
}

.bg11 {
    background: url(assets/images/bg/index-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #0C54B8
}

.bg12 {
    background: url(assets/images/bg/case-study.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 110px 160px 185px 90px
}

.bg12.mod {
    padding: 113px 160px 194px 90px
}

.bg13 {
    background: url(assets/images/bg/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.bg14 {
    background: url(../images/flutter/choose-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg15 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #F3F7FF
}

.bg16 {
    background: url(assets/images/bg/tech-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #020E38
}

.bg17 {
    background: url(assets/images/bg/call-to-action2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg18 {
    background: url(assets/images/bg/shape-bg2.png);
    background-repeat: no-repeat;
    background-size: cover
}

.bg19 {
    background: url(assets/images/bg/3counter-.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 60px 70px 60px
}

.bg20 {
    background: url(assets/images/bg/services-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg21 {
    background: url(https://rstheme.com/);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg22 {
    background: url(assets/images/bg/testi12-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg23 {
    background: url(assets/images/bg/call-action3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg24 {
    background: url(assets/images/bg/cta-bg13.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg25 {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover
}

.bg26 {
    background: url(assets/images/bg/service-bg16.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg27 {
    background: url(assets/images/bg/counter-bg16.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 460px 0
}

.bg28 {
    background: url(assets/images/bg/testi-bg16.jpg);
    background-position: center right;
    background-repeat: no-repeat
}

.bg29 {
    background: url(assets/images/bg/cta-bg16.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg30 {
    background: url(assets/images/bg/counter-bg16.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.rs-step {
    background: url(../images/scriberry/scriberry.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 10px 10px;
    padding: 258px 0
}

.shape-part .right-side,
.shape-part .left-side {
    position: absolute;
    bottom: 0;
    left: 0
}

.shape-part .right-side {
    left: auto;
    right: 0
}

.bg-unset {
    background: unset !important
}

.rs-menu-toggle {
    color: #106eea;
    text-align: right
}

button {
    cursor: pointer
}

.glyph-icon:before {
    margin: 0
}

.z-index-1 {
    position: relative;
    z-index: 1
}

ul.services-list li a {
    display: block;
    border: 2px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 15px
}

ul.services-list li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: Flaticon;
    color: #1c1b1b
}

ul.services-list li a:hover,
ul.services-list li a.active {
    background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
    color: #fff;
    border-radius: 5px;
    border-color: #1273eb
}

ul.services-list li a:hover:before,
ul.services-list li a.active:before {
    color: #fff
}

ul.listing-style li {
    margin-bottom: 7px
}

ul.listing-style li i {
    color: #03228F;
    font-size: 24px;
    line-height: 31px;
    margin-right: 10px
}

ul.rs-features-list li {
    margin: 0 0 10px 0
}

ul.rs-features-list li i {
    color: #fff;
    background-color: #fff0;
    background-image: linear-gradient(180deg, #022279 0%, #0c69d9 100%);
    padding: 5px 5px 5px 5px;
    margin: 0 20px 0 0;
    border-radius: 50px 50px 50px 50px
}

ul.rs-features-list li span {
    color: #575757;
    font-size: 14px;
    font-weight: 600
}

ul.rs-features-list li span:hover {
    color: #022279
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important
}

.pagination-part {
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 11px 0;
    border-radius: 3px;
    box-shadow: 0 0 30px rgb(0 0 0 / .05);
    background: #fff
}

.pagination-part li {
    padding: 2px 20px 0 21px;
    line-height: 23px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    background: 0 0;
    color: #000;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6
}

.pagination-part li a {
    color: #454545
}

.pagination-part li:last-child {
    border-right: unset
}

.pagination-part .next-page {
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    padding-right: 12px
}

.pagination-part .next-page:before,
.pagination-part .next-page:after {
    content: "\f105";
    position: absolute;
    top: 6px;
    right: 0;
    color: #454545;
    line-height: 16px;
    font-family: fontawesome;
    font-size: 12px
}

.pagination-part .next-page:before {
    right: 4px
}

.pagination-part .active a {
    color: #106eea
}

.gridFilter button {
    font-size: 16px;
    background: 0 0 !important;
    color: #0a0a0a;
    display: inline-block;
    transition: .4s;
    outline: 0;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    padding: 5px 20px;
    border-radius: 30px;
    border: 0;
    border-radius: 3px
}

.gridFilter button.active {
    background: #fff;
    color: #ff5421;
    box-shadow: 0 0 30px #eee
}

.gridFilter button+button {
    margin-left: 20px
}

blockquote {
    margin: 35px 0;
    padding: 40px 60px;
    color: #666;
    position: relative;
    background: rgb(0 0 0 / .01);
    font-weight: 400;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 8px
}

blockquote:before {
    content: "\f129";
    font-size: 35px;
    color: #0b70e1;
    padding-bottom: 0;
    display: inline-block;
    font-family: flaticon;
    font-weight: 400;
    text-align: center;
    top: 0;
    background: 0 0;
    transform: rotate(180deg)
}

blockquote cite {
    font-size: 15px;
    display: block;
    margin-top: 10px
}

blockquote cite:before {
    content: "";
    font-size: 28px;
    color: #ff5421;
    padding-bottom: 0;
    display: inline-block;
    background: #0b70e1;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative
}

.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em
}

.arrow-btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -15%)
}

.arrow-btn a {
    font-weight: 400;
    font-size: 17px;
    border-color: #f2541b;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    border-radius: 23px;
    padding: 12px 15px;
    color: #f2541b
}

.arrow-btn a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: #f2541b
}

.rs-carousel.nav-style1 {
    position: relative
}

.rs-carousel.nav-style1 .owl-nav {
    display: block
}

.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #106eea;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
    right: 30px;
    left: unset
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f137"
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-carousel.nav-style2 {
    position: relative
}

.rs-carousel.nav-style2 .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
    display: inline-block
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: all 0.3s ease
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
    color: #106eea
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
    content: "\f134"
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    content: "\f133"
}

.rs-carousel .owl-dots {
    text-align: center;
    margin: 40px auto 0;
    line-height: 15px;
    display: block
}

.rs-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: 1px solid #106eea;
    background: #fff0;
    opacity: .7;
    cursor: pointer
}

.rs-carousel .owl-dots .owl-dot:hover {
    background: #106eea
}

.rs-carousel .owl-dots .active {
    background: #106eea;
    opacity: 1
}

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.project-item .vertical-middle {
    position: relative;
    z-index: 9
}

.vertical-middle {
    display: table;
    height: 100%;
    width: 100%
}

.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle
}

.readon {
    color: #022279;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: #fff0
}

.readon.learn-more {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(250deg, #4e95ed 19%, #ffffff 100%);
    border-radius: 30px 30px 30px 30px
}

.readon.learn-more:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
    color: #fff
}

.readon.learn-more.sub-con {
    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
    padding: 18px 36px 16px 36px;
    font-size: 14px;
    font-weight: 500
}

.readon.learn-more.sub-con:hover {
    background-image: linear-gradient(250deg, #03228f 0%, #4e95ed 100%);
    color: #fff
}

.readon.learn-more.submit {
    background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
    padding: 16px 40px 16px 40px;
    font-weight: 500;
    font-size: 16px
}

.readon.learn-more.submit:hover {
    background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
    color: #fff
}

.readon.learn-more.post {
    background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500
}

.readon.learn-more.post:hover {
    background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
    color: #fff
}

.readon.learn-more.pdf i {
    margin-left: 10px
}

.readon.learn-more.contact-us {
    border-radius: 8px 8px 8px 8px !important
}

.readon.learn-more.learn-btn {
    background-image: linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
    border-radius: 3px 3px 3px 3px !important
}

.readon.learn-more.learn-btn:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%)
}

.readon.learn-more.slider-btn {
    background: #fff;
    color: #106eea;
    padding: 15px 37px;
    border-radius: 8px 8px 8px 8px !important
}

.readon.learn-more.slider-btn:hover {
    background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
    color: #fff
}

.readon.started {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(220deg, #1f216e 0%, #2c44e4 79%);
    border-radius: 30px 30px 30px 30px
}

.readon.started:hover {
    background-image: linear-gradient(220deg, #1f216e 0%, #2c44e4 79%);
    color: #fff
}

.readon.started.get-new:hover {
    background: #fff0 linear-gradient(79deg, #dd4c23 0%, #f27c1e 63%, #f27c1e)
}

.readon.started.get-ready {
    background-image: linear-gradient(90deg, #03228f 0, #0e73e4 100%);
    border-radius: 3px;
    text-transform: uppercase
}

.readon.started.get-ready:hover {
    opacity: .9
}

.readon.started.get-ready2 {
    border-radius: 5px 5px 5px 5px
}

.readon.started.get-ready3 {
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: 500
}

.readon.started.get-ready4 {
    background-image: linear-gradient(80deg, #6e71db 0%, #9c9ff9 100%);
    padding: 18px 40px 18px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px
}

.readon.started.get-ready4:hover {
    background-image: linear-gradient(120deg, #9c9ff9 0%, #6e71db 100%)
}

.readon.started.get-ready5 {
    background-image: linear-gradient(250deg, #f18e27 19%, #f14d1a 100%);
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px
}

.readon.started.get-ready5:hover {
    background-image: linear-gradient(270deg, #f14d1a 20%, #f18e27 100%)
}

.readon.started.more {
    background-image: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px
}

.readon.started.more:hover {
    background-color: #fff0;
    background-image: linear-gradient(270deg, #1742fd 20%, #b22af3 100%)
}

.readon.lets-talk {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(250deg, #022279 19%, #14bced 100%) !important;
    border-radius: 30px 30px 30px 30px
}

.readon.lets-talk:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
    color: #fff
}

.readon.buy-now {
    padding: 10px 40px 10px 40px;
    background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
    border-radius: 30px 30px 30px 30px;
    text-transform: uppercase;
    position: relative;
    top: 25px
}

.readon.buy-now:hover {
    background-image: linear-gradient(360deg, #03228f 0%, #4e95ed 100%);
    color: #fff
}

.readon.buy-now.get-in {
    padding: 15px 34px;
    border: 1px solid #fff;
    color: #fff;
    background: #fff0
}

.readon.buy-now.get-in:hover {
    background: #03228F;
    color: #fff;
    border: 1px solid #03228F
}

.readon.buy-now.table-btn {
    background-image: linear-gradient(90deg, #032390 0%, #032390 100%);
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    font-weight: 500
}

.readon.buy-now.table-btn:hover {
    background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%)
}

.readon.buy-now.sl-btn {
    background: #fff0 linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    padding: 17px 28px
}

.readon.buy-now.sl-btn:hover {
    background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%)
}

.readon.buy-now.price {
    background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
    border-radius: 8px 8px 8px 8px
}

.readon.buy-now.price:hover {
    background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%)
}

.readon.buy-now.pricing:hover {
    background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
    color: #fff
}

.readon.view-more {
    padding: 12px 25px 12px 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #111;
    background-color: #FFF;
    border-radius: 30px 30px 30px 30px
}

.readon.discover {
    font-size: 16px;
    font-weight: 500;
    color: #032491;
    padding: 17px 30px 17px 30px;
    background: #fff0;
    background-image: linear-gradient(90deg, #ffffff 19%, #ffffff 100%);
    border-radius: 4px 4px 4px 4px
}

.readon.discover.started {
    padding: 16px 30px 16px 30px
}

.readon.discover.started:hover {
    background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
    color: #032491
}

.readon.discover:hover {
    background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%)
}

.readon.discover.more {
    background-image: linear-gradient(90deg, #032491 19%, #032491 100%);
    padding: 16px 30px 16px 30px;
    color: #fff
}

.readon.discover.more:hover {
    background-image: linear-gradient(90deg, #0d6ada 19%, #0d6ada 100%);
    color: #fff
}

.readon.qoute-btn {
    font-size: 16px;
    padding: 15px 32px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    color: #101010;
    border: 1px solid #f2541b;
    background: #fff0
}

.readon.qoute-btn:hover {
    color: #fff;
    background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%)
}

.readon.reply {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(.215, .61, .355, 1) 0s;
    padding: 3px 20px 6px;
    line-height: 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important;
    background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
    z-index: 1;
    border: none
}

.readon.reply:hover {
    background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
    color: #fff;
    opacity: .99
}

.readon.more-about {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 47px 16px 30px;
    color: #fff;
    background-color: #fff0;
    background-image: linear-gradient(110deg, #6e71db 0%, #9c9ff9 100%);
    border-radius: 3px 3px 3px 3px
}

.readon.more-about:before {
    content: "\f113";
    position: absolute;
    font-family: flaticon;
    font-size: 10px;
    top: 17px;
    right: 24px;
    transition: all 0.3s;
    color: #fff
}

.readon.more-about:hover {
    background-color: #fff0;
    background-image: linear-gradient(240deg, #6e71db 0%, #9c9ff9 100%)
}

.services-button a {
    position: relative;
    display: inline-block;
    transition: all ease .3s;
    padding: 18px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #101010
}

.services-button a:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 10px;
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 15px;
    transition: all ease .4s;
    color: #101010
}

.services-btn2 a {
    position: relative;
    display: inline-block;
    transition: all ease .3s;
    font-weight: 500;
    color: #032390
}

.services-btn2 a:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #0b70e1;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.4s;
    opacity: 0
}

.services-btn2 a:hover:after {
    right: -40px;
    opacity: 1
}

.services-btn3 a {
    position: relative;
    color: #101010;
    display: inline-block;
    transition: all 0.9s ease;
    text-decoration: underline !important
}

.services-btn3 a:after {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #f2541b;
    font-family: "Flaticon";
    transform: translateY(-50%);
    transition: all 0.2s ease
}

.services-btn3 a:hover {
    color: #f2541b
}

.services-btn3 a:hover:after {
    right: -28px;
    content: "\f110";
    transition: all 0.9s ease
}

.blog-button a {
    position: relative;
    display: inline-block;
    color: #061340;
    font-size: 16px;
    font-weight: 600;
    transition: all ease .4s
}

.blog-button a:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 8px;
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 8px;
    transition: all ease .4s;
    color: #101010
}

.blog-button a:hover {
    color: #106eea
}

.blog-button a:hover:after {
    transform: translateX(10px);
    color: #106eea
}

.blog-button.style2 a:hover {
    color: #FF5600
}

.blog-button.style2 a:hover:after {
    color: #FF5600
}

.blog-button.style3 a {
    color: #061340
}

.blog-button.style3 a:hover {
    color: #787cf2
}

.blog-button.style3 a:hover:after {
    color: #787cf2
}

.blog-button.inner-blog a {
    text-align: center;
    display: inline-block;
    color: #0b70e1;
    padding-right: 25px;
    position: relative;
    z-index: 1;
    font-family: 'Livvic', sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s
}

.blog-button.inner-blog a:after {
    content: "\f114";
    position: absolute;
    font-family: flaticon;
    font-size: 15px;
    top: 1px;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
    color: #0b70e1
}

.blog-button.inner-blog a:hover {
    color: #0B70E1
}

.blog-button.inner-blog a:hover:after {
    right: -5px;
    opacity: 1;
    transform: unset
}

.submit-btn {
    box-shadow: 0 28px 50px 0 rgb(0 0 0 / .05);
    outline: 0;
    border: none;
    padding: 18px 18px 18px 18px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(160deg, #03228f 0%, #0b70e1 77%);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer
}

.submit-btn:hover {
    opacity: .9
}

.submit-btn.orange-btn {
    background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%)
}

.submit {
    color: #FFF;
    background-color: #fff0;
    background-image: linear-gradient(95deg, #03228f 0%, #4e95ed 100%);
    padding: 18px 40px 17px 40px;
    font-size: 15px;
    line-height: 1;
    border-radius: 30px 30px 30px 30px;
    border: none
}

.submit:hover {
    opacity: .99
}

.submit.sub-small {
    padding: 17px 40px 17px 40px
}

.submit.sub-small:hover {
    color: #fff;
    background-image: linear-gradient(290deg, #03228f 0%, #4e95ed 100%);
    opacity: unset
}

.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(.215, .61, .355, 1) 0s;
    padding: 10px 40px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    color: #fff;
    z-index: 1;
    border: none
}

.add-btn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #0e73e4 19%, #03228f 100%);
    z-index: 1
}

.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1
}

.media-icon .popup-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #106eea;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center
}

.media-icon .popup-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background-color: #1042C0;
    transition: 0.3s ease all
}

.media-icon .popup-videos i:before {
    font-size: 30px;
    line-height: 70px;
    transition: 0.3s ease all
}

.media-icon .popup-videos:hover:before {
    background: #106eea
}

.media-icon.video-item {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slider-video .popup-videos {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #106eea
}

.slider-video .popup-videos i {
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto
}

.slider-video .popup-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 3000ms ease-out infinite;
    background: #106eea
}

.address-item .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #fff
}

.address-item .address-icon i {
    text-align: center;
    color: #106eea;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto
}

.address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #fff
}

.tab-videos .popup-videos {
    color: #de5022;
    display: flex;
    overflow: hidden
}

.tab-videos .popup-videos i {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border: 2px solid #de5022;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 18px
}

.tab-videos .popup-videos:hover {
    color: #de5022
}

.tab-videos .popup-videos .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #102b3e
}

.tab-videos .popup-videos .title:hover {
    color: #f2541b
}

.rs-videos .animate-border .popup-border {
    background-image: linear-gradient(180deg, #03228f 0%, #0b70e1 100%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.rs-videos .animate-border .popup-border i {
    font-size: 20px;
    line-height: 80px;
    display: block;
    color: #fff
}

.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #106eea;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.rs-videos .animate-border .popup-border:after {
    content: "";
    border: 2px solid #106eea;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.rs-videos .animate-border.main-home .popup-border {
    left: 8%
}

.rs-videos .animate-border.main-home.style2 .popup-border {
    left: 50%
}

.rs-videos .animate-border.white-color .popup-border {
    background: #fff;
    bottom: -14px;
    left: 44%
}

.rs-videos .animate-border.white-color .popup-border i {
    color: #03228f
}

.rs-videos .animate-border.white-color .popup-border:before {
    border: 2px solid #fff
}

.rs-videos .animate-border.white-color .popup-border:after {
    border: 2px solid #fff
}

.rs-videos .animate-border.white-color.style3 .popup-border {
    bottom: 362px;
    left: 10%
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px
    }
}

.margin-remove {
    margin: 0 !important
}

.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.relative {
    position: relative
}

.sec-title {
    position: relative
}

.sec-title .sub-text {
    position: relative;
    padding-left: 95px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-title .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 50px;
    background-color: #03228F;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px
}

.sec-title .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #03228F
}

.sec-title .sub-text.new {
    color: #fff;
    font-size: 15px;
    padding-left: 0
}

.sec-title .sub-text.new:before {
    display: none
}

.sec-title .sub-text.new:after {
    display: none
}

.sec-title .sub-text.new-text {
    padding-left: 0;
    margin-bottom: 7px;
    color: #fff
}

.sec-title .sub-text.new-text:before {
    display: none
}

.sec-title .sub-text.new-text:after {
    display: none
}

.sec-title .sub-text.style2:after {
    background-color: #106eea
}

.sec-title .sub-text.style2:before {
    background-color: #106eea
}

.sec-title .sub-text.style-bg {
    background-color: #1273EB17;
    display: inline-block;
    padding: 6px 25px;
    color: #1273eb;
    border-radius: 30px;
    text-transform: uppercase
}

.sec-title .sub-text.style-bg:before {
    display: none
}

.sec-title .sub-text.style-bg:after {
    display: none
}

.sec-title .sub-text.style4-bg {
    color: #03228F
}

.sec-title .sub-text.style4-bg:before {
    background-color: #FD6509
}

.sec-title .sub-text.style4-bg:after {
    background-color: #FD6509
}

.sec-title .sub-text.choose {
    font-size: 16px;
    font-weight: 500
}

.sec-title .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
    margin: 0
}

.sec-title .title.white-color {
    color: #fff
}

.sec-title .desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.sec-title .desc.white-color {
    color: #fff
}

.sec-title .desc-big {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    margin: 0
}

.sec-title2 {
    position: relative
}

.sec-title2 .sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase
}

.sec-title2 .sub-text.white-color {
    color: #fff
}

.sec-title2 .sub-text.gold-color {
    font-weight: 600;
    color: #F27C1E
}

.sec-title2 .sub-text.contact {
    color: #1273EB
}

.sec-title2 .sub-text.orange-color {
    color: #f2541b !important
}

.sec-title2 .sub-text.style-bg {
    background-color: #1273EB17;
    display: inline-block;
    padding: 6px 25px;
    color: #1273eb;
    border-radius: 30px;
    text-transform: uppercase
}

.sec-title2 .sub-text.style-bg.white-color {
    color: #fff
}

.sec-title2 .sub-text.style-bg.con-bg {
    background-color: #03228F
}

.sec-title2 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    margin-bottom: 5px
}

.sec-title2 .title.white-color {
    color: #fff
}

.sec-title2 .title.testi-title {
    max-width: unset
}

.sec-title2 .title.testi-title.new {
    color: #102B3E
}

.sec-title2 .title.title3 {
    color: #102B3E;
    max-width: 430px;
    margin: 0
}

.sec-title2 .title.title4 {
    max-width: 660px
}

.sec-title2 .title.title5 {
    color: #102B3E
}

.sec-title2 .title.title6 {
    font-weight: 600;
    max-width: unset
}

.sec-title2 .title.title7 {
    color: #102B3E;
    max-width: unset
}

.sec-title2 .title.orange-color {
    color: #f2541b !important
}

.sec-title2 .heading-line {
    position: relative;
    background-color: #03228F;
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 20px auto
}

.sec-title2 .heading-line:before {
    background-color: #1940AA;
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate
}

.sec-title2 .desc {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #454545;
    margin: 13px auto 0
}

.sec-title2 .desc.desc-text {
    max-width: 540px
}

.sec-title2 .desc.white-color {
    color: #fff
}

.sec-title2 .desc.desc2 {
    max-width: 700px;
    margin: 0
}

.sec-title2 .desc.desc3 {
    max-width: 930px
}

.sec-title2 .desc-big {
    font-size: 18px;
    line-height: 31px;
    color: #fff
}

.sec-title3 .sub-text {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 20px
}

.sec-title3 .sub-text.style2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px
}

.sec-title3 .title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px
}

.sec-title3 .title.title2 {
    margin: 0;
    line-height: 52px
}

.sec-title3 .desc {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0
}

.sec-title4 .title-img img {
    margin: 0 0 0 15px
}

.sec-title4 .sub-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #787BF2;
    display: block;
    margin: -26px 0 10px 0
}

.sec-title4 .sub-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #03228F;
    margin: 0 0 10px;
    display: block;
    text-transform: uppercase
}

.sec-title4 .title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #101010;
    margin: 0 0 17px
}

.sec-title4 .heading-line {
    height: 5px;
    width: 90px;
    background: #B9C7F6;
    margin: 0;
    position: relative;
    border-radius: 30px
}

.sec-title4 .heading-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #0D66D5;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate
}

.sec-title4 .desc {
    margin: 0
}

.sec-title4 .desc.desc-big {
    font-size: 20px;
    line-height: 30px;
    margin: 26px 0 30px 0
}

.sec-title5 .logo-icon {
    margin-bottom: 15px
}

.sec-title5 .logo-icon img {
    width: 71px
}

.sec-title5 .title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    color: #102B3E;
    margin-bottom: 10px
}

.sec-title5 .title span {
    color: #F9780F
}

.sec-title5 .title.title2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 0
}

.sec-title5 .desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    max-width: 626px;
    margin: 0 auto
}

.sec-title5 .desc2 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    max-width: 507px;
    margin: 0
}

.pt-relative {
    position: relative !important
}

.sec-title6 .sub-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    color: #F24C1A;
    display: block;
    margin-bottom: 5px
}

.sec-title6 .sub-text.new-text {
    margin-bottom: 10px
}

.sec-title6 .sub-text.new-text-style {
    font-size: 14px;
    color: #fff;
    font-weight: 500
}

.sec-title6 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #102B3E;
    margin-bottom: 5px
}

.sec-title6 .title.new-title {
    max-width: 700px;
    margin: 0 auto
}

.sec-title6 .title span {
    color: #ff7045
}

.sec-title6 .desc {
    padding-right: 125px
}

.sec-right {
    position: absolute;
    right: -17%;
    top: 45%;
    transform: rotate(90deg);
    z-index: 1
}

.sec-right .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.sec-left {
    transform: rotate(-90deg) translatex(-50%);
    transform-origin: left;
    position: absolute;
    left: -2%;
    top: 46%;
    z-index: 1
}

.sec-left .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.check-square li {
    position: relative;
    padding-left: 17px;
    line-height: 35px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #454545
}

.check-square li:before {
    position: absolute;
    left: 0;
    z-index: 0;
    content: "\f058";
    font-weight: 400;
    font-family: fontawesome;
    color: #787cf2
}

.full-width-header {
    position: relative
}

.full-width-header .rs-header {
    position: relative
}

.full-width-header .rs-header .topbar-area {
    padding-top: 20px;
    padding-bottom: 10px
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #eee;
    font-size: 14px
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
    float: left;
    margin-right: 15px;
    line-height: 38px
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
    font-size: 26px;
    color: #106eea
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info {
    float: left;
    text-align: left;
    display: block
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info span {
    color: #0a0a0a;
    display: block;
    text-align: left;
    font-size: 15px;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a {
    color: #454545;
    font-size: 14px
}

.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a:hover {
    color: #106eea
}

.full-width-header .rs-header .topbar-area.style2 {
    background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
    padding-top: 0;
    padding-bottom: 0
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 50px
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i {
    margin-right: 5px
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i:before {
    font-size: 14px;
    color: #fff
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #2a8af5
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
    color: #ccc
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li:last-child {
    margin: 0;
    border: none
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening {
    color: #fff
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em {
    border-right: 1px solid #2a8af5;
    margin-right: 5px;
    padding-right: 20px;
    font-style: normal
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i {
    margin-right: 8px
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i:before {
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-right: 12px
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a {
    font-size: 14px;
    color: #fff
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a:hover {
    color: #ccc
}

.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li:last-child {
    margin: 0
}

.full-width-header .rs-header .topbar-area.style2.modify1 {
    background: #fff0;
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li {
    border-right: 1px solid rgb(255 255 255 / .2);
    margin-right: 20px;
    padding-right: 20px
}

.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li a {
    border-right: unset
}

.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li:last-child {
    margin: 0;
    border: none
}

.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening {
    border-right: 1px solid rgb(255 255 255 / .2)
}

.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening em {
    border-right: unset
}

.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease;
    background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%)
}

.full-width-header .rs-header .menu-area .logo-area a img {
    transition: 0.4s;
    max-height: 40px
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    align-items: center;
    justify-content: flex-end;
    float: left
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 52px;
    padding: 0
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: 65px;
    line-height: 65px;
    padding: 0;
    color: #fff;
    position: relative;
    font-family: Livvic
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #bbb
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
    padding-right: 17px
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-"
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #bbb
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0 !important
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
    margin-right: 0 !important
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
    margin: 0
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    border-radius: 0 0 5px 5px
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    height: unset;
    line-height: 16px
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #106eea
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
    color: #106eea !important
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.left {
    left: auto;
    right: 100%
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
    position: absolute;
    left: 0;
    min-width: 1210px;
    box-shadow: 0 0 5px rgb(0 0 0 / .15)
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 !important
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
    width: 25%;
    float: left
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
    position: relative;
    padding: 30px 35px 35px;
    border-radius: 0;
    box-shadow: none
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
    color: #101010;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.3s ease
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li {
    width: 100%
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
    width: 100%;
    padding: 10px 30px
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
    color: #106eea
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column {
    min-width: 650px
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column .mega-menu-container .single-megamenu {
    width: 50%
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.three-column .mega-menu-container .single-megamenu {
    width: 33.33%
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #fff
}

.full-width-header .rs-header .menu-area.sticky {
    background: #fff
}

.full-width-header .rs-header .menu-area.sticky .logo-area {
    display: inline-block;
    top: 18px
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
    max-height: 30px
}

.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
    float: right
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #0a0a0a
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #106eea
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
    color: #106eea
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
    left: unset;
    right: 0
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner {
    line-height: unset;
    height: unset
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search>a {
    color: #101010
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
    background: #106eea;
    color: #fff
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a {
    color: #494949
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a:hover {
    color: #106eea
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.hidden-sticky {
    display: none
}

.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 65px;
    height: 65px;
    position: relative
}

.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search>a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 20px
}

.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search>a i:before {
    font-size: 15px;
    font-weight: 600
}

.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search>a i.flaticon-shopping-bag-1:before {
    font-weight: 400
}

.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search>a:hover {
    color: #fff
}

.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share {
    padding-left: 25px
}

.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li {
    display: inline-block;
    margin-right: 14px
}

.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a {
    color: #fff;
    font-size: 14px
}

.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a:hover {
    opacity: .8
}

.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li:last-child {
    margin-right: 0
}

.full-width-header .rs-header.style2 .menu-area {
    background: #fff
}

.full-width-header .rs-header.style2 .menu-area .logo-part img {
    transition: 0.4s;
    max-height: 40px
}

.full-width-header .rs-header.style2 .menu-area .logo-part .dark {
    display: none
}

.full-width-header .rs-header.style2 .menu-area .logo-part .light {
    display: inherit
}

.full-width-header .rs-header.style2 .menu-area .rs-menu-area {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 32px;
    padding: 0
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #101010;
    line-height: 100px;
    height: 100px
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #106eea
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-"
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #106eea
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0;
    border: none
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 16px
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #106eea
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #106eea
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.mega-menu {
    left: unset;
    right: -45px
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul {
    display: flex
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li {
    margin-left: 25px
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn {
    font-size: 14px;
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    padding: 13px 22px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #0e73e4 0%, #03228f 100%)
}

.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search>a {
    color: #101010
}

.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search>a i:before {
    font-size: 15px;
    font-weight: 600
}

.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search>a i.flaticon-shopping-bag-1:before {
    font-weight: 400
}

.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search>a:hover {
    color: #106eea
}

.full-width-header .rs-header.style2 .expand-btn-inner li .humburger {
    max-width: 45px;
    display: flex !important;
    flex-wrap: wrap;
    margin: -5px
}

.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span {
    height: 5px;
    width: 5px;
    display: block;
    background: #0a0a0a;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 4px 5px
}

.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot2,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot4,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot6,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot8 {
    background: #106eea
}

.full-width-header .rs-header.style2 .expand-btn-inner ul {
    display: flex
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li {
    margin-left: 25px
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn {
    font-size: 14px;
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    padding: 13px 22px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #0e73e4 0%, #03228f 100%)
}

.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu {
    right: -215px
}

.full-width-header .rs-header.style3 .menu-area {
    background: #fff0;
    padding: 13px 0
}

.full-width-header .rs-header.style3 .menu-area .logo-part a .sticky-logo {
    display: none
}

.full-width-header .rs-header.style3 .menu-area .logo-part img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    max-height: 40px
}

.full-width-header .rs-header.style3 .menu-area .logo-part .dark {
    display: none
}

.full-width-header .rs-header.style3 .menu-area .logo-part .light {
    display: inherit
}

.full-width-header .rs-header.style3 .menu-area .rs-menu-area {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end
}

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    padding: 0
}

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-"
}

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 16px;
    height: unset
}

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none
}

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
    left: unset;
    right: -15px
}

.full-width-header .rs-header.style3 .menu-area.sticky {
    background: #fff
}

.full-width-header .rs-header.style3 .menu-area.sticky .logo-part a .sticky-logo {
    display: block
}

.full-width-header .rs-header.style3 .menu-area.sticky .logo-part a .normal-logo {
    display: none
}

.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
    color: #101010
}

.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #106eea
}

.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #106eea
}

.full-width-header .rs-header.style3 .expand-btn-inner ul {
    display: flex;
    align-items: center
}

.full-width-header .rs-header.style3 .expand-btn-inner ul .sidebarmenu-search>a {
    border: unset;
    padding-right: unset
}

.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger {
    max-width: 45px;
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span {
    height: 5px;
    width: 5px;
    display: block;
    background: #fff;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 3px 4px
}

.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot8 {
    background: #6394bf
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    padding: 0
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #101010
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #106eea
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-"
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #106eea
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #101010
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #106eea
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #106eea
}

.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.mega-menu {
    right: -75px;
    margin-top: 13px
}

.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul .sidebarmenu-search a i {
    color: #101010
}

.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li {
    margin-right: 30px
}

.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span {
    background: #101010
}

.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot8 {
    background: #6394bf
}

.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li:last-child {
    margin-right: 0
}

.full-width-header .rs-header.style3.modify2 .menu-area .main-menu .rs-menu ul.mega-menu {
    right: -75px;
    margin-top: 13px
}

.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span {
    background: #0e44dd
}

.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
    background: #333
}

.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li {
    margin-right: 30px
}

.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span {
    background: #fff
}

.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot8 {
    background: #6394bf
}

.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li:last-child {
    margin-right: 0
}

.full-width-header .rs-header.style3.modify3 .menu-area {
    padding: 0
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    padding: 0;
    margin-right: 20px
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a {
    color: #fff
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #101010
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-"
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #101010
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a {
    line-height: 16px;
    height: unset;
    color: #102b3e
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #787cf2
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active>a {
    color: #787cf2 !important
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
    right: -310px
}

.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.current-menu-item>a {
    color: #787cf2
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #101010
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #787cf2
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
    color: #787cf2
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search>a:hover {
    color: #787cf2
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span {
    background: #787cf2;
    margin: 2px 4px
}

.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
    background: #101010
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search>a {
    color: #fff
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search>a i:before {
    font-size: 18px;
    font-weight: 600
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search>a:hover {
    color: #101010
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li {
    margin-right: 30px
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span {
    background: #fff;
    margin: 2px 4px
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot8 {
    background: #101010
}

.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li:last-child {
    margin-right: 0
}

.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul .sidebarmenu-search>a:hover,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ff7045
}

.full-width-header .rs-header.style3.modify3.home14-style .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
    color: #ff7045
}

.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active>a {
    color: #ff7045 !important
}

.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #ff7045;
    line-height: 100px;
    height: 100px
}

.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search>a:hover {
    color: #ff7045
}

.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span {
    background: #ff7045
}

.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
    background: #787cf2
}

.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li {
    margin-right: 30px
}

.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span {
    background: #fff;
    margin: 2px 4px
}

.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot8 {
    background: #ff7045
}

.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li:last-child {
    margin-right: 0
}

.full-width-header .rs-header.style4 .menu-area {
    transition: all 0.3s ease;
    background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%)
}

.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 32px
}

.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 16px;
    height: unset
}

.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0
}

.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.mega-menu {
    min-width: 1240px;
    left: unset;
    right: -340px
}

.full-width-header .rs-header.style4 .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
    min-width: 1170px;
    right: -300px
}

.full-width-header .rs-header.style4 .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 50px;
    height: 50px;
    position: relative
}

.full-width-header .rs-header.style4 .expand-btn-inner .sidebarmenu-search>a {
    border-right: 1px solid #fff;
    padding-right: 20px
}

.full-width-header .rs-header.style4.modify1 .menu-area {
    background: unset
}

.full-width-header .rs-header.style4.modify1 .menu-area .box-layout {
    background: #fff;
    margin-top: 50px;
    padding: 0 40px;
    z-index: 1;
    border-radius: 5px
}

.full-width-header .rs-header.style4.modify1 .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    font-size: 16px;
    color: #454545;
    height: 110px;
    line-height: 110px
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #f2541b
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
    color: #0a0a0a
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:hover {
    color: #f2541b
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #f2541b
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    line-height: 16px;
    height: unset
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #f2541b
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
    color: #f2541b !important
}

.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0
}

.full-width-header .rs-header.style4.modify1 .menu-area.sticky .box-layout {
    margin-top: unset
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search>a {
    border-right: 1px solid #ccc;
    padding-right: 20px
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search>a i {
    color: #101010
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search:hover {
    color: #106eea
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul li i:before {
    font-size: 15px;
    font-weight: 600;
    color: #101010;
    padding-left: 20px
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a {
    font-size: 14px;
    background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
    padding: 16px 26px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    padding-right: 30px;
    text-transform: uppercase
}

.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a:hover {
    background-image: linear-gradient(90deg, #e45d21 19%, #e45d21 100%);
    color: #fff
}

.full-width-header .rs-header.style5 .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.full-width-header .mobile-menu {
    display: none
}

.full-width-header .mobile-menu .mobile-logo {
    float: left
}

.full-width-header .mobile-menu .mobile-logo img {
    max-height: 30px
}

.full-width-header .mobile-menu .rs-menu-toggle {
    color: #fff;
    float: right
}

.full-width-header .mobile-menu .rs-menu-toggle:hover {
    opacity: .8
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
    color: #106eea
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #03228f
}

.full-width-header .right_menu_togle {
    background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
    padding: 50px;
    width: 500px;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed
}

.full-width-header .right_menu_togle .close-btn {
    overflow: visible
}

.full-width-header .right_menu_togle .close-btn .nav-link {
    position: absolute;
    right: 25px;
    top: 25px
}

.full-width-header .right_menu_togle .close-btn .nav-link .humburger {
    max-width: 45px;
    display: flex !important;
    flex-wrap: wrap;
    margin: -5px
}

.full-width-header .right_menu_togle .close-btn .nav-link .humburger span {
    height: 5px;
    width: 5px;
    display: block;
    background: #0a0a0a;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 4px 5px
}

.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot2,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot4,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot6,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot8 {
    background: #106eea
}

.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 25px
}

.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 36px
}

.full-width-header .right_menu_togle .sidebarnav_menu li a {
    font-size: 17px;
    color: #222;
    padding-left: 0
}

.full-width-header .right_menu_togle .sidebarnav_menu li a:hover {
    color: #106eea
}

.full-width-header .right_menu_togle .canvas-contact {
    padding: 25px 0 0
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 18px
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #0b70e1
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 5px
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #333
}

.full-width-header .right_menu_togle .canvas-contact .social {
    margin: 50px 0 0
}

.full-width-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
    padding-right: 10px
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #032390;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px
}

.full-width-header .right_menu_togle .canvas-contact .social li a:hover {
    opacity: .82
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    padding: 0
}

.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #ff7045
}

.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .social li a i {
    background: #ff7045
}

body .search-modal {
    background: #0B70E1;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgb(16 110 234 / .98);
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0
}

body .search-modal .modal-content {
    position: initial;
    border: 0;
    background: #fff0
}

body .search-modal .search-block input {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #fff0;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: rgb(255 255 255 / .4);
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

body .search-modal .search-block ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

body .search-modal .search-block ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

body .search-modal .search-block :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

body .search-modal .search-block :-moz-placeholder {
    color: #fff;
    opacity: 1
}

body .search-modal .close {
    position: fixed;
    right: 50px;
    top: 50px;
    background: #fff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    transition: all .5s ease;
    font-size: 18px
}

body .search-modal .close span::before {
    font-size: 18px
}

body .search-modal .close:hover {
    opacity: .8
}

.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.rs-about .rs-animation-shape {
    position: relative;
    z-index: 1
}

.rs-about .rs-animation-shape .pattern {
    position: absolute;
    top: 22px
}

.rs-about .rs-animation-shape .middle {
    position: absolute;
    left: -165px;
    top: -56px;
    z-index: -1
}

.rs-about .rs-animation-shape .bottom-shape {
    position: absolute;
    left: -165px;
    top: 395px;
    z-index: -1
}

.rs-about .rs-animation-shape .middle-image2 {
    position: absolute;
    top: -80px;
    left: -25px;
    z-index: -1
}

.rs-about .shape-image {
    position: relative
}

.rs-about .shape-image .top {
    position: absolute;
    right: 51%;
    top: -125px
}

.rs-about .shape-image .bottom {
    position: absolute;
    right: 0;
    top: 145px
}

.rs-about.style2 {
    background-color: #F6F7F9;
    border-radius: 0 270px 0 0;
    position: relative
}

.rs-about.style2 .image-part {
    position: absolute;
    left: 35px
}

.rs-about.style2 .image-part img {
    max-width: 50%
}

.rs-about.style2.modify1 {
    background-color: unset;
    border-radius: unset;
    position: unset
}

.rs-about.style2.modify1 .images {
    left: unset;
    position: unset
}

.rs-about.style2.modify1 .images img {
    max-width: 600px
}

.rs-about.style2.modify2 {
    border-radius: unset;
    position: relative
}

.rs-about.style2.modify2 .about-img img {
    max-width: 690px
}

.rs-about.style3 {
    position: relative
}

.rs-about.style3 .rs-animation-image {
    position: relative
}

.rs-about.style3 .rs-animation-image .pattern-img {
    text-align: center;
    z-index: -1
}

.rs-about.style3 .rs-animation-image .middle-img {
    position: absolute;
    left: 10px;
    top: -30px
}

.rs-about.style4 .about-content .logo-img {
    margin-bottom: 15px
}

.rs-about.style4 .about-content .logo-img img {
    width: 71px
}

.rs-about.style4 .about-content .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #102B3E;
    margin-bottom: 30px;
    padding-right: 24px
}

.rs-about.style4 .about-content .title span {
    color: #F9780F
}

.rs-about.style4 .about-content p {
    padding-right: 121px;
    margin-bottom: 40px
}

.rs-about.style5 {
    position: relative;
    z-index: 1
}

.rs-about.style5 .about-bg {
    background-color: #F5F6FE;
    opacity: .8
}

.rs-about.style5 .about-bg .about-animate {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -11
}

.rs-about.home14-about-style .about-bottom-section {
    position: relative;
    z-index: 9
}

.rs-about.home14-about-style .about-bottom-section .addon-services {
    margin: -88px 26px 0 -20px;
    padding: 15px 20px 15px 20px;
    background-image: linear-gradient(120deg, #1642fd 0%, #b12bf3 100%);
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center
}

.rs-about.home14-about-style .about-bottom-section .addon-services .icon-images img {
    max-width: unset;
    width: 50px;
    height: 50px
}

.rs-about.home14-about-style .about-bottom-section .addon-services .services-text {
    margin: 0 0 0 20px
}

.rs-about.home14-about-style .about-bottom-section .addon-services .services-text .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
    margin: 0 0 10px
}

.rs-about .software-img img {
    max-width: 600px
}

.rs-banner.main-home {
    background: url(assets/images/banner/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 765px
}

.rs-banner.main-home .content-wrap {
    position: relative;
    padding-top: 40px
}

.rs-banner.main-home .content-wrap .it-title {
    font-size: 52px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-bottom: 20px
}

.rs-banner.main-home .content-wrap .description .desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-bottom: 40px
}

.rs-banner.style2 {
    background: url(assets/images/banner/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top
}

.rs-banner.style2 .banner-content {
    padding: 210px 0 210px
}

.rs-banner.style2 .banner-content .sub-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.rs-banner.style2 .banner-content .title {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.rs-banner.style2 .banner-content .title-small {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.rs-banner.style3 {
    background-image: linear-gradient(100deg, #03228f 34%, #0e73e4 100%);
    border-radius: 0 0 0 270px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 300px 0 270px 0;
    position: relative
}

.rs-banner.style3 .banner-content {
    position: relative;
    z-index: 1
}

.rs-banner.style3 .banner-content .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px
}

.rs-banner.style3 .banner-content .title {
    font-size: 52px;
    line-height: 68px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.rs-banner.style3 .banner-content .desc {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 55px
}

.rs-banner.style3 .banner-content .banner-btn li {
    display: inline-block
}

.rs-banner.style3 .images-part {
    position: absolute;
    right: 3%;
    top: 55%;
    transform: translateY(-50%);
    max-width: 48%
}

.rs-banner.style3.modify1 {
    border-radius: unset;
    padding: 400px 0 190px 0
}

.rs-banner.style3.modify1 .banner-content .title {
    font-size: 42px;
    line-height: 59px
}

.rs-banner.style3.modify1 .banner-content .desc {
    margin-bottom: 35px
}

.rs-banner.style3.modify1 .banner-content .banner-btn li {
    display: unset
}

.rs-banner.style3.modify1 .images-part {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.rs-banner.style3.modify1 .images-part img {
    max-width: 900px
}

.rs-banner.style3.modify2 {
    background: unset;
    border-radius: unset;
    padding: 130px 0 100px 0
}

.rs-banner.style3.modify2 .banner-content .title {
    color: #101010
}

.rs-banner.style3.modify2 .banner-content .desc {
    color: #454545;
    margin-bottom: 35px
}

.rs-banner.style3.modify2 .banner-content .banner-btn {
    position: relative
}

.rs-banner.style3.modify2 .banner-content .banner-btn li {
    display: unset
}

.rs-banner.style3.modify2 .banner-content .banner-btn li .rs-videos .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.rs-banner.style3.modify2 .banner-img img {
    max-width: 850px
}

.rs-banner.style3.modify2 .rs-animation {
    position: absolute;
    left: 0;
    top: 90px
}

.rs-banner.style4 {
    background: url(../images/flutter-canada/banner-6.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat
}

.rs-banner.style4 .banner-content {
    padding: 215px 0 50px;
    max-width: 572px
}

.rs-banner.style4 .banner-content .sub-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 15px
}

.rs-banner.style4 .banner-content .title {
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
    color: #719fff;
    margin-bottom: 25px
}

.rs-banner.style4 .banner-content .desc {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #cbc7c7;
    margin-bottom: 25px
}

.rs-banner.style4 .banner-content .banner-btn {
    position: relative
}

.rs-banner.style4 .banner-content .banner-btn li {
    display: unset
}

.rs-banner.style4 .banner-content .banner-btn li .rs-videos .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.rs-banner.style5 {
    background: url(assets/images/banner/style2/banner-9.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.rs-banner.style5 .banner-content {
    padding: 250px 0 200px
}

.rs-banner.style5 .banner-content .icon-seller img {
    width: 80px
}

.rs-banner.style5 .banner-content .title {
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
    color: #101010
}

.rs-banner.style5 .banner-content .title span {
    color: #f24c1a
}

.rs-banner.style5 .banner-content .desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 40px;
    padding-right: 188px
}

.rs-banner.style5 .banner-img .images-part {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.6%;
    max-width: 40%
}

.rs-banner.style5 .banner-img .images-part img {
    animation: move-y 2s alternate infinite
}

.rs-banner.style5 .banner-img .layer-img {
    position: absolute;
    left: 58%;
    transform: translateX(-50%);
    bottom: 30px
}

.rs-banner.style6 {
    position: relative
}

.rs-banner.style6 .banner-content {
    padding: 165px 0 145px
}

.rs-banner.style6 .banner-content .sub-text {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #f24c1a;
    display: block;
    text-transform: uppercase;
    margin-bottom: 14px
}

.rs-banner.style6 .banner-content .title {
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
    color: #fff
}

.rs-banner.style6 .banner-content .title .blue-color {
    color: #343ca8
}

.rs-banner.style6 .banner-content .title .pink-color {
    color: #f24c1a
}

.rs-banner.style6 .banner-content .desc {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 40px;
    padding-right: 68px
}

.rs-banner.style6 .images-part {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px
}

.rs-banner.style6 .images-part img {
    animation: move-y 2s alternate infinite
}

.rs-banner.style7 {
    background: url(assets/images/banner/style3/home-11.jpg);
    background-color: #03228F;
    background-repeat: no-repeat;
    background-size: cover
}

.rs-banner.style7 .banner-content {
    padding: 208px 0 200px
}

.rs-banner.style7 .banner-content .sub-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #FD6509;
    display: block;
    margin: 0 0 15px 0
}

.rs-banner.style7 .banner-content .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3em;
    color: #fff;
    margin: 0 0 20px 0
}

.rs-banner.style7 .banner-content .desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    color: #fff;
    margin: 0 40px 54px 0
}

.rs-banner.style8 {
    background: url(assets/images/banner/home-12.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.rs-banner.style8 .banner-content {
    padding: 320px 0 360px
}

.rs-banner.style8 .banner-content .sub-title {
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #f24c1a;
    display: block;
    margin: 0 0 15px 0
}

.rs-banner.style8 .banner-content .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    color: #102b3e;
    max-width: 820px;
    margin: 0 auto 40px
}

.rs-banner.style8 .banner-content .title span {
    color: #f24c1a
}

.rs-banner.style8 .banner-content .banner-btn li {
    display: inline-block;
    margin-right: 25px
}

.rs-banner.style8 .banner-content .banner-btn li:last-child {
    margin-right: 0
}

.rs-banner.style9 .banner-content {
    padding: 203px 0 72px
}

.rs-banner.style9 .banner-content .sub-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.rs-banner.style9 .banner-content .title {
    font-size: 39px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px
}

.rs-banner.style9 .banner-content .desc {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px
}

.rs-banner.style9 .images-part img {
    position: relative;
    right: -2%;
    max-width: 650px;
    transform: translateY(20%)
}

.rs-banner.style9 .banner-animation .bnr-animate {
    position: absolute;
    bottom: 0;
    z-index: -11
}

.rs-banner.style9 .banner-animation .bnr-animate.one {
    left: 48%;
    top: 19%
}

.rs-banner.style9 .banner-animation .bnr-animate.two {
    left: 5%;
    top: 17%
}

.rs-banner.style9 .banner-animation .bnr-animate.three {
    left: 31%;
    bottom: 28%
}

.rs-banner.style9 .banner-animation .bnr-animate.four {
    right: 14%;
    bottom: 28%
}

.rs-banner.style9 .banner-animation .bnr-animate.five {
    left: 36%;
    bottom: 9%
}

.rs-banner.style9 .banner-animation .bnr-animate.six {
    left: 45%;
    bottom: 4%
}

.rs-banner.style10 {
    background-image: url(assets/images/banner/banner14.jpg);
    background-repeat: no-repeat
}

.rs-banner.style10 .banner-content {
    padding: 305px 0 350px
}

.rs-banner.style10 .banner-content .sub-text {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 0 15px 0
}

.rs-banner.style10 .banner-content .title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    max-width: 820px;
    margin: 0 auto 48px
}

.rs-banner.style10 .banner-content .title span {
    color: #ff7045
}

.rs-banner.style10 .banner-content .banner-btn li {
    display: inline-block;
    margin-right: 25px
}

.rs-banner.style10 .banner-content .banner-btn li:last-child {
    margin-right: 0
}

.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 170px 0 100px
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 5px;
    color: #fff
}

.rs-breadcrumbs .breadcrumbs-inner .page-title.new-title {
    margin: 0 auto;
    max-width: 850px
}

.rs-breadcrumbs .breadcrumbs-inner ul {
    padding: 0
}

.rs-breadcrumbs .breadcrumbs-inner ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400
}

.rs-breadcrumbs .breadcrumbs-inner ul li a {
    position: relative;
    padding-right: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
    background-color: #fff;
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    right: 9px;
    top: 2px;
    transform: rotate(26deg)
}

.rs-breadcrumbs.img1 {
    background: url(assets/images/breadcrumbs/1.jpg);
    background-position: center top
}

.rs-breadcrumbs.about-banner {
    background: url(../images/banners/Consulting.webp)
}

.rs-breadcrumbs.mobile-app {
    background: url(../images/banners/MobileApp.webp)
}

.rs-breadcrumbs.img2 {
    background: url(../images/ui-ux-design/banner.webp)
}

.rs-breadcrumbs.img2.consulting-banner {
    background: url(../images/banners/Consulting.webp)
}

.rs-breadcrumbs.img3 {
    background: url(assets/images/breadcrumbs/3.jpg)
}

.rs-breadcrumbs.img4 {
    background: url(assets/images/breadcrumbs/4.jpg)
}

.rs-slider.style1 .slider-content {
    padding: 260px 0 260px
}

.rs-slider.style1 .slider-content .sl-sub-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px
}

.rs-slider.style1 .slider-content .sl-title {
    font-size: 100px;
    line-height: 84px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px
}

.rs-slider.style1 .slider-content .sl-desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px
}

.rs-slider.style1 .slider-content .slider-btn li {
    display: inline-block;
    margin-right: 30px
}

.rs-slider.style1 .slider-content .slider-btn li:last-child {
    margin-right: 0
}

.rs-slider.style1 .slider-content.slide1 {
    background: url(assets/images/slider/slider-1-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 260px 0 270px
}

.rs-slider.style1 .slider-content.slide2 {
    background: url(assets/images/slider/slider-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
    content: "\f112";
    font-family: Flaticon
}

.rs-slider.style1 .owl-nav .owl-next:hover,
.rs-slider.style1 .owl-nav .owl-prev:hover {
    background: #106eea;
    color: #fff
}

.rs-slider.style1 .owl-nav .owl-next {
    right: 30px;
    left: unset
}

.rs-slider.style1 .owl-nav .owl-next i:before {
    content: "\f113"
}

.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-slider.style1:hover .owl-nav .owl-next {
    right: 50px;
    left: unset
}

.rs-slider.style2 .slider-content {
    padding: 140px 0 200px
}

.rs-slider.style2 .slider-content .sl-img {
    margin-bottom: 20px
}

.rs-slider.style2 .slider-content .sl-img img {
    width: 90px;
    height: 90px
}

.rs-slider.style2 .slider-content .sl-title {
    font-size: 78px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 20px
}

.rs-slider.style2 .slider-content .sl-title2 {
    font-size: 73px;
    line-height: 80px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px
}

.rs-slider.style2 .slider-content .sl-desc {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    max-width: 600px;
    margin-bottom: 20px
}

.rs-slider.style2 .slider-content.slide1 {
    background: url(assets/images/slider/style2/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.rs-slider.style2 .slider-content.slide2 {
    background: url(assets/images/slider/style2/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.rs-slider.style2 .owl-nav .owl-next,
.rs-slider.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-slider.style2 .owl-nav .owl-next i:before,
.rs-slider.style2 .owl-nav .owl-prev i:before {
    content: "\f112";
    font-family: Flaticon
}

.rs-slider.style2 .owl-nav .owl-next:hover,
.rs-slider.style2 .owl-nav .owl-prev:hover {
    background: #106eea;
    color: #fff
}

.rs-slider.style2 .owl-nav .owl-next {
    right: 30px;
    left: unset
}

.rs-slider.style2 .owl-nav .owl-next i:before {
    content: "\f113"
}

.rs-slider.style2:hover .owl-nav .owl-next,
.rs-slider.style2:hover .owl-nav .owl-prev {
    left: 50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-slider.style2:hover .owl-nav .owl-next {
    right: 50px;
    left: unset
}

.rs-slider.style3 .owl-nav .owl-next,
.rs-slider.style3 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    border: 1px solid #eaecf1;
    background: rgb(117 117 117 / .1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #787cf2;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
    overflow: hidden
}

.rs-slider.style3 .owl-nav .owl-next i,
.rs-slider.style3 .owl-nav .owl-prev i {
    margin-top: 15px
}

.rs-slider.style3 .owl-nav .owl-next i:before,
.rs-slider.style3 .owl-nav .owl-prev i:before {
    content: "\f112";
    font-family: Flaticon;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400
}

.rs-slider.style3 .owl-nav .owl-next:hover,
.rs-slider.style3 .owl-nav .owl-prev:hover {
    background: #fff;
    color: #787cf2;
    border: 1px solid #454545;
    box-shadow: 0 0 10px #eee
}

.rs-slider.style3 .owl-nav .owl-next {
    right: -75px;
    left: unset
}

.rs-slider.style3 .owl-nav .owl-next i:before {
    content: "\f113";
    font-size: 18px;
    font-weight: 400
}

.rs-slider.style3 .owl-nav .owl-prev {
    right: unset;
    left: -105px
}

.rs-slider.style3 .owl-nav .owl-prev i:before {
    content: "\f112";
    font-size: 18px;
    font-weight: 400
}

.rs-video-wrap {
    z-index: -111
}

.rs-video-wrap .video-item {
    position: relative;
    background: url(../images/flutter-canada/cta-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 280px 0 395px
}

.rs-video-wrap .rs-requset {
    padding: 90px 60px 90px 60px;
    background: #f4f7ff
}

.rs-video-wrap .rs-requset .from-control {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    padding: 10px 18px;
    border: 1px solid #F1F5FB
}

.rs-video-wrap .rs-requset textarea {
    height: 120px
}

.rs-video-wrap .rs-requset ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-video-wrap .rs-requset ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-video-wrap .rs-requset :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.rs-video-wrap .rs-requset :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-video-wrap.style2 {
    margin-top: -380px;
    z-index: -111
}

.rs-video-wrap.style2 .rs-requset {
    padding: 160px 60px 160px 60px
}

.rs-video-wrap.style3 {
    margin-top: unset;
    z-index: unset
}

.rs-video-wrap.style3 .grdiant-bg {
    background-image: linear-gradient(160deg, #03228f 0%, #4e95ed 100%)
}

.rs-video-wrap.style3 .rs-requset {
    padding: 40px 60px;
    background: #fff0
}

.rs-video-wrap.style3 .rs-requset .from-control {
    padding: 15px 15px 15px 15px;
    border-radius: 5px 5px 5px 5px;
    color: #666;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #EFEFEF;
    background-color: #FFF
}

.rs-video-wrap.style3 .rs-requset textarea {
    height: 120px
}

.rs-video-wrap.style3 .rs-requset ::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.rs-video-wrap.style3 .rs-requset ::-moz-placeholder {
    color: #666;
    opacity: 1
}

.rs-video-wrap.style3 .rs-requset :-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.rs-video-wrap.style3 .rs-requset :-moz-placeholder {
    color: #666;
    opacity: 1
}

.rs-faq .faq-content .accordion {
    border-width: 12px
}

.rs-faq .faq-content .accordion .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 30px
}

.rs-faq .faq-content .accordion .card:last-child {
    margin-bottom: 0
}

.rs-faq .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
    box-shadow: unset
}

.rs-faq .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 30px 0 30px;
    height: 50px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 600;
    color: #101010;
    border-radius: 30px 30px 0 0
}

.rs-faq .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f068";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed {
    border-radius: 30px 30px 30px 30px
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
    color: #fff;
    content: "\f067"
}

.rs-faq .faq-content .accordion .card .card-body {
    color: #101010;
    border-radius: 0 0 30px 30px;
    padding: 0 30px 30px 30px !important;
    width: 100%;
    background: #fff
}

.rs-counter {
    margin-top: -78px;
    position: absolute;
    min-width: 860px;
    right: 100px
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 7px
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #03228F;
    font-size: 48px;
    font-weight: 900;
    position: relative
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 30px !important
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
    padding-right: 30px !important
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
    content: 'k';
    position: absolute;
    right: 0
}

.rs-counter .counter-top-area .counter-list .counter-text .title {
    font-size: 19px;
    line-height: 29px;
    color: #333;
    font-weight: 600;
    margin: 0
}

.rs-counter.style2 {
    margin-top: unset;
    position: unset;
    min-width: unset;
    right: unset
}

.rs-counter.style2 .counter-top-area .counter-list {
    display: flex;
    align-items: center
}

.rs-counter.style2 .counter-top-area .counter-list .count-icon {
    width: 80px;
    display: inline-block;
    padding-right: 15px
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 7px
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #FFF;
    font-size: 53px;
    font-weight: 700;
    -webkit-text-fill-color: #042BA1;
    -webkit-text-stroke-width: 1px;
    position: relative
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 22px
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 35px
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
    padding-right: 22px
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
    content: 'k';
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 35px
}

.rs-counter.style2 .counter-top-area .counter-list .counter-text .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.rs-counter.style3 {
    margin-top: unset;
    position: unset;
    min-width: unset;
    right: unset
}

.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #03228F;
    font-size: 45px;
    font-weight: 700;
    padding: 0 0 0 0
}

.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.orange-color {
    color: #DD4C23
}

.rs-counter.style3 .counter-top-area .counter-list .counter-text .title {
    font-size: 18px;
    font-weight: 600;
    color: #101010
}

.rs-counter.style3.modify1 {
    background-image: linear-gradient(180deg, #03228f 0%, #4e95ed 100%)
}

.rs-counter.style3.modify1 .counter-top-area {
    text-align: center
}

.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #fff
}

.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .prefix {
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .title {
    color: #fff
}

.rs-counter.style3.modify2 .counter-top-area {
    text-align: center
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
    padding: 0 0 10px 0
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.purple-color {
    color: #7D88FC
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.blue-color {
    color: #0073FF
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.pink-color {
    color: #F1491A
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.paste-color {
    color: #39EBE6
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .title {
    color: #454545;
    font-size: 20px;
    font-weight: 600
}

.rs-counter.style3.modify3 {
    margin-top: -210px
}

.rs-counter.style3.modify3 .counter-top-area {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px 0 #eee;
    padding: 70px 20px 90px 20px
}

.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text {
    position: relative;
    z-index: 1
}

.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .count-number {
    padding: 0 0 10px 0
}

.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #787CF2;
    padding: 0 0 12px 0
}

.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #454545;
    margin: 0
}

.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text:before {
    content: '';
    position: absolute;
    right: 76px;
    top: -16px;
    width: 85px;
    height: 137px;
    background: #f9f9f9;
    z-index: -11
}

.rs-counter.style4 {
    margin-top: -130px;
    position: unset;
    min-width: unset;
    right: unset
}

.rs-counter.style4 .counter-top-area {
    text-align: center
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 7px
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #fff;
    font-size: 52px;
    font-weight: 700
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 30px !important
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
    padding-right: 30px !important
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
    content: 'k';
    position: absolute;
    right: 0
}

.rs-counter.style4 .counter-top-area .counter-list .counter-text .title {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.rs-counter.style5 {
    margin-top: unset;
    position: relative;
    min-width: unset;
    right: unset;
    margin: unset
}

.rs-counter.style5 .counter-top-area {
    padding: 15px
}

.rs-counter.style5 .counter-top-area .images-part img {
    border-radius: 10px 10px 10px 10px
}

.rs-counter.style5 .counter-top-area .counter-list {
    margin: -186px -20px 0 20px;
    padding: 215px 30px 25px 20px;
    background-color: #663DEC;
    border-radius: 10px 10px 10px 10px
}

.rs-counter.style5 .counter-top-area .counter-list .counter-text .count-number {
    margin-bottom: 7px
}

.rs-counter.style5 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #FF7045;
    font-weight: 700
}

.rs-counter.style5 .counter-top-area .counter-list .counter-text .title {
    font-size: 20px;
    line-height: 20px;
    color: #fff
}

.rs-counter.style5 .counter-top-area .counter-list:hover {
    background-image: linear-gradient(180deg, #343dfb 0%, #932ff5 100%)
}

.rs-contact .contact-wrap {
    background: #fff;
    padding: 25px 40px 50px;
    border-radius: 10px 10px 10px 10px
}

.rs-contact .contact-wrap .content-part {
    text-align: center
}

.rs-contact .contact-wrap .content-part .title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0
}

.rs-contact .contact-wrap .content-part .desc {
    margin: 0
}

.rs-contact .contact-wrap .from-control {
    padding: 12px 16px 12px 16px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #fff0;
    background-color: #F6F7F9;
    color: #454545;
    width: 100%;
    opacity: 4
}

.rs-contact .contact-wrap ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-wrap ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-wrap :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-wrap :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-box {
    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
    padding: 80px 30px 80px 30px;
    border-radius: 5px 5px 5px 5px
}

.rs-contact .contact-box .address-box {
    display: flex
}

.rs-contact .contact-box .address-box .address-icon {
    background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px
}

.rs-contact .contact-box .address-box .address-icon i {
    font-size: 20px;
    line-height: 20px;
    color: #03228F
}

.rs-contact .contact-box .address-box .address-text .label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.rs-contact .contact-box .address-box .address-text a {
    color: #fff
}

.rs-contact .contact-box .address-box .address-text a:hover {
    color: #ccc
}

.rs-contact .contact-box .address-box .address-text .desc {
    color: #fff
}

.rs-contact .contact-box.onepage-box {
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%)
}

.rs-contact .contact-box.onepage-box .address-box .address-icon {
    background: white-color
}

.rs-contact .contact-box.onepage-box .address-box .address-icon i {
    color: #f2541b
}

.rs-contact .contact-box.onepage-box.modify1 {
    background-image: linear-gradient(250deg, #9c9ff9 0%, #6e71db 100%)
}

.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon {
    background: white-color
}

.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon i {
    color: #787cf2
}

.rs-contact .contact-box.onepage-box.home14-onepage-style {
    background-image: linear-gradient(250deg, #932ff5 0%, #343dfb 100%)
}

.rs-contact .contact-widget .from-control {
    padding: 20px 20px 20px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: #F6F7F9;
    width: 100%;
    max-width: 100%
}

.rs-contact .contact-widget textarea {
    height: 120px
}

.rs-contact .contact-widget ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact .contact-widget.onepage-style .from-control {
    background: #fff
}

.rs-contact .map-canvas {
    overflow: hidden
}

.rs-contact .map-canvas iframe {
    float: left;
    width: 100%;
    height: 620px;
    border: unset
}

.rs-contact.style2 .contact-box-wrap {
    background-image: linear-gradient(270deg, #4e95ed 0%, #5599ee 100%);
    border-radius: 5px 5px 5px 5px;
    padding: 60px 30px 60px 30px
}

.rs-contact.style2 .contact-box-wrap .from-control {
    padding: 16px 16px 16px 16px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F5FB;
    width: 100%;
    max-width: 100%
}

.rs-contact.style2 .contact-box-wrap textarea {
    height: 120px
}

.rs-contact.style2 .contact-box-wrap ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact.style2 .contact-box-wrap ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact.style2 .contact-box-wrap :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact.style2 .contact-box-wrap :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact.negative-margin {
    margin-top: -315px
}

.rs-cta.style1 .title-wrap .epx-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    margin: 0
}

.rs-cta.style1 span {
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF
}

.rs-cta.style1.bg-widget {
    background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%)
}

.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
    font-weight: 500;
    font-size: 14px;
    color: #212121
}

.rs-skillbar.style1 .cl-skill-bar .skillbar {
    background: #eee;
    height: 7px;
    margin: 10px 0 24px;
    position: relative;
    width: 100%
}

.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
    background: #106eea;
    width: 0;
    margin-bottom: 0;
    height: 7px;
    line-height: 7px;
    background-color: #fff0;
    background-image: linear-gradient(190deg, #105aad 0%, #4e95ed 100%);
    background-size: 1rem 1rem
}

.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -38px;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a
}

.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar-title {
    text-transform: uppercase
}

.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar {
    background-color: #DFEDFE
}

.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skillbar-bar {
    background: #03228f
}

.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skill-bar-percent {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -38px;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a
}

.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skill-bar-percent.white-color {
    color: #fff
}

.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar-title {
    text-transform: uppercase
}

.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar {
    background: #fff;
    border: 1px solid #0B70E1;
    height: 9px;
    border-radius: 0;
    overflow: visible;
    padding: 1px
}

.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar .skillbar-bar {
    background: #007bff;
    background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
    height: 5px
}

.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar .skill-bar-percent {
    right: 70px;
    color: #454545;
    font-weight: 400
}

.rs-skillbar.style1.modify3 {
    padding: 0 120px 0 0
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar {
    height: 8px;
    line-height: 8px;
    padding: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF571C;
    background-color: #fff0;
    border-radius: 3px 3px 3px 3px
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar .skillbar-bar {
    height: 100%;
    background: #FF571C
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar .skill-bar-percent {
    right: 70px;
    color: #454545;
    font-weight: 400
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.purple-style {
    border-color: #7E06E4
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.purple-style .skillbar-bar {
    background: #7E06E4
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.blue-style {
    border-color: #0073FF
}

.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
    background: #0073FF
}

.rs-skillbar.style1.modify3.skillbar-home14 {
    padding: 0 0 0 0
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar-title {
    font-weight: 400;
    font-size: 16px
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar {
    border-color: #FF571C
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar .skillbar-bar {
    background: #FF7045
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar .skill-bar-percent {
    right: 70px;
    color: #454545;
    font-weight: 400
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.purple-style {
    border-color: #0073FF
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.purple-style .skillbar-bar {
    background: #0073FF
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.blue-style {
    border-color: #39ECE6
}

.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
    background: #39ECE6
}

.rs-skillbar.style1.home4 .skillbar .skillbar-bar {
    background-color: #FD6509;
    background-image: linear-gradient(45deg, rgb(255 255 255 / .15) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .15) 50%, rgb(255 255 255 / .15) 75%, transparent 75%, transparent)
}

.rs-skillbar.style1.home4 .skillbar .skillbar-bar.paste-bg {
    background-color: #03DEA8
}

.rs-skillbar.style1.home4 .skillbar .skillbar-bar.blue-bg {
    background-color: #0A99FD
}

.rs-skillbar.style1.home4 .skillbar .skillbar-bar.pink-bg {
    background-color: #F00674
}

.rs-why-choose .services-wrap {
    display: flex;
    align-items: center
}

.rs-why-choose .services-wrap .services-icon {
    padding: 5px 5px 0 0
}

.rs-why-choose .services-wrap .services-icon img {
    height: 55px
}

.rs-why-choose .services-wrap .services-text {
    padding: 0 0 0 15px
}

.rs-why-choose .services-wrap .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.rs-why-choose .services-wrap .services-text .title a {
    color: #0a0a0a
}

.rs-why-choose .services-wrap .services-text .title a:hover {
    color: #106eea
}

.rs-why-choose .services-wrap .services-text .services-txt {
    margin: 0
}

.rs-why-choose.style1 .services-wrap .services-text .title a {
    color: #fff
}

.rs-why-choose.style1 .services-wrap .services-text .title a:hover {
    color: #ec6f22
}

.rs-why-choose.style1 .services-wrap .services-text .services-txt {
    color: #fff
}

.rs-why-choose .animation .top-shape {
    position: absolute;
    top: 0;
    z-index: -111
}

.rs-why-choose .animation .bottom-shape {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: -111
}

.rs-why-choose .animation.style2 .top-shape {
    top: -30px;
    z-index: -111
}

.rs-why-choose .animation.style2 .bottom-shape {
    bottom: 0;
    right: 30px;
    z-index: -111
}

.rs-why-choose .image-part {
    position: relative;
    z-index: 1
}

.rs-why-choose .shape-animate .top-shape {
    position: absolute;
    top: -30px
}

.rs-why-choose .shape-animate .bottom-shape {
    position: absolute;
    bottom: 0;
    right: 30px
}

.rs-why-choose.style2 .services-wrap {
    display: flex;
    align-items: center
}

.rs-why-choose.style2 .services-wrap .services-icon {
    padding: 5px 5px 0 0
}

.rs-why-choose.style2 .services-wrap .services-icon img {
    height: 55px
}

.rs-why-choose.style2 .services-wrap .services-text {
    padding: 0 0 0 15px
}

.rs-why-choose.style2 .services-wrap .services-text .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px
}

.rs-why-choose.style2 .services-wrap .services-text .title a {
    color: #0a0a0a
}

.rs-why-choose.style2 .services-wrap .services-text .title a:hover {
    color: #106eea
}

.rs-why-choose.style2 .services-wrap .services-text .services-txt {
    margin: 0
}

.rs-why-choose.style2.modify1 .services-wrap .services-text .title a {
    color: #fff
}

.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt {
    color: #fff
}

.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt:hover {
    color: #ec6f22
}

.rs-why-choose.style3 .features-content .features-list li {
    margin: 0 0 17px 0;
    display: flex;
    align-items: center
}

.rs-why-choose.style3 .features-content .features-list li i {
    font-size: 30px;
    width: 40px;
    margin-right: 10px;
    color: #0b70e1
}

.rs-why-choose.style3 .features-content .features-list li span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    display: block
}

.rs-why-choose.style3 .features-wrap .sub-title {
    font-size: 19px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px
}

.rs-why-choose.style3 .features-wrap .title {
    font-size: 44px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px
}

.rs-why-choose.style3 .features-wrap .desc {
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 45px
}

.rs-team {
    background: url(assets/images/bg/team-bg.png);
    background-position: center center;
    background-size: cover;
    background-color: #000060
}

.rs-team .team-item-wrap .team-wrap {
    padding: 9px 35px 25px 20px;
    background: url(assets/images/team/ngbng.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.rs-team .team-item-wrap .team-wrap .image-inner {
    overflow: hidden;
    border-radius: 50%
}

.rs-team .team-item-wrap .team-wrap .image-inner a img {
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.rs-team .team-item-wrap .team-content {
    padding: 20px 20px 20px
}

.rs-team .team-item-wrap .team-content .person-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 5px
}

.rs-team .team-item-wrap .team-content .person-name a {
    color: #fff
}

.rs-team .team-item-wrap .team-content .designation {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px
}

.rs-team .team-item-wrap .team-content .team-social li {
    display: inline-block;
    margin-right: 10px
}

.rs-team .team-item-wrap .team-content .team-social li a i {
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    color: #fff
}

.rs-team .team-item-wrap .team-content .team-social li:last-child {
    margin-right: 0
}

.rs-team .team-item-wrap:hover .team-wrap .image-inner a img {
    transform: scale(1.3)
}

.rs-team .owl-dots {
    text-align: center
}

.rs-team .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #0B70E1;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-team .owl-dots .owl-dot:hover,
.rs-team .owl-dots .owl-dot.active {
    width: 40px;
    background: #0B70E1;
    opacity: 1
}

.rs-team .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.rs-team.onepage-team {
    background: url(assets/images/bg/team-bg.png);
    background-color: #F6F7F9
}

.rs-team.onepage-team .team-item-wrap .team-content {
    padding: 20px 20px 20px
}

.rs-team.onepage-team .team-item-wrap .team-content .person-name a {
    color: #101010
}

.rs-team.onepage-team .team-item-wrap .team-content .designation {
    color: #101010
}

.rs-team.onepage-team .team-item-wrap .team-content .team-social li a i {
    color: #454545
}

.rs-team.onepage-team.change-bg {
    background-color: #F5F5F5
}

.rs-team.onepage-team.modify1 {
    background-color: #000
}

.rs-team.onepage-team.modify1 .team-item-wrap .team-content {
    padding: 20px 20px 20px
}

.rs-team.onepage-team.modify1 .team-item-wrap .team-content .person-name a {
    color: #fff
}

.rs-team.onepage-team.modify1 .team-item-wrap .team-content .designation {
    color: #fff
}

.rs-team.onepage-team.modify1 .team-item-wrap .team-content .team-social li a i {
    color: #fff
}

.rs-team.onepage-team.modify1 .owl-dots {
    text-align: center
}

.rs-team.onepage-team.modify1 .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #0B70E1;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-team.onepage-team.modify1 .owl-dots .owl-dot:hover,
.rs-team.onepage-team.modify1 .owl-dots .owl-dot.active {
    width: 40px;
    background: #FD6509;
    opacity: 1
}

.rs-team.onepage-style2 {
    border-radius: 270px 0 0 0
}

.rs-team.modify1 {
    background: unset
}

.rs-team.modify1 .team-item-wrap .team-content .person-name a {
    color: #101010
}

.rs-team.modify1 .team-item-wrap .team-content .designation {
    color: #101010
}

.rs-team.modify1 .team-item-wrap .team-content .team-social li a i {
    color: #454545
}

.rs-team.style2 {
    background: unset
}

.rs-team.style2 .team-item .images-part {
    position: relative;
    overflow: hidden
}

.rs-team.style2 .team-item .images-part .social-icon {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 50px;
    background: #03228f;
    padding: 12px 6px 12px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0
}

.rs-team.style2 .team-item .images-part .social-icon a i {
    font-size: 15px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    color: #fff;
    background: #03228f;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    margin: 0
}

.rs-team.style2 .team-item .team-content {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / .05);
    background-color: #FFF;
    text-align: center;
    margin: 0;
    padding: 20px
}

.rs-team.style2 .team-item .team-content .person-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
    text-transform: capitalize;
    line-height: 1.3
}

.rs-team.style2 .team-item .team-content .person-name a {
    color: #0A0A0A
}

.rs-team.style2 .team-item .team-content .person-name a:hover {
    color: #106eea
}

.rs-team.style2 .team-item .team-content .designation {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
    display: block
}

.rs-team.style2 .team-item:hover .images-part .social-icon {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible
}

.rs-team.style2.onepage-style3 .team-item .images-part .social-icon {
    background: #F9780F
}

.rs-team.style2.onepage-style3 .team-item .images-part .social-icon a i {
    background: #F9780F
}

.rs-team.style2.onepage-style3 .team-item .team-content .person-name a:hover {
    color: #F9780F
}

.rs-team.style2.onepage-style4 {
    background: #f5f6fe
}

.rs-team.style2.onepage-style4 .owl-stage-outer {
    padding: unset;
    margin: unset
}

.rs-team.style2.onepage-style4 .team-item .images-part img {
    border-radius: 5px 5px 0 0
}

.rs-team.style2.onepage-style4 .team-item .team-content .person-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.rs-team.style2.onepage-style4 .team-item .team-content .person-name a:hover {
    color: #787cf2
}

.rs-team.style2.onepage-style4 .team-item .team-content .designation {
    font-size: 15px;
    text-transform: capitalize
}

.rs-team.style2.onepage-style4 .owl-dots {
    text-align: center
}

.rs-team.style2.onepage-style4 .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #787cf2;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-team.style2.onepage-style4 .owl-dots .owl-dot:hover,
.rs-team.style2.onepage-style4 .owl-dots .owl-dot.active {
    width: 40px;
    background: #787cf2;
    opacity: 1
}

.rs-team.home14-team-style {
    background: unset
}

.rs-team.home14-team-style .team-top-section {
    padding: 0% 0% 0% 20.5%
}

.rs-team.home14-team-style .team-top-section .team-item-wrap {
    padding: 0 35px 0 15px;
    min-height: 500px
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .images-wrap img {
    border-radius: 10px
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content {
    background-image: linear-gradient(110deg, #483afa 0%, #982ef5 100%);
    text-align: center;
    color: #fff;
    margin: -310px -20px 0 20px;
    padding: 332px 35px 0 35px;
    border-radius: 10px
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .title-name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .title-name a {
    color: #fff
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .title-name a:hover {
    color: #ff7045
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .team-title {
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 0
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social {
    margin-top: 20px;
    transform: scaleY(0);
    transition: .5s;
    height: 0
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li {
    display: inline;
    margin-right: 8px
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    background: #7e52f8;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li a:hover {
    background: #ff7045
}

.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li:last-child {
    margin-right: 0
}

.rs-team.home14-team-style .team-top-section .team-item-wrap.slick-current:not(:hover) .team-content .footer-social,
.rs-team.home14-team-style .team-top-section .team-item-wrap:hover .team-content .footer-social {
    transform: scaleY(1);
    height: 68px
}

.rs-team.home14-team-style .team-top-section .slick-arrow {
    position: absolute;
    font-size: 0;
    background-image: linear-gradient(90deg, #483afa 0%, #982ef5 100%);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 1;
    top: -23%
}

.rs-team.home14-team-style .team-top-section .slick-arrow:before {
    content: "\f115";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400
}

.rs-team.home14-team-style .team-top-section .slick-arrow.slick-prev {
    right: 27%
}

.rs-team.home14-team-style .team-top-section .slick-arrow.slick-next {
    right: 22.5%
}

.rs-team.home14-team-style .team-top-section .slick-arrow.slick-next:before {
    content: "\f114"
}

.rs-team-Single .btm-info-team {
    position: relative;
    box-shadow: 0 0 32px 0 rgb(7 28 31 / .05);
    background: #fff;
    margin-bottom: 70px;
    padding: 40px
}

.rs-team-Single .btm-info-team .images-part {
    padding: 0 30px 0 0
}

.rs-team-Single .btm-info-team .images-part img {
    border-radius: 50%
}

.rs-team-Single .btm-info-team .con-info {
    position: relative
}

.rs-team-Single .btm-info-team .con-info .designation-info {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #0B70E1;
    display: block;
    text-transform: uppercase
}

.rs-team-Single .btm-info-team .con-info .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 10px
}

.rs-team-Single .btm-info-team .con-info .short-desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 25px;
    padding-right: 50px
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
    margin: 5px 0 10px;
    padding: 0;
    display: block
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
    color: #0b70e1;
    margin-right: 18px;
    position: relative;
    top: 2px;
    font-weight: 500;
    display: inline-block;
    text-align: center
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
    color: #555
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
    color: #106eea
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
    margin-top: 15px
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
    display: inline-block;
    margin-right: 18px
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
    color: #555
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
    margin-right: 0
}

.rs-team-Single .btm-info-team .con-info:before {
    content: "\f10b";
    font-size: 250px;
    position: absolute;
    right: 130px;
    color: #0a0a0a;
    font-family: "Flaticon";
    height: 100%;
    top: 250px;
    opacity: .02
}

.rs-services.main-home .services-item {
    margin: 0 0 0 0;
    padding: 60px 25px 50px 35px;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px
}

.rs-services.main-home .services-item .services-icon {
    margin-bottom: 30px
}

.rs-services.main-home .services-item .services-icon .image-part img {
    width: 80px;
    height: 80px
}

.rs-services.main-home .services-item .services-content .services-text .services-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px
}

.rs-services.main-home .services-item .services-content .services-text .services-title a {
    color: #101010
}

.rs-services.main-home .services-item .services-content .services-text .services-title a:hover {
    color: #106eea
}

.rs-services.main-home .services-item .services-content .services-desc p {
    color: #444;
    margin: 0
}

.rs-services.main-home.style1 {
    position: relative;
    z-index: 111;
    margin-top: -200px
}

.rs-services.main-home.style1 .services-item {
    text-align: center;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 48px 0 rgb(162 162 162 / .5);
    margin: 0 -10px 0 0;
    padding: 40px
}

.rs-services.main-home.style1 .services-item .services-icon {
    margin-bottom: 15px
}

.rs-services.main-home.style1 .services-item .services-icon .image-part img {
    width: 80px;
    height: 80px
}

.rs-services.main-home.style1 .services-item .services-content .services-text .services-title {
    margin-bottom: 5px
}

.rs-services.main-home.style2 .services-item {
    padding: 35px 35px 35px 35px;
    margin: 0 -10px 30px 0;
    text-align: center;
    border-radius: unset;
    transition: all 0.5s
}

.rs-services.main-home.style2 .services-item .services-icon {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 42px;
    position: relative;
    background-color: #FFF;
    box-shadow: 0 28px 28px 0 rgb(108 88 250 / .2);
    z-index: 1
}

.rs-services.main-home.style2 .services-item .services-icon:before {
    position: absolute;
    content: '';
    right: -1px;
    bottom: -2px;
    width: 112px;
    height: 112px;
    border-radius: 100%;
    border: 1px solid;
    transition: all 0.3s ease 0s;
    z-index: 0;
    border-color: #1443C61C
}

.rs-services.main-home.style2 .services-item .shape-part {
    position: absolute;
    top: 30px;
    right: 76px;
    opacity: 0;
    visibility: hidden
}

.rs-services.main-home.style2 .services-item .services-content .services-text .services-title a:hover {
    color: #061340
}

.rs-services.main-home.style2 .services-item.active {
    box-shadow: 3px 7px 25px 0 rgb(0 0 0 / .05);
    background: #fff
}

.rs-services.main-home.style2 .services-item:hover {
    box-shadow: 3px 7px 25px 0 rgb(0 0 0 / .05);
    background: #fff
}

.rs-services.main-home.style2 .services-item:hover .services-icon {
    position: relative
}

.rs-services.main-home.style2 .services-item:hover .services-icon:before {
    display: none
}

.rs-services.main-home.style2 .services-item:hover .shape-part {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s
}

.rs-services.main-home.style3 .services-item {
    padding: 50px 50px 50px 50px;
    background-color: #F3F7FF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: unset;
    margin: 0 -10px 0 0
}

.rs-services.main-home.style3 .services-item .services-content {
    padding: unset;
    position: unset
}

.rs-services.main-home.style3 .services-item:hover {
    background-color: #FFF
}

.rs-services.main-home.style3 .services-item:hover .services-content {
    padding: unset;
    position: unset
}

.rs-services.main-home.style3 .services-item:hover .services-content .services-desc p {
    color: #454545
}

.rs-services .bg-section {
    background: #fff
}

.rs-services .bg-section .shape-part .left-side {
    position: absolute;
    bottom: 0
}

.rs-services .bg-section .shape-part .right-side {
    position: absolute;
    bottom: 0;
    right: 0
}

.rs-services.style2 .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
    height: 360px;
    background-color: #FFF;
    text-align: center;
    padding: 50px 40px 50px 40px;
    border-style: solid;
    border-width: 0 0 0 0;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 7px 25px 0 rgb(0 0 0 / .05)
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
    width: 60px;
    height: 60px
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
    color: #101010
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
    color: #106eea
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
    color: #444;
    margin: 0
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
    transform: rotateX(180deg);
    position: absolute;
    z-index: -1;
    padding: 30px;
    border-radius: 10px;
    background-color: #562dd4;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 475px;
    background-color: #fff0;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.2, .85, .4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform 0.6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform 0.6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform 0.6s cubic-bezier(.2, .85, .4, 1.275)
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px
}

.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
    color: #fff
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front {
    transform: rotateX(0);
    z-index: 1;
    background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%)
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    color: #fff
}

.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
    color: #fff
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
    height: 350px
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
    width: 60px;
    height: 60px
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
    color: #101010
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
    color: #106eea
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
    color: #444;
    margin: 0
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg {
    background: url(assets/images/services/main-home/icons/bg-box.png)
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg {
    background: url(https://rstheme.com/)
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
    background: url(https://rstheme.com/)
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
    background-size: cover;
    background-position: center center
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front {
    transform: rotateX(180deg);
    position: absolute;
    z-index: -1;
    padding: 30px;
    border-radius: 5px;
    background-color: #562dd4;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 350px;
    background-color: #fff0;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.2, .85, .4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform 0.6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform 0.6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform 0.6s cubic-bezier(.2, .85, .4, 1.275)
}

.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front {
    transform: rotateX(0);
    z-index: 1;
    background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%)
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.purple-bg {
    background: #7218f9
}

.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.gold-bg {
    background: #fc821b
}

.rs-services.style3 .services-item {
    padding: 50px 28px 50px 28px;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 50px 11px rgb(95 138 236 / .05);
    position: relative;
    text-align: left
}

.rs-services.style3 .services-item .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-services.style3 .services-item .services-icon .image-part .main-img {
    height: 50px;
    width: 50px
}

.rs-services.style3 .services-item .services-icon .image-part .hover-img {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease
}

.rs-services.style3 .services-item .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-services.style3 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px
}

.rs-services.style3 .services-item .services-content .services-text .title a {
    color: #1c1b1b
}

.rs-services.style3 .services-item .services-content .services-desc p {
    margin: 0
}

.rs-services.style3 .services-item .services-content .serial-number {
    position: absolute;
    right: 15px;
    top: -113px;
    font-size: 70px;
    font-weight: 600;
    line-height: 119px;
    color: #02010108;
    margin-bottom: 10px
}

.rs-services.style3 .services-item:hover {
    background-color: #FD660A
}

.rs-services.style3 .services-item:hover.pink-bg {
    background: #F30876
}

.rs-services.style3 .services-item:hover.aqua-bg {
    background: #05DBEE
}

.rs-services.style3 .services-item:hover.paste-bg {
    background: #13E1AF
}

.rs-services.style3 .services-item:hover.purple-bg {
    background: #780FDA
}

.rs-services.style3 .services-item:hover.green-bg {
    background: #0A99FD
}

.rs-services.style3 .services-item:hover.blue-bg {
    background-image: linear-gradient(220deg, #1f216e 0%, #2c44e4 79%)
}

.rs-services.style3 .services-item:hover.gold-bg {
    background: #f5be18
}

.rs-services.style3 .services-item:hover.cyan-bg {
    background: #14d2f5
}

.rs-services.style3 .services-item:hover.orange-bg {
    background: #FD660A
}

.rs-services.style3 .services-item:hover.light-purple-bg {
    background-image: linear-gradient(90deg, #6e71db 41%, #9c9ff9 100%)
}

.rs-services.style3 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0)
}

.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.rs-services.style3 .services-item:hover .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-services.style3 .services-item:hover .services-content .services-text .title a {
    color: #fff
}

.rs-services.style3 .services-item:hover .services-content .services-desc p {
    color: #fff
}

.rs-services.style3 .services-item:hover .services-content .serial-number {
    color: #FFFFFF26
}

.rs-services.style3 .services-item.services-item {
    padding: 50px 36px 50px 36px
}

.rs-services.style3.modify1 .services-item {
    text-align: center
}

.rs-services.style3.modify1 .services-item .services-icon .image-part .hover-img {
    left: 50%;
    transform: scale(0) translateX(-50%)
}

.rs-services.style3.modify1 .services-item:hover.pink-light-bg {
    background: #f072d6
}

.rs-services.style3.modify1 .services-item:hover.blue2-bg {
    background: #4790f2
}

.rs-services.style3.modify1 .services-item:hover.paste2-bg {
    background: #67c565
}

.rs-services.style3.modify1 .services-item:hover.purple2-bg {
    background: #626ff3
}

.rs-services.style3.modify1 .services-item:hover.cyan2-bg {
    background: #4ccbe6
}

.rs-services.style3.modify1 .services-item:hover.pink2-bg {
    background: #e65599
}

.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0)
}

.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateX(-50%)
}

.rs-services.style3.modify1 .services-item:hover .services-content {
    padding: 33px 0 0 15px;
    position: relative
}

.rs-services.style3.modify1 .services-item:hover .services-content .services-button a {
    color: #fff
}

.rs-services.style3.modify1 .services-item:hover .services-content .services-button a:after {
    color: #fff
}

.rs-services.style3.modify1 .services-item.services-item {
    padding: 50px 25px 50px 25px
}

.rs-services.style3.modify2 .services-item {
    display: flex;
    margin: 0 -13px 0 0;
    padding: 35px 37px 35px !important;
    background-color: #fff;
    box-shadow: 0 0 30px #eee;
    border-radius: 3px 3px 3px 3px
}

.rs-services.style3.modify2 .services-item .services-icon .image-part .main-img {
    max-width: unset
}

.rs-services.style3.modify2 .services-item .services-content {
    padding: 0 0 0 20px
}

.rs-services.style3.modify2 .services-item:hover {
    background-color: #FD660A
}

.rs-services.style3.modify2 .services-item:hover.pink-bg {
    background: #F30876
}

.rs-services.style3.modify2 .services-item:hover.aqua-bg {
    background: #05DBEE
}

.rs-services.style3.modify2 .services-item:hover.paste-bg {
    background: #13E1AF
}

.rs-services.style3.modify2 .services-item:hover.purple-bg {
    background: #780FDA
}

.rs-services.style3.modify2 .services-item:hover.green-bg {
    background: #0A99FD
}

.rs-services.style3.modify2 .services-item:hover.blue-bg {
    background: #2c44e4
}

.rs-services.style3.modify2 .services-item:hover.gold-bg {
    background: #f5be18
}

.rs-services.style3.modify2 .services-item:hover.cyan-bg {
    background: #14d2f5
}

.rs-services.style3.modify2 .services-item:hover .services-content {
    padding: 0 0 0 20px
}

.rs-services.style3.modify3 .services-item {
    background-color: #131313;
    box-shadow: unset
}

.rs-services.style3.modify3 .services-item .services-content .services-text .title a {
    color: #fff
}

.rs-services.style3.modify3 .services-item .services-content .services-desc p {
    color: #fff
}

.rs-services.style3.modify3 .services-item .services-content .serial-number {
    color: #FFFFFF08
}

.rs-services.style4 .services-item {
    text-align: center;
    padding: 50px 40px 50px 40px
}

.rs-services.style4 .services-item .services-icon {
    margin-bottom: 20px
}

.rs-services.style4 .services-item .services-icon img {
    width: 50px;
    height: 50px
}

.rs-services.style4 .services-item .services-content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px
}

.rs-services.style4 .services-item .services-content .title a {
    color: #102B3E
}

.rs-services.style4 .services-item .services-content .title a:hover {
    color: #106eea
}

.rs-services.style4 .services-item .services-content .desc {
    margin-bottom: 15px
}

.rs-services.style4 .hover-effect:hover .services-item:hover,
.rs-services.style4 .hover-effect:not(:hover) .active {
    background: #fff;
    box-shadow: 3px 7px 25px 0 rgb(0 0 0 / .05)
}

.rs-services.style4.modify1 .services-item {
    text-align: center;
    display: flex;
    padding: 40px 30px 35px 30px;
    flex-direction: column;
    flex-wrap: nowrap
}

.rs-services.style4.modify1 .services-item .services-icon {
    padding: 8px 0 0 0;
    font-size: 50px;
    line-height: 50px
}

.rs-services.style4.modify1 .services-item .services-icon img {
    max-width: unset
}

.rs-services.style4.modify1 .services-item .services-content {
    padding: 0 0 0 0
}

.rs-services.style4.modify1 .services-item .services-content .title a {
    color: #102B3E
}

.rs-services.style4.modify1 .services-item .services-content .title a:hover {
    color: #032390
}

.rs-services.style4.modify1.services3 .services-item {
    padding: 30px 15px;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    margin: 0 -10px 0 0
}

.rs-services.style5 .services-item {
    padding: 25px 25px 25px 25px;
    background-color: #F1F6FC;
    border-radius: 4px 4px 4px 4px;
    margin: 0 -12px 0 0;
    display: flex
}

.rs-services.style5 .services-item .services-icon {
    padding: 5px 5px 0 0
}

.rs-services.style5 .services-item .services-icon img {
    height: 65px;
    width: 65px;
    max-width: unset
}

.rs-services.style5 .services-item .services-content {
    padding: 0 0 0 15px
}

.rs-services.style5 .services-item .services-content .services-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px
}

.rs-services.style5 .services-item .services-content .services-title a {
    color: #101010
}

.rs-services.style5 .services-item .services-content .services-title a:hover {
    color: #106eea
}

.rs-services.style5 .services-item .services-content .services-desc {
    color: #444;
    margin-bottom: 0
}

.rs-services.style6 .services-item {
    padding: 0 44px 0;
    text-align: center
}

.rs-services.style6 .services-item .services-icon {
    padding-bottom: 35px
}

.rs-services.style6 .services-item .services-icon img {
    transition: all ease .3s
}

.rs-services.style6 .services-item .services-content .services-title .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 20px 8px 20px
}

.rs-services.style6 .services-item .services-content .services-title .title a {
    color: #102B3E
}

.rs-services.style6 .services-item .services-content .services-title .title a:hover {
    color: #106eea
}

.rs-services.style6 .services-item:hover .services-icon img {
    transform: scale(1.1) rotate(4deg)
}

.rs-services.style7 .services-item .services-img {
    overflow: hidden;
    border-radius: 5px
}

.rs-services.style7 .services-item .services-img a img {
    transition: all .8s ease;
    transform: scale(1)
}

.rs-services.style7 .services-item .services-content {
    padding-top: 25px
}

.rs-services.style7 .services-item .services-content .services-title .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 10px 0
}

.rs-services.style7 .services-item .services-content .services-title .title a {
    color: #102b3e
}

.rs-services.style7 .services-item .services-content .services-title .title a:hover {
    color: #f2541b
}

.rs-services.style7 .services-item .services-content .services-txt {
    margin-bottom: 20px;
    padding-right: 34px
}

.rs-services.style7 .services-item:hover .services-img a img {
    transform: scale(1.1)
}

.rs-services.style7 .animation-layer {
    position: relative
}

.rs-services.style7 .animation-layer .shape-layer {
    position: absolute;
    right: -6%;
    bottom: -58px
}

.rs-services.style8 .services-item {
    padding: 67px 35px 65px 35px;
    background-color: #E0F0FD;
    border-radius: 0 0 0 0
}

.rs-services.style8 .services-item .services-img {
    margin-bottom: 25px
}

.rs-services.style8 .services-item .services-img img {
    height: 80px;
    width: 80px;
    max-width: unset
}

.rs-services.style8 .services-item .services-content .services-title .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #0A0A0A;
    margin-bottom: 15px
}

.rs-services.style8 .services-item .services-content .services-title .title:hover {
    color: #787CF2
}

.rs-services.style8 .services-item .services-content .services-txt {
    color: #444;
    margin: 0
}

.rs-services.style8 .services-item.gray-light-bg {
    background-color: #D9F3F6
}

.rs-services.style8 .services-item.pink-bg {
    background-color: #F0E4FB
}

.rs-services.style9 .services-top-section {
    margin-top: -525px;
    padding: 520px 0 110px 0;
    position: relative
}

.rs-services.style9 .services-top-section .services-item {
    padding: 15px
}

.rs-services.style9 .services-top-section .services-item .image-part img {
    border-radius: 10px 10px 10px 10px
}

.rs-services.style9 .services-top-section .services-item .addon-services {
    margin: -220px -20px 0 20px;
    padding: 265px 35px 20px 35px;
    background-color: #6A40F9;
    border-radius: 10px 10px 10px 10px
}

.rs-services.style9 .services-top-section .services-item .addon-services .services-icon {
    margin-bottom: 22px
}

.rs-services.style9 .services-top-section .services-item .addon-services .services-icon img {
    max-width: unset;
    width: 50px;
    height: 50px
}

.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 10px
}

.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title a {
    color: #fff
}

.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title a:hover {
    color: #ff7045
}

.rs-services.style9 .services-top-section .services-item .addon-services:hover {
    background-image: linear-gradient(180deg, #343dfb 0%, #932ff5 100%)
}

.rs-services .shape-animation {
    position: relative
}

.rs-services .shape-animation .shape-part {
    position: absolute;
    left: -50px;
    bottom: 150px
}

.rs-services-single .services-add {
    background: url(assets/images/services/single/contact-phone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    padding: 50px 35px 53px
}

.rs-services-single .services-add .title {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.rs-services-single .services-add .contact a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff
}

.rs-services-single .brochures {
    background-color: #F0F5FF;
    padding: 35px 30px 45px 30px;
    border-radius: 5px 5px 5px 5px
}

.rs-case-studies-single .services-add {
    background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    padding: 50px 35px 53px
}

.rs-case-studies-single .services-add .title {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.rs-case-studies-single .services-add .contact a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #fff
}

.rs-case-studies-single .brochures {
    background-color: #F0F5FF;
    padding: 35px 30px 45px 30px;
    border-radius: 5px 5px 5px 5px
}

.rs-case-studies-single .services-img img {
    border-radius: 5px
}

.rs-case-studies-single .ps-informations ul {
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 0
}

.rs-case-studies-single .ps-informations ul li {
    color: #fff
}

.rs-case-studies-single .ps-informations ul li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgb(54 54 54 / .1)
}

.rs-case-studies-single .ps-informations ul li span {
    width: 150px;
    display: inline-block;
    font-weight: 600
}

.rs-case-studies-single .ps-informations {
    padding: 40px 30px 46px;
    border-radius: 5px;
    background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%)
}

.rs-case-studies-single .ps-informations .info-title {
    padding-bottom: 10px;
    color: #fff
}

.rs-process .rs-addon-number .number-text .number-area {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #03228f
}

.rs-process .rs-addon-number .number-text .number-title .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px
}

.rs-process .rs-addon-number .number-text .number-txt {
    margin: 0;
    padding-right: 34px
}

.rs-process.modify1 {
    background-image: linear-gradient(140deg, #03228f 62%, #0e73e4 100%);
    border-radius: 270px 0 0 0
}

.rs-process.modify1 .rs-addon-number .number-text {
    margin: 0 25px 0 30px;
    padding: 0 30px 10px 30px;
    background-color: #022279;
    border-radius: 10px 10px 50px 10px;
    position: relative
}

.rs-process.modify1 .rs-addon-number .number-text .number-area {
    font-size: 41px;
    font-weight: 600;
    line-height: 62px;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    left: -70px;
    top: -30px;
    text-align: center;
    background: #06D3E5;
    transition: all 0.3s ease 0s;
    border-radius: 50%
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.green-bg {
    background: #3BCD4C
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.plum-bg {
    background: #9439E9
}

.rs-process.modify1 .rs-addon-number .number-text .number-area.pink-bg {
    background: #f30876
}

.rs-process.modify1 .rs-addon-number .number-text .number-title .title {
    color: #fff;
    margin-bottom: 15px
}

.rs-process.modify1 .rs-addon-number .number-text .number-txt {
    color: #fff;
    margin-bottom: 40px;
    padding-right: 0
}

.rs-process.style2 .addon-process .process-wrap .process-img {
    padding: 10px 10px 10px 10px
}

.rs-process.style2 .addon-process .process-wrap .process-img img {
    width: 100%;
    height: auto
}

.rs-process.style2 .addon-process .process-wrap .process-text {
    text-align: center;
    padding: 15px 0 0
}

.rs-process.style2 .addon-process .process-wrap .process-text .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0
}

.rs-process.style2 .addon-process .process-wrap .process-text .title:hover {
    color: #061340
}

.rs-process.style3 .rs-addon-number {
    margin: 0 -10px 0 0;
    padding: 37px 30px 37px 38px;
    background-color: #FFF;
    border-bottom: 7px solid #095fd0
}

.rs-process.style4 .rs-addon-number {
    margin: 0 -10px 0 0;
    padding: unset;
    background-color: unset
}

.rs-process.style4 .rs-addon-number .number-text .number-area {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
    width: 64px;
    height: 54px;
    top: -20px
}

.rs-process.style4 .rs-addon-number .number-text .number-area:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    border-radius: 50px 50px 50px 50px;
    background: #A0B3F8
}

.rs-process.style5 .rs-addon-number .number-text .number-area {
    color: #fff
}

.rs-process.style5 .rs-addon-number .number-text .number-title .title {
    color: #fff
}

.rs-process.style5 .rs-addon-number .number-text .number-txt {
    color: #fff
}

.rs-process.style6 .tab-area .nav {
    border-bottom: unset
}

.rs-process.style6 .tab-area .nav li .tab-item {
    padding: 20px 30px;
    display: block;
    position: relative;
    transition: all ease .6s
}

.rs-process.style6 .tab-area .nav li .tab-item h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #102b3e;
    margin-bottom: 8px;
    text-decoration: underline
}

.rs-process.style6 .tab-area .nav li .tab-item p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #101010;
    height: 0;
    opacity: 0;
    margin: 0;
    transition: all ease .4s
}

.rs-process.style6 .tab-area .nav li .tab-item.active {
    background: #f8f6ff
}

.rs-process.style6 .tab-area .nav li .tab-item.active h3 {
    color: #f2541b
}

.rs-process.style6 .tab-area .nav li .tab-item.active p {
    height: auto;
    opacity: 1;
    transition: all ease .8s
}

.rs-process .shape-animation {
    position: relative
}

.rs-process .shape-animation .shape-process {
    position: absolute;
    left: 180px;
    top: 50px
}

.rs-pricing {
    margin-top: -150px;
    position: relative
}

.rs-pricing .pricing-table {
    padding: 27px 40px 0 40px;
    box-shadow: 0 0 30px #eee;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    text-align: center;
    margin: 0 7px 0 0
}

.rs-pricing .pricing-table .pricing-badge {
    top: 30px;
    left: 0;
    padding: 10px 23px 11px 23px;
    background-color: #1273EB;
    border-radius: 0 30px 30px 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    line-height: 1;
    z-index: 1
}

.rs-pricing .pricing-table .pricing-badge.white-color-bg {
    background: #fff;
    color: #106eea
}

.rs-pricing .pricing-table .pricing-badge.secondary-bg {
    background: #03228f
}

.rs-pricing .pricing-table .pricing-icon {
    margin-bottom: 30px
}

.rs-pricing .pricing-table .pricing-icon img {
    width: 110px
}

.rs-pricing .pricing-table .pricing-table-price {
    margin-bottom: 30px
}

.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
    font-size: 25px;
    font-weight: 600;
    color: #101010
}

.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
    font-size: 52px;
    font-weight: 600;
    color: #101010
}

.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-period {
    color: #435761;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.rs-pricing .pricing-table .pricing-table-body {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #EBEBEB;
    padding: 18px 15px 4px 15px
}

.rs-pricing .pricing-table .pricing-table-body li {
    text-align: left;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400
}

.rs-pricing .pricing-table .pricing-table-body li i {
    float: right;
    margin-right: 0;
    color: #106eea
}

.rs-pricing .pricing-table.primary-bg {
    background-image: linear-gradient(70deg, #0b70e1 0%, #03228f 100%)
}

.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .pricing-currency {
    color: #fff
}

.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .table-price-text {
    color: #fff
}

.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .table-period {
    color: #fff
}

.rs-pricing .pricing-table.primary-bg .pricing-table-body {
    border-color: #1F71C1
}

.rs-pricing .pricing-table.primary-bg .pricing-table-body li {
    color: #fff
}

.rs-pricing .pricing-table.primary-bg .pricing-table-body li i {
    color: #fff
}

.rs-pricing .pricing-table.light-gray-bg {
    background-color: #F3F7FF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px 0 #fff0
}

.rs-pricing .pricing-table.light-gray-bg .pricing-table-price .pricing-table-bags .pricing-currency {
    color: #03228f
}

.rs-pricing .pricing-table.light-gray-bg .pricing-table-price .pricing-table-bags .table-price-text {
    color: #03228f
}

.rs-pricing .pricing-table.light-gray-bg .pricing-table-body li i {
    color: #101010
}

.rs-pricing .pricing-table.new-style {
    box-shadow: unset;
    background: unset;
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 1px 1px 1px 1px
}

.rs-pricing .pricing-table.new-style2 {
    background: unset;
    border-style: solid;
    border-color: #EBEBEB;
    border-width: 1px 1px 1px 1px
}

.rs-pricing.style2 {
    margin-top: unset;
    position: unset
}

.rs-pricing.style2.modify1 .pricing-table .pricing-table-body li i {
    color: #03228f
}

.rs-pricing.style2.modify1 {
    background-color: unset
}

.rs-technology .technology-item {
    text-align: center;
    padding: 20px 40px 20px 40px
}

.rs-technology .technology-item a {
    overflow: hidden
}

.rs-technology.style2 .technology-wrap .rs-grid-figure {
    position: relative;
    text-align: center;
    padding: 45px 30px 45px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #a7acb4;
    border-radius: 4px 4px 4px 4px;
    transition: all ease .4s
}

.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img {
    overflow: hidden
}

.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative
}

.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .hover-img {
    transition: all ease .4s;
    filter: grayscale(100%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden
}

.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .main-img {
    transition: all ease .4s;
    filter: grayscale(100%)
}

.rs-technology.style2 .technology-wrap .logo-title {
    position: relative;
    text-align: center;
    padding: 30px 0 0 0
}

.rs-technology.style2 .technology-wrap .logo-title .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 36px 0 0 0
}

.rs-technology.style2 .technology-wrap .logo-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 40px;
    width: 1px;
    transform: translateX(-50%);
    background-color: #a7acb4;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.rs-technology.style2 .technology-wrap .logo-title:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50.3%;
    height: 12px;
    border-radius: 50%;
    width: 12px;
    transform: translateX(-50%);
    background-color: #a7acb4;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.rs-technology.style2 .technology-wrap:hover .rs-grid-figure {
    border-color: #fff;
    background-color: #fff
}

.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .hover-img {
    display: block;
    opacity: 3;
    visibility: visible;
    transform: translateY(0%);
    filter: grayscale(0%)
}

.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .main-img {
    display: block;
    visibility: hidden;
    transform: translateY(100%)
}

.rs-technology.style2 .technology-wrap:hover .logo-title:before {
    background-color: #fff
}

.rs-technology.style2 .technology-wrap:hover .logo-title:after {
    background-color: #fff
}

.rs-industry .all-services {
    display: inline-block
}

.rs-industry .all-services .services-item {
    padding: 10px;
    width: 20%;
    float: left
}

.rs-industry .all-services .services-item .services-wrap {
    padding: 35px 27px 35px 27px;
    background: #fff;
    box-shadow: 0 0 50px 2px rgb(0 0 0 / .03);
    text-align: center;
    transition: all 0.3s ease
}

.rs-industry .all-services .services-item .services-wrap .services-icon {
    margin-bottom: 15px
}

.rs-industry .all-services .services-item .services-wrap .services-icon img {
    height: 65px;
    width: 65px
}

.rs-industry .all-services .services-item .services-wrap .services-text .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0
}

.rs-industry .all-services .services-item .services-wrap .services-text .title:hover {
    color: #061340
}

.rs-project.style1 .owl-stage-outer {
    padding-bottom: 70px
}

.rs-project.style1 .project-item {
    position: relative;
    overflow: visible
}

.rs-project.style1 .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rs-project.style1 .project-item .project-img img {
    width: 100%;
    transition: 1.3s all ease;
    border-radius: 5px
}

.rs-project.style1 .project-item .project-content {
    background: #fff;
    box-shadow: 0 6px 25px rgb(0 0 0 / .07);
    position: absolute;
    bottom: -60px;
    left: 35px;
    right: 35px;
    padding: 34px 0;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 10;
    text-align: center
}

.rs-project.style1 .project-item .project-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px
}

.rs-project.style1 .project-item .project-content .title a {
    color: #101010
}

.rs-project.style1 .project-item .project-content .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block
}

.rs-project.style1 .project-item .project-content .category a {
    color: #106eea
}

.rs-project.style1 .project-item:hover .project-img img {
    transform: scale(1.3)
}

.rs-project.style1 .project-item:hover .project-content {
    bottom: -50px
}

.rs-project.style1 .owl-nav .owl-next,
.rs-project.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-project.style1 .owl-nav .owl-next i:before,
.rs-project.style1 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon
}

.rs-project.style1 .owl-nav .owl-next:hover,
.rs-project.style1 .owl-nav .owl-prev:hover {
    color: #106eea
}

.rs-project.style1 .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-project.style1 .owl-nav .owl-next i:before {
    content: "\f110"
}

.rs-project.style1:hover .owl-nav .owl-next,
.rs-project.style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-project.style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-project.style2 .project-item {
    position: relative;
    overflow: hidden
}

.rs-project.style2 .project-item .project-img img {
    width: 100%;
    border-radius: 5px
}

.rs-project.style2 .project-item .project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 40%;
    text-align: center;
    z-index: 10;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    border-radius: 5px;
    z-index: 1
}

.rs-project.style2 .project-item .project-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px
}

.rs-project.style2 .project-item .project-content .title a {
    color: #fff
}

.rs-project.style2 .project-item .project-content .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block
}

.rs-project.style2 .project-item .project-content .category a {
    color: #fff
}

.rs-project.style2 .project-item .project-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    transition: all 0.3s ease 0s;
    border-radius: 5px
}

.rs-project.style2 .project-item:hover .project-content {
    top: 0;
    opacity: 1;
    z-index: 1
}

.rs-project.style2 .owl-nav .owl-next,
.rs-project.style2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-project.style2 .owl-nav .owl-next i:before,
.rs-project.style2 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon
}

.rs-project.style2 .owl-nav .owl-next:hover,
.rs-project.style2 .owl-nav .owl-prev:hover {
    color: #106eea
}

.rs-project.style2 .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-project.style2 .owl-nav .owl-next i:before {
    content: "\f110"
}

.rs-project.style2:hover .owl-nav .owl-next,
.rs-project.style2:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-project.style2:hover .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-project.style3 {
    background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
    border-radius: 0 270px 0 0;
    padding: 110px 70px 120px 70px
}

.rs-project.style3 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px
}

.rs-project.style3 .project-item .project-img a img {
    transition: 1.3s all ease;
    border-radius: 5px
}

.rs-project.style3 .project-item .project-content {
    position: absolute;
    padding: 24px 30px;
    opacity: 1;
    z-index: 10;
    top: 0;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%
}

.rs-project.style3 .project-item .project-content .portfolio-inner {
    position: absolute;
    bottom: 30px;
    right: 40px;
    left: 40px;
    display: flex;
    flex-wrap: wrap;
    transition: all .5s ease;
    width: 100%
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title {
    margin-top: 8px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    transform: translateY(0);
    order: 2;
    flex: 0 0 100%
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
    color: #fff
}

.rs-project.style3 .project-item .project-content .portfolio-inner .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
    flex: 0 0 100%;
    transform: translateY(0)
}

.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
    color: #fff
}

.rs-project.style3 .project-item .project-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
    border-radius: 5px;
    background: rgb(0 0 0 / .4);
    opacity: 1
}

.rs-project.style3 .project-item:hover .project-img a img {
    transform: scale(1.2)
}

.rs-project.style3 .project-item:hover .project-content {
    opacity: 1
}

.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
    bottom: 50px
}

.rs-project.style3 .owl-nav .owl-next,
.rs-project.style3 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-project.style3 .owl-nav .owl-next i:before,
.rs-project.style3 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon
}

.rs-project.style3 .owl-nav .owl-next:hover,
.rs-project.style3 .owl-nav .owl-prev:hover {
    color: #106eea
}

.rs-project.style3 .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-project.style3 .owl-nav .owl-next i:before {
    content: "\f110"
}

.rs-project.style3:hover .owl-nav .owl-next,
.rs-project.style3:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-project.style3:hover .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-project.style3.modify1 {
    background-image: unset;
    border-radius: unset;
    padding: 100px 0;
    margin-left: -80px
}

.rs-project.style3.modify1.mod {
    padding: 120px 0
}

.rs-project.style3.modify1.mod .project-item .project-img a img {
    width: 380px;
    max-width: 380px
}

.rs-project.style3.modify1 .owl-nav .owl-next,
.rs-project.style3.modify1 .owl-nav .owl-prev {
    box-shadow: 0 0 25px rgb(0 0 0 / .1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: unset;
    color: #fff;
    border: 1px solid #fff;
    transform: translateY(-50%);
    transition: 0.6s ease all;
    z-index: 9;
    text-align: center;
    visibility: visible;
    opacity: 1
}

.rs-project.style3.modify1 .owl-nav .owl-next i:before,
.rs-project.style3.modify1 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400
}

.rs-project.style3.modify1 .owl-nav .owl-next:hover,
.rs-project.style3.modify1 .owl-nav .owl-prev:hover {
    color: #ccc
}

.rs-project.style3.modify1 .owl-nav .owl-next {
    top: 350px;
    right: 1704px
}

.rs-project.style3.modify1 .owl-nav .owl-next i:before {
    content: "\f110"
}

.rs-project.style3.modify1 .owl-nav .owl-prev {
    left: -470px;
    top: 350px
}

.rs-project.style3.modify1.case-style3 {
    margin-left: unset;
    padding: 120px 0
}

.rs-project.style4 .project-item {
    position: relative;
    overflow: hidden
}

.rs-project.style4 .project-item .project-img img {
    border-radius: 5px
}

.rs-project.style4 .project-item .project-content {
    position: absolute;
    padding: 30px 20px 30px;
    opacity: 0;
    z-index: 1;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    z-index: 9;
    background: #fff;
    transition: 0.6s
}

.rs-project.style4 .project-item .project-content .category {
    margin: 0
}

.rs-project.style4 .project-item .project-content .category a {
    font-size: 16px;
    color: #0B70E1
}

.rs-project.style4 .project-item .project-content .title {
    font-size: 20px;
    font-weight: 700
}

.rs-project.style4 .project-item .project-content .title a {
    color: #0F0F0F
}

.rs-project.style4 .project-item:hover .project-content {
    opacity: 1;
    bottom: 30px
}

.rs-project.style5 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.3s ease
}

.rs-project.style5 .project-item .project-img img {
    border-radius: 5px
}

.rs-project.style5 .project-item .project-content {
    opacity: 0;
    visibility: hidden
}

.rs-project.style5 .project-item .project-content .p-icon {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 20px;
    text-align: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 11
}

.rs-project.style5 .project-item .project-content .p-icon a {
    display: block
}

.rs-project.style5 .project-item .project-content .p-icon a i:before {
    color: #1C1B1B
}

.rs-project.style5 .project-item .project-content .project-inner {
    position: absolute;
    bottom: 0;
    left: 25px;
    transition: all 0.3s ease
}

.rs-project.style5 .project-item .project-content .project-inner .title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px
}

.rs-project.style5 .project-item .project-content .project-inner .title a {
    color: #fff
}

.rs-project.style5 .project-item .project-content .project-inner .title a:hover {
    color: #106eea
}

.rs-project.style5 .project-item .project-content .project-inner .category {
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    display: block
}

.rs-project.style5 .project-item .project-content .project-inner .category a {
    color: #fff
}

.rs-project.style5 .project-item .project-content .project-inner .category a:hover {
    color: #106eea
}

.rs-project.style5 .project-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C232F;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease
}

.rs-project.style5 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible
}

.rs-project.style5 .project-item:hover .project-content .p-icon {
    right: 25px
}

.rs-project.style5 .project-item:hover .project-content .p-icon a {
    display: block
}

.rs-project.style5 .project-item:hover .project-content .p-icon a i:before {
    color: #1C1B1B
}

.rs-project.style5 .project-item:hover .project-content .project-inner {
    bottom: 20px
}

.rs-project.style5 .project-item:hover:before {
    opacity: .5;
    visibility: visible
}

.rs-project.style6 .project-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease
}

.rs-project.style6 .project-item .project-img {
    position: relative
}

.rs-project.style6 .project-item .project-img img {
    border-radius: 5px
}

.rs-project.style6 .project-item .project-img .plus-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #101010;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

.rs-project.style6 .project-item .project-img .plus-icon i {
    font-size: 14px;
    color: #101010
}

.rs-project.style6 .project-item .project-content {
    margin-top: 25px
}

.rs-project.style6 .project-item .project-content .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 5px
}

.rs-project.style6 .project-item .project-content .title a {
    color: #101010
}

.rs-project.style6 .project-item .project-content .title a:hover {
    color: #106eea
}

.rs-project.style6 .project-item .project-content .category {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    display: block
}

.rs-project.style6 .project-item .project-content .category a {
    color: #106eea
}

.rs-project.style6 .project-item:hover .project-img .plus-icon {
    opacity: 1;
    visibility: visible
}

.rs-project.style6.modify1 .project-item .project-img .plus-icon {
    background: #F9780F
}

.rs-project.style6.modify1 .project-item .project-img .plus-icon i {
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.rs-project.style6.modify1 .project-item .project-content {
    margin-top: 25px
}

.rs-project.style6.modify1 .project-item .project-content .title {
    font-size: 23px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 5px;
    text-decoration: underline
}

.rs-project.style6.modify1 .project-item .project-content .title a {
    color: #101010
}

.rs-project.style6.modify1 .project-item .project-content .title a:hover {
    color: #106eea
}

.rs-project.style6.modify2 .project-item .project-img .plus-icon {
    background: #1273eb
}

.rs-project.style6.modify2 .project-item .project-img .plus-icon i {
    font-size: 24px;
    line-height: 50px;
    font-weight: 300;
    color: #fff
}

.rs-project.style6.modify2 .project-item .project-content {
    margin-top: 25px
}

.rs-project.style6.modify2 .project-item .project-content .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 0
}

.rs-project.style6.modify2 .project-item .project-content .title a {
    color: #101010
}

.rs-project.style6.modify2 .project-item .project-content .title a:hover {
    color: #106eea
}

.rs-project.style6.modify3 .project-item {
    overflow: hidden;
    border-radius: 5px
}

.rs-project.style6.modify3 .project-item .project-img {
    position: relative;
    overflow: hidden
}

.rs-project.style6.modify3 .project-item .project-img a img {
    transition: all .8s ease;
    transform: scale(1)
}

.rs-project.style6.modify3 .project-item .project-content {
    margin-top: 25px
}

.rs-project.style6.modify3 .project-item .project-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px
}

.rs-project.style6.modify3 .project-item .project-content .title a {
    color: #191821
}

.rs-project.style6.modify3 .project-item .project-content .title a:hover {
    color: #787CF2
}

.rs-project.style6.modify3 .project-item .project-content .category {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    display: block
}

.rs-project.style6.modify3 .project-item .project-content .category a {
    color: #454545
}

.rs-project.style6.modify3 .project-item:hover .project-img a img {
    transform: scale(1.1);
    border-radius: 5px
}

.rs-project.style7 .project-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.rs-project.style7 .project-item .project-img img {
    transform: scale(1.2);
    transition: 0.6s;
    border-radius: 5px
}

.rs-project.style7 .project-item .project-content {
    position: absolute;
    padding: 24px 30px;
    opacity: 0;
    z-index: 10;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(1.3);
    transition: 0.4s
}

.rs-project.style7 .project-item .project-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px
}

.rs-project.style7 .project-item .project-content .title a {
    color: #fff
}

.rs-project.style7 .project-item .project-content .title a:hover {
    color: #106eea
}

.rs-project.style7 .project-item .project-content .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block
}

.rs-project.style7 .project-item .project-content .category a {
    color: #fff
}

.rs-project.style7 .project-item .project-content .category a:hover {
    color: #106eea
}

.rs-project.style7 .project-item .project-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    border-radius: 5px
}

.rs-project.style7 .project-item:hover .project-img img {
    transform: scale(1)
}

.rs-project.style7 .project-item:hover .project-content {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.rs-project.style7 .project-item:hover .project-content:before {
    opacity: 1;
    visibility: visible
}

.rs-project.style8 .project-item {
    position: relative;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden
}

.rs-project.style8 .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.rs-project.style8 .project-item .project-img img {
    width: 100%;
    transition: 1.3s all ease
}

.rs-project.style8 .project-item .project-content {
    position: absolute;
    padding: 17px 25px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    left: 0;
    bottom: -100px;
    text-align: left;
    width: 100%;
    z-index: 11;
    transition: 0.6s;
    height: 100%
}

.rs-project.style8 .project-item .project-content .project-inner {
    position: absolute;
    bottom: -100px;
    transition: 0.5s;
    left: 30px
}

.rs-project.style8 .project-item .project-content .project-inner .title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px
}

.rs-project.style8 .project-item .project-content .project-inner .title a {
    color: #fff
}

.rs-project.style8 .project-item .project-content .project-inner .title a:hover {
    color: #106eea
}

.rs-project.style8 .project-item .project-content .project-inner .category {
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    display: block
}

.rs-project.style8 .project-item .project-content .project-inner .category a {
    color: #fff
}

.rs-project.style8 .project-item .project-content .project-inner .category a:hover {
    color: #106eea
}

.rs-project.style8 .project-item .project-content:before {
    content: '';
    position: absolute;
    bottom: -150px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    transition: all 0.4s;
    border-radius: 5px;
    transition: 0.6s
}

.rs-project.style8 .project-item:hover .project-img img {
    transform: scale(1.2)
}

.rs-project.style8 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.rs-project.style8 .project-item:hover .project-content .project-inner {
    bottom: 30px
}

.rs-project.style8 .project-item:hover .project-content .project-inner .title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px
}

.rs-project.style8 .project-item:hover .project-content .project-inner .title a {
    color: #fff
}

.rs-project.style8 .project-item:hover .project-content .project-inner .title a:hover {
    color: #106eea
}

.rs-project.style8 .project-item:hover .project-content .project-inner .category {
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    display: block
}

.rs-project.style8 .project-item:hover .project-content .project-inner .category a {
    color: #fff
}

.rs-project.style8 .project-item:hover .project-content .project-inner .category a:hover {
    color: #106eea
}

.rs-project.style8 .project-item:hover .project-content:before {
    opacity: 1;
    bottom: 0;
    visibility: visible
}

.rs-project.style8.modify1 .project-item .project-content {
    z-index: 1
}

.rs-project.style8.modify1 .project-item .project-content .project-inner .title a {
    color: #fff
}

.rs-project.style8.modify1 .project-item .project-content .project-inner .title a:hover {
    color: #fff
}

.rs-project.style8.modify1 .project-item .project-content .project-inner .category a {
    color: #fff
}

.rs-project.style8.modify1 .project-item .project-content .project-inner .category a:hover {
    color: #f2541b
}

.rs-project.style9 .project-item {
    position: relative;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden
}

.rs-project.style9 .project-item .project-content {
    position: absolute;
    width: 100%;
    bottom: -105%;
    left: 40px;
    transition: 0.4s
}

.rs-project.style9 .project-item .project-content .project-inner .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px
}

.rs-project.style9 .project-item .project-content .project-inner .title a {
    color: #fff
}

.rs-project.style9 .project-item .project-content .project-inner .title a:hover {
    color: #106eea
}

.rs-project.style9 .project-item .project-content .project-inner .category {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 25px
}

.rs-project.style9 .project-item .project-content .project-inner .category a {
    color: #fff
}

.rs-project.style9 .project-item .project-content .project-inner .category a:hover {
    color: #106eea
}

.rs-project.style9 .project-item .project-content .p-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    background: #fff;
    font-size: 24px
}

.rs-project.style9 .project-item .project-content .p-icon a {
    display: block
}

.rs-project.style9 .project-item .project-content .p-icon i {
    color: #101010
}

.rs-project.style9 .project-item:before {
    background: #03228f;
    content: "";
    position: absolute;
    bottom: -105%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s
}

.rs-project.style9 .project-item:hover .project-content {
    bottom: 40px
}

.rs-project.style9 .project-item:hover:before {
    bottom: 0;
    opacity: .8;
    visibility: visible
}

.rs-project.style10 .project-item {
    position: relative;
    overflow: hidden
}

.rs-project.style10 .project-item .project-img img {
    border-radius: 5px
}

.rs-project.style10 .project-item .project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    border-radius: 5px
}

.rs-project.style10 .project-item .project-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 6px
}

.rs-project.style10 .project-item .project-content .title a {
    color: #fff
}

.rs-project.style10 .project-item .project-content .title a:hover {
    color: rgb(255 255 255 / .7)
}

.rs-project.style10 .project-item .project-content .category {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400
}

.rs-project.style10 .project-item .project-content .category a {
    color: #fff
}

.rs-project.style10 .project-item .project-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    transition: all .3s ease 0s;
    border-radius: 5px
}

.rs-project.style10 .project-item:hover .project-content {
    opacity: 1;
    top: 0
}

.rs-project.style10 .project-item:hover .project-content:before {
    opacity: 1
}

.rs-project.style10 .owl-nav .owl-next,
.rs-project.style10 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden
}

.rs-project.style10 .owl-nav .owl-next i:before,
.rs-project.style10 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon;
    font-size: 18px
}

.rs-project.style10 .owl-nav .owl-next:hover,
.rs-project.style10 .owl-nav .owl-prev:hover {
    background: #106eea;
    color: #fff
}

.rs-project.style10 .owl-nav .owl-next {
    right: 30px;
    left: unset
}

.rs-project.style10 .owl-nav .owl-next i:before {
    content: "\f110"
}

.rs-project.style10:hover .owl-nav .owl-next,
.rs-project.style10:hover .owl-nav .owl-prev {
    left: -5%;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-project.style10:hover .owl-nav .owl-next {
    right: -5%;
    left: unset
}

.progress-pie-part .box {
    width: 100%;
    display: block;
    text-align: center;
    color: #0a0a0a
}

.progress-pie-part .box .chart {
    position: relative
}

.progress-pie-part .box .chart span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    color: #102b3e
}

.progress-pie-part .box .title {
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    color: #102b3e;
    margin: 14px 0 0
}

.rs-case-study.primary-background {
    background: linear-gradient(90deg, #03228f 40%, #0e73e4 90%)
}

.rs-blog .blog-item {
    transition: all 500ms ease;
    border-radius: 5px;
    box-shadow: 0 6px 25px rgb(12 89 219 / .09);
    margin-top: 15px;
    padding: 15px;
    background: #fff
}

.rs-blog .blog-item .image-wrap {
    position: relative
}

.rs-blog .blog-item .image-wrap .post-categories {
    position: absolute;
    z-index: 11;
    bottom: 20px;
    right: 20px;
    z-index: 10
}

.rs-blog .blog-item .image-wrap .post-categories li {
    display: inline-block
}

.rs-blog .blog-item .image-wrap .post-categories li a {
    border-radius: 30px;
    color: #fff;
    background: #03228f;
    background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
    background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
    background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
    transition: 0.4s;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    display: block
}

.rs-blog .blog-item .image-wrap .post-categories li a:hover {
    background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%)
}

.rs-blog .blog-item .blog-content {
    padding: 30px 15px 18px 15px;
    background: #fff
}

.rs-blog .blog-item .blog-content .blog-meta {
    margin-bottom: 10px;
    display: flex
}

.rs-blog .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    color: #454545
}

.rs-blog .blog-item .blog-content .blog-meta .date i {
    color: #106eea;
    padding-right: 5px
}

.rs-blog .blog-item .blog-content .blog-meta .admin {
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    margin-left: 25px
}

.rs-blog .blog-item .blog-content .blog-meta .admin i {
    color: #106eea;
    padding-right: 5px
}

.rs-blog .blog-item .blog-content .blog-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.4
}

.rs-blog .blog-item .blog-content .blog-title a {
    color: #101010
}

.rs-blog .blog-item .blog-content .blog-title a:hover {
    color: #106eea
}

.rs-blog .blog-item .blog-content .desc {
    margin-bottom: 15px
}

.rs-blog .owl-stage-outer {
    padding-bottom: 10px;
    margin-top: -10px
}

.rs-blog .blog-item:hover {
    transform: translateY(-10px)
}

.rs-blog.style2 .blog-item {
    transition: all 500ms ease;
    border-radius: 5px;
    box-shadow: 0 6px 25px rgb(12 89 219 / .09);
    margin-top: 15px;
    padding: 15px
}

.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
    border-radius: 8px 8px 8px 8px;
    background-image: linear-gradient(150deg, #da4511 0%, #e7b723 100%)
}

.rs-blog.style2 .blog-item .blog-content {
    padding: 30px 15px 18px 15px;
    background: #fff
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    color: #454545
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
    color: #106eea;
    padding-right: 5px
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    margin-left: 25px
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
    color: #106eea;
    padding-right: 5px
}

.rs-blog.style2 .blog-item .blog-content .blog-title a {
    color: #101010
}

.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
    color: #FF5600
}

.rs-blog.style2 .owl-stage-outer {
    padding: 20px;
    margin: -20px
}

.rs-blog.style3 .blog-item .image-wrap .post-categories li a {
    border-radius: 3px 3px 3px 3px;
    background-image: linear-gradient(120deg, #6e71db 0%, #9c9ff9 100%)
}

.rs-blog.style3 .blog-item .blog-content .blog-meta .date i {
    color: #787cf2
}

.rs-blog.style3 .blog-item .blog-content .blog-meta .admin i {
    color: #787cf2;
    padding-right: 5px
}

.rs-blog.style3 .blog-item .blog-content .blog-title a {
    color: #101010
}

.rs-blog.style3 .blog-item .blog-content .blog-title a:hover {
    color: #787cf2
}

.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / .08);
    border-radius: 15px;
    padding: 15px;
    transition: 0.3s
}

.rs-inner-blog .blog-item .blog-img {
    position: relative
}

.rs-inner-blog .blog-item .blog-img a img {
    border-radius: 10px
}

.rs-inner-blog .blog-item .blog-img .post-categories {
    position: absolute;
    z-index: 11;
    bottom: 20px;
    right: 20px;
    z-index: 10
}

.rs-inner-blog .blog-item .blog-img .post-categories li {
    display: inline-block
}

.rs-inner-blog .blog-item .blog-img .post-categories li a {
    border-radius: 30px;
    color: #fff;
    background: #03228f;
    background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
    background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
    background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
    transition: 0.4s;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    display: block
}

.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
    background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%)
}

.rs-inner-blog .blog-item .blog-content {
    padding: 25px 15px 25px;
    overflow: hidden
}

.rs-inner-blog .blog-item .blog-content .blog-title {
    margin: 4px 0 10px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
    color: #0a0a0a
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: #106eea
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
    overflow: hidden;
    margin: 0 0 5px;
    padding: 0 0 12px;
    font-size: 13px;
    display: flex;
    align-items: center
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
    margin-right: 15px
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #999
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
    color: #0B70E1;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 600
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    line-height: normal;
    color: #999
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
    color: #0B70E1;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 600
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
    margin-right: 0
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 20px
}

.rs-inner-blog .widget-area .widget-title .title {
    color: #101010;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin: 0
}

.rs-inner-blog .widget-area .widget-title .title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #106eea;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0
}

.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgb(0 0 0 / .07);
    border-radius: 10px
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
    position: relative
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
    border: 1px solid #ddd;
    color: #444;
    padding: 12px 17px;
    width: 100%;
    border-radius: 5px;
    position: relative
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
    background: #fff0;
    border: medium none;
    color: #454545;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 20px;
    border-radius: 0 5px 5px
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
    font-weight: 600;
    font-size: 18px
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
    color: #106eea
}

.rs-inner-blog .widget-area .recent-posts {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgb(0 0 0 / .07);
    border-radius: 10px
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(0 0 0 / .06)
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
    width: 100px;
    float: left;
    padding-right: 15px
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
    display: block;
    font-size: 12px;
    color: #888;
    overflow: hidden
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #0a0a0a;
    display: block
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
    color: #106eea
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date {
    display: block
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i {
    margin-right: 5px
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i:before {
    font-size: 12px
}

.rs-inner-blog .widget-area .categories {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 2px 20px rgb(0 0 0 / .08);
    border-radius: 10px
}

.rs-inner-blog .widget-area .categories li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgb(0 0 0 / .06)
}

.rs-inner-blog .widget-area .categories li a {
    font-size: 15px;
    font-weight: 500;
    color: #101010
}

.rs-inner-blog .widget-area .categories li a:hover {
    color: #106eea
}

.rs-inner-blog .blog-details .blog-full .single-post-meta {
    display: flex;
    align-items: center;
    padding: 0 0 30px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
    color: #555;
    font-size: 14px;
    margin-right: 8px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
    font-size: 13px;
    margin-right: 3px;
    color: #0B70E1
}

.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
    margin-right: 5px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    color: #555;
    font-size: 14px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
    color: #0B70E1;
    margin-right: 3px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
    margin-right: 4px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
    font-weight: 400;
    color: #555;
    font-size: 14px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
    color: #106eea
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
    color: #555;
    font-size: 14px
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
    color: #0B70E1
}

.rs-inner-blog .blog-details .blog-full .comment-title {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 35px
}

.rs-inner-blog .blog-details .blog-full .comment-body {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 25px
}

.rs-inner-blog .blog-details .blog-full .comment-body .rstheme-logo {
    margin-right: 28px
}

.rs-inner-blog .blog-details .blog-full .comment-body .rstheme-logo img {
    border-radius: 50%;
    max-width: unset
}

.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span {
    display: block
}

.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span a {
    color: #0a0a0a;
    font-weight: 700;
    line-height: 22px
}

.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta a {
    font-size: 14px;
    color: #909090
}

.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
    width: 100%;
    padding: 15px 20px;
    background-color: #F6F7F9;
    border: none;
    border-radius: 5px
}

.rs-inner-blog .blog-details .blog-full .comment-note textarea {
    height: 160px
}

.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-feature .icon-box-area {
    padding: 50px 40px 41px 40px;
    background-image: linear-gradient(90deg, #f69f6b 41%, #fbbb6a 100%);
    border-radius: 5px 5px 5px 5px
}

.rs-feature .icon-box-area .box-inner .icon-area {
    margin-bottom: 15px
}

.rs-feature .icon-box-area .box-inner .content-part .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0
}

.rs-feature .icon-box-area .box-inner .content-part .title a {
    color: #fff
}

.rs-feature .icon-box-area.blue-bg {
    background-image: linear-gradient(90deg, #559cea 41%, #6ba3cb 100%)
}

.rs-feature .icon-box-area.purple-bg {
    background-image: linear-gradient(90deg, #a040f3 41%, #a86ae3 100%)
}

.rs-feature .icon-box-area.pink-bg {
    background-image: linear-gradient(90deg, #f954a1 41%, #f2a1c6 100%)
}

.rs-call-action .action-wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 500px
}

.rs-call-action .action-wrap .icon-img {
    margin-bottom: 20px
}

.rs-call-action .action-wrap .icon-img img {
    width: 120px
}

.rs-call-action .action-wrap .title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px
}

.rs-call-action .action-wrap .title .watermark {
    color: #FBAB9A
}

.rs-call-action.style2 .action-wrap {
    max-width: 520px
}

.rs-call-action.style2 .action-wrap .title {
    font-size: 42px;
    color: #102b3e
}

.rs-partner {
    background-image: linear-gradient(330deg, #00005b 0%, #020275 90%)
}

.rs-partner .partner-item .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out
}

.rs-partner .partner-item .logo-img a .hover-logo {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    filter: grayscale(100%)
}

.rs-partner .partner-item .logo-img a .main-logo {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    display: block
}

.rs-partner .partner-item .logo-img a:hover .hover-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    filter: grayscale(0%)
}

.rs-partner .partner-item .logo-img a:hover .main-logo {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    filter: grayscale(100%)
}

.rs-partner.style2 {
    box-shadow: 0 8px 50px 0 rgb(0 0 0 / .05);
    background: #fff;
    background-image: unset
}

.rs-partner.style2.modify1 {
    box-shadow: unset;
    background: unset
}

.rs-partner.style2.modify1 .title {
    color: #717070;
    font-size: 18px;
    font-weight: 600
}

.rs-partner.style3 {
    background-image: unset;
    background: url(assets/images/bg/partners-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #00005B
}

.rs-partner.style4 {
    box-shadow: unset;
    background-image: unset
}

.rs-partner.style4.modify1 .partner-item {
    padding: 0 10px
}

.rs-partner.style5 {
    background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%)
}

.rs-testimonial.main-home .testi-item .author-desc {
    background: #fff;
    padding: 70px 40px 80px 40px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -2px 16px 44px -32px #fff0
}

.rs-testimonial.main-home .testi-item .author-desc .desc {
    text-align: center;
    position: relative;
    color: #333;
    padding: 61px 0 10px 0;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400
}

.rs-testimonial.main-home .testi-item .author-desc .desc .quote {
    width: 50px;
    top: -13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.rs-testimonial.main-home .testi-item .author-desc .author-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px
}

.rs-testimonial.main-home .testi-item .author-desc .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.rs-testimonial.main-home .testi-item .author-part {
    text-align: center;
    padding-top: 70px
}

.rs-testimonial.main-home .testi-item .author-part .name {
    color: #0A0A0A;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

.rs-testimonial.main-home .owl-dots {
    text-align: center;
    margin-top: 47px
}

.rs-testimonial.main-home .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #0B70E1;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
    width: 40px;
    background: #0B70E1;
    opacity: 1
}

.rs-testimonial.main-home .owl-stage-outer {
    padding: 45px 0;
    margin: -45px 0
}

.rs-testimonial.main-home.style2 .testi-item .author-desc {
    background-image: linear-gradient(150deg, #000060 0%, #1e1eaa 98%);
    box-shadow: unset
}

.rs-testimonial.main-home.style2 .testi-item .author-desc .desc {
    color: #fff;
    font-size: 20px;
    padding: 70px 50px 35px 50px
}

.rs-testimonial.main-home.style2 .testi-item .author-part .name {
    color: #fff
}

.rs-testimonial.main-home.style2 .testi-item .author-part .designation {
    color: #fff
}

.rs-testimonial.main-home.style2.modify1 .overlayer {
    position: relative
}

.rs-testimonial.main-home.style2.modify1 .overlayer .testi-item .author-desc {
    background-color: #03228F75;
    background-image: unset;
    box-shadow: unset;
    border-radius: unset
}

.rs-testimonial.main-home.style2.modify1 .overlayer:after {
    background-color: #020E38;
    opacity: .64;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rs-testimonial.main-home.style4 {
    padding: 120px 0 120px 0;
    border-radius: 270px 0 0 0
}

.rs-testimonial.main-home.style4 .testi-item {
    padding: unset;
    position: relative
}

.rs-testimonial.main-home.style4 .testi-item .author-desc {
    background: #fff;
    padding: 40px 40px 80px 43px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -2px 16px 44px -32px #fff0
}

.rs-testimonial.main-home.style4 .testi-item .author-desc .desc {
    text-align: unset;
    position: unset;
    color: #333;
    padding: 73px 0 10px 0;
    font-size: 17px;
    line-height: 33px;
    font-weight: 400
}

.rs-testimonial.main-home.style4 .testi-item .author-desc .desc .quote {
    top: 44px;
    position: absolute;
    left: 7%;
    transform: unset
}

.rs-testimonial.main-home.style4 .testi-item .testimonial-content {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -40px
}

.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 50px 50px 50px 50px
}

.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-part {
    padding-left: 15px;
    text-align: unset;
    padding-top: unset
}

.rs-testimonial.main-home.style4.modify1 {
    border-radius: unset;
    position: relative
}

.rs-testimonial.main-home.style4.modify1 .modify-gap {
    padding-right: 220px;
    padding-left: 50px
}

.rs-testimonial.main-home.style4.modify1 .testi-img img {
    max-width: 900px
}

.rs-testimonial.main-home.style4.modify2 .testi-item .author-desc {
    padding: 40px 40px 160px 43px
}

.rs-testimonial.main-home.style4.modify2 .testi-item .testimonial-content {
    bottom: 50px;
    left: 34px
}

.rs-testimonial.style3 .testi-item {
    text-align: center
}

.rs-testimonial.style3 .testi-item .author-desc {
    background-image: linear-gradient(310deg, #0024ba 19%, #000060 65%);
    padding: 100px 45px 40px 45px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: -2px 16px 44px -32px #fff0;
    position: relative
}

.rs-testimonial.style3 .testi-item .author-desc .desc {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.rs-testimonial.style3 .testi-item .author-desc .desc .quote {
    width: 50px;
    top: 36px;
    position: absolute;
    left: 44%
}

.rs-testimonial.style3 .testi-item .author-desc:before {
    top: 100%;
    left: 15%;
    border: solid #fff0;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff0;
    border-top-color: #061340;
    border-width: 12px;
    margin-left: -30px;
    left: 55%;
    z-index: 1
}

.rs-testimonial.style3 .testi-item .testi-content .images-wrap img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 25px auto 18px
}

.rs-testimonial.style3 .testi-item .testi-content .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #101010;
    display: block;
    margin-bottom: 7px
}

.rs-testimonial.style3 .testi-item .testi-content .name:hover {
    color: #106eea
}

.rs-testimonial.style3 .testi-item .testi-content .designation {
    color: #878787;
    margin-bottom: 0
}

.rs-testimonial.style3 .owl-dots {
    text-align: center;
    margin-top: 47px
}

.rs-testimonial.style3 .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #0B70E1;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-testimonial.style3 .owl-dots .owl-dot:hover,
.rs-testimonial.style3 .owl-dots .owl-dot.active {
    width: 40px;
    background: #0B70E1;
    opacity: 1
}

.rs-testimonial.style3 .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.rs-testimonial.style4 .testi-item {
    background-color: #FDFDFD;
    border-radius: 5px 5px 5px 5px;
    padding: 60px 60px 60px 60px
}

.rs-testimonial.style4 .testi-item .testi-content {
    display: flex
}

.rs-testimonial.style4 .testi-item .testi-content .images-wrap img {
    width: 60px;
    height: 60px;
    border-radius: 4px 4px 4px 4px
}

.rs-testimonial.style4 .testi-item .testi-content .testi-information {
    padding-left: 15px;
    position: relative
}

.rs-testimonial.style4 .testi-item .testi-content .testi-information .testi-name {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.rs-testimonial.style4 .testi-item .testi-content .testi-information .testi-title {
    display: block;
    color: #878787
}

.rs-testimonial.style4 .testi-item .item-content-basic .desc {
    color: #555;
    padding: 30px 0 0 0
}

.rs-testimonial.style4 .testi-item .item-content-basic .desc .quote {
    width: 54px;
    top: 55px;
    position: absolute;
    left: 71%;
    z-index: 9
}

.rs-testimonial.style4 .owl-nav .owl-next,
.rs-testimonial.style4 .owl-nav .owl-prev {
    position: absolute;
    box-shadow: 0 0 25px rgb(0 0 0 / .1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #FBFBFB;
    border: 1px solid #fff;
    transform: translateY(-50%);
    transition: 0.6s ease all;
    z-index: 9;
    text-align: center
}

.rs-testimonial.style4 .owl-nav .owl-next i:before,
.rs-testimonial.style4 .owl-nav .owl-prev i:before {
    content: "\f111";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400
}

.rs-testimonial.style4 .owl-nav .owl-next:hover,
.rs-testimonial.style4 .owl-nav .owl-prev:hover {
    color: #fff
}

.rs-testimonial.style4 .owl-nav .owl-next {
    top: 249px;
    left: -63%
}

.rs-testimonial.style4 .owl-nav .owl-next i:before {
    content: "\f110"
}

.rs-testimonial.style4 .owl-nav .owl-prev {
    left: -75%;
    top: 249px
}

.rs-testimonial.style5 .testi-item {
    background-image: linear-gradient(140deg, #03228f 0%, #4e95ed 100%);
    padding: 70px 60px 70px 60px;
    border-radius: 10px 10px 10px 10px;
    text-align: center
}

.rs-testimonial.style5 .testi-item p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 30px 35px 20px 35px
}

.rs-testimonial.style5 .testi-item .testi-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.rs-testimonial.style5 .testi-item .testi-content .testi-img {
    padding-right: 15px
}

.rs-testimonial.style5 .testi-item .testi-content .testi-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.rs-testimonial.style5 .testi-item .testi-content .author-part {
    text-align: left
}

.rs-testimonial.style5 .testi-item .testi-content .author-part .name {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block
}

.rs-testimonial.style5 .testi-item .testi-content .author-part .designation {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block
}

.rs-testimonial.style6 .testi-item {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 0 rgb(232 232 232 / .5);
    padding: 92px 0 90px 0;
    margin: 0 -15px 0 0
}

.rs-testimonial.style6 .testi-item .testi-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px
}

.rs-testimonial.style6 .testi-item .testi-content .images-wrap {
    width: 90px;
    height: 90px
}

.rs-testimonial.style6 .testi-item .testi-content .images-wrap img {
    border-radius: 50px 50px 50px 50px
}

.rs-testimonial.style6 .testi-item .testi-content .testi-information {
    padding: 0 0 0 25px;
    text-align: left
}

.rs-testimonial.style6 .testi-item .testi-content .testi-information .testi-name {
    color: #102B3E;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px
}

.rs-testimonial.style6 .testi-item .testi-content .testi-information .testi-title {
    color: #404A50;
    padding-bottom: 10px;
    display: block
}

.rs-testimonial.style6 .testi-item .testi-content .testi-information .rating img {
    width: 100px
}

.rs-testimonial.style6 .testi-item .item-content-basic {
    padding: 0 40px 0 40px;
    text-align: center
}

.rs-testimonial.style6 .testi-item .item-content-basic p {
    color: #272525;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 35px
}

.rs-testimonial.style6 .testi-item .item-content-basic span img {
    width: 32px;
    top: 82%;
    position: absolute;
    left: 47%;
    z-index: 9
}

.rs-testimonial.style6 .owl-dots {
    text-align: center;
    margin-top: 47px
}

.rs-testimonial.style6 .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #032390;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-testimonial.style6 .owl-dots .owl-dot:hover,
.rs-testimonial.style6 .owl-dots .owl-dot.active {
    width: 40px;
    background: #032390;
    opacity: 1
}

.rs-testimonial.style7 {
    background: url(assets/images/bg/testimonial-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.rs-testimonial.style7 .testi-main {
    margin: 0 0 0 0;
    padding: 0 100px 0 150px
}

.rs-testimonial.style7 .testi-main .testi-item .testi-content {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 30px #eee;
    margin: 40px 37px 30px 100px;
    padding: 50px 30px 50px 50px
}

.rs-testimonial.style7 .testi-main .testi-item .testi-content .images-wrap img {
    border-radius: 3px;
    height: 263px;
    max-width: 263px;
    width: 263px;
    margin-left: -150px
}

.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information {
    padding-left: 45px
}

.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information p {
    color: #102B3E;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 35px
}

.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information .testi-name {
    color: #102B3E;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px
}

.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information .testi-title {
    color: #404A50
}

.rs-testimonial.style7 .owl-nav .owl-next,
.rs-testimonial.style7 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    background: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff
}

.rs-testimonial.style7 .owl-nav .owl-next i,
.rs-testimonial.style7 .owl-nav .owl-prev i {
    margin-top: 15px
}

.rs-testimonial.style7 .owl-nav .owl-next i:before,
.rs-testimonial.style7 .owl-nav .owl-prev i:before {
    content: "\f115";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400
}

.rs-testimonial.style7 .owl-nav .owl-next:hover,
.rs-testimonial.style7 .owl-nav .owl-prev:hover {
    background: linear-gradient(0deg, #03228f 10%, #0e73e4 100%);
    color: #fff
}

.rs-testimonial.style7 .owl-nav .owl-next {
    right: -75px;
    left: unset
}

.rs-testimonial.style7 .owl-nav .owl-next i:before {
    content: "\f114";
    font-size: 18px;
    font-weight: 400
}

.rs-testimonial.style7 .owl-nav .owl-prev {
    right: unset;
    left: -105px
}

.rs-testimonial.style7 .owl-nav .owl-prev i:before {
    content: "\f115";
    font-size: 18px;
    font-weight: 400
}

.rs-testimonial.style8 .testi-item {
    background: #fff;
    padding: 50px 35px;
    border-radius: 4px
}

.rs-testimonial.style8 .testi-item .item-content-basic span img {
    width: 100px
}

.rs-testimonial.style8 .testi-item .item-content-basic p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 32px;
    padding-top: 20px
}

.rs-testimonial.style8 .testi-item .testi-information {
    display: flex;
    align-items: center
}

.rs-testimonial.style8 .testi-item .testi-information .img-part img {
    border-radius: 50%
}

.rs-testimonial.style8 .testi-item .testi-information .testi-content {
    padding-left: 25px
}

.rs-testimonial.style8 .testi-item .testi-information .testi-content .testi-name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 2px
}

.rs-testimonial.style8 .testi-item .testi-information .testi-content .testi-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 0
}

.rs-testimonial.style8 .owl-dots {
    text-align: center;
    margin-top: 47px
}

.rs-testimonial.style8 .owl-dots .owl-dot {
    width: 15px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    background: #0d58ba;
    border: none;
    transition: all 0.3s ease
}

.rs-testimonial.style8 .owl-dots .owl-dot:hover,
.rs-testimonial.style8 .owl-dots .owl-dot.active {
    width: 40px;
    opacity: 1;
    background: #f2541b
}

.rs-testimonial.style8 .owl-stage-outer {
    padding: 10px;
    margin: -10px
}

.rs-testimonial.style9 .testi-item {
    display: flex;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px 0 #eee;
    padding: 40px 40px 15px 35px
}

.rs-testimonial.style9 .testi-item .testi-content {
    display: block;
    margin-right: 30px;
    flex: 0 0 30%;
    padding-top: 12px;
    max-width: 30%
}

.rs-testimonial.style9 .testi-item .testi-content .images-wrap img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-bottom: 12px
}

.rs-testimonial.style9 .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #191821
}

.rs-testimonial.style9 .testi-item .testi-content .testi-information .testi-title {
    color: #404A50
}

.rs-testimonial.style9 .testi-item .testi-content .testi-information .ratings {
    margin-top: 10px
}

.rs-testimonial.style9 .testi-item .testi-content .testi-information .ratings img {
    width: 100px
}

.rs-testimonial.style9 .testi-item .item-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #454545
}

.rs-testimonial.style9 .owl-dots {
    text-align: center;
    margin-top: 47px
}

.rs-testimonial.style9 .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    background: #787cf2;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / .25)
}

.rs-testimonial.style9 .owl-dots .owl-dot:hover,
.rs-testimonial.style9 .owl-dots .owl-dot.active {
    width: 40px;
    background: #787cf2;
    opacity: 1
}

.rs-testimonial.style9 .owl-stage-outer {
    padding: 45px 0;
    margin: -45px 0
}

.rs-testimonial.style10 {
    padding-left: 15%;
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: -370px;
    position: relative
}

.rs-testimonial.style10 .slick-list {
    padding: 15px 300px 15px 15px !important
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item {
    display: flex;
    align-items: center;
    vertical-align: middle;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 25px #eee;
    padding: 30px 30px 30px 35px;
    margin: 40px 45px 40px 100px
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .images-wrap {
    position: relative
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .images-wrap img {
    max-width: 263px;
    width: 231px !important;
    height: 314px !important;
    margin-left: -150px
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content {
    padding: 0 0 0 30px;
    position: relative
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content span img {
    top: 74%;
    position: absolute;
    left: 73.5%;
    opacity: .5;
    width: 60px
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content p {
    font-size: 16px;
    font-style: italic;
    margin: 0 27px 15px 0
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content .testi-informations .testi-name {
    font-size: 18px;
    color: #0A0A0A;
    font-weight: 600
}

.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content .testi-informations .testi-title {
    font-size: 15px
}

.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow {
    position: absolute;
    font-size: 0;
    background-image: linear-gradient(90deg, #483afa 0%, #982ef5 100%);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 1;
    top: -18%
}

.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow:before {
    content: "\f115";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 400
}

.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow.slick-prev {
    right: 27%
}

.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow.slick-next {
    right: 22.5%
}

.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow.slick-next:before {
    content: "\f114"
}

.rs-shop-part .woocommerce-result-count {
    font-size: 15px;
    line-height: 26px;
    color: #454545;
    font-weight: 400;
    margin: 0
}

.rs-shop-part .from-control {
    float: right;
    font-size: 15px;
    color: #454545;
    font-weight: 400;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px
}

.rs-shop-part .product-list .image-product {
    position: relative
}

.rs-shop-part .product-list .image-product .overley i {
    position: absolute;
    bottom: 150px;
    right: 13px;
    background: #fff0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s
}

.rs-shop-part .product-list .image-product .overley i:before {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    background: #106eea;
    border: none;
    padding: 8px 10px 8px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 5px
}

.rs-shop-part .product-list .image-product .onsale {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background: #106eea;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 13px
}

.rs-shop-part .product-list .content-desc .loop-product-title {
    margin: 0;
    font-size: 18px;
    line-height: 50px;
    color: #454545;
    font-weight: 700
}

.rs-shop-part .product-list .content-desc .loop-product-title a {
    color: #101010;
    font-size: 18px;
    line-height: 52px;
    font-weight: 600
}

.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
    color: #106eea
}

.rs-shop-part .product-list .content-desc .price {
    font-size: 20px;
    line-height: 30px;
    color: #106eea;
    font-weight: 700;
    margin: 0
}

.rs-shop-part .product-list .content-desc .price del {
    opacity: .6;
    padding-right: 10px
}

.rs-shop-part .product-list:hover .image-product .overley i {
    opacity: 1;
    visibility: visible;
    bottom: 13px
}

.rs-single-shop .single-product-image .images-single {
    z-index: 1 !important
}

.rs-single-shop .single-product-image img {
    width: 100%
}

.rs-single-shop .single-price-info .product-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px
}

.rs-single-shop .single-price-info .single-price {
    color: #106eea;
    font-weight: 600
}

.rs-single-shop .single-price-info .some-text {
    margin-top: 15px
}

.rs-single-shop .single-price-info form {
    margin-bottom: 30px
}

.rs-single-shop .single-price-info form input {
    height: 40px;
    width: 70px;
    line-height: 40px;
    text-align: center;
    padding-left: 10px;
    border: 1px solid rgb(54 54 54 / .1);
    outline: none
}

.rs-single-shop .single-price-info p.category {
    margin: 0;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px
}

.rs-single-shop .single-price-info p.category span {
    font-weight: 700;
    padding-right: 10px
}

.rs-single-shop .single-price-info p.category a {
    color: #454545
}

.rs-single-shop .single-price-info p.category a:hover {
    color: #106eea
}

.rs-single-shop .single-price-info .tag {
    margin: 0
}

.rs-single-shop .single-price-info .tag span {
    font-weight: 700
}

.rs-single-shop .tab-area {
    margin-top: 50px
}

.rs-single-shop .tab-area ul.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 32px
}

.rs-single-shop .tab-area ul.nav-tabs li {
    margin-right: 3px
}

.rs-single-shop .tab-area ul.nav-tabs li .nav-link {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    background: #f0f0f0;
    color: #101010;
    font-weight: 600
}

.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
.rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
    background: #106eea;
    color: #fff
}

.rs-single-shop .tab-area ul.nav-tabs li:last-child {
    margin-right: 0
}

.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
    font-weight: 700;
    margin-bottom: 34px
}

.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
    margin: 0
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
    margin-bottom: 5px
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
    margin-bottom: 23px
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
    font-size: 15px;
    font-weight: 600;
    color: #454545
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
    max-width: 600px
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
    margin-bottom: 15px
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
    font-weight: 600;
    display: block
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
    border: 1px solid rgb(54 54 54 / .1);
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
    width: 100%;
    padding: 10px 15px;
    height: 75px;
    border: 1px solid rgb(54 54 54 / .1);
    margin-bottom: 20px
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
    font-weight: 600;
    margin-bottom: 18px;
    display: block
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
    display: inline
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
    color: #106eea;
    font-weight: 400
}

.rs-cart .cart-wrap table.cart-table {
    border: 1px solid rgb(0 0 0 / .1);
    width: 100%;
    border-collapse: collapse
}

.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
    padding: 25px;
    text-align: center;
    border: 1px solid #ccc
}

.rs-cart .cart-wrap table.cart-table th {
    border: none;
    font-size: 18px;
    padding: 25px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700
}

.rs-cart .cart-wrap table.cart-table td {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6
}

.rs-cart .cart-wrap table.cart-table .product-remove a {
    margin: 0 auto;
    color: #101010;
    display: block;
    border-radius: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center
}

.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
    background: red;
    color: #fff
}

.rs-cart .cart-wrap table.cart-table .product-thumbnail {
    min-width: 32px
}

.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
    width: 80px;
    height: auto
}

.rs-cart .cart-wrap table.cart-table .product-name a {
    color: #454545;
    font-weight: 700
}

.rs-cart .cart-wrap table.cart-table .product-name a:hover {
    color: #106eea
}

.rs-cart .cart-wrap table.cart-table .product-price {
    font-weight: 700
}

.rs-cart .cart-wrap table.cart-table .product-quantity input {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0 0 0 10px;
    max-width: 65px;
    margin: 0 auto;
    outline: none
}

.rs-cart .cart-wrap table.cart-table .action .coupon {
    float: left
}

.rs-cart .cart-wrap table.cart-table .action .coupon input {
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: none;
    width: 320px;
    border-radius: 4px;
    height: 45px;
    margin-right: 20px;
    text-align: left;
    padding-left: 22px
}

.rs-cart .cart-collaterals {
    width: 100%;
    overflow: hidden
}

.rs-cart .cart-collaterals .cart-totals {
    float: right;
    width: 48%
}

.rs-cart .cart-collaterals .cart-totals .title {
    font-weight: 700;
    color: #454545;
    text-transform: capitalize
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
    border-top: 1px solid rgb(0 0 0 / .1)
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
    font-size: 18px;
    font-weight: 700
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
    padding: 30px 10px
}

.rs-checkout .checkout-title {
    margin-bottom: 30px
}

.rs-checkout .checkout-title h3 {
    font-size: 26px;
    margin: 0
}

.rs-checkout .coupon-toggle .accordion .card {
    border: unset;
    border-top: 3px solid #106eea;
    border-radius: 0
}

.rs-checkout .coupon-toggle .accordion .card .card-header {
    border: none;
    margin: 0;
    border-radius: unset
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
    margin: 0
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
    margin-right: 10px
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
    background: unset;
    border: none;
    color: #106eea;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
    color: #106eea
}

.rs-checkout .coupon-toggle .accordion .card .card-body {
    border: 1px solid #d3ced2;
    padding: 20px 20px 50px 20px;
    margin-top: 2em;
    text-align: left
}

.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
    width: 47%;
    float: left;
    margin-right: 50px
}

.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
    width: 100%;
    height: 45px;
    outline: none;
    padding: 10px 18px;
    color: #454545;
    border: 1px solid rgb(54 54 54 / .1)
}

.rs-checkout .full-grid {
    margin-top: 25px
}

.rs-checkout .full-grid .form-content-box {
    margin-bottom: 50px
}

.rs-checkout .full-grid .form-content-box .form-group label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-weight: 600
}

.rs-checkout .full-grid .form-content-box .form-group select {
    color: #666;
    opacity: .5;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    width: 100%;
    outline: none
}

.rs-checkout .full-grid .form-content-box .form-group textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    width: 100%;
    border: 1px solid rgb(54 54 54 / .1);
    padding: 10px 18px;
    margin: 0;
    outline: none
}

.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
    border: 1px solid rgb(54 54 54 / .1);
    height: 45px;
    padding: 10px 18px;
    width: 100%;
    margin: 0;
    outline: none;
    line-height: normal;
    border-radius: unset
}

.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
    margin-bottom: 10px !important
}

.rs-checkout .full-grid .ordered-product table {
    width: 100%
}

.rs-checkout .full-grid .ordered-product table tr th {
    border: 1px solid #ccc;
    padding: 9px 12px
}

.rs-checkout .full-grid .ordered-product table tr td {
    border: 1px solid #ccc;
    padding: 6px 12px
}

.rs-checkout .full-grid .payment-method .top-area {
    border-bottom: 1px solid #d3ced2
}

.rs-checkout .full-grid .payment-method .top-area .payment-co {
    margin-bottom: 20px
}

.rs-checkout .full-grid .payment-method .top-area .payment-co span {
    font-weight: 600;
    margin-right: 10px
}

.rs-checkout .full-grid .payment-method .top-area .p-msg {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0 2em;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f9f9f9
}

.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
    content: '';
    display: block;
    border: 1em solid #f9f9f9;
    border-right-color: #fff0;
    border-left-color: #fff0;
    border-top-color: #fff0;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.rs-my-account .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #101010;
    margin: 0
}

.rs-my-account .rs-login {
    border: 1px solid rgb(54 54 54 / .1);
    padding: 20px;
    text-align: left;
    border-radius: 5px
}

.rs-my-account .rs-login .form-group label {
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    color: #454545
}

.rs-my-account .rs-login .form-group label span {
    color: #106eea
}

.rs-my-account .rs-login .form-group input {
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid rgb(54 54 54 / .1);
    height: 45px
}

.rs-my-account .rs-login .last-password a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #106eea
}

.rs-my-account .rs-login p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 14px
}

.rs-my-account .rs-login p a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #106eea
}

.rs-footer {
    background: url(assets/images/bg/footer-bg.png);
    background-color: #F5F6F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.rs-footer .footer-top {
    padding: 92px 0 65px
}

.rs-footer .footer-top .footer-logo img {
    height: 40px
}

.rs-footer .footer-top .widget-title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 25px
}

.rs-footer .footer-top .site-map li {
    margin-bottom: 12px
}

.rs-footer .footer-top .site-map li a {
    font-size: 16px;
    color: #454545
}

.rs-footer .footer-top .site-map li a:hover {
    color: #106eea
}

.rs-footer .footer-top .footer-social li {
    display: inline;
    margin-right: 5px
}

.rs-footer .footer-top .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease;
    background: rgb(255 255 255 / .9)
}

.rs-footer .footer-top .footer-social li a i {
    line-height: 35px
}

.rs-footer .footer-top .footer-social li a:hover {
    color: #fff;
    background: #106eea
}

.rs-footer .footer-top .footer-social li:last-child {
    margin: 0
}

.rs-footer .footer-top .address-widget li {
    padding: 0 0 16px 40px;
    position: relative
}

.rs-footer .footer-top .address-widget li .desc a {
    color: #454545
}

.rs-footer .footer-top .address-widget li .desc a:hover {
    color: #106eea
}

.rs-footer .footer-top .address-widget li i {
    color: #106eea;
    position: absolute;
    left: 0
}

.rs-footer .footer-top .address-widget li i:before {
    font-size: 20px
}

.rs-footer .footer-top .widget-desc {
    margin: 0
}

.rs-footer .footer-top p {
    margin: 30px 0 0;
    position: relative
}

.rs-footer .footer-top p input[type=email] {
    border: none;
    width: 91%;
    font-size: 13px;
    padding: 16px 60px 16px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    background: #fff;
    box-shadow: 0 0 25px #eee
}

.rs-footer .footer-top p input[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    border-radius: 50%;
    padding: 15px 28px 15px;
    font-family: "Flaticon";
    font-size: 0;
    border: none
}

.rs-footer .footer-top p i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 20px;
    pointer-events: none;
    color: #fff
}

.rs-footer .footer-top p ::-webkit-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-footer .footer-top p ::-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-footer .footer-top p :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-footer .footer-top p :-moz-placeholder {
    color: #454545;
    opacity: 1
}

.rs-footer .footer-bottom {
    padding: 20px 0;
    background: rgb(255 255 255 / .4)
}

.rs-footer .footer-bottom .copyright p {
    margin: 0
}

.rs-footer .footer-bottom .copyright p a {
    color: #454545
}

.rs-footer .footer-bottom .copyright p a:hover {
    color: #106eea
}

.rs-footer .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0 19px 0 25px
}

.rs-footer .footer-bottom .copy-right-menu li a {
    color: #454545
}

.rs-footer .footer-bottom .copy-right-menu li a:hover {
    color: #106eea
}

.rs-footer .footer-bottom .copy-right-menu li:before {
    display: block;
    content: "";
    position: absolute;
    font-size: 18px;
    background: #106eea;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%
}

.rs-footer .footer-bottom .copy-right-menu li:first-child:before {
    display: none
}

.rs-footer.style1 .footer-top .widget-title {
    color: #102b3e
}

.rs-footer.style1 .footer-top .site-map li a:hover {
    color: #f2541b
}

.rs-footer.style1 .footer-top .footer-social li a:hover {
    background: #f2541b
}

.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
    color: #f2541b
}

.rs-footer.style1 .footer-top .address-widget li i {
    color: #f2541b
}

.rs-footer.style1 .footer-top p input[type="submit"] {
    background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%)
}

.rs-footer.style1 .footer-bottom .copyright p a:hover {
    color: #f2541b
}

.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
    color: #f2541b
}

.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
    background: #f2541b
}

.rs-footer.style1.home14-footer-style .footer-bottom .copyright p a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li i,
.rs-footer.style1.home14-footer-style .footer-top .site-map li a:hover {
    color: #ff7045
}

.rs-footer.style1.home14-footer-style .footer-top p input[type="submit"],
.rs-footer.style1.home14-footer-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.home14-footer-style .footer-top .footer-social li a:hover {
    background: #ff7045
}

.rs-footer.style2 {
    background: url(assets/images/bg/footer-bg2.jpg);
    background-color: #F5F6F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.rs-footer.style2 .footer-top {
    padding: 92px 0 65px
}

.rs-footer.style2 .footer-top .footer-logo img {
    height: 40px
}

.rs-footer.style2 .footer-top .widget-title {
    color: #fff
}

.rs-footer.style2 .footer-top .site-map li a {
    color: #fff
}

.rs-footer.style2 .footer-top .site-map li a:hover {
    color: #03228f
}

.rs-footer.style2 .footer-top .footer-social li {
    display: inline;
    margin-right: 5px
}

.rs-footer.style2 .footer-top .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease;
    background: rgb(255 255 255 / .9)
}

.rs-footer.style2 .footer-top .footer-social li a:hover {
    color: #fff;
    background: #106eea
}

.rs-footer.style2 .footer-top .footer-social li:last-child {
    margin: 0
}

.rs-footer.style2 .footer-top .address-widget li {
    padding: 0 0 16px 40px;
    position: relative
}

.rs-footer.style2 .footer-top .address-widget li .desc {
    color: #fff
}

.rs-footer.style2 .footer-top .address-widget li .desc a {
    color: #fff
}

.rs-footer.style2 .footer-top .address-widget li .desc a:hover {
    color: #03228f
}

.rs-footer.style2 .footer-top .widget-desc {
    margin: 0
}

.rs-footer.style2 .footer-top p input[type=email] {
    box-shadow: unset
}

.rs-footer.style2 .footer-bottom {
    background: #fff0;
    border-color: rgb(80 90 100 / .56) !important;
    border-top: 1px solid
}

.rs-footer.style2 .footer-bottom .copyright p {
    color: #fff
}

.rs-footer.style2 .footer-bottom .copyright p a {
    color: #fff
}

.rs-footer.style2 .footer-bottom .copyright p a:hover {
    color: #03228f
}

.rs-footer.style2 .footer-bottom .copy-right-menu li a {
    color: #fff
}

.rs-footer.style2.modify1 {
    background: unset;
    background-color: unset
}

.rs-footer.style2.modify1 .footer-top .site-map li a:hover {
    color: #1273EB
}

.rs-footer.style2.modify1 .footer-top .address-widget li i:before {
    color: #fd6509
}

.rs-footer.style2.modify1 .footer-top .address-widget li .desc a:hover {
    color: #1273EB
}

.rs-footer.style2.modify1 .footer-bottom {
    background: #000;
    border-color: unset;
    border-top: unset
}

.rs-footer.style2.modify1 .footer-bottom .copyright p {
    color: #fff
}

.rs-footer.style2.modify1 .footer-bottom .copyright p a {
    color: #fff
}

.rs-footer.style2.modify1 .footer-bottom .copyright p a:hover {
    color: #1273EB
}

.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a {
    color: #fff
}

.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a:hover {
    color: #1273EB
}

.rs-footer.style3 {
    background: #F5F6F9;
    background-size: cover
}

.rs-footer.style3 .footer-top .widget-title {
    color: #102b3e
}

.rs-footer.style3 .footer-top .site-map li a:hover {
    color: #1273EB
}

.rs-footer.style3 .footer-top .footer-social li a:hover {
    background: #787cf2
}

.rs-footer.style3 .footer-top .address-widget li .desc a:hover {
    color: #1273EB
}

.rs-footer.style3 .footer-top .address-widget li i {
    color: #1273EB
}

.rs-footer.style3 .footer-top p input[type="submit"] {
    background: #787cf2
}

.rs-footer.style3 .footer-top p input[type="submit"]:hover {
    opacity: .9
}

.rs-footer.style3 .footer-bottom .copyright p a:hover {
    color: #1273EB
}

.rs-footer.style3 .footer-bottom .copy-right-menu li a:hover {
    color: #1273EB
}

.rs-footer.style3 .footer-bottom .copy-right-menu li:before {
    background: #787cf2
}

.rs-footer.style3.onepage-style4 {
    background: url(assets/images/bg/footer-bg.png);
    background-color: #F5F6F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-error {
    background: url(https://rstheme.com/);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh
}

.page-error .error-not-found {
    position: relative;
    background: #cfd0ef;
    width: 650px;
    padding: 50px;
    height: 650px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center
}

.page-error .error-not-found .error-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-error .error-not-found .title {
    font-size: 35px;
    line-height: 52px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 30px
}

.page-error .error-not-found .title span {
    font-size: 251px;
    line-height: 171px;
    font-weight: 700;
    color: #101010;
    display: block;
    padding-bottom: 70px
}

#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px
}

#scrollUp i {
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: #fff;
    line-height: 36px;
    transition: all 0.3s ease;
    margin-left: 2px;
    box-shadow: 0 0 2px rgb(0 0 0 / .4)
}

#scrollUp i:hover {
    opacity: .8
}

#scrollUp.oranage i {
    background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%)
}

#scrollUp.oranage2 i {
    background: #ff7045
}

#scrollUp.purple-color i {
    background: #787cf2
}

.loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 999999
}

.loader .loader-container {
    width: 50px;
    height: 50px;
    background-color: #106eea;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader.orange-loader .loader-container {
    background: #ff7045
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.move-y {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite
}

@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0)
    }
}

.dance3 {
    -webkit-animation: dance3 8s alternate infinite
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite
}

@keyframes dance {
    0% {
        -webkit-transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px)
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes watermark-animate {
    0% {
        left: 0
    }

    100% {
        left: 100%
    }
}

.rs-rain-animate {
    position: relative
}

.rs-rain-animate .container {
    position: relative;
    z-index: 1
}

.rs-rain-animate .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    max-width: 1240px
}

.rs-rain-animate .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1
}

.rs-rain-animate .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(to bottom, #fff0 39%, #1273eb 130%, #1273eb 59%);
    background-color: #fff0;
    -webkit-animation: rain-line 13s 0s linear infinite;
    animation: rain-line 13s 0s linear infinite;
    animation-delay: 0s
}

.rs-rain-animate .line-inner .line:nth-child(1) {
    left: 2px !important
}

.rs-rain-animate .line-inner .line:nth-child(1):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.rs-rain-animate .line-inner .line:nth-child(3) {
    left: unset !important;
    right: 2px
}

.rs-rain-animate .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.rs-rain-animate .line-inner.style2 .line {
    background: rgb(255 255 255 / .1)
}

.rs-rain-animate .line-inner.style2 .line:after {
    background-color: #fff
}

.rs-rain-animate .line-inner.orange-dark .line {
    background: rgb(255 255 255 / .1)
}

.rs-rain-animate .line-inner.orange-dark .line:after {
    background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%)
}

@keyframes rain-line {
    0% {
        top: -20%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%
    }

    100% {
        top: 100%
    }
}

.up-down {
    animation: up-down 3s alternate infinite;
    -webkit-animation: up-down 3s alternate infinite
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

.horizontal {
    animation-name: horizontal;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.horizontal.new-style {
    animation-duration: 15s
}

@keyframes horizontal {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(100px)
    }

    100% {
        transform: translateX(0)
    }
}

.vertical {
    animation-name: vertical;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.vertical.new-style {
    animation-duration: 15s
}

@keyframes vertical {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

.rotated-style {
    animation: rotated-style 5s linear infinite
}

@keyframes rotated-style {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }

    25% {
        transform: translate(-10px, 10px) rotate(10deg)
    }

    50% {
        transform: translate(5px, -5px) rotate(25deg)
    }

    75% {
        transform: translate(15px, -5px) rotate(15deg)
    }

    100% {
        transform: translate(0) rotate(0)
    }
}

.fadeinup {
    animation-duration: 2s;
    animation-name: fadeInUp
}

@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.fadeinup2 {
    animation-duration: 3s;
    animation-name: fadeInUp
}

@keyframes fadeinup2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    00% {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-duration: 2s;
    animation-name: fadeInRight
}

@keyframes {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.bg-1 {
    background-color: #F5F6F9
}

.rs-about.style3 .services-item {
    padding: 50px 28px 50px 28px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 50px 11px rgb(95 138 236 / .05);
    position: relative;
    text-align: left
}

.rs-about.style3 .services-item .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-about.style3 .services-item .services-icon .image-part .main-img {
    height: 70px;
    width: 70px
}

.rs-about.style3 .services-item .services-icon .image-part .hover-img {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 14%;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease
}

.rs-about.style3 .services-item .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-about.style3 .services-item .services-content .services-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px
}

.rs-about.style3 .services-item .services-content .services-text .title a {
    color: #1c1b1b
}

.rs-about.style3 .services-item .services-content .services-desc p {
    margin: 0
}

.rs-about.style3 .services-item .services-content .serial-number {
    position: absolute;
    right: 15px;
    top: -113px;
    font-size: 70px;
    font-weight: 600;
    line-height: 119px;
    color: #02010108;
    margin-bottom: 10px
}

.rs-about.style3 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-about.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0)
}

.rs-about.style3 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.rs-about.style3 .services-item:hover .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-about.style3 .services-item:hover .services-content .services-text .title a {
    color: #fff
}

.rs-about.style3 .services-item:hover .services-content .services-desc p {
    color: #fff
}

.rs-about.style3 .services-item:hover .services-content .serial-number {
    color: #FFFFFF26
}

.rs-about.style3 .services-item.services-item {
    padding: 50px 36px 50px 36px
}

.rs-about.style3.why-choose .services-item {
    text-align: center
}

.rs-about.style3.why-choose .services-item .services-icon .image-part .hover-img {
    left: 0%;
    transform: scale(0) translateX(-50%)
}

.rs-about.style3.why-choose .services-item:hover .services-content {
    padding: 0 0 0 20px
}

.rs-about.style3.why-choose .services-item {
    display: flex;
    margin: 0 -13px 0 0;
    padding: 30px !important;
    box-shadow: 0 0 30px #eee;
    border-radius: 3px 3px 3px 3px
}

.rs-about.style3.why-choose .services-item .services-icon .image-part .main-img {
    max-width: unset
}

.rs-about.style3.why-choose .services-item .services-content {
    padding: 0 0 0 20px
}

.rs-about.style3.why-choose .services-item:hover {
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%) !important
}

.rs-about.style3 .services-item:hover .services-icon {
    position: relative;
    transition: all .3s ease
}

.rs-about.style3 .services-item:hover .services-icon .image-part .main-img {
    transform: scale(0)
}

.rs-about.style3 .services-item:hover .services-icon .image-part .hover-img {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.rs-about.style3 .services-item:hover .services-content {
    padding: 33px 0 0 0;
    position: relative
}

.rs-about.style3 .services-item:hover .services-content .services-text .title a {
    color: #fff
}

.rs-about.style3 .services-item:hover .services-content .services-desc p {
    color: #fff
}

.rs-about.style3 .services-item:hover .services-content .serial-number {
    color: #FFFFFF26
}

.rs-about.style3 .services-item.services-item {
    padding: 50px 36px 50px 36px
}

.bg-danger-soft {
    background-color: #c0d1ff;
    transition: background-color 0.3s ease;
    opacity: 1;
    transition: background-color 0.3s, opacity 0.4s
}

.bg-danger-soft:hover {
    background-color: #acbdeb;
    opacity: 1
}

.bg-blue-soft {
    background-color: #002aa1;
    color: #fff
}

@media (min-width:767px) {
    .cta-left-info {
        width: 100% !important
    }
}

.rounded-custom {
    border-radius: 1rem !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

@media (min-width:767px) {
    .cta-img {
        width: 35% !important
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.position-relative {
    position: relative !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0 !important
}

.img-fluid {
    transition: transform 0.3s ease, opacity 0.3s ease
}

.img-fluid:hover {
    transform: scale(1.05);
    opacity: .9
}

.get-btn a {
    background-image: linear-gradient(220deg, #1f216e 0%, #2c44e4 79%);
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-size: 14px
}

.get-btn a::before {
    width: 34px;
    height: 34px;
    right: 125px;
    transition: all 0.9s ease
}

.get-btn a:hover {
    color: #022279;
    border-color: #022279
}

.btn.with-rounded.btn-large:hover {
    padding-right: 25px;
    padding-left: 61px
}

.rs-banner.style6 {
    background-color: #1f216e
}

.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 36px;
    border: 4px solid;
    border-color: #fff0;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(.23, 1, .32, 1)
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #486cff;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(.23, 1, .32, 1)
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transition: all 0.8s cubic-bezier(.23, 1, .32, 1)
}

.animated-button:hover {
    box-shadow: 0 0 0 12px #fff0;
    color: #fff;
    border-radius: 12px
}

.animated-button:hover .text {
    transform: translateX(12px)
}

.animated-button:active {
    scale: .95;
    box-shadow: 0 0 0 4px greenyellow
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1
}

.rs-banner.style6 .banner-content .desc.web-p {
    color: #fff
}

.banner-text:before {
    content: " ";
    position: absolute;
    background-size: contain;
    width: 20px;
    height: 20px;
    border: 2px solid #FFECF9;
    border-radius: 50%;
    left: 0;
    top: 21%
}

p.web-p:after {
    content: "";
    position: absolute;
    border-left: 12px solid #fff0;
    border-right: 12px solid #fff0;
    border-top: 20px solid #fff;
    right: 36px;
    animation: bounce 3s infinite;
    transition: 3s ease-in
}

p.web-p:before {
    background: #814EFF;
    border-radius: 50%;
    right: -200px;
    left: 50px;
    top: 68px;
    animation: move-left 3s infinite;
    transition: 3s ease-in
}

.rs-rain-animate.web-banner-1 .line-inner .line {
    background: #1f216e
}

.intro-area .shape-1 {
    right: 74px;
    top: 950px
}

.intro-area .shape-2 {
    right: 370px;
    top: 1180px
}

.intro-area .shape-3 {
    left: 650px;
    top: 1050px
}

.intro-area .shape-4 {
    left: 550px;
    top: 800px
}

.intro-area .shape-design img {
    max-width: 30px
}

.intro-area .shape-design {
    height: 100px;
    width: 100px;
    border-radius: 40px;
    background-color: rgba(130, 130, 130, 10%);
    filter: drop-shadow(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(170, 170, 170, 10%);
    animation: wc-y-anim 4s ease-in-out infinite alternate
}

.pos-abs {
    position: absolute
}

.intro-area .shape-4 {
    animation: wc-y-anim 4s ease-in-out infinite alternate
}

.intro-area .shape-1 {
    animation: wc-y-anim 4s ease-in-out infinite alternate
}

.intro-area .shape-2 {
    animation: wc-y-anim 5s ease-in-out infinite alternate
}

.intro-area .shape-3 {
    animation: wc-y-anim 4s ease-in-out infinite alternate
}

.wc-y-anim {
    animation: wc-y-anim 5s ease-in-out infinite alternate
}

.wc-y-anim2 {
    animation: wc-y-anim 6s ease-in-out infinite alternate
}

.wc-y-anim3 {
    animation: wc-y-anim 5s ease-in-out infinite alternate
}

.wc-y-anim4 {
    animation: wc-y-anim 6s ease-in-out infinite alternate
}

@keyframes wc-y-anim {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wc-y-anim2 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wc-y-anim3 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes wc-y-anim4 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

.rs-services.style3 .services-item.services-item.blue-bg {
    height: 400px
}

.rs-services.style3 .services-item.active {
    background-image: linear-gradient(220deg, #1f216e 0%, #2c44e4 79%)
}

.hw-50 {
    height: 50px;
    width: 50px
}

.circle-shape {
    z-index: 1;
    right: 8%;
    bottom: 0;
    position: absolute;
    animation: shapeAnimationTwo 20s infinite linear
}

.dots-shape {
    z-index: 1;
    left: 5%;
    top: 4%;
    position: absolute;
    animation: slideUpDown 20s infinite linear
}

.tringle-shape {
    z-index: 1;
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear
}

.close-shape {
    z-index: 1;
    left: 50%;
    top: 25%;
    position: absolute;
    animation: shapeAnimationThree 20s infinite linear
}

.circle-shape {
    z-index: 1;
    right: 8%;
    bottom: 0;
    position: absolute;
    animation: shapeAnimationTwo 20s infinite linear
}

@-webkit-keyframes sticky {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

@keyframes sticky {
    0% {
        top: -100px
    }

    100% {
        top: 0
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(0, 150px) rotate(90deg);
        transform: translate(0, 150px) rotate(90deg)
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg)
    }

    75% {
        -webkit-transform: translate(150px, 0) rotate(270deg);
        transform: translate(150px, 0) rotate(270deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg)
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(-150px, 0) rotate(270deg);
        transform: translate(-150px, 0) rotate(270deg)
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg)
    }

    75% {
        -webkit-transform: translate(0, -150px) rotate(90deg);
        transform: translate(0, -150px) rotate(90deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg)
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(50px, 150px) rotate(90deg);
        transform: translate(50px, 150px) rotate(90deg)
    }

    50% {
        -webkit-transform: translate(150px, 150px) rotate(180deg);
        transform: translate(150px, 150px) rotate(180deg)
    }

    75% {
        -webkit-transform: translate(150px, 50px) rotate(270deg);
        transform: translate(150px, 50px) rotate(270deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg)
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg)
    }

    50% {
        -webkit-transform: translate(-150px, -150px) rotate(180deg);
        transform: translate(-150px, -150px) rotate(180deg)
    }

    75% {
        -webkit-transform: translate(-50px, -150px) rotate(270deg);
        transform: translate(-50px, -150px) rotate(270deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg)
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg)
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg)
    }

    75% {
        -webkit-transform: translate(-100px, 150px) rotate(270deg);
        transform: translate(-100px, 150px) rotate(270deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(360deg);
        transform: translate(0, 0) rotate(360deg)
    }
}

.shapeAnimationOne {
    animation: shapeAnimationOne 20s infinite linear
}

.shapeAnimationTwo {
    animation: shapeAnimationTwo 20s infinite linear
}

.shapeAnimationThree {
    animation: shapeAnimationThree 20s infinite linear
}

.shapeAnimationFour {
    animation: shapeAnimationFour 20s infinite linear
}

.shapeAnimationFive {
    animation: shapeAnimationFive 20s infinite linear
}

@keyframes circleRotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.circleRotated {
    animation: circleRotated 10s infinite linear
}

@keyframes slideLeftRight {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    50% {
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.slideLeftRight {
    animation: slideLeftRight 5s infinite linear
}

@keyframes slideUpDown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.slideUpDown {
    animation: slideUpDown 5s infinite linear
}

@keyframes slideUpRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.slideUpRight {
    animation: slideUpRight 5s infinite linear
}

.section-heading.pin__element {
    max-width: 560px !important;
    width: 560px !important
}

.pin__element .section-title {
    line-height: 60px
}

@media(max-width:1400px) {
    .pin-spacer {
        width: 410px !important
    }
}

.review-text {
    padding: 20px 30px 20px 15px;
    border-left: 5px solid #a1dfff;
    margin-top: 20px;
    margin-left: 10px
}

.amount-val {
    margin-top: 20px;
    font-weight: 600;
    color: #2fc33c
}

.prime-clr {
    color: #f3b402
}

.prime-clr-alt {
    color: #008ad2
}

.bg-white-clr {
    background-color: #fff !important
}

.section-heading.pin__element {
    max-width: 560px !important;
    width: 560px !important
}

.pin__element .section-title {
    line-height: 60px
}

@media(max-width:1400px) {
    .pin-spacer {
        width: 410px !important
    }
}

.review-text {
    padding: 20px 30px 20px 15px;
    border-left: 5px solid #a1dfff;
    margin-top: 20px;
    margin-left: 10px
}

.amount-val {
    margin-top: 20px;
    font-weight: 600;
    color: #2fc33c
}

.prime-clr {
    color: #f3b402
}

.prime-clr-alt {
    color: #008ad2
}

.bg-white-clr {
    background-color: #fff !important
}

.testimony-user {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.testimony-user img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #b5b3b3
}

.testimony-user h4 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 5px
}

.review-area {
    position: relative;
    background-color: #f6f7ff;
    z-index: 2;
    overflow: hidden
}

.review-area .section-heading {
    margin: unset
}

.review-area .shape {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2
}

.review-area .review-inner {
    display: grid;
    grid-template-columns: auto 560px;
    gap: 220px
}

@media only screen and (max-width:1199px) {
    .review-area .review-inner {
        gap: 20px
    }
}

@media only screen and (max-width:991px) {
    .review-area .review-inner {
        grid-template-columns: 1fr;
        gap: 50px
    }
}

@media only screen and (max-width:767px) {
    .review-area .review-inner {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.review-area .thumb-wrapper {
    padding-bottom: 22px
}

@media only screen and (max-width:991px) {
    .review-area .thumb-wrapper {
        max-width: 150px;
        padding-bottom: 15px
    }
}

.review-area .symbol-wrapper {
    padding-top: 35px
}

@media only screen and (max-width:991px) {
    .review-area .symbol-wrapper {
        max-width: 100px;
        padding-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .review-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }
}

@media only screen and (max-width:767px) {
    .review-list {
        grid-template-columns: 1fr
    }
}

.review-list-item {
    display: grid;
    grid-template-columns: auto 170px;
    gap: 35px;
    background-color: #e5f6f6;
    padding: 15px;
    border-radius: 30px;
    max-width: 560px;
    padding-bottom: 20px;
    position: relative
}

@media only screen and (max-width:991px) {
    .review-list-item {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.review-list-item:not(:last-child) {
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    .review-list-item:not(:last-child) {
        margin-bottom: 0
    }
}

.review-list-item.r-1 {
    background-color: #e5f6f6
}

.review-list-item.r-2 {
    background-color: #e0efff
}

.review-list-item.r-2 {
    background-color: #fff7d0
}

.review-list-item .quote-icon {
    margin-left: -27px
}

@media only screen and (max-width:991px) {
    .review-list-item .quote-icon {
        margin-left: 0;
        position: absolute;
        right: 15px;
        top: 15px
    }
}

.review-list-item .content {
    padding-left: 27px
}

@media only screen and (max-width:991px) {
    .review-list-item .content {
        order: 2;
        padding-left: 0
    }
}

@media only screen and (max-width:991px) {
    .review-list-item .thumb {
        order: 1
    }
}

@media only screen and (max-width:767px) {
    .review-list-item .thumb {
        max-height: 150px
    }
}

.review-list-item .thumb img {
    border-radius: 20px
}

@media only screen and (max-width:767px) {
    .review-list-item .thumb img {
        height: 100%
    }
}

.review-list-item .meta-info {
    display: flex;
    gap: 17px;
    align-items: center;
    padding-top: 24px;
    max-width: 120px
}

@media only screen and (max-width:767px) {
    .review-list-item .meta-info {
        padding-top: 15px
    }
}

.review-list-item .meta-info .name {
    font-size: 16px
}

.review-list-item .text-wraper {
    padding-top: 30px
}

@media only screen and (max-width:991px) {
    .review-list-item .text-wraper {
        padding-top: 0
    }
}

section.service-sec {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/web-development/service-bg.svg)no-repeat;
    margin: 40px 0;
    background-size: cover
}

.serivce-part {
    width: 100%;
    float: left;
    padding: 60px 0
}

.service-left {
    float: left;
    position: relative
}

.service-left:after {
    content: " ";
    position: absolute;
    width: 500px;
    height: 470px;
    background: url(../images/web-development/service-img.svg) no-repeat;
    background-size: contain;
    top: -105px;
    right: -215px;
    animation: bounce 3s infinite;
    transition: 3s ease-in
}

p.service-head {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    width: 40%;
    position: relative
}

.service-sec p.service-head:after {
    content: " ";
    position: absolute;
    background-size: contain;
    width: 10px;
    height: 10px;
    background: #C8C3E4;
    border-radius: 50%;
    left: 45px;
    top: -17px;
    animation: move-left 3s infinite;
    transition: 3s ease-in
}

p.text-p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    width: 40%;
    position: relative
}

.service-right {
    float: left;
    position: relative
}

.service-right:before {
    content: " ";
    position: absolute;
    width: 48px;
    height: 19px;
    background: url(../images/web-development/service-list-icon.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0
}

.list-line {
    width: 100%;
    float: left;
    position: relative
}

.list-line:after {
    content: " ";
    position: absolute;
    width: 108px;
    height: 107px;
    background: url(../images/web-development/service-list-icon-after.svg) no-repeat;
    background-size: contain;
    bottom: -28px;
    right: -28px
}

.service-right ul {
    width: 100%;
    padding-left: 0
}

.service-right ul li {
    width: 29.5%;
    float: right;
    background: #352E70;
    color: #fff;
    text-align: center;
    list-style-type: none;
    margin: 10px;
    border-radius: 5px;
    padding: 20px 10px;
    height: 115px
}

.service-right ul li:hover {
    background: #fff
}

.service-right ul li:hover img {
    filter: invert(1)
}

.rs-services.style3.service-bg {
    background: url(../images/web-development/team-bg.png);
    background-position: center center;
    background-size: cover;
    background-color: #1f216e
}

.our-highlights .heading-text:before,
.web-sec .heading-text:after {
    background: unset;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 18px solid #6FC047;
    border-radius: unset;
    top: 25px;
    animation: bounce-tri 3s infinite;
    transition: 3s ease-in
}

.web-sec .heading-text:before {
    background: #4829CF;
    left: -200px;
    top: -46px
}

.web-sec .heading-text:after {
    border-bottom: 18px solid #6FC047;
    border-top: unset;
    top: -15px;
    animation: bounce-tri 3s infinite;
    transition: 3s ease-in
}

@keyframes bounce-tri {

    0%,
    100% {
        transform: translate(0)
    }

    50% {
        transform: translateY(50px)
    }
}

.our-highlights .heading-text {
    color: #333
}

.highlight-content p.text-p {
    color: #000;
    width: 100%;
    padding: 20px 0
}

.high-head,
.high-features {
    margin: 17px 0;
    width: 100%
}

.high-head {
    padding: 30px
}

.high-features {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    position: relative
}

img.img-feature {
    width: 57px;
    float: right;
    position: absolute;
    right: -1px;
    top: -1px
}

.card-item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 370px
}

.data-line1,
.data-line2,
.data-line3,
.data-line4,
.data-line5 {
    width: 100%;
    float: left;
    position: relative
}

.data-line1:after,
.data-line2:after,
.data-line4:after,
.data-line5:after,
.data-line1:before,
.data-line2:before,
.data-line3:before,
.data-line4:before,
.data-line5:before {
    content: "";
    position: absolute;
    width: 30px;
    border: 1px dashed #8D8D8D;
    top: 50%;
    left: -30px
}

.data-line1:before,
.data-line2:before,
.data-line3:before,
.data-line4:before,
.data-line5:before {
    top: 0;
    left: 50%;
    transform: rotate(90deg)
}

.data-line1:before,
.data-line2:before {
    display: none
}

.card-item .imgBx {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: 0.5s;
    left: 0
}

.card-item img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

.card-item p.service-head {
    color: #1F3042;
    font-size: 20px;
    line-height: 30px;
    width: 70%;
    padding-top: 24px;
    margin: 0 auto
}

.high-text {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 0.5s;
    z-index: 10;
    left: 0
}

.high-transition {
    position: absolute;
    width: 100%;
    height: 60px;
    text-align: center;
    transform: translateY(350px);
    transition: 0.5s;
    z-index: 10;
    left: 0
}

.high-features:hover:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 30px;
    right: 20px;
    z-index: -1
}

.high-features:hover {
    box-shadow: -26px 19px 33px rgb(0 0 0 / .1)
}

.high-features:hover .imgBx {
    top: -10%;
    transform: translate(-130px, 60px)
}

.high-features:hover .high-text {
    top: 65px;
    text-align: left
}

.high-features:hover .card-item p.service-head {
    width: 85%
}

.high-features:hover .high-transition {
    transform: translateY(135px)
}

.high-features:hover p.text-p {
    width: 85%;
    margin: 0 auto;
    text-align: left
}

.high-features:hover .card-item p.service-head span {
    display: block
}

.tech-sec {
    background: url(../new-images/web-development/tech-bg.svg)no-repeat;
    background-size: cover;
    background-position: right
}

.tech-item {
    margin: 20px
}

.t-item {
    width: 150px;
    height: auto;
    background: #fff;
    padding: 15px 10px;
    border-radius: 12px;
    text-align: center
}

.tech-item:hover {
    box-shadow: -26px 19px 33px rgb(0 0 0 / .1);
    border-radius: 12px
}

h6.heading-text {
    color: #333;
    padding: 31px 0
}

#web-owl {
    width: 100%;
    float: left
}

h6.heading-text {
    color: #333;
    padding: 45px 0 30px 0
}

h6.heading-text:after,
h6.heading-text:before {
    display: none
}

#web-owl .owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

section#message_sect .inner_message_form {
    width: 100%;
    display: inline-block;
    background: url(../images/web-development/web-devlopment-background.webp) no-repeat #000944;
    margin: 0;
    padding: 30px;
    border-radius: 20px;
    box-shadow: inset 0 3px 10px #2a2a2a63
}

#message_sect .inner_message_form .have_contact {
    margin: 0 auto 30px;
    line-height: 36px;
    text-align: center;
    color: #fff !important
}

section#message_sect .contant_message_form_part {
    width: 100%;
    margin: 0;
    background: url(../images/web-development/expert-3.webp) no-repeat;
    background-size: 38%;
    background-position: 2% 62%
}

section#message_sect .contant_message_form_part form {
    width: 57%;
    float: right;
    margin: 0;
    background: #ffffff17;
    border-radius: 10px;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    padding: 20px
}

section#message_sect .contant_message_form_part ul:not(.country-list) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
    margin: 0
}

section#message_sect .contant_message_form_part ul.where-find {
    justify-content: flex-start;
    color: #fff
}

section#message_sect .contant_message_form_part ul.where-find li span:active {
    color: #fff
}

li.two_sect_contact.dropdown-select label {
    color: #fff;
    font-size: 13px
}

section#message_sect .contant_message_form_part ul li:not(.two_sect_fields, .check-opt, .country) {
    width: 49%;
    margin: 0 0 15px;
    float: none;
    padding: 0;
    max-height: 80px;
    min-height: auto
}

.contant_message_form_part .info_col li.two_sect_fields {
    min-height: auto !important
}

section#message_sect .contant_message_form_part ul .info_col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section#message_sect .contant_message_form_part ul li input.form-control {
    height: 50px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px !important;
    padding: 8px 16px !important;
    text-indent: 0;
    background: #fff0;
    box-shadow: none;
    color: #fff !important
}

section#message_sect .contant_message_form_part ul li .form-control::placeholder {
    color: rgb(255 255 255 / .705) !important
}

section#message_sect .contant_message_form_part ul li span[class^="error"] {
    font-size: 13px
}

section#message_sect .contant_message_form_part ul li.two_sect_contact .intl-tel-input {
    display: flex;
    justify-content: flex-start;
    gap: 5px
}

section#message_sect .contant_message_form_part ul li .flag-container {
    width: 90px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    background: transparent !important;
    font-size: 13px;
    border-radius: 0;
    position: inherit
}

section#message_sect .contant_message_form_part ul li .flag-container+input.form-control {
    width: 88% !important
}

section#message_sect .contant_message_form_part ul li .flag-container .selected-flag {
    width: 100% !important;
    background: transparent !important
}

section#message_sect .contant_message_form_part ul li .flag-container .selected-flag .selected-dial-code {
    padding: 17px 17px 15px 24px !important;
    color: #fff
}

section#message_sect .contant_message_form_part ul li .flag-container .selected-flag .iti-arrow {
    border-top: 4px solid #fff !important
}

section#message_sect .contant_message_form_part ul li.one_sect_contact {
    width: 100%;
    max-height: 140px
}

section#message_sect .contant_message_form_part ul li.one_sect_contact textarea#comments_val {
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    font-size: 13px !important;
    width: 100% !important;
    height: 100px !important;
    padding: 8px 0 !important;
    text-indent: 0 !important;
    background: #fff0;
    color: #fff !important
}

section#message_sect .contant_message_form_part ul .info_col .btn_send_msg {
    background: #fff0;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff
}

.contant_message_form_part div#g-recaptcha {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

section#message_sect input:-webkit-autofill,
section#message_sect input:-webkit-autofill:hover,
section#message_sect input:-webkit-autofill:focus,
section#message_sect input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff
}

#popupcontact_form input:-webkit-autofill,
#popupcontact_form input:-webkit-autofill:hover,
#popupcontact_form input:-webkit-autofill:focus,
#popupcontact_form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s
}

@media only screen and (max-width:767px) {
    section#message_sect .contant_message_form_part {
        background: none
    }

    section#message_sect .contant_message_form_part form {
        width: 100%
    }

    section#message_sect .contant_message_form_part ul li input.form-control {
        padding: 8px 0 !important
    }

    #message_sect .inner_message_form .have_contact {
        font-size: 17px !important;
        line-height: 27px;
        margin: 0 30px 30px
    }
}

@media only screen and (min-width:320px) and (max-width:567px) {
    section#message_sect .inner_message_form {
        padding: 15px
    }

    section#message_sect .contant_message_form_part form {
        padding: 10px
    }

    section#message_sect .contant_message_form_part ul li .flag-container+input.form-control {
        width: 83% !important
    }

    section#message_sect .contant_message_form_part ul li .flag-container .selected-flag {
        padding: 0
    }

    section#message_sect .contant_message_form_part ul li .flag-container {
        width: 75px
    }
}

.rs-banner.style4 {
    position: relative
}

.breadcrumb-b {
    position: absolute;
    top: 25%;
    z-index: 2;
    align-items: center;
    background-color: #fff0;
    gap: 10px;
    padding: 0;
    left: 82px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

span.breadcrumb-item.active {
    color: #FFFFFF !important
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0
}

.breadcrumb-b .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: "|";
    opacity: .4
}

.breadcrumb-b .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff !important;
    content: "|";
    opacity: 1 !important
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-b *:not(.breadcrumb-item.active) {
    cursor: pointer
}

.breadcrumb-b img {
    width: 31px
}

.breadcrumb img {
    filter: invert(1)
}

.bg-gradient-dark-gray-transparent {
    background: -webkit-linear-gradient(right, rgb(24 25 28 / .5), #fff0);
    background: linear-gradient(to right, rgb(255 255 255 / 50%), #fff0)
}

.cta-wrap {
    transition: all 0.5s
}

.contact-btn {
    align-items: center;
    border: 2px solid #fff;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    border: 0;
    border-radius: 830px;
    box-shadow: rgb(151 65 252 / .2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s
}

.contact-btn:active,
.contact-btn:hover {
    outline: 0
}

.contact-btn span {
    border: 2px solid #fff;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    padding: 12px 22px;
    border-radius: 23px;
    width: 100%;
    height: 100%;
    transition: background-color 300ms, border 300ms
}

.contact-btn:hover span {
    color: #022279;
    background: #fff;
    border: 2px solid #fff
}

.contact-btn:active {
    transform: scale(.9)
}

.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 1rem
}

.faq-accordion .accordion-item:last-of-type {
    margin-bottom: 0
}

.faq-accordion .accordion-item button {
    border-radius: 1rem 1rem 0 0;
    border: none;
    padding: 1.5rem;
    font-weight: 600
}

.faq-accordion .accordion-item button.accordion-button {
    border-radius: 1rem
}

.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 1rem
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem
}

.faq-accordion .accordion-item button:focus {
    border-color: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #175cff
}

.accordion-list li {
    padding: 5px 0
}

.accordion-list li a {
    color: #737373;
    display: inline-block;
    width: 100%
}

.accordion-list li a:hover {
    color: #175cff
}

.cta-form-bg {
    background: url(../images/common/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.h-400 {
    height: 400px
}

.welcome-img {
    padding: 50px 25px;
    border-radius: 15px
}

.mfp-close-btn-in .mfp-close {
    color: #ffffff !important;
    font-size: 28px !important;
    background: #000000 !important;
    top: -0.5px !important;
    right: 0.9% !important
}

.br-17px {
    border-radius: 17px 0 0 0 !important
}

.skills-box {
    height: 100px
}

.btn-link:hover,
.btn-link:focus-visible {
    text-decoration: none
}

.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: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 1.0625rem;
    --bs-btn-border-radius: 0.4375rem
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.425rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.8125rem;
    --bs-btn-border-radius: 0.25rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        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: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid;
    border-right: .275rem solid #fff0;
    border-bottom: 0;
    border-left: .275rem solid #fff0
}

.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: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --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: 0.3125rem;
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(0.3125rem - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    --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: #175cff;
    --bs-dropdown-link-disabled-color: #737373;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #525252;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.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: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:992px) {
    .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:1400px) {
    .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: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: 0;
    border-right: .275rem solid #fff0;
    border-bottom: .275rem solid;
    border-left: .275rem solid #fff0
}

.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: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid #fff0;
    border-right: 0;
    border-bottom: .275rem solid #fff0;
    border-left: .275rem 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: .23375rem;
    vertical-align: .23375rem;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid #fff0;
    border-right: .275rem solid;
    border-bottom: .275rem solid #fff0
}

.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;
    white-space: nowrap;
    background-color: #fff0;
    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: #fff0
}

.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: #d4d4d4;
    --bs-dropdown-bg: #262626;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #d4d4d4;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #175cff;
    --bs-dropdown-link-disabled-color: #737373;
    --bs-dropdown-header-color: #737373
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.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: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    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: #fff0;
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0
}

.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: 0;
    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: 0
}

.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: 0;
    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: 0.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 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: #262626;
    --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: 0.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: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    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: #fff0;
    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(-0.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 {
    -ms-touch-action: pan-y;
    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;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    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;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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 #fff0;
    border-bottom: 10px solid #fff0;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        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 {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #0c0800
}

.carousel-dark .carousel-caption {
    color: #0c0800
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
    background-color: #0c0800
}

[data-bs-theme=dark] .carousel .carousel-caption {
    color: #0c0800
}

.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%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: #fff0
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.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 {
    --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: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.75
}

@media(max-width:575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:575.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        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);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width:575.98px) {
    .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);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width:575.98px) {
    .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);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width:575.98px) {
    .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);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width:575.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width:575.98px) {

    .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: #fff0 !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: #fff0 !important
    }
}

@media(max-width:767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:767.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        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);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width:767.98px) {
    .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);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width:767.98px) {
    .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);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width:767.98px) {
    .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);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width:767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width:767.98px) {

    .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: #fff0 !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: #fff0 !important
    }
}

@media(max-width:991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:991.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:991.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);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width:991.98px) {
    .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);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width:991.98px) {
    .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);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width:991.98px) {
    .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);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width:991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width:991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #fff0 !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: #fff0 !important
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:1199.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        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);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width:1199.98px) {
    .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);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width:1199.98px) {
    .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);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width:1199.98px) {
    .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);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width:1199.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width:1199.98px) {

    .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: #fff0 !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: #fff0 !important
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:1399.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:1399.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);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width:1399.98px) {
    .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);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width:1399.98px) {
    .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);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width:1399.98px) {
    .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);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width:1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width:1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #fff0 !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: #fff0 !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition)
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        -webkit-transition: none;
        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);
    -webkit-transform: translateX(-100%);
    transform: translateX(-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);
    -webkit-transform: translateX(100%);
    transform: translateX(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);
    -webkit-transform: translateY(-100%);
    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);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    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: #0c0800
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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(-0.5*var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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 {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #0c0800 55%, rgb(0 0 0 / .8) 75%, #0c0800 95%);
    mask-image: linear-gradient(130deg, #0c0800 55%, rgb(0 0 0 / .8) 75%, #0c0800 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(23, 92, 255, var(--bs-bg-opacity, 1)) !important
}

.text-bg-accent {
    color: #fff !important;
    background-color: RGBA(22, 131, 35, var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #0c0800 !important;
    background-color: RGBA(229, 229, 229, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #0c0800 !important;
    background-color: RGBA(116, 181, 27, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #0c0800 !important;
    background-color: RGBA(15, 207, 255, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #0c0800 !important;
    background-color: RGBA(255, 195, 0, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #0c0800 !important;
    background-color: RGBA(255, 107, 53, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: #175cff !important
}

.link-primary:hover,
.link-primary:focus {
    color: #175cff !important
}

.link-accent {
    color: #168323 !important
}

.link-accent:hover,
.link-accent:focus {
    color: #168323 !important
}

.link-secondary {
    color: #e5e5e5 !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: #e5e5e5 !important
}

.link-success {
    color: #74b51b !important
}

.link-success:hover,
.link-success:focus {
    color: #74b51b !important
}

.link-info {
    color: #0fcfff !important
}

.link-info:hover,
.link-info:focus {
    color: #0fcfff !important
}

.link-warning {
    color: #ffc300 !important
}

.link-warning:hover,
.link-warning:focus {
    color: #ffc300 !important
}

.link-danger {
    color: #ff6b35 !important
}

.link-danger:hover,
.link-danger:focus {
    color: #ff6b35 !important
}

.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: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:992px) {
    .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:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 1
}

.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 {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    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-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .25rem .5625rem -.0625rem rgb(12 8 0 / .03), 0 .275rem 1.25rem -.0625rem rgb(12 8 0 / .05) !important;
    box-shadow: 0 .25rem .5625rem -.0625rem rgb(12 8 0 / .03), 0 .275rem 1.25rem -.0625rem rgb(12 8 0 / .05) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .3rem -.0625rem rgb(12 8 0 / .03), 0 .275rem .75rem -.0625rem rgb(12 8 0 / .06) !important;
    box-shadow: 0 .125rem .3rem -.0625rem rgb(12 8 0 / .03), 0 .275rem .75rem -.0625rem rgb(12 8 0 / .06) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 .3rem 1.525rem -.375rem rgb(12 8 0 / .1) !important;
    box-shadow: 0 .3rem 1.525rem -.375rem rgb(12 8 0 / .1) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    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-10 {
    margin: 10rem !important
}

.m-sm-grid-gutter {
    margin: 1.5rem !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-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important
}

.mx-sm-grid-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !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-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
}

.my-sm-grid-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !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-10 {
    margin-top: 10rem !important
}

.mt-sm-grid-gutter {
    margin-top: 1.5rem !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-10 {
    margin-right: 10rem !important
}

.me-sm-grid-gutter {
    margin-right: 1.5rem !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-10 {
    margin-bottom: 10rem !important
}

.mb-sm-grid-gutter {
    margin-bottom: 1.5rem !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-10 {
    margin-left: 10rem !important
}

.ms-sm-grid-gutter {
    margin-left: 1.5rem !important
}

.ms-sm-auto {
    margin-left: auto !important
}

.m-sm-n1 {
    margin: -0.25rem !important
}

.m-sm-n2 {
    margin: -0.5rem !important
}

.m-sm-n3 {
    margin: -1rem !important
}

.m-sm-n4 {
    margin: -1.5rem !important
}

.m-sm-n5 {
    margin: -3rem !important
}

.m-sm-n10 {
    margin: -10rem !important
}

.m-sm-ngrid-gutter {
    margin: -1.5rem !important
}

.mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

.mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important
}

.mx-sm-ngrid-gutter {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
}

.my-sm-ngrid-gutter {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.mt-sm-n1 {
    margin-top: -0.25rem !important
}

.mt-sm-n2 {
    margin-top: -0.5rem !important
}

.mt-sm-n3 {
    margin-top: -1rem !important
}

.mt-sm-n4 {
    margin-top: -1.5rem !important
}

.mt-sm-n5 {
    margin-top: -3rem !important
}

.mt-sm-n10 {
    margin-top: -10rem !important
}

.mt-sm-ngrid-gutter {
    margin-top: -1.5rem !important
}

.me-sm-n1 {
    margin-right: -0.25rem !important
}

.me-sm-n2 {
    margin-right: -0.5rem !important
}

.me-sm-n3 {
    margin-right: -1rem !important
}

.me-sm-n4 {
    margin-right: -1.5rem !important
}

.me-sm-n5 {
    margin-right: -3rem !important
}

.me-sm-n10 {
    margin-right: -10rem !important
}

.me-sm-ngrid-gutter {
    margin-right: -1.5rem !important
}

.mb-sm-n1 {
    margin-bottom: -0.25rem !important
}

.mb-sm-n2 {
    margin-bottom: -0.5rem !important
}

.mb-sm-n3 {
    margin-bottom: -1rem !important
}

.mb-sm-n4 {
    margin-bottom: -1.5rem !important
}

.mb-sm-n5 {
    margin-bottom: -3rem !important
}

.mb-sm-n10 {
    margin-bottom: -10rem !important
}

.mb-sm-ngrid-gutter {
    margin-bottom: -1.5rem !important
}

.ms-sm-n1 {
    margin-left: -0.25rem !important
}

.ms-sm-n2 {
    margin-left: -0.5rem !important
}

.ms-sm-n3 {
    margin-left: -1rem !important
}

.ms-sm-n4 {
    margin-left: -1.5rem !important
}

.ms-sm-n5 {
    margin-left: -3rem !important
}

.ms-sm-n10 {
    margin-left: -10rem !important
}

.ms-sm-ngrid-gutter {
    margin-left: -1.5rem !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
}

.p-sm-10 {
    padding: 10rem !important
}

.p-sm-grid-gutter {
    padding: 1.5rem !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
}

.px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important
}

.px-sm-grid-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !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
}

.py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
}

.py-sm-grid-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !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
}

.pt-sm-10 {
    padding-top: 10rem !important
}

.pt-sm-grid-gutter {
    padding-top: 1.5rem !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
}

.pe-sm-10 {
    padding-right: 10rem !important
}

.pe-sm-grid-gutter {
    padding-right: 1.5rem !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
}

.pb-sm-10 {
    padding-bottom: 10rem !important
}

.pb-sm-grid-gutter {
    padding-bottom: 1.5rem !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
}

.ps-sm-10 {
    padding-left: 10rem !important
}

.ps-sm-grid-gutter {
    padding-left: 1.5rem !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
}

.gap-sm-10 {
    gap: 10rem !important
}

.gap-sm-grid-gutter {
    gap: 1.5rem !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
}

.row-gap-sm-10 {
    row-gap: 10rem !important
}

.row-gap-sm-grid-gutter {
    row-gap: 1.5rem !important
}

.column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-sm-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-sm-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-sm-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important
}

.column-gap-sm-grid-gutter {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !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 {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        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-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        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-10 {
        margin: 10rem !important
    }

    .m-md-grid-gutter {
        margin: 1.5rem !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-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-md-grid-gutter {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !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-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-md-grid-gutter {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !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-10 {
        margin-top: 10rem !important
    }

    .mt-md-grid-gutter {
        margin-top: 1.5rem !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-10 {
        margin-right: 10rem !important
    }

    .me-md-grid-gutter {
        margin-right: 1.5rem !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-10 {
        margin-bottom: 10rem !important
    }

    .mb-md-grid-gutter {
        margin-bottom: 1.5rem !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-10 {
        margin-left: 10rem !important
    }

    .ms-md-grid-gutter {
        margin-left: 1.5rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .m-md-n10 {
        margin: -10rem !important
    }

    .m-md-ngrid-gutter {
        margin: -1.5rem !important
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-md-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-md-ngrid-gutter {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-md-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-md-ngrid-gutter {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .mt-md-n10 {
        margin-top: -10rem !important
    }

    .mt-md-ngrid-gutter {
        margin-top: -1.5rem !important
    }

    .me-md-n1 {
        margin-right: -0.25rem !important
    }

    .me-md-n2 {
        margin-right: -0.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .me-md-n10 {
        margin-right: -10rem !important
    }

    .me-md-ngrid-gutter {
        margin-right: -1.5rem !important
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .mb-md-n10 {
        margin-bottom: -10rem !important
    }

    .mb-md-ngrid-gutter {
        margin-bottom: -1.5rem !important
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .ms-md-n10 {
        margin-left: -10rem !important
    }

    .ms-md-ngrid-gutter {
        margin-left: -1.5rem !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
    }

    .p-md-10 {
        padding: 10rem !important
    }

    .p-md-grid-gutter {
        padding: 1.5rem !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
    }

    .px-md-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-md-grid-gutter {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !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
    }

    .py-md-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-md-grid-gutter {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !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
    }

    .pt-md-10 {
        padding-top: 10rem !important
    }

    .pt-md-grid-gutter {
        padding-top: 1.5rem !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
    }

    .pe-md-10 {
        padding-right: 10rem !important
    }

    .pe-md-grid-gutter {
        padding-right: 1.5rem !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
    }

    .pb-md-10 {
        padding-bottom: 10rem !important
    }

    .pb-md-grid-gutter {
        padding-bottom: 1.5rem !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
    }

    .ps-md-10 {
        padding-left: 10rem !important
    }

    .ps-md-grid-gutter {
        padding-left: 1.5rem !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
    }

    .gap-md-10 {
        gap: 10rem !important
    }

    .gap-md-grid-gutter {
        gap: 1.5rem !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
    }

    .row-gap-md-10 {
        row-gap: 10rem !important
    }

    .row-gap-md-grid-gutter {
        row-gap: 1.5rem !important
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-md-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-md-grid-gutter {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !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:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        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-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        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-10 {
        margin: 10rem !important
    }

    .m-lg-grid-gutter {
        margin: 1.5rem !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-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-lg-grid-gutter {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !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-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-lg-grid-gutter {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !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-10 {
        margin-top: 10rem !important
    }

    .mt-lg-grid-gutter {
        margin-top: 1.5rem !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-10 {
        margin-right: 10rem !important
    }

    .me-lg-grid-gutter {
        margin-right: 1.5rem !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-10 {
        margin-bottom: 10rem !important
    }

    .mb-lg-grid-gutter {
        margin-bottom: 1.5rem !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-10 {
        margin-left: 10rem !important
    }

    .ms-lg-grid-gutter {
        margin-left: 1.5rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .m-lg-n10 {
        margin: -10rem !important
    }

    .m-lg-ngrid-gutter {
        margin: -1.5rem !important
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-lg-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-lg-ngrid-gutter {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-lg-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-lg-ngrid-gutter {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .mt-lg-n10 {
        margin-top: -10rem !important
    }

    .mt-lg-ngrid-gutter {
        margin-top: -1.5rem !important
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .me-lg-n10 {
        margin-right: -10rem !important
    }

    .me-lg-ngrid-gutter {
        margin-right: -1.5rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n10 {
        margin-bottom: -10rem !important
    }

    .mb-lg-ngrid-gutter {
        margin-bottom: -1.5rem !important
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .ms-lg-n10 {
        margin-left: -10rem !important
    }

    .ms-lg-ngrid-gutter {
        margin-left: -1.5rem !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
    }

    .p-lg-10 {
        padding: 10rem !important
    }

    .p-lg-grid-gutter {
        padding: 1.5rem !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
    }

    .px-lg-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-lg-grid-gutter {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !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
    }

    .py-lg-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-lg-grid-gutter {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !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
    }

    .pt-lg-10 {
        padding-top: 10rem !important
    }

    .pt-lg-grid-gutter {
        padding-top: 1.5rem !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
    }

    .pe-lg-10 {
        padding-right: 10rem !important
    }

    .pe-lg-grid-gutter {
        padding-right: 1.5rem !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
    }

    .pb-lg-10 {
        padding-bottom: 10rem !important
    }

    .pb-lg-grid-gutter {
        padding-bottom: 1.5rem !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
    }

    .ps-lg-10 {
        padding-left: 10rem !important
    }

    .ps-lg-grid-gutter {
        padding-left: 1.5rem !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
    }

    .gap-lg-10 {
        gap: 10rem !important
    }

    .gap-lg-grid-gutter {
        gap: 1.5rem !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
    }

    .row-gap-lg-10 {
        row-gap: 10rem !important
    }

    .row-gap-lg-grid-gutter {
        row-gap: 1.5rem !important
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-lg-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-lg-grid-gutter {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !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 {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        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-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        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-10 {
        margin: 10rem !important
    }

    .m-xl-grid-gutter {
        margin: 1.5rem !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-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-xl-grid-gutter {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !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-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-xl-grid-gutter {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !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-10 {
        margin-top: 10rem !important
    }

    .mt-xl-grid-gutter {
        margin-top: 1.5rem !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-10 {
        margin-right: 10rem !important
    }

    .me-xl-grid-gutter {
        margin-right: 1.5rem !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-10 {
        margin-bottom: 10rem !important
    }

    .mb-xl-grid-gutter {
        margin-bottom: 1.5rem !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-10 {
        margin-left: 10rem !important
    }

    .ms-xl-grid-gutter {
        margin-left: 1.5rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .m-xl-n10 {
        margin: -10rem !important
    }

    .m-xl-ngrid-gutter {
        margin: -1.5rem !important
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xl-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-xl-ngrid-gutter {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xl-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-xl-ngrid-gutter {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .mt-xl-n10 {
        margin-top: -10rem !important
    }

    .mt-xl-ngrid-gutter {
        margin-top: -1.5rem !important
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .me-xl-n10 {
        margin-right: -10rem !important
    }

    .me-xl-ngrid-gutter {
        margin-right: -1.5rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n10 {
        margin-bottom: -10rem !important
    }

    .mb-xl-ngrid-gutter {
        margin-bottom: -1.5rem !important
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .ms-xl-n10 {
        margin-left: -10rem !important
    }

    .ms-xl-ngrid-gutter {
        margin-left: -1.5rem !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
    }

    .p-xl-10 {
        padding: 10rem !important
    }

    .p-xl-grid-gutter {
        padding: 1.5rem !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
    }

    .px-xl-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-xl-grid-gutter {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !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
    }

    .py-xl-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xl-grid-gutter {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !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
    }

    .pt-xl-10 {
        padding-top: 10rem !important
    }

    .pt-xl-grid-gutter {
        padding-top: 1.5rem !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
    }

    .pe-xl-10 {
        padding-right: 10rem !important
    }

    .pe-xl-grid-gutter {
        padding-right: 1.5rem !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
    }

    .pb-xl-10 {
        padding-bottom: 10rem !important
    }

    .pb-xl-grid-gutter {
        padding-bottom: 1.5rem !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
    }

    .ps-xl-10 {
        padding-left: 10rem !important
    }

    .ps-xl-grid-gutter {
        padding-left: 1.5rem !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
    }

    .gap-xl-10 {
        gap: 10rem !important
    }

    .gap-xl-grid-gutter {
        gap: 1.5rem !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
    }

    .row-gap-xl-10 {
        row-gap: 10rem !important
    }

    .row-gap-xl-grid-gutter {
        row-gap: 1.5rem !important
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xl-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-xl-grid-gutter {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !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:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        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-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !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
    }

    .gap-xxl-10 {
        gap: 10rem !important
    }

    .gap-xxl-grid-gutter {
        gap: 1.5rem !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
    }

    .row-gap-xxl-10 {
        row-gap: 10rem !important
    }

    .row-gap-xxl-grid-gutter {
        row-gap: 1.5rem !important
    }

    .column-gap-xxl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xxl-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-xxl-grid-gutter {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.scroller-y__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes scrollY {
    100% {
        -webkit-transform: translateY(calc(-50% - 0.5rem));
        transform: translateY(calc(-50% - 0.5rem))
    }
}

@keyframes scrollY {
    100% {
        -webkit-transform: translateY(calc(-50% - 0.5rem));
        transform: translateY(calc(-50% - 0.5rem))
    }
}

.sticky-header {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.affix {
    top: 0;
    left: 0;
    margin: auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    -webkit-animation: 300ms ease-in-out fadeInDown;
    animation: 300ms ease-in-out fadeInDown;
    background: #111827;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.dropdown-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    background: #fff
}

.dropdown-grid.width-half {
    grid-template-columns: 1fr;
    width: 320px
}

.dropdown-grid.width-full.homepage-dropdown {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%
}

.width-full-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.width-full-3 .dropdown-grid-item {
    width: 275px
}

.dropdown-grid-item {
    width: auto;
    padding: 20px
}

@media(max-width:1399px) {
    .dropdown-grid-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

.width-full-3 .dropdown-grid-item.last-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    grid-column-start: span 2
}

.radius-right-side {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.radius-left-side {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.main-menu li.nav-item {
    position: inherit
}

.main-menu li.nav-item .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu li.nav-item:hover .dropdown-menu:before {
    opacity: 1
}

.main-menu li a.nav-link {
    padding: .85rem 1.5rem;
    font-size: .9375rem;
    font-weight: 500;
    position: relative;
    font-family: "Poppins", sans-serif
}

.dropdown-menu {
    right: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.homepage-list-wrapper {
    left: 0 !important;
    -webkit-transform: inherit;
    transform: inherit
}

@media(max-width:1600px) {
    .homepage-list-wrapper::before {
        left: 37% !important
    }
}

@media(max-width:1440px) {
    .homepage-list-wrapper::before {
        left: 24% !important
    }
}

.navbar-dark.home .main-menu li a.nav-link,
.navbar-dark .action-btns a.btn-link {
    color: #ffffff !important
}

.navbar-dark .main-menu li a.nav-link,
.navbar-dark .action-btns a.btn-link {
    color: #110000 !important
}

.navbar-light .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .action-btns a.btn-link {
    color: #737373
}

.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
    background: #fff
}

.navbar-light.sticky-header.affix .btn,
.navbar-dark.sticky-header.affix .btn,
.bg-dark .btn,
.coming-soon-section .btn,
.bg-gradient .btn,
.coming-soon-section .btn,
.navbar-dark .btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-light .navbar-brand img.logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
    display: none
}

.navbar-dark.sticky-header.affix .navbar-toggler span {
    color: #737373
}

.navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
    display: block
}

.main-menu li a.nav-link:hover,
.action-btns a.btn-link:hover,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
    color: #175cff
}

.dropdown-grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: .55rem 1rem !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px
}

.dropdown-grid-item a span {
    opacity: .9;
    font-size: .9375rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dropdown-grid-item a:hover {
    background: #e5e5e5
}

.dropdown-grid-item .drop-heading {
    padding-left: 1rem;
    font-size: 1rem
}

.dropdown-grid-item .drop-title {
    font-size: .875rem;
    color: #737373;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
    color: #175cff;
    opacity: 1
}

header .navbar-brand img {
    max-height: 55px !important
}

.sticky .navbar.sticky-header {
    background: #f1f5f9 !important
}

.sticky .navbar.sticky-header.home .nav-item a.nav-link,
.sticky .navbar.sticky-header.home a.nav-link {
    color: #000000 !important
}

.ca-header .navbar-dark .main-menu li a.nav-link,
.ca-header .navbar-dark .action-btns a.btn-link {
    color: #fff
}

.ca-header .navbar-dark.sticky-header.affix {
    background-color: #182561
}

.ca-header .navbar-dark.sticky-header.affix .main-menu li a.nav-link {
    color: #fff
}

.ca-header .navbar-dark.sticky-header.affix .action-btns a.btn-link {
    color: #fff
}

.ca-header .navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
    display: none
}

.ca-header .navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
    display: block
}

.ca-header .offcanvas-body .main-menu li a.nav-link {
    color: #737373
}

.ca-header .navbar-toggler {
    color: #fff
}

.ca-header .navbar-toggler:hover {
    color: #f55f4e
}

.about-us,
.mob-app,
.data-science,
.contact {
    background-color: #182561
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    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 {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.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));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid #fff0;
    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.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: #fff0;
    border-color: #fff0
}

.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: 0.3125rem;
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #175cff
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: #fff0;
    border-color: #fff0
}

.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-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.390625rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.125rem;
    --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: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.125rem;
    --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%28115, 115, 115, 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), 0.15);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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);
    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: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #fff0;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    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:576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: #fff0 !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: #fff0 !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: #fff0 !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: #fff0 !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: #fff0 !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: #fff0 !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.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, 0.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 {
    --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")
}

.main-menu li.nav-item {
    position: inherit
}

.main-menu li.nav-item .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu li.nav-item:hover .dropdown-menu:before {
    opacity: 1
}

.dropdown-menu {
    right: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.homepage-list-wrapper {
    left: 0 !important;
    -webkit-transform: inherit;
    transform: inherit
}

@media(max-width:1600px) {
    .homepage-list-wrapper::before {
        left: 37% !important
    }
}

@media(max-width:1440px) {
    .homepage-list-wrapper::before {
        left: 24% !important
    }
}

.navbar-dark .main-menu li a.nav-link,
.navbar-dark .action-btns a.btn-link {
    color: #fff
}

.navbar-light .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .action-btns a.btn-link {
    color: #737373
}

.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
    background: #fff
}

.navbar-light.sticky-header.affix .btn,
.navbar-dark.sticky-header.affix .btn,
.bg-dark .btn,
.coming-soon-section .btn,
.bg-gradient .btn,
.coming-soon-section .btn,
.navbar-dark .btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-light .navbar-brand img.logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white {
    display: none
}

.navbar-dark.sticky-header.affix .navbar-toggler span {
    color: #737373
}

.navbar-dark.sticky-header.affix .navbar-brand img.logo-color {
    display: block
}

.main-menu li a.nav-link:hover,
.action-btns a.btn-link:hover,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover {
    color: #175cff
}

.dropdown-grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: .55rem 1rem !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px
}

.dropdown-grid-item a span {
    opacity: .9;
    font-size: .9375rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dropdown-grid-item a:hover {
    background: #e5e5e5
}

.dropdown-grid-item .drop-heading {
    padding-left: 1rem;
    font-size: 1rem
}

.dropdown-grid-item .drop-title {
    font-size: .875rem;
    color: #737373;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
    color: #175cff;
    opacity: 1
}

.demo-list {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    text-align: center
}

.dropdown-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-info p {
    font-size: 13px;
    margin-bottom: 0
}

.offcanvas.show {
    visibility: visible;
    z-index: 9999
}

.offcanvas-backdrop:before {
    display: none
}

.offcanvas-header button.close-btn {
    background: rgb(255 107 53 / .12);
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 20px
}

.offcanvas-header button.close-btn i {
    line-height: 32px
}

.offcanvas-body .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    right: 0;
    border: none
}

.offcanvas-body .main-menu li a.nav-link {
    color: #737373;
    padding: .5rem 1rem
}

.offcanvas-body .main-menu li a.nav-link:hover {
    color: #175cff
}

.offcanvas-body .radius-right-side {
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.offcanvas-body .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    margin: 15px 0 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.offcanvas-body .dropdown-grid {
    display: block;
    width: auto
}

.offcanvas-body .dropdown-grid-item {
    width: 100%
}

.offcanvas-body .dropdown-grid-item.last-item {
    display: none
}

@media(max-width:1199px) {
    .nav.main-menu {
        display: block !important
    }
}

@media(max-width:991px) {
    .nav.main-menu {
        display: block
    }
}

@media(min-width:320px)and (max-width:767px) {
    .sticky-header.affix {
        padding: 15px 0 !important
    }
}

.dropdown-toggle::after {
    vertical-align: middle
}

.offcanvas.show {
    visibility: visible;
    z-index: 9999
}

.offcanvas-backdrop:before {
    display: none
}

.offcanvas-header button.close-btn {
    background: rgb(255 107 53 / .12);
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 20px
}

.offcanvas-header button.close-btn i {
    line-height: 32px
}

.offcanvas-body .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    right: 0;
    border: none
}

.offcanvas-body .main-menu li a.nav-link {
    color: #737373;
    padding: .5rem 1rem
}

.offcanvas-body .main-menu li a.nav-link:hover {
    color: #175cff
}

.offcanvas-body .radius-right-side {
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.offcanvas-body .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    margin: 15px 0 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.offcanvas-body .dropdown-grid {
    display: block;
    width: auto
}

.offcanvas-body .dropdown-grid-item {
    width: 100%
}

.offcanvas-body .dropdown-grid-item.last-item {
    display: none
}

@media (max-width:1600px) {
    .navbar-brand .mobile-logo {
        display: none
    }

    .sticky .logo-color {
        display: block !important
    }

    .sticky .logo-white {
        display: none
    }

    .trionova-banner-lap {
        display: block
    }

    .trionova-banner-mobile {
        display: none
    }
}

@media (max-width:768px) {
    .navbar-brand .mobile-logo {
        display: block !important
    }

    .navbar-brand .desc-logo {
        display: none !important
    }

    .desc-logo {
        display: none !important
    }

    .navbar-brand .logo-color {
        display: none !important
    }

    .trionova-banner-lap {
        display: none
    }

    .trionova-banner-mobile {
        display: block
    }
}

i[class^=flaticon-]:before,
i[class*=" flaticon-"]:before {
    color: #182561
}

.pt-140px {
    padding-top: 140px !important
}

@media only screen and (min-width:1440px) {
    .container {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto
    }

    .width-full-3 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width:1440px) {
    .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
    }
}

header .navbar {
    background: #fff
}

header .navbar.home {
    background: #b9bdc0 !important
}

@font-face {
    font-family: "flaticon_quiety";
    src: url(../fonts/flaticon_quiety.ttf) format("truetype"), url(../fonts/flaticon_quiety.woff) format("woff"), url(../fonts/flaticon_quiety.woff2) format("woff2"), url(../fonts/flaticon_quiety.eot) format("embedded-opentype"), url(../fonts/flaticon_quiety.html) format("svg")
}

i[class^=flaticon-]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon_quiety !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flaticon-layer:before {
    content: ""
}

.flaticon-group:before {
    content: ""
}

.flaticon-watch:before {
    content: ""
}

.flaticon-server-storage:before {
    content: ""
}

.flaticon-play:before {
    content: ""
}

.flaticon-edit:before {
    content: ""
}

.flaticon-eject:before {
    content: ""
}

.flaticon-rocket:before {
    content: ""
}

.flaticon-verified:before {
    content: ""
}

.flaticon-folder:before {
    content: ""
}

.flaticon-cloud-download:before {
    content: ""
}

.flaticon-copyright:before {
    content: ""
}

.flaticon-menu:before {
    content: ""
}

.flaticon-bell:before {
    content: ""
}

.flaticon-add:before {
    content: ""
}

.flaticon-check-mark:before {
    content: ""
}

.flaticon-street-view:before {
    content: ""
}

.flaticon-microphone:before {
    content: ""
}

.flaticon-network:before {
    content: ""
}

.flaticon-phone-book:before {
    content: ""
}

.flaticon-paper-plane:before {
    content: ""
}

.flaticon-trash:before {
    content: ""
}

.flaticon-id-card:before {
    content: ""
}

.flaticon-chat-bubble:before {
    content: ""
}

.flaticon-git:before {
    content: ""
}

.flaticon-delivery-truck:before {
    content: ""
}

.flaticon-graduate:before {
    content: ""
}

.flaticon-web-page:before {
    content: ""
}

.flaticon-add-contact:before {
    content: ""
}

.flaticon-command:before {
    content: ""
}

.flaticon-headset:before {
    content: ""
}

.flaticon-folder-1:before {
    content: ""
}

.flaticon-cancel:before {
    content: ""
}

.flaticon-house:before {
    content: ""
}

.flaticon-share:before {
    content: ""
}

.flaticon-upload:before {
    content: ""
}

.flaticon-printer:before {
    content: ""
}

.flaticon-download:before {
    content: ""
}

.flaticon-shuffle:before {
    content: ""
}

.flaticon-avatar:before {
    content: ""
}

.flaticon-pie-chart:before {
    content: ""
}

.flaticon-star:before {
    content: ""
}

.flaticon-link:before {
    content: ""
}

.flaticon-copy:before {
    content: ""
}

.flaticon-padlock:before {
    content: ""
}

.flaticon-settings:before {
    content: ""
}

.flaticon-upload-1:before {
    content: ""
}

.flaticon-download-1:before {
    content: ""
}

.flaticon-magnifying-glass:before {
    content: ""
}

.flaticon-like:before {
    content: ""
}

.flaticon-settings-1:before {
    content: ""
}

.flaticon-heart:before {
    content: ""
}

.flaticon-placeholder:before {
    content: ""
}

.flaticon-next:before {
    content: ""
}

.flaticon-garbage:before {
    content: ""
}

.flaticon-danger:before {
    content: ""
}

.flaticon-clipboard:before {
    content: ""
}

.flaticon-analytics:before {
    content: ""
}

.flaticon-graduation-cap:before {
    content: ""
}

.flaticon-flash:before {
    content: ""
}

.flaticon-user:before {
    content: ""
}

.flaticon-shopping-list:before {
    content: ""
}

.flaticon-briefcase:before {
    content: ""
}

.flaticon-credit-card:before {
    content: ""
}

.flaticon-pen-tool:before {
    content: ""
}

.flaticon-fingerprint:before {
    content: ""
}

.flaticon-logout:before {
    content: ""
}

.flaticon-envelope:before {
    content: ""
}

.flaticon-shopping-bag:before {
    content: ""
}

.flaticon-speaker:before {
    content: ""
}

.flaticon-phone-call:before {
    content: ""
}

.flaticon-vector:before {
    content: ""
}

.flaticon-dislike:before {
    content: ""
}

.flaticon-reload:before {
    content: ""
}

.flaticon-chat:before {
    content: ""
}

.flaticon-chat-1:before {
    content: ""
}

.flaticon-chat-2:before {
    content: ""
}

.flaticon-sun:before {
    content: ""
}

.flaticon-moon:before {
    content: ""
}

.flaticon-web-programming:before {
    content: ""
}

.flaticon-paper-plane-1:before {
    content: ""
}

.flaticon-sun-1:before {
    content: ""
}

.flaticon-moon-1:before {
    content: ""
}

@charset "utf-8";

a.nav-expander {
    background: #fff0;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    margin-right: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: auto;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s
}

a.nav-expander:hover {
    cursor: pointer
}

nav.right_menu_togle {
    background: rgb(0 0 0 / .9);
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -520px;
    font-size: 15px;
    top: 0;
    width: 100%;
    max-width: 520px;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s
}

.nav-expanded nav {
    right: 0
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s
}

.right_menu_togle .close-btn {
    overflow: hidden;
    padding: 35px 10px 20px
}

.right_menu_togle .canvas-logo {
    padding-left: 24px;
    padding-bottom: 20px
}

.right_menu_togle .search-wrap {
    padding: 20px 24px 0;
    position: relative
}

.right_menu_togle .search-wrap label {
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative
}

.right_menu_togle .search-wrap input,
.right_menu_togle .search-wrap button {
    border: none;
    outline: none
}

.right_menu_togle .search-wrap input {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    padding: 7px 25px;
    margin-top: 6px
}

.right_menu_togle .search-wrap button {
    position: absolute;
    right: 40px;
    background: #fff0;
    cursor: pointer;
    bottom: 7px;
    font-size: 18px
}

.sidebarnav_menu.main-menu li.menu-item-has-children:before {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background: rgb(255 255 255 / .2);
    border: 1px solid rgb(255 255 255 / .3);
    right: 8px;
    top: 5px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    font-size: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s
}

.sidebarnav_menu.main-menu li.menu-item-has-children.open:before {
    content: "\f077";
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s
}

.sidebarnav_menu.main-menu li.menu-item-has-children ul {
    display: none
}

.sidebarnav_menu.main-menu li.menu-item-has-children ul li a {
    display: block;
    padding: 8px 45px;
    font-size: 14px
}

.sidebarnav_menu.main-menu li ul li:hover a,
.sidebarnav_menu.main-menu li ul li.active a {
    background: rgb(0 0 0 / .15) !important
}

.sidebarnav_menu.main-menu li {
    border-bottom: 1px solid rgb(255 255 255 / .15);
    font-size: 16px;
    position: relative;
    display: block
}

.sidebarnav_menu.main-menu .list-unstyled li:last-child {
    border-bottom: 0
}

.sidebarnav_menu.main-menu .list-unstyled {
    border-top: 1px solid rgb(255 255 255 / .15)
}

.sidebarnav_menu.main-menu .list-unstyled li {
    border: 0
}

.sidebarnav_menu.main-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s
}

.sidebarnav_menu.main-menu li ul li a {
    padding: 8px 0 8px 40px
}

.sidebarnav_menu.main-menu li a:hover {
    color: #FFF;
    text-decoration: none
}

.sidebarnav_menu.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0;
    content: "";
    margin-top: 8px
}

.sidebarnav_menu.main-menu a:hover .caret {
    border-top-color: #4f5963
}

.sidebarnav_menu.main-menu li.open>a>.caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0
}

.sidebarnav_menu.main-menu li.open>a:hover>.caret {
    border-bottom-color: #4f5963
}

.icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    content: '\f105'
}

.sidebarnav_menu.main-menu li>a>span.icon {
    float: right;
    margin: .1em 1.7em -.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.sidebarnav_menu.main-menu li>a:hover>span.icon {
    float: right;
    margin: .1em .8em -.1em 0;
    opacity: 1
}

.sidebar_nav.navbar {
    position: absolute;
    min-height: auto;
    margin-bottom: 0;
    border: 0
}

.rs-menu.rs-menu-close,
.sidebar_nav.navbar-inverse {
    background: #fff0
}

html {
    scroll-behavior: smooth
}

.padding-0 {
    padding: 0
}

.margin-0 {
    margin: 0
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 1px
}

.pt-2 {
    padding-top: 2px
}

.pt-3 {
    padding-top: 3px
}

.pt-4 {
    padding-top: 4px
}

.pt-5 {
    padding-top: 5px
}

.pt-6 {
    padding-top: 6px
}

.pt-7 {
    padding-top: 7px
}

.pt-8 {
    padding-top: 8px
}

.pt-9 {
    padding-top: 9px
}

.pt-10 {
    padding-top: 10px
}

.pt-11 {
    padding-top: 11px
}

.pt-12 {
    padding-top: 12px
}

.pt-13 {
    padding-top: 13px
}

.pt-14 {
    padding-top: 14px
}

.pt-15 {
    padding-top: 15px
}

.pt-16 {
    padding-top: 16px
}

.pt-17 {
    padding-top: 17px
}

.pt-18 {
    padding-top: 18px
}

.pt-19 {
    padding-top: 19px
}

.pt-20 {
    padding-top: 20px
}

.pt-21 {
    padding-top: 21px
}

.pt-22 {
    padding-top: 22px
}

.pt-23 {
    padding-top: 23px
}

.pt-24 {
    padding-top: 24px
}

.pt-25 {
    padding-top: 25px
}

.pt-26 {
    padding-top: 26px
}

.pt-27 {
    padding-top: 27px
}

.pt-28 {
    padding-top: 28px
}

.pt-29 {
    padding-top: 29px
}

.pt-30 {
    padding-top: 30px
}

.pt-31 {
    padding-top: 31px
}

.pt-32 {
    padding-top: 32px
}

.pt-33 {
    padding-top: 33px
}

.pt-34 {
    padding-top: 34px
}

.pt-35 {
    padding-top: 35px
}

.pt-36 {
    padding-top: 36px
}

.pt-37 {
    padding-top: 37px
}

.pt-38 {
    padding-top: 38px
}

.pt-39 {
    padding-top: 39px
}

.pt-40 {
    padding-top: 40px
}

.pt-41 {
    padding-top: 41px
}

.pt-42 {
    padding-top: 42px
}

.pt-43 {
    padding-top: 43px
}

.pt-44 {
    padding-top: 44px
}

.pt-45 {
    padding-top: 45px
}

.pt-46 {
    padding-top: 46px
}

.pt-47 {
    padding-top: 47px
}

.pt-48 {
    padding-top: 48px
}

.pt-49 {
    padding-top: 49px
}

.pt-50 {
    padding-top: 50px
}

.pt-51 {
    padding-top: 51px
}

.pt-52 {
    padding-top: 52px
}

.pt-53 {
    padding-top: 53px
}

.pt-54 {
    padding-top: 54px
}

.pt-55 {
    padding-top: 55px
}

.pt-56 {
    padding-top: 56px
}

.pt-57 {
    padding-top: 57px
}

.pt-58 {
    padding-top: 58px
}

.pt-59 {
    padding-top: 59px
}

.pt-60 {
    padding-top: 60px
}

.pt-61 {
    padding-top: 61px
}

.pt-62 {
    padding-top: 62px
}

.pt-63 {
    padding-top: 63px
}

.pt-64 {
    padding-top: 64px
}

.pt-65 {
    padding-top: 65px
}

.pt-66 {
    padding-top: 66px
}

.pt-67 {
    padding-top: 67px
}

.pt-68 {
    padding-top: 68px
}

.pt-69 {
    padding-top: 69px
}

.pt-70 {
    padding-top: 70px
}

.pt-71 {
    padding-top: 71px
}

.pt-72 {
    padding-top: 72px
}

.pt-73 {
    padding-top: 73px
}

.pt-74 {
    padding-top: 74px
}

.pt-75 {
    padding-top: 75px
}

.pt-76 {
    padding-top: 76px
}

.pt-77 {
    padding-top: 77px
}

.pt-78 {
    padding-top: 78px
}

.pt-79 {
    padding-top: 79px
}

.pt-80 {
    padding-top: 80px
}

.pt-81 {
    padding-top: 81px
}

.pt-82 {
    padding-top: 82px
}

.pt-83 {
    padding-top: 83px
}

.pt-84 {
    padding-top: 84px
}

.pt-85 {
    padding-top: 85px
}

.pt-86 {
    padding-top: 86px
}

.pt-87 {
    padding-top: 87px
}

.pt-88 {
    padding-top: 88px
}

.pt-89 {
    padding-top: 89px
}

.pt-90 {
    padding-top: 90px
}

.pt-91 {
    padding-top: 91px
}

.pt-92 {
    padding-top: 92px
}

.pt-93 {
    padding-top: 93px
}

.pt-94 {
    padding-top: 94px
}

.pt-95 {
    padding-top: 95px
}

.pt-96 {
    padding-top: 96px
}

.pt-97 {
    padding-top: 97px
}

.pt-98 {
    padding-top: 98px
}

.pt-99 {
    padding-top: 99px
}

.pt-100 {
    padding-top: 100px
}

.pt-101 {
    padding-top: 101px
}

.pt-102 {
    padding-top: 102px
}

.pt-103 {
    padding-top: 103px
}

.pt-104 {
    padding-top: 104px
}

.pt-105 {
    padding-top: 105px
}

.pt-106 {
    padding-top: 106px
}

.pt-107 {
    padding-top: 107px
}

.pt-108 {
    padding-top: 108px
}

.pt-109 {
    padding-top: 109px
}

.pt-110 {
    padding-top: 110px
}

.pt-111 {
    padding-top: 111px
}

.pt-112 {
    padding-top: 112px
}

.pt-113 {
    padding-top: 113px
}

.pt-114 {
    padding-top: 114px
}

.pt-115 {
    padding-top: 115px
}

.pt-116 {
    padding-top: 116px
}

.pt-117 {
    padding-top: 117px
}

.pt-118 {
    padding-top: 118px
}

.pt-119 {
    padding-top: 119px
}

.pt-120 {
    padding-top: 120px
}

.pt-121 {
    padding-top: 121px
}

.pt-122 {
    padding-top: 122px
}

.pt-123 {
    padding-top: 123px
}

.pt-124 {
    padding-top: 124px
}

.pt-125 {
    padding-top: 125px
}

.pt-126 {
    padding-top: 126px
}

.pt-127 {
    padding-top: 127px
}

.pt-128 {
    padding-top: 128px
}

.pt-129 {
    padding-top: 129px
}

.pt-130 {
    padding-top: 130px
}

.pt-131 {
    padding-top: 131px
}

.pt-132 {
    padding-top: 132px
}

.pt-133 {
    padding-top: 133px
}

.pt-134 {
    padding-top: 134px
}

.pt-135 {
    padding-top: 135px
}

.pt-136 {
    padding-top: 136px
}

.pt-137 {
    padding-top: 137px
}

.pt-138 {
    padding-top: 138px
}

.pt-139 {
    padding-top: 139px
}

.pt-140 {
    padding-top: 140px
}

.pt-141 {
    padding-top: 141px
}

.pt-142 {
    padding-top: 142px
}

.pt-143 {
    padding-top: 143px
}

.pt-144 {
    padding-top: 144px
}

.pt-145 {
    padding-top: 145px
}

.pt-146 {
    padding-top: 146px
}

.pt-147 {
    padding-top: 147px
}

.pt-148 {
    padding-top: 148px
}

.pt-149 {
    padding-top: 149px
}

.pt-150 {
    padding-top: 150px
}

.pt-151 {
    padding-top: 151px
}

.pt-152 {
    padding-top: 152px
}

.pt-153 {
    padding-top: 153px
}

.pt-154 {
    padding-top: 154px
}

.pt-155 {
    padding-top: 155px
}

.pt-156 {
    padding-top: 156px
}

.pt-157 {
    padding-top: 157px
}

.pt-158 {
    padding-top: 158px
}

.pt-159 {
    padding-top: 159px
}

.pt-160 {
    padding-top: 160px
}

.pt-161 {
    padding-top: 161px
}

.pt-162 {
    padding-top: 162px
}

.pt-163 {
    padding-top: 163px
}

.pt-164 {
    padding-top: 164px
}

.pt-165 {
    padding-top: 165px
}

.pt-166 {
    padding-top: 166px
}

.pt-167 {
    padding-top: 167px
}

.pt-168 {
    padding-top: 168px
}

.pt-169 {
    padding-top: 169px
}

.pt-170 {
    padding-top: 170px
}

.pt-171 {
    padding-top: 171px
}

.pt-172 {
    padding-top: 172px
}

.pt-173 {
    padding-top: 173px
}

.pt-174 {
    padding-top: 174px
}

.pt-175 {
    padding-top: 175px
}

.pt-176 {
    padding-top: 176px
}

.pt-177 {
    padding-top: 177px
}

.pt-178 {
    padding-top: 178px
}

.pt-179 {
    padding-top: 179px
}

.pt-180 {
    padding-top: 180px
}

.pt-181 {
    padding-top: 181px
}

.pt-182 {
    padding-top: 182px
}

.pt-183 {
    padding-top: 183px
}

.pt-184 {
    padding-top: 184px
}

.pt-185 {
    padding-top: 185px
}

.pt-186 {
    padding-top: 186px
}

.pt-187 {
    padding-top: 187px
}

.pt-188 {
    padding-top: 188px
}

.pt-189 {
    padding-top: 189px
}

.pt-190 {
    padding-top: 190px
}

.pt-191 {
    padding-top: 191px
}

.pt-192 {
    padding-top: 192px
}

.pt-193 {
    padding-top: 193px
}

.pt-194 {
    padding-top: 194px
}

.pt-195 {
    padding-top: 195px
}

.pt-196 {
    padding-top: 196px
}

.pt-197 {
    padding-top: 197px
}

.pt-198 {
    padding-top: 198px
}

.pt-199 {
    padding-top: 199px
}

.pt-200 {
    padding-top: 200px
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 1px
}

.pb-2 {
    padding-bottom: 2px
}

.pb-4 {
    padding-bottom: 4px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-7 {
    padding-bottom: 7px
}

.pb-8 {
    padding-bottom: 8px
}

.pb-9 {
    padding-bottom: 9px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-11 {
    padding-bottom: 11px
}

.pb-12 {
    padding-bottom: 12px
}

.pb-13 {
    padding-bottom: 13px
}

.pb-14 {
    padding-bottom: 14px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-16 {
    padding-bottom: 16px
}

.pb-17 {
    padding-bottom: 17px
}

.pb-18 {
    padding-bottom: 18px
}

.pb-19 {
    padding-bottom: 19px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-21 {
    padding-bottom: 21px
}

.pb-22 {
    padding-bottom: 22px
}

.pb-23 {
    padding-bottom: 23px
}

.pb-24 {
    padding-bottom: 24px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-26 {
    padding-bottom: 26px
}

.pb-27 {
    padding-bottom: 27px
}

.pb-28 {
    padding-bottom: 28px
}

.pb-29 {
    padding-bottom: 29px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-31 {
    padding-bottom: 31px
}

.pb-32 {
    padding-bottom: 32px
}

.pb-33 {
    padding-bottom: 33px
}

.pb-34 {
    padding-bottom: 34px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-36 {
    padding-bottom: 36px
}

.pb-37 {
    padding-bottom: 37px
}

.pb-38 {
    padding-bottom: 38px
}

.pb-39 {
    padding-bottom: 39px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-41 {
    padding-bottom: 41px
}

.pb-42 {
    padding-bottom: 42px
}

.pb-43 {
    padding-bottom: 43px
}

.pb-44 {
    padding-bottom: 44px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-46 {
    padding-bottom: 46px
}

.pb-47 {
    padding-bottom: 47px
}

.pb-48 {
    padding-bottom: 48px
}

.pb-49 {
    padding-bottom: 49px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-51 {
    padding-bottom: 51px
}

.pb-52 {
    padding-bottom: 52px
}

.pb-53 {
    padding-bottom: 53px
}

.pb-54 {
    padding-bottom: 54px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-56 {
    padding-bottom: 56px
}

.pb-57 {
    padding-bottom: 57px
}

.pb-58 {
    padding-bottom: 58px
}

.pb-59 {
    padding-bottom: 59px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-61 {
    padding-bottom: 61px
}

.pb-62 {
    padding-bottom: 62px
}

.pb-63 {
    padding-bottom: 63px
}

.pb-64 {
    padding-bottom: 64px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-66 {
    padding-bottom: 66px
}

.pb-67 {
    padding-bottom: 67px
}

.pb-68 {
    padding-bottom: 68px
}

.pb-69 {
    padding-bottom: 69px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-71 {
    padding-bottom: 71px
}

.pb-72 {
    padding-bottom: 72px
}

.pb-73 {
    padding-bottom: 73px
}

.pb-74 {
    padding-bottom: 74px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-76 {
    padding-bottom: 76px
}

.pb-77 {
    padding-bottom: 77px
}

.pb-78 {
    padding-bottom: 78px
}

.pb-79 {
    padding-bottom: 79px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-81 {
    padding-bottom: 81px
}

.pb-82 {
    padding-bottom: 82px
}

.pb-83 {
    padding-bottom: 83px
}

.pb-84 {
    padding-bottom: 84px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-86 {
    padding-bottom: 86px
}

.pb-87 {
    padding-bottom: 87px
}

.pb-88 {
    padding-bottom: 88px
}

.pb-89 {
    padding-bottom: 89px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-91 {
    padding-bottom: 91px
}

.pb-92 {
    padding-bottom: 92px
}

.pb-93 {
    padding-bottom: 93px
}

.pb-94 {
    padding-bottom: 94px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-96 {
    padding-bottom: 96px
}

.pb-97 {
    padding-bottom: 97px
}

.pb-98 {
    padding-bottom: 98px
}

.pb-99 {
    padding-bottom: 99px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-101 {
    padding-bottom: 101px
}

.pb-102 {
    padding-bottom: 102px
}

.pb-104 {
    padding-bottom: 104px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-106 {
    padding-bottom: 106px
}

.pb-107 {
    padding-bottom: 107px
}

.pb-108 {
    padding-bottom: 108px
}

.pb-109 {
    padding-bottom: 109px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-111 {
    padding-bottom: 111px
}

.pb-112 {
    padding-bottom: 112px
}

.pb-113 {
    padding-bottom: 113px
}

.pb-114 {
    padding-bottom: 114px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-116 {
    padding-bottom: 116px
}

.pb-117 {
    padding-bottom: 117px
}

.pb-118 {
    padding-bottom: 118px
}

.pb-119 {
    padding-bottom: 119px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-121 {
    padding-bottom: 121px
}

.pb-122 {
    padding-bottom: 122px
}

.pb-123 {
    padding-bottom: 123px
}

.pb-124 {
    padding-bottom: 124px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-126 {
    padding-bottom: 126px
}

.pb-127 {
    padding-bottom: 127px
}

.pb-128 {
    padding-bottom: 128px
}

.pb-129 {
    padding-bottom: 129px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-131 {
    padding-bottom: 131px
}

.pb-132 {
    padding-bottom: 132px
}

.pb-133 {
    padding-bottom: 133px
}

.pb-134 {
    padding-bottom: 134px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-136 {
    padding-bottom: 136px
}

.pb-137 {
    padding-bottom: 137px
}

.pb-138 {
    padding-bottom: 138px
}

.pb-139 {
    padding-bottom: 139px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-141 {
    padding-bottom: 141px
}

.pb-142 {
    padding-bottom: 142px
}

.pb-143 {
    padding-bottom: 143px
}

.pb-144 {
    padding-bottom: 144px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-146 {
    padding-bottom: 146px
}

.pb-147 {
    padding-bottom: 147px
}

.pb-148 {
    padding-bottom: 148px
}

.pb-149 {
    padding-bottom: 149px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-151 {
    padding-bottom: 151px
}

.pb-152 {
    padding-bottom: 152px
}

.pb-153 {
    padding-bottom: 153px
}

.pb-154 {
    padding-bottom: 154px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-156 {
    padding-bottom: 156px
}

.pb-157 {
    padding-bottom: 157px
}

.pb-158 {
    padding-bottom: 158px
}

.pb-159 {
    padding-bottom: 159px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-161 {
    padding-bottom: 161px
}

.pb-162 {
    padding-bottom: 162px
}

.pb-163 {
    padding-bottom: 163px
}

.pb-164 {
    padding-bottom: 164px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-166 {
    padding-bottom: 166px
}

.pb-167 {
    padding-bottom: 167px
}

.pb-168 {
    padding-bottom: 168px
}

.pb-169 {
    padding-bottom: 169px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-171 {
    padding-bottom: 171px
}

.pb-172 {
    padding-bottom: 172px
}

.pb-173 {
    padding-bottom: 173px
}

.pb-174 {
    padding-bottom: 174px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-176 {
    padding-bottom: 176px
}

.pb-177 {
    padding-bottom: 177px
}

.pb-178 {
    padding-bottom: 178px
}

.pb-179 {
    padding-bottom: 179px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-181 {
    padding-bottom: 181px
}

.pb-182 {
    padding-bottom: 182px
}

.pb-183 {
    padding-bottom: 183px
}

.pb-184 {
    padding-bottom: 184px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-186 {
    padding-bottom: 186px
}

.pb-187 {
    padding-bottom: 187px
}

.pb-188 {
    padding-bottom: 188px
}

.pb-189 {
    padding-bottom: 189px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-191 {
    padding-bottom: 191px
}

.pb-192 {
    padding-bottom: 192px
}

.pb-193 {
    padding-bottom: 193px
}

.pb-194 {
    padding-bottom: 194px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-196 {
    padding-bottom: 196px
}

.pb-197 {
    padding-bottom: 197px
}

.pb-198 {
    padding-bottom: 198px
}

.pb-199 {
    padding-bottom: 199px
}

.pb-200 {
    padding-bottom: 200px
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: 1px
}

.pr-2 {
    padding-right: 2px
}

.pr-4 {
    padding-right: 4px
}

.pr-5 {
    padding-right: 5px
}

.pr-6 {
    padding-right: 6px
}

.pr-7 {
    padding-right: 7px
}

.pr-8 {
    padding-right: 8px
}

.pr-9 {
    padding-right: 9px
}

.pr-10 {
    padding-right: 10px
}

.pr-11 {
    padding-right: 11px
}

.pr-12 {
    padding-right: 12px
}

.pr-13 {
    padding-right: 13px
}

.pr-14 {
    padding-right: 14px
}

.pr-15 {
    padding-right: 15px
}

.pr-16 {
    padding-right: 16px
}

.pr-17 {
    padding-right: 17px
}

.pr-18 {
    padding-right: 18px
}

.pr-19 {
    padding-right: 19px
}

.pr-20 {
    padding-right: 20px
}

.pr-21 {
    padding-right: 21px
}

.pr-22 {
    padding-right: 22px
}

.pr-23 {
    padding-right: 23px
}

.pr-24 {
    padding-right: 24px
}

.pr-25 {
    padding-right: 25px
}

.pr-26 {
    padding-right: 26px
}

.pr-27 {
    padding-right: 27px
}

.pr-28 {
    padding-right: 28px
}

.pr-29 {
    padding-right: 29px
}

.pr-30 {
    padding-right: 30px
}

.pr-31 {
    padding-right: 31px
}

.pr-32 {
    padding-right: 32px
}

.pr-33 {
    padding-right: 33px
}

.pr-34 {
    padding-right: 34px
}

.pr-35 {
    padding-right: 35px
}

.pr-36 {
    padding-right: 36px
}

.pr-37 {
    padding-right: 37px
}

.pr-38 {
    padding-right: 38px
}

.pr-39 {
    padding-right: 39px
}

.pr-40 {
    padding-right: 40px
}

.pr-41 {
    padding-right: 41px
}

.pr-42 {
    padding-right: 42px
}

.pr-43 {
    padding-right: 43px
}

.pr-44 {
    padding-right: 44px
}

.pr-45 {
    padding-right: 45px
}

.pr-46 {
    padding-right: 46px
}

.pr-47 {
    padding-right: 47px
}

.pr-48 {
    padding-right: 48px
}

.pr-49 {
    padding-right: 49px
}

.pr-50 {
    padding-right: 50px
}

.pr-51 {
    padding-right: 51px
}

.pr-52 {
    padding-right: 52px
}

.pr-53 {
    padding-right: 53px
}

.pr-54 {
    padding-right: 54px
}

.pr-55 {
    padding-right: 55px
}

.pr-56 {
    padding-right: 56px
}

.pr-57 {
    padding-right: 57px
}

.pr-58 {
    padding-right: 58px
}

.pr-59 {
    padding-right: 59px
}

.pr-60 {
    padding-right: 60px
}

.pr-61 {
    padding-right: 61px
}

.pr-62 {
    padding-right: 62px
}

.pr-63 {
    padding-right: 63px
}

.pr-64 {
    padding-right: 64px
}

.pr-65 {
    padding-right: 65px
}

.pr-66 {
    padding-right: 66px
}

.pr-67 {
    padding-right: 67px
}

.pr-68 {
    padding-right: 68px
}

.pr-69 {
    padding-right: 69px
}

.pr-70 {
    padding-right: 70px
}

.pr-71 {
    padding-right: 71px
}

.pr-72 {
    padding-right: 72px
}

.pr-73 {
    padding-right: 73px
}

.pr-74 {
    padding-right: 74px
}

.pr-75 {
    padding-right: 75px
}

.pr-76 {
    padding-right: 76px
}

.pr-77 {
    padding-right: 77px
}

.pr-78 {
    padding-right: 78px
}

.pr-79 {
    padding-right: 79px
}

.pr-80 {
    padding-right: 80px
}

.pr-81 {
    padding-right: 81px
}

.pr-82 {
    padding-right: 82px
}

.pr-83 {
    padding-right: 83px
}

.pr-84 {
    padding-right: 84px
}

.pr-85 {
    padding-right: 85px
}

.pr-86 {
    padding-right: 86px
}

.pr-87 {
    padding-right: 87px
}

.pr-88 {
    padding-right: 88px
}

.pr-89 {
    padding-right: 89px
}

.pr-90 {
    padding-right: 90px
}

.pr-91 {
    padding-right: 91px
}

.pr-92 {
    padding-right: 92px
}

.pr-93 {
    padding-right: 93px
}

.pr-94 {
    padding-right: 94px
}

.pr-95 {
    padding-right: 95px
}

.pr-96 {
    padding-right: 96px
}

.pr-97 {
    padding-right: 97px
}

.pr-98 {
    padding-right: 98px
}

.pr-99 {
    padding-right: 99px
}

.pr-100 {
    padding-right: 100px
}

.pr-101 {
    padding-right: 101px
}

.pr-102 {
    padding-right: 102px
}

.pr-104 {
    padding-right: 104px
}

.pr-105 {
    padding-right: 105px
}

.pr-106 {
    padding-right: 106px
}

.pr-107 {
    padding-right: 107px
}

.pr-108 {
    padding-right: 108px
}

.pr-109 {
    padding-right: 109px
}

.pr-110 {
    padding-right: 110px
}

.pr-111 {
    padding-right: 111px
}

.pr-112 {
    padding-right: 112px
}

.pr-113 {
    padding-right: 113px
}

.pr-114 {
    padding-right: 114px
}

.pr-115 {
    padding-right: 115px
}

.pr-116 {
    padding-right: 116px
}

.pr-117 {
    padding-right: 117px
}

.pr-118 {
    padding-right: 118px
}

.pr-119 {
    padding-right: 119px
}

.pr-120 {
    padding-right: 120px
}

.pr-121 {
    padding-right: 121px
}

.pr-122 {
    padding-right: 122px
}

.pr-123 {
    padding-right: 123px
}

.pr-124 {
    padding-right: 124px
}

.pr-125 {
    padding-right: 125px
}

.pr-126 {
    padding-right: 126px
}

.pr-127 {
    padding-right: 127px
}

.pr-128 {
    padding-right: 128px
}

.pr-129 {
    padding-right: 129px
}

.pr-130 {
    padding-right: 130px
}

.pr-131 {
    padding-right: 131px
}

.pr-132 {
    padding-right: 132px
}

.pr-133 {
    padding-right: 133px
}

.pr-134 {
    padding-right: 134px
}

.pr-135 {
    padding-right: 135px
}

.pr-136 {
    padding-right: 136px
}

.pr-137 {
    padding-right: 137px
}

.pr-138 {
    padding-right: 138px
}

.pr-139 {
    padding-right: 139px
}

.pr-140 {
    padding-right: 140px
}

.pr-141 {
    padding-right: 141px
}

.pr-142 {
    padding-right: 142px
}

.pr-143 {
    padding-right: 143px
}

.pr-144 {
    padding-right: 144px
}

.pr-145 {
    padding-right: 145px
}

.pr-146 {
    padding-right: 146px
}

.pr-147 {
    padding-right: 147px
}

.pr-148 {
    padding-right: 148px
}

.pr-149 {
    padding-right: 149px
}

.pr-150 {
    padding-right: 150px
}

.pr-151 {
    padding-right: 151px
}

.pr-152 {
    padding-right: 152px
}

.pr-153 {
    padding-right: 153px
}

.pr-154 {
    padding-right: 154px
}

.pr-155 {
    padding-right: 155px
}

.pr-156 {
    padding-right: 156px
}

.pr-157 {
    padding-right: 157px
}

.pr-158 {
    padding-right: 158px
}

.pr-159 {
    padding-right: 159px
}

.pr-160 {
    padding-right: 160px
}

.pr-161 {
    padding-right: 161px
}

.pr-162 {
    padding-right: 162px
}

.pr-163 {
    padding-right: 163px
}

.pr-164 {
    padding-right: 164px
}

.pr-165 {
    padding-right: 165px
}

.pr-166 {
    padding-right: 166px
}

.pr-167 {
    padding-right: 167px
}

.pr-168 {
    padding-right: 168px
}

.pr-169 {
    padding-right: 169px
}

.pr-170 {
    padding-right: 170px
}

.pr-171 {
    padding-right: 171px
}

.pr-172 {
    padding-right: 172px
}

.pr-173 {
    padding-right: 173px
}

.pr-174 {
    padding-right: 174px
}

.pr-175 {
    padding-right: 175px
}

.pr-176 {
    padding-right: 176px
}

.pr-177 {
    padding-right: 177px
}

.pr-178 {
    padding-right: 178px
}

.pr-179 {
    padding-right: 179px
}

.pr-180 {
    padding-right: 180px
}

.pr-181 {
    padding-right: 181px
}

.pr-182 {
    padding-right: 182px
}

.pr-183 {
    padding-right: 183px
}

.pr-184 {
    padding-right: 184px
}

.pr-185 {
    padding-right: 185px
}

.pr-186 {
    padding-right: 186px
}

.pr-187 {
    padding-right: 187px
}

.pr-188 {
    padding-right: 188px
}

.pr-189 {
    padding-right: 189px
}

.pr-190 {
    padding-right: 190px
}

.pr-191 {
    padding-right: 191px
}

.pr-192 {
    padding-right: 192px
}

.pr-193 {
    padding-right: 193px
}

.pr-194 {
    padding-right: 194px
}

.pr-195 {
    padding-right: 195px
}

.pr-196 {
    padding-right: 196px
}

.pr-197 {
    padding-right: 197px
}

.pr-198 {
    padding-right: 198px
}

.pr-199 {
    padding-right: 199px
}

.pr-200 {
    padding-right: 200px
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 1px
}

.pl-2 {
    padding-left: 2px
}

.pb-3 {
    padding-bottom: 3px
}

.pl-4 {
    padding-left: 4px
}

.pl-5 {
    padding-left: 5px !important
}

.pl-6 {
    padding-left: 6px
}

.pl-7 {
    padding-left: 7px
}

.pl-8 {
    padding-left: 8px
}

.pl-9 {
    padding-left: 9px
}

.pl-10 {
    padding-left: 10px
}

.pl-11 {
    padding-left: 11px
}

.pl-12 {
    padding-left: 12px
}

.pl-13 {
    padding-left: 13px
}

.pl-14 {
    padding-left: 14px
}

.pl-15 {
    padding-left: 15px
}

.pl-16 {
    padding-left: 16px
}

.pl-17 {
    padding-left: 17px
}

.pl-18 {
    padding-left: 18px
}

.pl-19 {
    padding-left: 19px
}

.pl-20 {
    padding-left: 20px
}

.pl-21 {
    padding-left: 21px
}

.pl-22 {
    padding-left: 22px
}

.pl-23 {
    padding-left: 23px
}

.pl-24 {
    padding-left: 24px
}

.pl-25 {
    padding-left: 25px
}

.pl-26 {
    padding-left: 26px
}

.pl-27 {
    padding-left: 27px
}

.pl-28 {
    padding-left: 28px
}

.pl-29 {
    padding-left: 29px
}

.pl-30 {
    padding-left: 30px
}

.pl-31 {
    padding-left: 31px
}

.pl-32 {
    padding-left: 32px
}

.pl-33 {
    padding-left: 33px
}

.pl-34 {
    padding-left: 34px
}

.pl-35 {
    padding-left: 35px
}

.pl-36 {
    padding-left: 36px
}

.pl-37 {
    padding-left: 37px
}

.pl-38 {
    padding-left: 38px
}

.pl-39 {
    padding-left: 39px
}

.pl-40 {
    padding-left: 40px
}

.pl-41 {
    padding-left: 41px
}

.pl-42 {
    padding-left: 42px
}

.pl-43 {
    padding-left: 43px
}

.pl-44 {
    padding-left: 44px
}

.pl-45 {
    padding-left: 45px
}

.pl-46 {
    padding-left: 46px
}

.pl-47 {
    padding-left: 47px
}

.pl-48 {
    padding-left: 48px
}

.pl-49 {
    padding-left: 49px
}

.pl-50 {
    padding-left: 50px
}

.pl-51 {
    padding-left: 51px
}

.pl-52 {
    padding-left: 52px
}

.pl-53 {
    padding-left: 53px
}

.pl-54 {
    padding-left: 54px
}

.pl-55 {
    padding-left: 55px
}

.pl-56 {
    padding-left: 56px
}

.pl-57 {
    padding-left: 57px
}

.pl-58 {
    padding-left: 58px
}

.pl-59 {
    padding-left: 59px
}

.pl-60 {
    padding-left: 60px
}

.pl-61 {
    padding-left: 61px
}

.pl-62 {
    padding-left: 62px
}

.pl-63 {
    padding-left: 63px
}

.pl-64 {
    padding-left: 64px
}

.pl-65 {
    padding-left: 65px
}

.pl-66 {
    padding-left: 66px
}

.pl-67 {
    padding-left: 67px
}

.pl-68 {
    padding-left: 68px
}

.pl-69 {
    padding-left: 69px
}

.pl-70 {
    padding-left: 70px
}

.pl-71 {
    padding-left: 71px
}

.pl-72 {
    padding-left: 72px
}

.pl-73 {
    padding-left: 73px
}

.pl-74 {
    padding-left: 74px
}

.pl-75 {
    padding-left: 75px
}

.pl-76 {
    padding-left: 76px
}

.pl-77 {
    padding-left: 77px
}

.pl-78 {
    padding-left: 78px
}

.pl-79 {
    padding-left: 79px
}

.pl-80 {
    padding-left: 80px
}

.pl-81 {
    padding-left: 81px
}

.pl-82 {
    padding-left: 82px
}

.pl-83 {
    padding-left: 83px
}

.pl-84 {
    padding-left: 84px
}

.pl-85 {
    padding-left: 85px
}

.pl-86 {
    padding-left: 86px
}

.pl-87 {
    padding-left: 87px
}

.pl-88 {
    padding-left: 88px
}

.pl-89 {
    padding-left: 89px
}

.pl-90 {
    padding-left: 90px
}

.pl-91 {
    padding-left: 91px
}

.pl-92 {
    padding-left: 92px
}

.pl-93 {
    padding-left: 93px
}

.pl-94 {
    padding-left: 94px
}

.pl-95 {
    padding-left: 95px
}

.pl-96 {
    padding-left: 96px
}

.pl-97 {
    padding-left: 97px
}

.pl-98 {
    padding-left: 98px
}

.pl-99 {
    padding-left: 99px
}

.pl-100 {
    padding-left: 100px
}

.pl-101 {
    padding-left: 101px
}

.pl-102 {
    padding-left: 102px
}

.pb-103 {
    padding-bottom: 103px
}

.pl-104 {
    padding-left: 104px
}

.pl-105 {
    padding-left: 105px
}

.pl-106 {
    padding-left: 106px
}

.pl-107 {
    padding-left: 107px
}

.pl-108 {
    padding-left: 108px
}

.pl-109 {
    padding-left: 109px
}

.pl-110 {
    padding-left: 110px
}

.pl-111 {
    padding-left: 111px
}

.pl-112 {
    padding-left: 112px
}

.pl-113 {
    padding-left: 113px
}

.pl-114 {
    padding-left: 114px
}

.pl-115 {
    padding-left: 115px
}

.pl-116 {
    padding-left: 116px
}

.pl-117 {
    padding-left: 117px
}

.pl-118 {
    padding-left: 118px
}

.pl-119 {
    padding-left: 119px
}

.pl-120 {
    padding-left: 120px
}

.pl-121 {
    padding-left: 121px
}

.pl-122 {
    padding-left: 122px
}

.pl-123 {
    padding-left: 123px
}

.pl-124 {
    padding-left: 124px
}

.pl-125 {
    padding-left: 125px
}

.pl-126 {
    padding-left: 126px
}

.pl-127 {
    padding-left: 127px
}

.pl-128 {
    padding-left: 128px
}

.pl-129 {
    padding-left: 129px
}

.pl-130 {
    padding-left: 130px
}

.pl-131 {
    padding-left: 131px
}

.pl-132 {
    padding-left: 132px
}

.pl-133 {
    padding-left: 133px
}

.pl-134 {
    padding-left: 134px
}

.pl-135 {
    padding-left: 135px
}

.pl-136 {
    padding-left: 136px
}

.pl-137 {
    padding-left: 137px
}

.pl-138 {
    padding-left: 138px
}

.pl-139 {
    padding-left: 139px
}

.pl-140 {
    padding-left: 140px
}

.pl-141 {
    padding-left: 141px
}

.pl-142 {
    padding-left: 142px
}

.pl-143 {
    padding-left: 143px
}

.pl-144 {
    padding-left: 144px
}

.pl-145 {
    padding-left: 145px
}

.pl-146 {
    padding-left: 146px
}

.pl-147 {
    padding-left: 147px
}

.pl-148 {
    padding-left: 148px
}

.pl-149 {
    padding-left: 149px
}

.pl-150 {
    padding-left: 150px
}

.pl-151 {
    padding-left: 151px
}

.pl-152 {
    padding-left: 152px
}

.pl-153 {
    padding-left: 153px
}

.pl-154 {
    padding-left: 154px
}

.pl-155 {
    padding-left: 155px
}

.pl-156 {
    padding-left: 156px
}

.pl-157 {
    padding-left: 157px
}

.pl-158 {
    padding-left: 158px
}

.pl-159 {
    padding-left: 159px
}

.pl-160 {
    padding-left: 160px
}

.pl-161 {
    padding-left: 161px
}

.pl-162 {
    padding-left: 162px
}

.pl-163 {
    padding-left: 163px
}

.pl-164 {
    padding-left: 164px
}

.pl-165 {
    padding-left: 165px
}

.pl-166 {
    padding-left: 166px
}

.pl-167 {
    padding-left: 167px
}

.pl-168 {
    padding-left: 168px
}

.pl-169 {
    padding-left: 169px
}

.pl-170 {
    padding-left: 170px
}

.pl-171 {
    padding-left: 171px
}

.pl-172 {
    padding-left: 172px
}

.pl-173 {
    padding-left: 173px
}

.pl-174 {
    padding-left: 174px
}

.pl-175 {
    padding-left: 175px
}

.pl-176 {
    padding-left: 176px
}

.pl-177 {
    padding-left: 177px
}

.pl-178 {
    padding-left: 178px
}

.pl-179 {
    padding-left: 179px
}

.pl-180 {
    padding-left: 180px
}

.pl-181 {
    padding-left: 181px
}

.pl-182 {
    padding-left: 182px
}

.pl-183 {
    padding-left: 183px
}

.pl-184 {
    padding-left: 184px
}

.pl-185 {
    padding-left: 185px
}

.pl-186 {
    padding-left: 186px
}

.pl-187 {
    padding-left: 187px
}

.pl-188 {
    padding-left: 188px
}

.pl-189 {
    padding-left: 189px
}

.pl-190 {
    padding-left: 190px
}

.pl-191 {
    padding-left: 191px
}

.pl-192 {
    padding-left: 192px
}

.pl-193 {
    padding-left: 193px
}

.pl-194 {
    padding-left: 194px
}

.pl-195 {
    padding-left: 195px
}

.pl-196 {
    padding-left: 196px
}

.pl-197 {
    padding-left: 197px
}

.pl-198 {
    padding-left: 198px
}

.pl-199 {
    padding-left: 199px
}

.pl-200 {
    padding-left: 200px
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 1px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-5 {
    margin-top: 5px
}

.mt-6 {
    margin-top: 6px
}

.mt-7 {
    margin-top: 7px
}

.mt-8 {
    margin-top: 8px
}

.mt-9 {
    margin-top: 9px
}

.mt-10 {
    margin-top: 10px
}

.mt-11 {
    margin-top: 11px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-18 {
    margin-top: 18px
}

.mt-19 {
    margin-top: 19px
}

.mt-20 {
    margin-top: 20px
}

.mt-21 {
    margin-top: 21px
}

.mt-22 {
    margin-top: 22px
}

.mt-23 {
    margin-top: 23px
}

.mt-24 {
    margin-top: 24px
}

.mt-25 {
    margin-top: 25px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-30 {
    margin-top: 30px
}

.mt-31 {
    margin-top: 31px
}

.mt-32 {
    margin-top: 32px
}

.mt-33 {
    margin-top: 33px
}

.mt-34 {
    margin-top: 34px
}

.mt-35 {
    margin-top: 35px
}

.mt-36 {
    margin-top: 36px
}

.mt-37 {
    margin-top: 37px
}

.mt-38 {
    margin-top: 38px
}

.mt-39 {
    margin-top: 39px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-42 {
    margin-top: 42px
}

.mt-43 {
    margin-top: 43px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-47 {
    margin-top: 47px
}

.mt-48 {
    margin-top: 48px
}

.mt-49 {
    margin-top: 49px
}

.mt-50 {
    margin-top: 50px
}

.mt-51 {
    margin-top: 51px
}

.mt-52 {
    margin-top: 52px
}

.mt-53 {
    margin-top: 53px
}

.mt-54 {
    margin-top: 54px
}

.mt-55 {
    margin-top: 55px
}

.mt-56 {
    margin-top: 56px
}

.mt-57 {
    margin-top: 57px
}

.mt-58 {
    margin-top: 58px
}

.mt-59 {
    margin-top: 59px
}

.mt-60 {
    margin-top: 60px
}

.mt-61 {
    margin-top: 61px
}

.mt-62 {
    margin-top: 62px
}

.mt-63 {
    margin-top: 63px
}

.mt-64 {
    margin-top: 64px
}

.mt-65 {
    margin-top: 65px
}

.mt-66 {
    margin-top: 66px
}

.mt-67 {
    margin-top: 67px
}

.mt-68 {
    margin-top: 68px
}

.mt-69 {
    margin-top: 69px
}

.mt-70 {
    margin-top: 70px
}

.mt-71 {
    margin-top: 71px
}

.mt-72 {
    margin-top: 72px
}

.mt-73 {
    margin-top: 73px
}

.mt-74 {
    margin-top: 74px
}

.mt-75 {
    margin-top: 75px
}

.mt-76 {
    margin-top: 76px
}

.mt-77 {
    margin-top: 77px
}

.mt-78 {
    margin-top: 78px
}

.mt-79 {
    margin-top: 79px
}

.mt-80 {
    margin-top: 80px
}

.mt-81 {
    margin-top: 81px
}

.mt-82 {
    margin-top: 82px
}

.mt-83 {
    margin-top: 83px
}

.mt-84 {
    margin-top: 84px
}

.mt-85 {
    margin-top: 85px
}

.mt-86 {
    margin-top: 86px
}

.mt-87 {
    margin-top: 87px
}

.mt-88 {
    margin-top: 88px
}

.mt-89 {
    margin-top: 89px
}

.mt-90 {
    margin-top: 90px
}

.mt-91 {
    margin-top: 91px
}

.mt-92 {
    margin-top: 92px
}

.mt-93 {
    margin-top: 93px
}

.mt-94 {
    margin-top: 94px
}

.mt-95 {
    margin-top: 95px
}

.mt-96 {
    margin-top: 96px
}

.mt-97 {
    margin-top: 97px
}

.mt-98 {
    margin-top: 98px
}

.mt-99 {
    margin-top: 99px
}

.mt-100 {
    margin-top: 100px
}

.mt-101 {
    margin-top: 101px
}

.mt-102 {
    margin-top: 102px
}

.mt-103 {
    margin-top: 103px
}

.mt-104 {
    margin-top: 104px
}

.mt-105 {
    margin-top: 105px
}

.mt-106 {
    margin-top: 106px
}

.mt-107 {
    margin-top: 107px
}

.mt-108 {
    margin-top: 108px
}

.mt-109 {
    margin-top: 109px
}

.mt-110 {
    margin-top: 110px
}

.mt-111 {
    margin-top: 111px
}

.mt-112 {
    margin-top: 112px
}

.mt-113 {
    margin-top: 113px
}

.mt-114 {
    margin-top: 114px
}

.mt-115 {
    margin-top: 115px
}

.mt-116 {
    margin-top: 116px
}

.mt-117 {
    margin-top: 117px
}

.mt-118 {
    margin-top: 118px
}

.mt-119 {
    margin-top: 119px
}

.mt-120 {
    margin-top: 120px
}

.mt-121 {
    margin-top: 121px
}

.mt-122 {
    margin-top: 122px
}

.mt-123 {
    margin-top: 123px
}

.mt-124 {
    margin-top: 124px
}

.mt-125 {
    margin-top: 125px
}

.mt-126 {
    margin-top: 126px
}

.mt-127 {
    margin-top: 127px
}

.mt-128 {
    margin-top: 128px
}

.mt-129 {
    margin-top: 129px
}

.mt-130 {
    margin-top: 130px
}

.mt-131 {
    margin-top: 131px
}

.mt-132 {
    margin-top: 132px
}

.mt-133 {
    margin-top: 133px
}

.mt-134 {
    margin-top: 134px
}

.mt-135 {
    margin-top: 135px
}

.mt-136 {
    margin-top: 136px
}

.mt-137 {
    margin-top: 137px
}

.mt-138 {
    margin-top: 138px
}

.mt-139 {
    margin-top: 139px
}

.mt-140 {
    margin-top: 140px
}

.mt-141 {
    margin-top: 141px
}

.mt-142 {
    margin-top: 142px
}

.mt-143 {
    margin-top: 143px
}

.mt-144 {
    margin-top: 144px
}

.mt-145 {
    margin-top: 145px
}

.mt-146 {
    margin-top: 146px
}

.mt-147 {
    margin-top: 147px
}

.mt-148 {
    margin-top: 148px
}

.mt-149 {
    margin-top: 149px
}

.mt-150 {
    margin-top: 150px
}

.mt-151 {
    margin-top: 151px
}

.mt-152 {
    margin-top: 152px
}

.mt-153 {
    margin-top: 153px
}

.mt-154 {
    margin-top: 154px
}

.mt-155 {
    margin-top: 155px
}

.mt-156 {
    margin-top: 156px
}

.mt-157 {
    margin-top: 157px
}

.mt-158 {
    margin-top: 158px
}

.mt-159 {
    margin-top: 159px
}

.mt-160 {
    margin-top: 160px
}

.mt-161 {
    margin-top: 161px
}

.mt-162 {
    margin-top: 162px
}

.mt-163 {
    margin-top: 163px
}

.mt-164 {
    margin-top: 164px
}

.mt-165 {
    margin-top: 165px
}

.mt-166 {
    margin-top: 166px
}

.mt-167 {
    margin-top: 167px
}

.mt-168 {
    margin-top: 168px
}

.mt-169 {
    margin-top: 169px
}

.mt-170 {
    margin-top: 170px
}

.mt-171 {
    margin-top: 171px
}

.mt-172 {
    margin-top: 172px
}

.mt-173 {
    margin-top: 173px
}

.mt-174 {
    margin-top: 174px
}

.mt-175 {
    margin-top: 175px
}

.mt-176 {
    margin-top: 176px
}

.mt-177 {
    margin-top: 177px
}

.mt-178 {
    margin-top: 178px
}

.mt-179 {
    margin-top: 179px
}

.mt-180 {
    margin-top: 180px
}

.mt-181 {
    margin-top: 181px
}

.mt-182 {
    margin-top: 182px
}

.mt-183 {
    margin-top: 183px
}

.mt-184 {
    margin-top: 184px
}

.mt-185 {
    margin-top: 185px
}

.mt-186 {
    margin-top: 186px
}

.mt-187 {
    margin-top: 187px
}

.mt-188 {
    margin-top: 188px
}

.mt-189 {
    margin-top: 189px
}

.mt-190 {
    margin-top: 190px
}

.mt-191 {
    margin-top: 191px
}

.mt-192 {
    margin-top: 192px
}

.mt-193 {
    margin-top: 193px
}

.mt-194 {
    margin-top: 194px
}

.mt-195 {
    margin-top: 195px
}

.mt-196 {
    margin-top: 196px
}

.mt-197 {
    margin-top: 197px
}

.mt-198 {
    margin-top: 198px
}

.mt-199 {
    margin-top: 199px
}

.mt-200 {
    margin-top: 200px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-29 {
    margin-bottom: 29px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-47 {
    margin-bottom: 47px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-51 {
    margin-bottom: 51px
}

.mb-52 {
    margin-bottom: 52px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-56 {
    margin-bottom: 56px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-59 {
    margin-bottom: 59px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-61 {
    margin-bottom: 61px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-67 {
    margin-bottom: 67px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-69 {
    margin-bottom: 69px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-71 {
    margin-bottom: 71px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-73 {
    margin-bottom: 73px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-77 {
    margin-bottom: 77px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-79 {
    margin-bottom: 79px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-81 {
    margin-bottom: 81px
}

.mb-82 {
    margin-bottom: 82px
}

.mb-83 {
    margin-bottom: 83px
}

.mb-84 {
    margin-bottom: 84px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-86 {
    margin-bottom: 86px
}

.mb-87 {
    margin-bottom: 87px
}

.mb-88 {
    margin-bottom: 88px
}

.mb-89 {
    margin-bottom: 89px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-91 {
    margin-bottom: 91px
}

.mb-92 {
    margin-bottom: 92px
}

.mb-93 {
    margin-bottom: 93px
}

.mb-94 {
    margin-bottom: 94px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-96 {
    margin-bottom: 96px
}

.mb-97 {
    margin-bottom: 97px
}

.mb-98 {
    margin-bottom: 98px
}

.mb-99 {
    margin-bottom: 99px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-101 {
    margin-bottom: 101px
}

.mb-102 {
    margin-bottom: 102px
}

.mb-103 {
    margin-bottom: 103px
}

.mb-104 {
    margin-bottom: 104px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-106 {
    margin-bottom: 106px
}

.mb-107 {
    margin-bottom: 107px
}

.mb-108 {
    margin-bottom: 108px
}

.mb-109 {
    margin-bottom: 109px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-111 {
    margin-bottom: 111px
}

.mb-112 {
    margin-bottom: 112px
}

.mb-113 {
    margin-bottom: 113px
}

.mb-114 {
    margin-bottom: 114px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-116 {
    margin-bottom: 116px
}

.mb-117 {
    margin-bottom: 117px
}

.mb-118 {
    margin-bottom: 118px
}

.mb-119 {
    margin-bottom: 119px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-121 {
    margin-bottom: 121px
}

.mb-122 {
    margin-bottom: 122px
}

.mb-123 {
    margin-bottom: 123px
}

.mb-124 {
    margin-bottom: 124px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-126 {
    margin-bottom: 126px
}

.mb-127 {
    margin-bottom: 127px
}

.mb-128 {
    margin-bottom: 128px
}

.mb-129 {
    margin-bottom: 129px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-131 {
    margin-bottom: 131px
}

.mb-132 {
    margin-bottom: 132px
}

.mb-133 {
    margin-bottom: 133px
}

.mb-134 {
    margin-bottom: 134px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-136 {
    margin-bottom: 136px
}

.mb-137 {
    margin-bottom: 137px
}

.mb-138 {
    margin-bottom: 138px
}

.mb-139 {
    margin-bottom: 139px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-141 {
    margin-bottom: 141px
}

.mb-142 {
    margin-bottom: 142px
}

.mb-143 {
    margin-bottom: 143px
}

.mb-144 {
    margin-bottom: 144px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-146 {
    margin-bottom: 146px
}

.mb-147 {
    margin-bottom: 147px
}

.mb-148 {
    margin-bottom: 148px
}

.mb-149 {
    margin-bottom: 149px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-151 {
    margin-bottom: 151px
}

.mb-152 {
    margin-bottom: 152px
}

.mb-153 {
    margin-bottom: 153px
}

.mb-154 {
    margin-bottom: 154px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-156 {
    margin-bottom: 156px
}

.mb-157 {
    margin-bottom: 157px
}

.mb-158 {
    margin-bottom: 158px
}

.mb-159 {
    margin-bottom: 159px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-161 {
    margin-bottom: 161px
}

.mb-162 {
    margin-bottom: 162px
}

.mb-163 {
    margin-bottom: 163px
}

.mb-164 {
    margin-bottom: 164px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-166 {
    margin-bottom: 166px
}

.mb-167 {
    margin-bottom: 167px
}

.mb-168 {
    margin-bottom: 168px
}

.mb-169 {
    margin-bottom: 169px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-171 {
    margin-bottom: 171px
}

.mb-172 {
    margin-bottom: 172px
}

.mb-173 {
    margin-bottom: 173px
}

.mb-174 {
    margin-bottom: 174px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-176 {
    margin-bottom: 176px
}

.mb-177 {
    margin-bottom: 177px
}

.mb-178 {
    margin-bottom: 178px
}

.mb-179 {
    margin-bottom: 179px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-181 {
    margin-bottom: 181px
}

.mb-182 {
    margin-bottom: 182px
}

.mb-183 {
    margin-bottom: 183px
}

.mb-184 {
    margin-bottom: 184px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-186 {
    margin-bottom: 186px
}

.mb-187 {
    margin-bottom: 187px
}

.mb-188 {
    margin-bottom: 188px
}

.mb-189 {
    margin-bottom: 189px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-191 {
    margin-bottom: 191px
}

.mb-192 {
    margin-bottom: 192px
}

.mb-193 {
    margin-bottom: 193px
}

.mb-194 {
    margin-bottom: 194px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-196 {
    margin-bottom: 196px
}

.mb-197 {
    margin-bottom: 197px
}

.mb-198 {
    margin-bottom: 198px
}

.mb-199 {
    margin-bottom: 199px
}

.mb-200 {
    margin-bottom: 200px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 1px
}

.mr-2 {
    margin-right: 2px
}

.mr-3 {
    margin-right: 3px
}

.mr-4 {
    margin-right: 4px
}

.mr-5 {
    margin-right: 5px
}

.mr-6 {
    margin-right: 6px
}

.mr-7 {
    margin-right: 7px
}

.mr-8 {
    margin-right: 8px
}

.mr-9 {
    margin-right: 9px
}

.mr-10 {
    margin-right: 10px
}

.mr-11 {
    margin-right: 11px
}

.mr-12 {
    margin-right: 12px
}

.mr-13 {
    margin-right: 13px
}

.mr-14 {
    margin-right: 14px
}

.mr-15 {
    margin-right: 15px
}

.mr-16 {
    margin-right: 16px
}

.mr-17 {
    margin-right: 17px
}

.mr-18 {
    margin-right: 18px
}

.mr-19 {
    margin-right: 19px
}

.mr-20 {
    margin-right: 20px
}

.mr-21 {
    margin-right: 21px
}

.mr-22 {
    margin-right: 22px
}

.mr-23 {
    margin-right: 23px
}

.mr-24 {
    margin-right: 24px
}

.mr-25 {
    margin-right: 25px
}

.mr-26 {
    margin-right: 26px
}

.mr-27 {
    margin-right: 27px
}

.mr-28 {
    margin-right: 28px
}

.mr-29 {
    margin-right: 29px
}

.mr-30 {
    margin-right: 30px
}

.mr-31 {
    margin-right: 31px
}

.mr-32 {
    margin-right: 32px
}

.mr-33 {
    margin-right: 33px
}

.mr-34 {
    margin-right: 34px
}

.mr-35 {
    margin-right: 35px
}

.mr-36 {
    margin-right: 36px
}

.mr-37 {
    margin-right: 37px
}

.mr-38 {
    margin-right: 38px
}

.mr-39 {
    margin-right: 39px
}

.mr-40 {
    margin-right: 40px
}

.mr-41 {
    margin-right: 41px
}

.mr-42 {
    margin-right: 42px
}

.mr-43 {
    margin-right: 43px
}

.mr-44 {
    margin-right: 44px
}

.mr-45 {
    margin-right: 45px
}

.mr-46 {
    margin-right: 46px
}

.mr-47 {
    margin-right: 47px
}

.mr-48 {
    margin-right: 48px
}

.mr-49 {
    margin-right: 49px
}

.mr-50 {
    margin-right: 50px
}

.mr-51 {
    margin-right: 51px
}

.mr-52 {
    margin-right: 52px
}

.mr-53 {
    margin-right: 53px
}

.mr-54 {
    margin-right: 54px
}

.mr-55 {
    margin-right: 55px
}

.mr-56 {
    margin-right: 56px
}

.mr-57 {
    margin-right: 57px
}

.mr-58 {
    margin-right: 58px
}

.mr-59 {
    margin-right: 59px
}

.mr-60 {
    margin-right: 60px
}

.mr-61 {
    margin-right: 61px
}

.mr-62 {
    margin-right: 62px
}

.mr-63 {
    margin-right: 63px
}

.mr-64 {
    margin-right: 64px
}

.mr-65 {
    margin-right: 65px
}

.mr-66 {
    margin-right: 66px
}

.mr-67 {
    margin-right: 67px
}

.mr-68 {
    margin-right: 68px
}

.mr-69 {
    margin-right: 69px
}

.mr-70 {
    margin-right: 70px
}

.mr-71 {
    margin-right: 71px
}

.mr-72 {
    margin-right: 72px
}

.mr-73 {
    margin-right: 73px
}

.mr-74 {
    margin-right: 74px
}

.mr-75 {
    margin-right: 75px
}

.mr-76 {
    margin-right: 76px
}

.mr-77 {
    margin-right: 77px
}

.mr-78 {
    margin-right: 78px
}

.mr-79 {
    margin-right: 79px
}

.mr-80 {
    margin-right: 80px
}

.mr-81 {
    margin-right: 81px
}

.mr-82 {
    margin-right: 82px
}

.mr-83 {
    margin-right: 83px
}

.mr-84 {
    margin-right: 84px
}

.mr-85 {
    margin-right: 85px
}

.mr-86 {
    margin-right: 86px
}

.mr-87 {
    margin-right: 87px
}

.mr-88 {
    margin-right: 88px
}

.mr-89 {
    margin-right: 89px
}

.mr-90 {
    margin-right: 90px
}

.mr-91 {
    margin-right: 91px
}

.mr-92 {
    margin-right: 92px
}

.mr-93 {
    margin-right: 93px
}

.mr-94 {
    margin-right: 94px
}

.mr-95 {
    margin-right: 95px
}

.mr-96 {
    margin-right: 96px
}

.mr-97 {
    margin-right: 97px
}

.mr-98 {
    margin-right: 98px
}

.mr-99 {
    margin-right: 99px
}

.mr-100 {
    margin-right: 100px
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 1px
}

.ml-2 {
    margin-left: 2px
}

.ml-3 {
    margin-left: 3px
}

.ml-4 {
    margin-left: 4px
}

.ml-5 {
    margin-left: 5px !important
}

.ml-6 {
    margin-left: 6px
}

.ml-7 {
    margin-left: 7px
}

.ml-8 {
    margin-left: 8px
}

.ml-9 {
    margin-left: 9px
}

.ml-10 {
    margin-left: 10px
}

.ml-11 {
    margin-left: 11px
}

.ml-12 {
    margin-left: 12px
}

.ml-13 {
    margin-left: 13px
}

.ml-14 {
    margin-left: 14px
}

.ml-15 {
    margin-left: 15px
}

.ml-16 {
    margin-left: 16px
}

.ml-17 {
    margin-left: 17px
}

.ml-18 {
    margin-left: 18px
}

.ml-19 {
    margin-left: 19px
}

.ml-20 {
    margin-left: 20px
}

.ml-21 {
    margin-left: 21px
}

.ml-22 {
    margin-left: 22px
}

.ml-23 {
    margin-left: 23px
}

.ml-24 {
    margin-left: 24px
}

.ml-25 {
    margin-left: 25px
}

.ml-26 {
    margin-left: 26px
}

.ml-27 {
    margin-left: 27px
}

.ml-28 {
    margin-left: 28px
}

.ml-29 {
    margin-left: 29px
}

.ml-30 {
    margin-left: 30px
}

.ml-31 {
    margin-left: 31px
}

.ml-32 {
    margin-left: 32px
}

.ml-33 {
    margin-left: 33px
}

.ml-34 {
    margin-left: 34px
}

.ml-35 {
    margin-left: 35px
}

.ml-36 {
    margin-left: 36px
}

.ml-37 {
    margin-left: 37px
}

.ml-38 {
    margin-left: 38px
}

.ml-39 {
    margin-left: 39px
}

.ml-40 {
    margin-left: 40px
}

.ml-41 {
    margin-left: 41px
}

.ml-42 {
    margin-left: 42px
}

.ml-43 {
    margin-left: 43px
}

.ml-44 {
    margin-left: 44px
}

.ml-45 {
    margin-left: 45px
}

.ml-46 {
    margin-left: 46px
}

.ml-47 {
    margin-left: 47px
}

.ml-48 {
    margin-left: 48px
}

.ml-49 {
    margin-left: 49px
}

.ml-50 {
    margin-left: 50px
}

.ml-51 {
    margin-left: 51px
}

.ml-52 {
    margin-left: 52px
}

.ml-53 {
    margin-left: 53px
}

.ml-54 {
    margin-left: 54px
}

.ml-55 {
    margin-left: 55px
}

.ml-56 {
    margin-left: 56px
}

.ml-57 {
    margin-left: 57px
}

.ml-58 {
    margin-left: 58px
}

.ml-59 {
    margin-left: 59px
}

.ml-60 {
    margin-left: 60px
}

.ml-61 {
    margin-left: 61px
}

.ml-62 {
    margin-left: 62px
}

.ml-63 {
    margin-left: 63px
}

.ml-64 {
    margin-left: 64px
}

.ml-65 {
    margin-left: 65px
}

.ml-66 {
    margin-left: 66px
}

.ml-67 {
    margin-left: 67px
}

.ml-68 {
    margin-left: 68px
}

.ml-69 {
    margin-left: 69px
}

.ml-70 {
    margin-left: 70px
}

.ml-71 {
    margin-left: 71px
}

.ml-72 {
    margin-left: 72px
}

.ml-73 {
    margin-left: 73px
}

.ml-74 {
    margin-left: 74px
}

.ml-75 {
    margin-left: 75px
}

.ml-76 {
    margin-left: 76px
}

.ml-77 {
    margin-left: 77px
}

.ml-78 {
    margin-left: 78px
}

.ml-79 {
    margin-left: 79px
}

.ml-80 {
    margin-left: 80px
}

.ml-81 {
    margin-left: 81px
}

.ml-82 {
    margin-left: 82px
}

.ml-83 {
    margin-left: 83px
}

.ml-84 {
    margin-left: 84px
}

.ml-85 {
    margin-left: 85px
}

.ml-86 {
    margin-left: 86px
}

.ml-87 {
    margin-left: 87px
}

.ml-88 {
    margin-left: 88px
}

.ml-89 {
    margin-left: 89px
}

.ml-90 {
    margin-left: 90px
}

.ml-91 {
    margin-left: 91px
}

.ml-92 {
    margin-left: 92px
}

.ml-93 {
    margin-left: 93px
}

.ml-94 {
    margin-left: 94px
}

.ml-95 {
    margin-left: 95px
}

.ml-96 {
    margin-left: 96px
}

.ml-97 {
    margin-left: 97px
}

.ml-98 {
    margin-left: 98px
}

.ml-99 {
    margin-left: 99px
}

.ml-100 {
    margin-left: 100px
}

.mt--1 {
    margin-top: -1px
}

.mt--2 {
    margin-top: -2px
}

.mt--3 {
    margin-top: -3px
}

.mt--4 {
    margin-top: -4px
}

.mt--5 {
    margin-top: -5px
}

.mt--6 {
    margin-top: -6px
}

.mt--7 {
    margin-top: -7px
}

.mt--8 {
    margin-top: -8px
}

.mt--9 {
    margin-top: -9px
}

.mt--10 {
    margin-top: -10px
}

.mt--11 {
    margin-top: -11px
}

.mt--12 {
    margin-top: -12px
}

.mt--13 {
    margin-top: -13px
}

.mt--14 {
    margin-top: -14px
}

.mt--15 {
    margin-top: -15px
}

.mt--16 {
    margin-top: -16px
}

.mt--17 {
    margin-top: -17px
}

.mt--18 {
    margin-top: -18px
}

.mt--19 {
    margin-top: -19px
}

.mt--20 {
    margin-top: -20px
}

.mt--21 {
    margin-top: -21px
}

.mt--22 {
    margin-top: -22px
}

.mt--23 {
    margin-top: -23px
}

.mt--24 {
    margin-top: -24px
}

.mt--25 {
    margin-top: -25px
}

.mt--26 {
    margin-top: -26px
}

.mt--27 {
    margin-top: -27px
}

.mt--28 {
    margin-top: -28px
}

.mt--29 {
    margin-top: -29px
}

.mt--30 {
    margin-top: -30px
}

.mt--31 {
    margin-top: -31px
}

.mt--32 {
    margin-top: -32px
}

.mt--33 {
    margin-top: -33px
}

.mt--34 {
    margin-top: -34px
}

.mt--35 {
    margin-top: -35px
}

.mt--36 {
    margin-top: -36px
}

.mt--37 {
    margin-top: -37px
}

.mt--38 {
    margin-top: -38px
}

.mt--39 {
    margin-top: -39px
}

.mt--40 {
    margin-top: -40px
}

.mt--41 {
    margin-top: -41px
}

.mt--42 {
    margin-top: -42px
}

.mt--43 {
    margin-top: -43px
}

.mt--44 {
    margin-top: -44px
}

.mt--45 {
    margin-top: -45px
}

.mt--46 {
    margin-top: -46px
}

.mt--47 {
    margin-top: -47px
}

.mt--48 {
    margin-top: -48px
}

.mt--49 {
    margin-top: -49px
}

.mt--50 {
    margin-top: -50px
}

.mt--51 {
    margin-top: -51px
}

.mt--52 {
    margin-top: -52px
}

.mt--53 {
    margin-top: -53px
}

.mt--54 {
    margin-top: -54px
}

.mt--55 {
    margin-top: -55px
}

.mt--56 {
    margin-top: -56px
}

.mt--57 {
    margin-top: -57px
}

.mt--58 {
    margin-top: -58px
}

.mt--59 {
    margin-top: -59px
}

.mt--60 {
    margin-top: -60px
}

.mt--61 {
    margin-top: -61px
}

.mt--62 {
    margin-top: -62px
}

.mt--63 {
    margin-top: -63px
}

.mt--64 {
    margin-top: -64px
}

.mt--65 {
    margin-top: -65px
}

.mt--66 {
    margin-top: -66px
}

.mt--67 {
    margin-top: -67px
}

.mt--68 {
    margin-top: -68px
}

.mt--69 {
    margin-top: -69px
}

.mt--70 {
    margin-top: -70px
}

.mt--71 {
    margin-top: -71px
}

.mt--72 {
    margin-top: -72px
}

.mt--73 {
    margin-top: -73px
}

.mt--74 {
    margin-top: -74px
}

.mt--75 {
    margin-top: -75px
}

.mt--76 {
    margin-top: -76px
}

.mt--77 {
    margin-top: -77px
}

.mt--78 {
    margin-top: -78px
}

.mt--79 {
    margin-top: -79px
}

.mt--80 {
    margin-top: -80px
}

.mt--81 {
    margin-top: -81px
}

.mt--82 {
    margin-top: -82px
}

.mt--83 {
    margin-top: -83px
}

.mt--84 {
    margin-top: -84px
}

.mt--85 {
    margin-top: -85px
}

.mt--86 {
    margin-top: -86px
}

.mt--87 {
    margin-top: -87px
}

.mt--88 {
    margin-top: -88px
}

.mt--89 {
    margin-top: -89px
}

.mt--90 {
    margin-top: -90px
}

.mt--91 {
    margin-top: -91px
}

.mt--92 {
    margin-top: -92px
}

.mt--93 {
    margin-top: -93px
}

.mt--94 {
    margin-top: -94px
}

.mt--95 {
    margin-top: -95px
}

.mt--96 {
    margin-top: -96px
}

.mt--97 {
    margin-top: -97px
}

.mt--98 {
    margin-top: -98px
}

.mt--99 {
    margin-top: -99px
}

.mt--100 {
    margin-top: -100px
}

.mt--101 {
    margin-top: -101px
}

.mt--102 {
    margin-top: -102px
}

.mt--103 {
    margin-top: -103px
}

.mt--104 {
    margin-top: -104px
}

.mt--105 {
    margin-top: -105px
}

.mt--106 {
    margin-top: -106px
}

.mt--107 {
    margin-top: -107px
}

.mt--108 {
    margin-top: -108px
}

.mt--109 {
    margin-top: -109px
}

.mt--110 {
    margin-top: -110px
}

.mt--111 {
    margin-top: -111px
}

.mt--112 {
    margin-top: -112px
}

.mt--113 {
    margin-top: -113px
}

.mt--114 {
    margin-top: -114px
}

.mt--115 {
    margin-top: -115px
}

.mt--116 {
    margin-top: -116px
}

.mt--117 {
    margin-top: -117px
}

.mt--118 {
    margin-top: -118px
}

.mt--119 {
    margin-top: -119px
}

.mt--120 {
    margin-top: -120px
}

.mt--121 {
    margin-top: -121px
}

.mt--122 {
    margin-top: -122px
}

.mt--123 {
    margin-top: -123px
}

.mt--124 {
    margin-top: -124px
}

.mt--125 {
    margin-top: -125px
}

.mt--126 {
    margin-top: -126px
}

.mt--127 {
    margin-top: -127px
}

.mt--128 {
    margin-top: -128px
}

.mt--129 {
    margin-top: -129px
}

.mt--130 {
    margin-top: -130px
}

.mt--131 {
    margin-top: -131px
}

.mt--132 {
    margin-top: -132px
}

.mt--133 {
    margin-top: -133px
}

.mt--134 {
    margin-top: -134px
}

.mt--135 {
    margin-top: -135px
}

.mt--136 {
    margin-top: -136px
}

.mt--137 {
    margin-top: -137px
}

.mt--138 {
    margin-top: -138px
}

.mt--139 {
    margin-top: -139px
}

.mt--140 {
    margin-top: -140px
}

.mt--141 {
    margin-top: -141px
}

.mt--142 {
    margin-top: -142px
}

.mt--143 {
    margin-top: -143px
}

.mt--144 {
    margin-top: -144px
}

.mt--145 {
    margin-top: -145px
}

.mt--146 {
    margin-top: -146px
}

.mt--147 {
    margin-top: -147px
}

.mt--148 {
    margin-top: -148px
}

.mt--149 {
    margin-top: -149px
}

.mt--150 {
    margin-top: -150px
}

.mt--151 {
    margin-top: -151px
}

.mt--152 {
    margin-top: -152px
}

.mt--153 {
    margin-top: -153px
}

.mt--154 {
    margin-top: -154px
}

.mt--155 {
    margin-top: -155px
}

.mt--156 {
    margin-top: -156px
}

.mt--157 {
    margin-top: -157px
}

.mt--158 {
    margin-top: -158px
}

.mt--159 {
    margin-top: -159px
}

.mt--160 {
    margin-top: -160px
}

.mt--161 {
    margin-top: -161px
}

.mt--162 {
    margin-top: -162px
}

.mt--163 {
    margin-top: -163px
}

.mt--164 {
    margin-top: -164px
}

.mt--165 {
    margin-top: -165px
}

.mt--166 {
    margin-top: -166px
}

.mt--167 {
    margin-top: -167px
}

.mt--168 {
    margin-top: -168px
}

.mt--169 {
    margin-top: -169px
}

.mt--170 {
    margin-top: -170px
}

.mt--171 {
    margin-top: -171px
}

.mt--172 {
    margin-top: -172px
}

.mt--173 {
    margin-top: -173px
}

.mt--174 {
    margin-top: -174px
}

.mt--175 {
    margin-top: -175px
}

.mt--176 {
    margin-top: -176px
}

.mt--177 {
    margin-top: -177px
}

.mt--178 {
    margin-top: -178px
}

.mt--179 {
    margin-top: -179px
}

.mt--180 {
    margin-top: -180px
}

.mt--181 {
    margin-top: -181px
}

.mt--182 {
    margin-top: -182px
}

.mt--183 {
    margin-top: -183px
}

.mt--184 {
    margin-top: -184px
}

.mt--185 {
    margin-top: -185px
}

.mt--186 {
    margin-top: -186px
}

.mt--187 {
    margin-top: -187px
}

.mt--188 {
    margin-top: -188px
}

.mt--189 {
    margin-top: -189px
}

.mt--190 {
    margin-top: -190px
}

.mt--191 {
    margin-top: -191px
}

.mt--192 {
    margin-top: -192px
}

.mt--193 {
    margin-top: -193px
}

.mt--194 {
    margin-top: -194px
}

.mt--195 {
    margin-top: -195px
}

.mt--196 {
    margin-top: -196px
}

.mt--197 {
    margin-top: -197px
}

.mt--198 {
    margin-top: -198px
}

.mt--199 {
    margin-top: -199px
}

.mt--200 {
    margin-top: -200px
}

.mb--1 {
    margin-bottom: -1px
}

.mb--2 {
    margin-bottom: -2px
}

.mb--3 {
    margin-bottom: -3px
}

.mb--4 {
    margin-bottom: -4px
}

.mb--5 {
    margin-bottom: -5px
}

.mb--6 {
    margin-bottom: -6px
}

.mb--7 {
    margin-bottom: -7px
}

.mb--8 {
    margin-bottom: -8px
}

.mb--9 {
    margin-bottom: -9px
}

.mb--10 {
    margin-bottom: -10px
}

.mb--11 {
    margin-bottom: -11px
}

.mb--12 {
    margin-bottom: -12px
}

.mb--13 {
    margin-bottom: -13px
}

.mb--14 {
    margin-bottom: -14px
}

.mb--15 {
    margin-bottom: -15px
}

.mb--16 {
    margin-bottom: -16px
}

.mb--17 {
    margin-bottom: -17px
}

.mb--18 {
    margin-bottom: -18px
}

.mb--19 {
    margin-bottom: -19px
}

.mb--20 {
    margin-bottom: -20px
}

.mb--21 {
    margin-bottom: -21px
}

.mb--22 {
    margin-bottom: -22px
}

.mb--23 {
    margin-bottom: -23px
}

.mb--24 {
    margin-bottom: -24px
}

.mb--25 {
    margin-bottom: -25px
}

.mb--26 {
    margin-bottom: -26px
}

.mb--27 {
    margin-bottom: -27px
}

.mb--28 {
    margin-bottom: -28px
}

.mb--29 {
    margin-bottom: -29px
}

.mb--30 {
    margin-bottom: -30px
}

.mb--31 {
    margin-bottom: -31px
}

.mb--32 {
    margin-bottom: -32px
}

.mb--33 {
    margin-bottom: -33px
}

.mb--34 {
    margin-bottom: -34px
}

.mb--35 {
    margin-bottom: -35px
}

.mb--36 {
    margin-bottom: -36px
}

.mb--37 {
    margin-bottom: -37px
}

.mb--38 {
    margin-bottom: -38px
}

.mb--39 {
    margin-bottom: -39px
}

.mb--40 {
    margin-bottom: -40px
}

.mb--41 {
    margin-bottom: -41px
}

.mb--42 {
    margin-bottom: -42px
}

.mb--43 {
    margin-bottom: -43px
}

.mb--44 {
    margin-bottom: -44px
}

.mb--45 {
    margin-bottom: -45px
}

.mb--46 {
    margin-bottom: -46px
}

.mb--47 {
    margin-bottom: -47px
}

.mb--48 {
    margin-bottom: -48px
}

.mb--49 {
    margin-bottom: -49px
}

.mb--50 {
    margin-bottom: -50px
}

.mb--51 {
    margin-bottom: -51px
}

.mb--52 {
    margin-bottom: -52px
}

.mb--53 {
    margin-bottom: -53px
}

.mb--54 {
    margin-bottom: -54px
}

.mb--55 {
    margin-bottom: -55px
}

.mb--56 {
    margin-bottom: -56px
}

.mb--57 {
    margin-bottom: -57px
}

.mb--58 {
    margin-bottom: -58px
}

.mb--59 {
    margin-bottom: -59px
}

.mb--60 {
    margin-bottom: -60px
}

.mb--61 {
    margin-bottom: -61px
}

.mb--62 {
    margin-bottom: -62px
}

.mb--63 {
    margin-bottom: -63px
}

.mb--64 {
    margin-bottom: -64px
}

.mb--65 {
    margin-bottom: -65px
}

.mb--66 {
    margin-bottom: -66px
}

.mb--67 {
    margin-bottom: -67px
}

.mb--68 {
    margin-bottom: -68px
}

.mb--69 {
    margin-bottom: -69px
}

.mb--70 {
    margin-bottom: -70px
}

.mb--71 {
    margin-bottom: -71px
}

.mb--72 {
    margin-bottom: -72px
}

.mb--73 {
    margin-bottom: -73px
}

.mb--74 {
    margin-bottom: -74px
}

.mb--75 {
    margin-bottom: -75px
}

.mb--76 {
    margin-bottom: -76px
}

.mb--77 {
    margin-bottom: -77px
}

.mb--78 {
    margin-bottom: -78px
}

.mb--79 {
    margin-bottom: -79px
}

.mb--80 {
    margin-bottom: -80px
}

.mb--81 {
    margin-bottom: -81px
}

.mb--82 {
    margin-bottom: -82px
}

.mb--83 {
    margin-bottom: -83px
}

.mb--84 {
    margin-bottom: -84px
}

.mb--85 {
    margin-bottom: -85px
}

.mb--86 {
    margin-bottom: -86px
}

.mb--87 {
    margin-bottom: -87px
}

.mb--88 {
    margin-bottom: -88px
}

.mb--89 {
    margin-bottom: -89px
}

.mb--90 {
    margin-bottom: -90px
}

.mb--91 {
    margin-bottom: -91px
}

.mb--92 {
    margin-bottom: -92px
}

.mb--93 {
    margin-bottom: -93px
}

.mb--94 {
    margin-bottom: -94px
}

.mb--95 {
    margin-bottom: -95px
}

.mb--96 {
    margin-bottom: -96px
}

.mb--97 {
    margin-bottom: -97px
}

.mb--98 {
    margin-bottom: -98px
}

.mb--99 {
    margin-bottom: -99px
}

.mb--100 {
    margin-bottom: -100px
}

.mb--101 {
    margin-bottom: -101px
}

.mb--102 {
    margin-bottom: -102px
}

.mb--103 {
    margin-bottom: -103px
}

.mb--104 {
    margin-bottom: -104px
}

.mb--105 {
    margin-bottom: -105px
}

.mb--106 {
    margin-bottom: -106px
}

.mb--107 {
    margin-bottom: -107px
}

.mb--108 {
    margin-bottom: -108px
}

.mb--109 {
    margin-bottom: -109px
}

.mb--110 {
    margin-bottom: -110px
}

.mb--111 {
    margin-bottom: -111px
}

.mb--112 {
    margin-bottom: -112px
}

.mb--113 {
    margin-bottom: -113px
}

.mb--114 {
    margin-bottom: -114px
}

.mb--115 {
    margin-bottom: -115px
}

.mb--116 {
    margin-bottom: -116px
}

.mb--117 {
    margin-bottom: -117px
}

.mb--118 {
    margin-bottom: -118px
}

.mb--119 {
    margin-bottom: -119px
}

.mb--120 {
    margin-bottom: -120px
}

.mb--121 {
    margin-bottom: -121px
}

.mb--122 {
    margin-bottom: -122px
}

.mb--123 {
    margin-bottom: -123px
}

.mb--124 {
    margin-bottom: -124px
}

.mb--125 {
    margin-bottom: -125px
}

.mb--126 {
    margin-bottom: -126px
}

.mb--127 {
    margin-bottom: -127px
}

.mb--128 {
    margin-bottom: -128px
}

.mb--129 {
    margin-bottom: -129px
}

.mb--130 {
    margin-bottom: -130px
}

.mb--131 {
    margin-bottom: -131px
}

.mb--132 {
    margin-bottom: -132px
}

.mb--133 {
    margin-bottom: -133px
}

.mb--134 {
    margin-bottom: -134px
}

.mb--135 {
    margin-bottom: -135px
}

.mb--136 {
    margin-bottom: -136px
}

.mb--137 {
    margin-bottom: -137px
}

.mb--138 {
    margin-bottom: -138px
}

.mb--139 {
    margin-bottom: -139px
}

.mb--140 {
    margin-bottom: -140px
}

.mb--141 {
    margin-bottom: -141px
}

.mb--142 {
    margin-bottom: -142px
}

.mb--143 {
    margin-bottom: -143px
}

.mb--144 {
    margin-bottom: -144px
}

.mb--145 {
    margin-bottom: -145px
}

.mb--146 {
    margin-bottom: -146px
}

.mb--147 {
    margin-bottom: -147px
}

.mb--148 {
    margin-bottom: -148px
}

.mb--149 {
    margin-bottom: -149px
}

.mb--150 {
    margin-bottom: -150px
}

.mb--151 {
    margin-bottom: -151px
}

.mb--152 {
    margin-bottom: -152px
}

.mb--153 {
    margin-bottom: -153px
}

.mb--154 {
    margin-bottom: -154px
}

.mb--155 {
    margin-bottom: -155px
}

.mb--156 {
    margin-bottom: -156px
}

.mb--157 {
    margin-bottom: -157px
}

.mb--158 {
    margin-bottom: -158px
}

.mb--159 {
    margin-bottom: -159px
}

.mb--160 {
    margin-bottom: -160px
}

.mb--161 {
    margin-bottom: -161px
}

.mb--162 {
    margin-bottom: -162px
}

.mb--163 {
    margin-bottom: -163px
}

.mb--164 {
    margin-bottom: -164px
}

.mb--165 {
    margin-bottom: -165px
}

.mb--166 {
    margin-bottom: -166px
}

.mb--167 {
    margin-bottom: -167px
}

.mb--168 {
    margin-bottom: -168px
}

.mb--169 {
    margin-bottom: -169px
}

.mb--170 {
    margin-bottom: -170px
}

.mb--171 {
    margin-bottom: -171px
}

.mb--172 {
    margin-bottom: -172px
}

.mb--173 {
    margin-bottom: -173px
}

.mb--174 {
    margin-bottom: -174px
}

.mb--175 {
    margin-bottom: -175px
}

.mb--176 {
    margin-bottom: -176px
}

.mb--177 {
    margin-bottom: -177px
}

.mb--178 {
    margin-bottom: -178px
}

.mb--179 {
    margin-bottom: -179px
}

.mb--180 {
    margin-bottom: -180px
}

.mb--181 {
    margin-bottom: -181px
}

.mb--182 {
    margin-bottom: -182px
}

.mb--183 {
    margin-bottom: -183px
}

.mb--184 {
    margin-bottom: -184px
}

.mb--185 {
    margin-bottom: -185px
}

.mb--186 {
    margin-bottom: -186px
}

.mb--187 {
    margin-bottom: -187px
}

.mb--188 {
    margin-bottom: -188px
}

.mb--189 {
    margin-bottom: -189px
}

.mb--190 {
    margin-bottom: -190px
}

.mb--191 {
    margin-bottom: -191px
}

.mb--192 {
    margin-bottom: -192px
}

.mb--193 {
    margin-bottom: -193px
}

.mb--194 {
    margin-bottom: -194px
}

.mb--195 {
    margin-bottom: -195px
}

.mb--196 {
    margin-bottom: -196px
}

.mb--197 {
    margin-bottom: -197px
}

.mb--198 {
    margin-bottom: -198px
}

.mb--199 {
    margin-bottom: -199px
}

.mb--200 {
    margin-bottom: -200px
}

.ml--1 {
    margin-left: -1px
}

.ml--2 {
    margin-left: -2px
}

.ml--3 {
    margin-left: -3px
}

.ml--4 {
    margin-left: -4px
}

.ml--5 {
    margin-left: -5px
}

.ml--6 {
    margin-left: -6px
}

.ml--7 {
    margin-left: -7px
}

.ml--8 {
    margin-left: -8px
}

.ml--9 {
    margin-left: -9px
}

.ml--10 {
    margin-left: -10px
}

.ml--11 {
    margin-left: -11px
}

.ml--12 {
    margin-left: -12px
}

.ml--13 {
    margin-left: -13px
}

.ml--14 {
    margin-left: -14px
}

.ml--15 {
    margin-left: -15px
}

.ml--16 {
    margin-left: -16px
}

.ml--17 {
    margin-left: -17px
}

.ml--18 {
    margin-left: -18px
}

.ml--19 {
    margin-left: -19px
}

.ml--20 {
    margin-left: -20px
}

.ml--21 {
    margin-left: -21px
}

.ml--22 {
    margin-left: -22px
}

.ml--23 {
    margin-left: -23px
}

.ml--24 {
    margin-left: -24px
}

.ml--25 {
    margin-left: -25px
}

.ml--26 {
    margin-left: -26px
}

.ml--27 {
    margin-left: -27px
}

.ml--28 {
    margin-left: -28px
}

.ml--29 {
    margin-left: -29px
}

.ml--30 {
    margin-left: -30px
}

.ml--31 {
    margin-left: -31px
}

.ml--32 {
    margin-left: -32px
}

.ml--33 {
    margin-left: -33px
}

.ml--34 {
    margin-left: -34px
}

.ml--35 {
    margin-left: -35px
}

.ml--36 {
    margin-left: -36px
}

.ml--37 {
    margin-left: -37px
}

.ml--38 {
    margin-left: -38px
}

.ml--39 {
    margin-left: -39px
}

.ml--40 {
    margin-left: -40px
}

.ml--41 {
    margin-left: -41px
}

.ml--42 {
    margin-left: -42px
}

.ml--43 {
    margin-left: -43px
}

.ml--44 {
    margin-left: -44px
}

.ml--45 {
    margin-left: -45px
}

.ml--46 {
    margin-left: -46px
}

.ml--47 {
    margin-left: -47px
}

.ml--48 {
    margin-left: -48px
}

.ml--49 {
    margin-left: -49px
}

.ml--50 {
    margin-left: -50px
}

.ml--51 {
    margin-left: -51px
}

.ml--52 {
    margin-left: -52px
}

.ml--53 {
    margin-left: -53px
}

.ml--54 {
    margin-left: -54px
}

.ml--55 {
    margin-left: -55px
}

.ml--56 {
    margin-left: -56px
}

.ml--57 {
    margin-left: -57px
}

.ml--58 {
    margin-left: -58px
}

.ml--59 {
    margin-left: -59px
}

.ml--60 {
    margin-left: -60px
}

.ml--61 {
    margin-left: -61px
}

.ml--62 {
    margin-left: -62px
}

.ml--63 {
    margin-left: -63px
}

.ml--64 {
    margin-left: -64px
}

.ml--65 {
    margin-left: -65px
}

.ml--66 {
    margin-left: -66px
}

.ml--67 {
    margin-left: -67px
}

.ml--68 {
    margin-left: -68px
}

.ml--69 {
    margin-left: -69px
}

.ml--70 {
    margin-left: -70px
}

.ml--71 {
    margin-left: -71px
}

.ml--72 {
    margin-left: -72px
}

.ml--73 {
    margin-left: -73px
}

.ml--74 {
    margin-left: -74px
}

.ml--75 {
    margin-left: -75px
}

.ml--76 {
    margin-left: -76px
}

.ml--77 {
    margin-left: -77px
}

.ml--78 {
    margin-left: -78px
}

.ml--79 {
    margin-left: -79px
}

.ml--80 {
    margin-left: -80px
}

.ml--81 {
    margin-left: -81px
}

.ml--82 {
    margin-left: -82px
}

.ml--83 {
    margin-left: -83px
}

.ml--84 {
    margin-left: -84px
}

.ml--85 {
    margin-left: -85px
}

.ml--86 {
    margin-left: -86px
}

.ml--87 {
    margin-left: -87px
}

.ml--88 {
    margin-left: -88px
}

.ml--89 {
    margin-left: -89px
}

.ml--90 {
    margin-left: -90px
}

.ml--91 {
    margin-left: -91px
}

.ml--92 {
    margin-left: -92px
}

.ml--93 {
    margin-left: -93px
}

.ml--94 {
    margin-left: -94px
}

.ml--95 {
    margin-left: -95px
}

.ml--96 {
    margin-left: -96px
}

.ml--97 {
    margin-left: -97px
}

.ml--98 {
    margin-left: -98px
}

.ml--99 {
    margin-left: -99px
}

.ml--100 {
    margin-left: -100px
}

.ml--101 {
    margin-left: -101px
}

.ml--102 {
    margin-left: -102px
}

.ml--103 {
    margin-left: -103px
}

.ml--104 {
    margin-left: -104px
}

.ml--105 {
    margin-left: -105px
}

.ml--106 {
    margin-left: -106px
}

.ml--107 {
    margin-left: -107px
}

.ml--108 {
    margin-left: -108px
}

.ml--109 {
    margin-left: -109px
}

.ml--110 {
    margin-left: -110px
}

.ml--111 {
    margin-left: -111px
}

.ml--112 {
    margin-left: -112px
}

.ml--113 {
    margin-left: -113px
}

.ml--114 {
    margin-left: -114px
}

.ml--115 {
    margin-left: -115px
}

.ml--116 {
    margin-left: -116px
}

.ml--117 {
    margin-left: -117px
}

.ml--118 {
    margin-left: -118px
}

.ml--119 {
    margin-left: -119px
}

.ml--120 {
    margin-left: -120px
}

.ml--121 {
    margin-left: -121px
}

.ml--122 {
    margin-left: -122px
}

.ml--123 {
    margin-left: -123px
}

.ml--124 {
    margin-left: -124px
}

.ml--125 {
    margin-left: -125px
}

.ml--126 {
    margin-left: -126px
}

.ml--127 {
    margin-left: -127px
}

.ml--128 {
    margin-left: -128px
}

.ml--129 {
    margin-left: -129px
}

.ml--130 {
    margin-left: -130px
}

.ml--131 {
    margin-left: -131px
}

.ml--132 {
    margin-left: -132px
}

.ml--133 {
    margin-left: -133px
}

.ml--134 {
    margin-left: -134px
}

.ml--135 {
    margin-left: -135px
}

.ml--136 {
    margin-left: -136px
}

.ml--137 {
    margin-left: -137px
}

.ml--138 {
    margin-left: -138px
}

.ml--139 {
    margin-left: -139px
}

.ml--140 {
    margin-left: -140px
}

.ml--141 {
    margin-left: -141px
}

.ml--142 {
    margin-left: -142px
}

.ml--143 {
    margin-left: -143px
}

.ml--144 {
    margin-left: -144px
}

.ml--145 {
    margin-left: -145px
}

.ml--146 {
    margin-left: -146px
}

.ml--147 {
    margin-left: -147px
}

.ml--148 {
    margin-left: -148px
}

.ml--149 {
    margin-left: -149px
}

.ml--150 {
    margin-left: -150px
}

.ml--151 {
    margin-left: -151px
}

.ml--152 {
    margin-left: -152px
}

.ml--153 {
    margin-left: -153px
}

.ml--154 {
    margin-left: -154px
}

.ml--155 {
    margin-left: -155px
}

.ml--156 {
    margin-left: -156px
}

.ml--157 {
    margin-left: -157px
}

.ml--158 {
    margin-left: -158px
}

.ml--159 {
    margin-left: -159px
}

.ml--160 {
    margin-left: -160px
}

.ml--161 {
    margin-left: -161px
}

.ml--162 {
    margin-left: -162px
}

.ml--163 {
    margin-left: -163px
}

.ml--164 {
    margin-left: -164px
}

.ml--165 {
    margin-left: -165px
}

.ml--166 {
    margin-left: -166px
}

.ml--167 {
    margin-left: -167px
}

.ml--168 {
    margin-left: -168px
}

.ml--169 {
    margin-left: -169px
}

.ml--170 {
    margin-left: -170px
}

.ml--171 {
    margin-left: -171px
}

.ml--172 {
    margin-left: -172px
}

.ml--173 {
    margin-left: -173px
}

.ml--174 {
    margin-left: -174px
}

.ml--175 {
    margin-left: -175px
}

.ml--176 {
    margin-left: -176px
}

.ml--177 {
    margin-left: -177px
}

.ml--178 {
    margin-left: -178px
}

.ml--179 {
    margin-left: -179px
}

.ml--180 {
    margin-left: -180px
}

.ml--181 {
    margin-left: -181px
}

.ml--182 {
    margin-left: -182px
}

.ml--183 {
    margin-left: -183px
}

.ml--184 {
    margin-left: -184px
}

.ml--185 {
    margin-left: -185px
}

.ml--186 {
    margin-left: -186px
}

.ml--187 {
    margin-left: -187px
}

.ml--188 {
    margin-left: -188px
}

.ml--189 {
    margin-left: -189px
}

.ml--190 {
    margin-left: -190px
}

.ml--191 {
    margin-left: -191px
}

.ml--192 {
    margin-left: -192px
}

.ml--193 {
    margin-left: -193px
}

.ml--194 {
    margin-left: -194px
}

.ml--195 {
    margin-left: -195px
}

.ml--196 {
    margin-left: -196px
}

.ml--197 {
    margin-left: -197px
}

.ml--198 {
    margin-left: -198px
}

.ml--199 {
    margin-left: -199px
}

.ml--200 {
    margin-left: -200px
}

.mr--1 {
    margin-right: -1px
}

.mr--2 {
    margin-right: -2px
}

.mr--3 {
    margin-right: -3px
}

.mr--4 {
    margin-right: -4px
}

.mr--5 {
    margin-right: -5px
}

.mr--6 {
    margin-right: -6px
}

.mr--7 {
    margin-right: -7px
}

.mr--8 {
    margin-right: -8px
}

.mr--9 {
    margin-right: -9px
}

.mr--10 {
    margin-right: -10px
}

.mr--11 {
    margin-right: -11px
}

.mr--12 {
    margin-right: -12px
}

.mr--13 {
    margin-right: -13px
}

.mr--14 {
    margin-right: -14px
}

.mr--15 {
    margin-right: -15px
}

.mr--16 {
    margin-right: -16px
}

.mr--17 {
    margin-right: -17px
}

.mr--18 {
    margin-right: -18px
}

.mr--19 {
    margin-right: -19px
}

.mr--20 {
    margin-right: -20px
}

.mr--21 {
    margin-right: -21px
}

.mr--22 {
    margin-right: -22px
}

.mr--23 {
    margin-right: -23px
}

.mr--24 {
    margin-right: -24px
}

.mr--25 {
    margin-right: -25px
}

.mr--26 {
    margin-right: -26px
}

.mr--27 {
    margin-right: -27px
}

.mr--28 {
    margin-right: -28px
}

.mr--29 {
    margin-right: -29px
}

.mr--30 {
    margin-right: -30px
}

.mr--31 {
    margin-right: -31px
}

.mr--32 {
    margin-right: -32px
}

.mr--33 {
    margin-right: -33px
}

.mr--34 {
    margin-right: -34px
}

.mr--35 {
    margin-right: -35px
}

.mr--36 {
    margin-right: -36px
}

.mr--37 {
    margin-right: -37px
}

.mr--38 {
    margin-right: -38px
}

.mr--39 {
    margin-right: -39px
}

.mr--40 {
    margin-right: -40px
}

.mr--41 {
    margin-right: -41px
}

.mr--42 {
    margin-right: -42px
}

.mr--43 {
    margin-right: -43px
}

.mr--44 {
    margin-right: -44px
}

.mr--45 {
    margin-right: -45px
}

.mr--46 {
    margin-right: -46px
}

.mr--47 {
    margin-right: -47px
}

.mr--48 {
    margin-right: -48px
}

.mr--49 {
    margin-right: -49px
}

.mr--50 {
    margin-right: -50px
}

.mr--51 {
    margin-right: -51px
}

.mr--52 {
    margin-right: -52px
}

.mr--53 {
    margin-right: -53px
}

.mr--54 {
    margin-right: -54px
}

.mr--55 {
    margin-right: -55px
}

.mr--56 {
    margin-right: -56px
}

.mr--57 {
    margin-right: -57px
}

.mr--58 {
    margin-right: -58px
}

.mr--59 {
    margin-right: -59px
}

.mr--60 {
    margin-right: -60px
}

.mr--61 {
    margin-right: -61px
}

.mr--62 {
    margin-right: -62px
}

.mr--63 {
    margin-right: -63px
}

.mr--64 {
    margin-right: -64px
}

.mr--65 {
    margin-right: -65px
}

.mr--66 {
    margin-right: -66px
}

.mr--67 {
    margin-right: -67px
}

.mr--68 {
    margin-right: -68px
}

.mr--69 {
    margin-right: -69px
}

.mr--70 {
    margin-right: -70px
}

.mr--71 {
    margin-right: -71px
}

.mr--72 {
    margin-right: -72px
}

.mr--73 {
    margin-right: -73px
}

.mr--74 {
    margin-right: -74px
}

.mr--75 {
    margin-right: -75px
}

.mr--76 {
    margin-right: -76px
}

.mr--77 {
    margin-right: -77px
}

.mr--78 {
    margin-right: -78px
}

.mr--79 {
    margin-right: -79px
}

.mr--80 {
    margin-right: -80px
}

.mr--81 {
    margin-right: -81px
}

.mr--82 {
    margin-right: -82px
}

.mr--83 {
    margin-right: -83px
}

.mr--84 {
    margin-right: -84px
}

.mr--85 {
    margin-right: -85px
}

.mr--86 {
    margin-right: -86px
}

.mr--87 {
    margin-right: -87px
}

.mr--88 {
    margin-right: -88px
}

.mr--89 {
    margin-right: -89px
}

.mr--90 {
    margin-right: -90px
}

.mr--91 {
    margin-right: -91px
}

.mr--92 {
    margin-right: -92px
}

.mr--93 {
    margin-right: -93px
}

.mr--94 {
    margin-right: -94px
}

.mr--95 {
    margin-right: -95px
}

.mr--96 {
    margin-right: -96px
}

.mr--97 {
    margin-right: -97px
}

.mr--98 {
    margin-right: -98px
}

.mr--99 {
    margin-right: -99px
}

.mr--100 {
    margin-right: -100px
}

.mr--101 {
    margin-right: -101px
}

.mr--102 {
    margin-right: -102px
}

.mr--103 {
    margin-right: -103px
}

.mr--104 {
    margin-right: -104px
}

.mr--105 {
    margin-right: -105px
}

.mr--106 {
    margin-right: -106px
}

.mr--107 {
    margin-right: -107px
}

.mr--108 {
    margin-right: -108px
}

.mr--109 {
    margin-right: -109px
}

.mr--110 {
    margin-right: -110px
}

.mr--111 {
    margin-right: -111px
}

.mr--112 {
    margin-right: -112px
}

.mr--113 {
    margin-right: -113px
}

.mr--114 {
    margin-right: -114px
}

.mr--115 {
    margin-right: -115px
}

.mr--116 {
    margin-right: -116px
}

.mr--117 {
    margin-right: -117px
}

.mr--118 {
    margin-right: -118px
}

.mr--119 {
    margin-right: -119px
}

.mr--120 {
    margin-right: -120px
}

.mr--121 {
    margin-right: -121px
}

.mr--122 {
    margin-right: -122px
}

.mr--123 {
    margin-right: -123px
}

.mr--124 {
    margin-right: -124px
}

.mr--125 {
    margin-right: -125px
}

.mr--126 {
    margin-right: -126px
}

.mr--127 {
    margin-right: -127px
}

.mr--128 {
    margin-right: -128px
}

.mr--129 {
    margin-right: -129px
}

.mr--130 {
    margin-right: -130px
}

.mr--131 {
    margin-right: -131px
}

.mr--132 {
    margin-right: -132px
}

.mr--133 {
    margin-right: -133px
}

.mr--134 {
    margin-right: -134px
}

.mr--135 {
    margin-right: -135px
}

.mr--136 {
    margin-right: -136px
}

.mr--137 {
    margin-right: -137px
}

.mr--138 {
    margin-right: -138px
}

.mr--139 {
    margin-right: -139px
}

.mr--140 {
    margin-right: -140px
}

.mr--141 {
    margin-right: -141px
}

.mr--142 {
    margin-right: -142px
}

.mr--143 {
    margin-right: -143px
}

.mr--144 {
    margin-right: -144px
}

.mr--145 {
    margin-right: -145px
}

.mr--146 {
    margin-right: -146px
}

.mr--147 {
    margin-right: -147px
}

.mr--148 {
    margin-right: -148px
}

.mr--149 {
    margin-right: -149px
}

.mr--150 {
    margin-right: -150px
}

.mr--151 {
    margin-right: -151px
}

.mr--152 {
    margin-right: -152px
}

.mr--153 {
    margin-right: -153px
}

.mr--154 {
    margin-right: -154px
}

.mr--155 {
    margin-right: -155px
}

.mr--156 {
    margin-right: -156px
}

.mr--157 {
    margin-right: -157px
}

.mr--158 {
    margin-right: -158px
}

.mr--159 {
    margin-right: -159px
}

.mr--160 {
    margin-right: -160px
}

.mr--161 {
    margin-right: -161px
}

.mr--162 {
    margin-right: -162px
}

.mr--163 {
    margin-right: -163px
}

.mr--164 {
    margin-right: -164px
}

.mr--165 {
    margin-right: -165px
}

.mr--166 {
    margin-right: -166px
}

.mr--167 {
    margin-right: -167px
}

.mr--168 {
    margin-right: -168px
}

.mr--169 {
    margin-right: -169px
}

.mr--170 {
    margin-right: -170px
}

.mr--171 {
    margin-right: -171px
}

.mr--172 {
    margin-right: -172px
}

.mr--173 {
    margin-right: -173px
}

.mr--174 {
    margin-right: -174px
}

.mr--175 {
    margin-right: -175px
}

.mr--176 {
    margin-right: -176px
}

.mr--177 {
    margin-right: -177px
}

.mr--178 {
    margin-right: -178px
}

.mr--179 {
    margin-right: -179px
}

.mr--180 {
    margin-right: -180px
}

.mr--181 {
    margin-right: -181px
}

.mr--182 {
    margin-right: -182px
}

.mr--183 {
    margin-right: -183px
}

.mr--184 {
    margin-right: -184px
}

.mr--185 {
    margin-right: -185px
}

.mr--186 {
    margin-right: -186px
}

.mr--187 {
    margin-right: -187px
}

.mr--188 {
    margin-right: -188px
}

.mr--189 {
    margin-right: -189px
}

.mr--190 {
    margin-right: -190px
}

.mr--191 {
    margin-right: -191px
}

.mr--192 {
    margin-right: -192px
}

.mr--193 {
    margin-right: -193px
}

.mr--194 {
    margin-right: -194px
}

.mr--195 {
    margin-right: -195px
}

.mr--196 {
    margin-right: -196px
}

.mr--197 {
    margin-right: -197px
}

.mr--198 {
    margin-right: -198px
}

.mr--199 {
    margin-right: -199px
}

.mr--200 {
    margin-right: -200px
}

@media only screen and (max-width:991px) {
    .md-padding-0 {
        padding: 0
    }

    .md-margin-0 {
        margin: 0
    }

    .md-pt-0 {
        padding-top: 0
    }

    .md-pt-1 {
        padding-top: 1px
    }

    .md-pt-2 {
        padding-top: 2px
    }

    .md-pt-3 {
        padding-top: 3px
    }

    .md-pt-4 {
        padding-top: 4px
    }

    .md-pt-5 {
        padding-top: 5px
    }

    .md-pt-6 {
        padding-top: 6px
    }

    .md-pt-7 {
        padding-top: 7px
    }

    .md-pt-8 {
        padding-top: 8px
    }

    .md-pt-9 {
        padding-top: 9px
    }

    .md-pt-10 {
        padding-top: 10px
    }

    .md-pt-11 {
        padding-top: 11px
    }

    .md-pt-12 {
        padding-top: 12px
    }

    .md-pt-13 {
        padding-top: 13px
    }

    .md-pt-14 {
        padding-top: 14px
    }

    .md-pt-15 {
        padding-top: 15px
    }

    .md-pt-16 {
        padding-top: 16px
    }

    .md-pt-17 {
        padding-top: 17px
    }

    .md-pt-18 {
        padding-top: 18px
    }

    .md-pt-19 {
        padding-top: 19px
    }

    .md-pt-20 {
        padding-top: 20px
    }

    .md-pt-21 {
        padding-top: 21px
    }

    .md-pt-22 {
        padding-top: 22px
    }

    .md-pt-23 {
        padding-top: 23px
    }

    .md-pt-24 {
        padding-top: 24px
    }

    .md-pt-25 {
        padding-top: 25px
    }

    .md-pt-26 {
        padding-top: 26px
    }

    .md-pt-27 {
        padding-top: 27px
    }

    .md-pt-28 {
        padding-top: 28px
    }

    .md-pt-29 {
        padding-top: 29px
    }

    .md-pt-30 {
        padding-top: 30px
    }

    .md-pt-31 {
        padding-top: 31px
    }

    .md-pt-32 {
        padding-top: 32px
    }

    .md-pt-33 {
        padding-top: 33px
    }

    .md-pt-34 {
        padding-top: 34px
    }

    .md-pt-35 {
        padding-top: 35px
    }

    .md-pt-36 {
        padding-top: 36px
    }

    .md-pt-37 {
        padding-top: 37px
    }

    .md-pt-38 {
        padding-top: 38px
    }

    .md-pt-39 {
        padding-top: 39px
    }

    .md-pt-40 {
        padding-top: 40px
    }

    .md-pt-41 {
        padding-top: 41px
    }

    .md-pt-42 {
        padding-top: 42px
    }

    .md-pt-43 {
        padding-top: 43px
    }

    .md-pt-44 {
        padding-top: 44px
    }

    .md-pt-45 {
        padding-top: 45px
    }

    .md-pt-46 {
        padding-top: 46px
    }

    .md-pt-47 {
        padding-top: 47px
    }

    .md-pt-48 {
        padding-top: 48px
    }

    .md-pt-49 {
        padding-top: 49px
    }

    .md-pt-50 {
        padding-top: 50px
    }

    .md-pt-51 {
        padding-top: 51px
    }

    .md-pt-52 {
        padding-top: 52px
    }

    .md-pt-53 {
        padding-top: 53px
    }

    .md-pt-54 {
        padding-top: 54px
    }

    .md-pt-55 {
        padding-top: 55px
    }

    .md-pt-56 {
        padding-top: 56px
    }

    .md-pt-57 {
        padding-top: 57px
    }

    .md-pt-58 {
        padding-top: 58px
    }

    .md-pt-59 {
        padding-top: 59px
    }

    .md-pt-60 {
        padding-top: 60px
    }

    .md-pt-61 {
        padding-top: 61px
    }

    .md-pt-62 {
        padding-top: 62px
    }

    .md-pt-63 {
        padding-top: 63px
    }

    .md-pt-64 {
        padding-top: 64px
    }

    .md-pt-65 {
        padding-top: 65px
    }

    .md-pt-66 {
        padding-top: 66px
    }

    .md-pt-67 {
        padding-top: 67px
    }

    .md-pt-68 {
        padding-top: 68px
    }

    .md-pt-69 {
        padding-top: 69px
    }

    .md-pt-70 {
        padding-top: 70px
    }

    .md-pt-71 {
        padding-top: 71px
    }

    .md-pt-72 {
        padding-top: 72px
    }

    .md-pt-73 {
        padding-top: 73px
    }

    .md-pt-74 {
        padding-top: 74px
    }

    .md-pt-75 {
        padding-top: 75px
    }

    .md-pt-76 {
        padding-top: 76px
    }

    .md-pt-77 {
        padding-top: 77px
    }

    .md-pt-78 {
        padding-top: 78px
    }

    .md-pt-79 {
        padding-top: 79px
    }

    .md-pt-80 {
        padding-top: 80px
    }

    .md-pt-81 {
        padding-top: 81px
    }

    .md-pt-82 {
        padding-top: 82px
    }

    .md-pt-83 {
        padding-top: 83px
    }

    .md-pt-84 {
        padding-top: 84px
    }

    .md-pt-85 {
        padding-top: 85px
    }

    .md-pt-86 {
        padding-top: 86px
    }

    .md-pt-87 {
        padding-top: 87px
    }

    .md-pt-88 {
        padding-top: 88px
    }

    .md-pt-89 {
        padding-top: 89px
    }

    .md-pt-90 {
        padding-top: 90px
    }

    .md-pt-91 {
        padding-top: 91px
    }

    .md-pt-92 {
        padding-top: 92px
    }

    .md-pt-93 {
        padding-top: 93px
    }

    .md-pt-94 {
        padding-top: 94px
    }

    .md-pt-95 {
        padding-top: 95px
    }

    .md-pt-96 {
        padding-top: 96px
    }

    .md-pt-97 {
        padding-top: 97px
    }

    .md-pt-98 {
        padding-top: 98px
    }

    .md-pt-99 {
        padding-top: 99px
    }

    .md-pt-100 {
        padding-top: 100px
    }

    .md-pt-101 {
        padding-top: 101px
    }

    .md-pt-102 {
        padding-top: 102px
    }

    .md-pt-103 {
        padding-top: 103px
    }

    .md-pt-104 {
        padding-top: 104px
    }

    .md-pt-105 {
        padding-top: 105px
    }

    .md-pt-106 {
        padding-top: 106px
    }

    .md-pt-107 {
        padding-top: 107px
    }

    .md-pt-108 {
        padding-top: 108px
    }

    .md-pt-109 {
        padding-top: 109px
    }

    .md-pt-110 {
        padding-top: 110px
    }

    .md-pt-111 {
        padding-top: 111px
    }

    .md-pt-112 {
        padding-top: 112px
    }

    .md-pt-113 {
        padding-top: 113px
    }

    .md-pt-114 {
        padding-top: 114px
    }

    .md-pt-115 {
        padding-top: 115px
    }

    .md-pt-116 {
        padding-top: 116px
    }

    .md-pt-117 {
        padding-top: 117px
    }

    .md-pt-118 {
        padding-top: 118px
    }

    .md-pt-119 {
        padding-top: 119px
    }

    .md-pt-120 {
        padding-top: 120px
    }

    .md-pt-121 {
        padding-top: 121px
    }

    .md-pt-122 {
        padding-top: 122px
    }

    .md-pt-123 {
        padding-top: 123px
    }

    .md-pt-124 {
        padding-top: 124px
    }

    .md-pt-125 {
        padding-top: 125px
    }

    .md-pt-126 {
        padding-top: 126px
    }

    .md-pt-127 {
        padding-top: 127px
    }

    .md-pt-128 {
        padding-top: 128px
    }

    .md-pt-129 {
        padding-top: 129px
    }

    .md-pt-130 {
        padding-top: 130px
    }

    .md-pt-131 {
        padding-top: 131px
    }

    .md-pt-132 {
        padding-top: 132px
    }

    .md-pt-133 {
        padding-top: 133px
    }

    .md-pt-134 {
        padding-top: 134px
    }

    .md-pt-135 {
        padding-top: 135px
    }

    .md-pt-136 {
        padding-top: 136px
    }

    .md-pt-137 {
        padding-top: 137px
    }

    .md-pt-138 {
        padding-top: 138px
    }

    .md-pt-139 {
        padding-top: 139px
    }

    .md-pt-140 {
        padding-top: 140px
    }

    .md-pt-141 {
        padding-top: 141px
    }

    .md-pt-142 {
        padding-top: 142px
    }

    .md-pt-143 {
        padding-top: 143px
    }

    .md-pt-144 {
        padding-top: 144px
    }

    .md-pt-145 {
        padding-top: 145px
    }

    .md-pt-146 {
        padding-top: 146px
    }

    .md-pt-147 {
        padding-top: 147px
    }

    .md-pt-148 {
        padding-top: 148px
    }

    .md-pt-149 {
        padding-top: 149px
    }

    .md-pt-150 {
        padding-top: 150px
    }

    .md-pt-151 {
        padding-top: 151px
    }

    .md-pt-152 {
        padding-top: 152px
    }

    .md-pt-153 {
        padding-top: 153px
    }

    .md-pt-154 {
        padding-top: 154px
    }

    .md-pt-155 {
        padding-top: 155px
    }

    .md-pt-156 {
        padding-top: 156px
    }

    .md-pt-157 {
        padding-top: 157px
    }

    .md-pt-158 {
        padding-top: 158px
    }

    .md-pt-159 {
        padding-top: 159px
    }

    .md-pt-160 {
        padding-top: 160px
    }

    .md-pt-161 {
        padding-top: 161px
    }

    .md-pt-162 {
        padding-top: 162px
    }

    .md-pt-163 {
        padding-top: 163px
    }

    .md-pt-164 {
        padding-top: 164px
    }

    .md-pt-165 {
        padding-top: 165px
    }

    .md-pt-166 {
        padding-top: 166px
    }

    .md-pt-167 {
        padding-top: 167px
    }

    .md-pt-168 {
        padding-top: 168px
    }

    .md-pt-169 {
        padding-top: 169px
    }

    .md-pt-170 {
        padding-top: 170px
    }

    .md-pt-171 {
        padding-top: 171px
    }

    .md-pt-172 {
        padding-top: 172px
    }

    .md-pt-173 {
        padding-top: 173px
    }

    .md-pt-174 {
        padding-top: 174px
    }

    .md-pt-175 {
        padding-top: 175px
    }

    .md-pt-176 {
        padding-top: 176px
    }

    .md-pt-177 {
        padding-top: 177px
    }

    .md-pt-178 {
        padding-top: 178px
    }

    .md-pt-179 {
        padding-top: 179px
    }

    .md-pt-180 {
        padding-top: 180px
    }

    .md-pt-181 {
        padding-top: 181px
    }

    .md-pt-182 {
        padding-top: 182px
    }

    .md-pt-183 {
        padding-top: 183px
    }

    .md-pt-184 {
        padding-top: 184px
    }

    .md-pt-185 {
        padding-top: 185px
    }

    .md-pt-186 {
        padding-top: 186px
    }

    .md-pt-187 {
        padding-top: 187px
    }

    .md-pt-188 {
        padding-top: 188px
    }

    .md-pt-189 {
        padding-top: 189px
    }

    .md-pt-190 {
        padding-top: 190px
    }

    .md-pt-191 {
        padding-top: 191px
    }

    .md-pt-192 {
        padding-top: 192px
    }

    .md-pt-193 {
        padding-top: 193px
    }

    .md-pt-194 {
        padding-top: 194px
    }

    .md-pt-195 {
        padding-top: 195px
    }

    .md-pt-196 {
        padding-top: 196px
    }

    .md-pt-197 {
        padding-top: 197px
    }

    .md-pt-198 {
        padding-top: 198px
    }

    .md-pt-199 {
        padding-top: 199px
    }

    .md-pt-200 {
        padding-top: 200px
    }

    .md-pb-0 {
        padding-bottom: 0
    }

    .md-pb-1 {
        padding-bottom: 1px
    }

    .md-pb-2 {
        padding-bottom: 2px
    }

    .md-pb-3 {
        padding-bottom: 3px
    }

    .md-pb-4 {
        padding-bottom: 4px
    }

    .md-pb-5 {
        padding-bottom: 5px
    }

    .md-pb-6 {
        padding-bottom: 6px
    }

    .md-pb-7 {
        padding-bottom: 7px
    }

    .md-pb-8 {
        padding-bottom: 8px
    }

    .md-pb-9 {
        padding-bottom: 9px
    }

    .md-pb-10 {
        padding-bottom: 10px
    }

    .md-pb-11 {
        padding-bottom: 11px
    }

    .md-pb-12 {
        padding-bottom: 12px
    }

    .md-pb-13 {
        padding-bottom: 13px
    }

    .md-pb-14 {
        padding-bottom: 14px
    }

    .md-pb-15 {
        padding-bottom: 15px
    }

    .md-pb-16 {
        padding-bottom: 16px
    }

    .md-pb-17 {
        padding-bottom: 17px
    }

    .md-pb-18 {
        padding-bottom: 18px
    }

    .md-pb-19 {
        padding-bottom: 19px
    }

    .md-pb-20 {
        padding-bottom: 20px
    }

    .md-pb-21 {
        padding-bottom: 21px
    }

    .md-pb-22 {
        padding-bottom: 22px
    }

    .md-pb-23 {
        padding-bottom: 23px
    }

    .md-pb-24 {
        padding-bottom: 24px
    }

    .md-pb-25 {
        padding-bottom: 25px
    }

    .md-pb-26 {
        padding-bottom: 26px
    }

    .md-pb-27 {
        padding-bottom: 27px
    }

    .md-pb-28 {
        padding-bottom: 28px
    }

    .md-pb-29 {
        padding-bottom: 29px
    }

    .md-pb-30 {
        padding-bottom: 30px
    }

    .md-pb-31 {
        padding-bottom: 31px
    }

    .md-pb-32 {
        padding-bottom: 32px
    }

    .md-pb-33 {
        padding-bottom: 33px
    }

    .md-pb-34 {
        padding-bottom: 34px
    }

    .md-pb-35 {
        padding-bottom: 35px
    }

    .md-pb-36 {
        padding-bottom: 36px
    }

    .md-pb-37 {
        padding-bottom: 37px
    }

    .md-pb-38 {
        padding-bottom: 38px
    }

    .md-pb-39 {
        padding-bottom: 39px
    }

    .md-pb-40 {
        padding-bottom: 40px
    }

    .md-pb-41 {
        padding-bottom: 41px
    }

    .md-pb-42 {
        padding-bottom: 42px
    }

    .md-pb-43 {
        padding-bottom: 43px
    }

    .md-pb-44 {
        padding-bottom: 44px
    }

    .md-pb-45 {
        padding-bottom: 45px
    }

    .md-pb-46 {
        padding-bottom: 46px
    }

    .md-pb-47 {
        padding-bottom: 47px
    }

    .md-pb-48 {
        padding-bottom: 48px
    }

    .md-pb-49 {
        padding-bottom: 49px
    }

    .md-pb-50 {
        padding-bottom: 50px
    }

    .md-pb-51 {
        padding-bottom: 51px
    }

    .md-pb-52 {
        padding-bottom: 52px
    }

    .md-pb-53 {
        padding-bottom: 53px
    }

    .md-pb-54 {
        padding-bottom: 54px
    }

    .md-pb-55 {
        padding-bottom: 55px
    }

    .md-pb-56 {
        padding-bottom: 56px
    }

    .md-pb-57 {
        padding-bottom: 57px
    }

    .md-pb-58 {
        padding-bottom: 58px
    }

    .md-pb-59 {
        padding-bottom: 59px
    }

    .md-pb-60 {
        padding-bottom: 60px
    }

    .md-pb-61 {
        padding-bottom: 61px
    }

    .md-pb-62 {
        padding-bottom: 62px
    }

    .md-pb-63 {
        padding-bottom: 63px
    }

    .md-pb-64 {
        padding-bottom: 64px
    }

    .md-pb-65 {
        padding-bottom: 65px
    }

    .md-pb-66 {
        padding-bottom: 66px
    }

    .md-pb-67 {
        padding-bottom: 67px
    }

    .md-pb-68 {
        padding-bottom: 68px
    }

    .md-pb-69 {
        padding-bottom: 69px
    }

    .md-pb-70 {
        padding-bottom: 70px
    }

    .md-pb-71 {
        padding-bottom: 71px
    }

    .md-pb-72 {
        padding-bottom: 72px
    }

    .md-pb-73 {
        padding-bottom: 73px
    }

    .md-pb-74 {
        padding-bottom: 74px
    }

    .md-pb-75 {
        padding-bottom: 75px
    }

    .md-pb-76 {
        padding-bottom: 76px
    }

    .md-pb-77 {
        padding-bottom: 77px
    }

    .md-pb-78 {
        padding-bottom: 78px
    }

    .md-pb-79 {
        padding-bottom: 79px
    }

    .md-pb-80 {
        padding-bottom: 80px
    }

    .md-pb-81 {
        padding-bottom: 81px
    }

    .md-pb-82 {
        padding-bottom: 82px
    }

    .md-pb-83 {
        padding-bottom: 83px
    }

    .md-pb-84 {
        padding-bottom: 84px
    }

    .md-pb-85 {
        padding-bottom: 85px
    }

    .md-pb-86 {
        padding-bottom: 86px
    }

    .md-pb-87 {
        padding-bottom: 87px
    }

    .md-pb-88 {
        padding-bottom: 88px
    }

    .md-pb-89 {
        padding-bottom: 89px
    }

    .md-pb-90 {
        padding-bottom: 90px
    }

    .md-pb-91 {
        padding-bottom: 91px
    }

    .md-pb-92 {
        padding-bottom: 92px
    }

    .md-pb-93 {
        padding-bottom: 93px
    }

    .md-pb-94 {
        padding-bottom: 94px
    }

    .md-pb-95 {
        padding-bottom: 95px
    }

    .md-pb-96 {
        padding-bottom: 96px
    }

    .md-pb-97 {
        padding-bottom: 97px
    }

    .md-pb-98 {
        padding-bottom: 98px
    }

    .md-pb-99 {
        padding-bottom: 99px
    }

    .md-pb-100 {
        padding-bottom: 100px
    }

    .md-pb-101 {
        padding-bottom: 101px
    }

    .md-pb-102 {
        padding-bottom: 102px
    }

    .md-pb-104 {
        padding-bottom: 104px
    }

    .md-pb-105 {
        padding-bottom: 105px
    }

    .md-pb-106 {
        padding-bottom: 106px
    }

    .md-pb-107 {
        padding-bottom: 107px
    }

    .md-pb-108 {
        padding-bottom: 108px
    }

    .md-pb-109 {
        padding-bottom: 109px
    }

    .md-pb-110 {
        padding-bottom: 110px
    }

    .md-pb-111 {
        padding-bottom: 111px
    }

    .md-pb-112 {
        padding-bottom: 112px
    }

    .md-pb-113 {
        padding-bottom: 113px
    }

    .md-pb-114 {
        padding-bottom: 114px
    }

    .md-pb-115 {
        padding-bottom: 115px
    }

    .md-pb-116 {
        padding-bottom: 116px
    }

    .md-pb-117 {
        padding-bottom: 117px
    }

    .md-pb-118 {
        padding-bottom: 118px
    }

    .md-pb-119 {
        padding-bottom: 119px
    }

    .md-pb-120 {
        padding-bottom: 120px
    }

    .md-pb-121 {
        padding-bottom: 121px
    }

    .md-pb-122 {
        padding-bottom: 122px
    }

    .md-pb-123 {
        padding-bottom: 123px
    }

    .md-pb-124 {
        padding-bottom: 124px
    }

    .md-pb-125 {
        padding-bottom: 125px
    }

    .md-pb-126 {
        padding-bottom: 126px
    }

    .md-pb-127 {
        padding-bottom: 127px
    }

    .md-pb-128 {
        padding-bottom: 128px
    }

    .md-pb-129 {
        padding-bottom: 129px
    }

    .md-pb-130 {
        padding-bottom: 130px
    }

    .md-pb-131 {
        padding-bottom: 131px
    }

    .md-pb-132 {
        padding-bottom: 132px
    }

    .md-pb-133 {
        padding-bottom: 133px
    }

    .md-pb-134 {
        padding-bottom: 134px
    }

    .md-pb-135 {
        padding-bottom: 135px
    }

    .md-pb-136 {
        padding-bottom: 136px
    }

    .md-pb-137 {
        padding-bottom: 137px
    }

    .md-pb-138 {
        padding-bottom: 138px
    }

    .md-pb-139 {
        padding-bottom: 139px
    }

    .md-pb-140 {
        padding-bottom: 140px
    }

    .md-pb-141 {
        padding-bottom: 141px
    }

    .md-pb-142 {
        padding-bottom: 142px
    }

    .md-pb-143 {
        padding-bottom: 143px
    }

    .md-pb-144 {
        padding-bottom: 144px
    }

    .md-pb-145 {
        padding-bottom: 145px
    }

    .md-pb-146 {
        padding-bottom: 146px
    }

    .md-pb-147 {
        padding-bottom: 147px
    }

    .md-pb-148 {
        padding-bottom: 148px
    }

    .md-pb-149 {
        padding-bottom: 149px
    }

    .md-pb-150 {
        padding-bottom: 150px
    }

    .md-pb-151 {
        padding-bottom: 151px
    }

    .md-pb-152 {
        padding-bottom: 152px
    }

    .md-pb-153 {
        padding-bottom: 153px
    }

    .md-pb-154 {
        padding-bottom: 154px
    }

    .md-pb-155 {
        padding-bottom: 155px
    }

    .md-pb-156 {
        padding-bottom: 156px
    }

    .md-pb-157 {
        padding-bottom: 157px
    }

    .md-pb-158 {
        padding-bottom: 158px
    }

    .md-pb-159 {
        padding-bottom: 159px
    }

    .md-pb-160 {
        padding-bottom: 160px
    }

    .md-pb-161 {
        padding-bottom: 161px
    }

    .md-pb-162 {
        padding-bottom: 162px
    }

    .md-pb-163 {
        padding-bottom: 163px
    }

    .md-pb-164 {
        padding-bottom: 164px
    }

    .md-pb-165 {
        padding-bottom: 165px
    }

    .md-pb-166 {
        padding-bottom: 166px
    }

    .md-pb-167 {
        padding-bottom: 167px
    }

    .md-pb-168 {
        padding-bottom: 168px
    }

    .md-pb-169 {
        padding-bottom: 169px
    }

    .md-pb-170 {
        padding-bottom: 170px
    }

    .md-pb-171 {
        padding-bottom: 171px
    }

    .md-pb-172 {
        padding-bottom: 172px
    }

    .md-pb-173 {
        padding-bottom: 173px
    }

    .md-pb-174 {
        padding-bottom: 174px
    }

    .md-pb-175 {
        padding-bottom: 175px
    }

    .md-pb-176 {
        padding-bottom: 176px
    }

    .md-pb-177 {
        padding-bottom: 177px
    }

    .md-pb-178 {
        padding-bottom: 178px
    }

    .md-pb-179 {
        padding-bottom: 179px
    }

    .md-pb-180 {
        padding-bottom: 180px
    }

    .md-pb-181 {
        padding-bottom: 181px
    }

    .md-pb-182 {
        padding-bottom: 182px
    }

    .md-pb-183 {
        padding-bottom: 183px
    }

    .md-pb-184 {
        padding-bottom: 184px
    }

    .md-pb-185 {
        padding-bottom: 185px
    }

    .md-pb-186 {
        padding-bottom: 186px
    }

    .md-pb-187 {
        padding-bottom: 187px
    }

    .md-pb-188 {
        padding-bottom: 188px
    }

    .md-pb-189 {
        padding-bottom: 189px
    }

    .md-pb-190 {
        padding-bottom: 190px
    }

    .md-pb-191 {
        padding-bottom: 191px
    }

    .md-pb-192 {
        padding-bottom: 192px
    }

    .md-pb-193 {
        padding-bottom: 193px
    }

    .md-pb-194 {
        padding-bottom: 194px
    }

    .md-pb-195 {
        padding-bottom: 195px
    }

    .md-pb-196 {
        padding-bottom: 196px
    }

    .md-pb-197 {
        padding-bottom: 197px
    }

    .md-pb-198 {
        padding-bottom: 198px
    }

    .md-pb-199 {
        padding-bottom: 199px
    }

    .md-pb-200 {
        padding-bottom: 200px
    }

    .md-pr-0 {
        padding-right: 0
    }

    .md-pr-1 {
        padding-right: 1px
    }

    .md-pr-2 {
        padding-right: 2px
    }

    .md-pr-4 {
        padding-right: 4px
    }

    .md-pr-5 {
        padding-right: 5px
    }

    .md-pr-6 {
        padding-right: 6px
    }

    .md-pr-7 {
        padding-right: 7px
    }

    .md-pr-8 {
        padding-right: 8px
    }

    .md-pr-9 {
        padding-right: 9px
    }

    .md-pr-10 {
        padding-right: 10px
    }

    .md-pr-11 {
        padding-right: 11px
    }

    .md-pr-12 {
        padding-right: 12px
    }

    .md-pr-13 {
        padding-right: 13px
    }

    .md-pr-14 {
        padding-right: 14px
    }

    .md-pr-15 {
        padding-right: 15px
    }

    .md-pr-16 {
        padding-right: 16px
    }

    .md-pr-17 {
        padding-right: 17px
    }

    .md-pr-18 {
        padding-right: 18px
    }

    .md-pr-19 {
        padding-right: 19px
    }

    .md-pr-20 {
        padding-right: 20px
    }

    .md-pr-21 {
        padding-right: 21px
    }

    .md-pr-22 {
        padding-right: 22px
    }

    .md-pr-23 {
        padding-right: 23px
    }

    .md-pr-24 {
        padding-right: 24px
    }

    .md-pr-25 {
        padding-right: 25px
    }

    .md-pr-26 {
        padding-right: 26px
    }

    .md-pr-27 {
        padding-right: 27px
    }

    .md-pr-28 {
        padding-right: 28px
    }

    .md-pr-29 {
        padding-right: 29px
    }

    .md-pr-30 {
        padding-right: 30px
    }

    .md-pr-31 {
        padding-right: 31px
    }

    .md-pr-32 {
        padding-right: 32px
    }

    .md-pr-33 {
        padding-right: 33px
    }

    .md-pr-34 {
        padding-right: 34px
    }

    .md-pr-35 {
        padding-right: 35px
    }

    .md-pr-36 {
        padding-right: 36px
    }

    .md-pr-37 {
        padding-right: 37px
    }

    .md-pr-38 {
        padding-right: 38px
    }

    .md-pr-39 {
        padding-right: 39px
    }

    .md-pr-40 {
        padding-right: 40px
    }

    .md-pr-41 {
        padding-right: 41px
    }

    .md-pr-42 {
        padding-right: 42px
    }

    .md-pr-43 {
        padding-right: 43px
    }

    .md-pr-44 {
        padding-right: 44px
    }

    .md-pr-45 {
        padding-right: 45px
    }

    .md-pr-46 {
        padding-right: 46px
    }

    .md-pr-47 {
        padding-right: 47px
    }

    .md-pr-48 {
        padding-right: 48px
    }

    .md-pr-49 {
        padding-right: 49px
    }

    .md-pr-50 {
        padding-right: 50px
    }

    .md-pr-51 {
        padding-right: 51px
    }

    .md-pr-52 {
        padding-right: 52px
    }

    .md-pr-53 {
        padding-right: 53px
    }

    .md-pr-54 {
        padding-right: 54px
    }

    .md-pr-55 {
        padding-right: 55px
    }

    .md-pr-56 {
        padding-right: 56px
    }

    .md-pr-57 {
        padding-right: 57px
    }

    .md-pr-58 {
        padding-right: 58px
    }

    .md-pr-59 {
        padding-right: 59px
    }

    .md-pr-60 {
        padding-right: 60px
    }

    .md-pr-61 {
        padding-right: 61px
    }

    .md-pr-62 {
        padding-right: 62px
    }

    .md-pr-63 {
        padding-right: 63px
    }

    .md-pr-64 {
        padding-right: 64px
    }

    .md-pr-65 {
        padding-right: 65px
    }

    .md-pr-66 {
        padding-right: 66px
    }

    .md-pr-67 {
        padding-right: 67px
    }

    .md-pr-68 {
        padding-right: 68px
    }

    .md-pr-69 {
        padding-right: 69px
    }

    .md-pr-70 {
        padding-right: 70px
    }

    .md-pr-71 {
        padding-right: 71px
    }

    .md-pr-72 {
        padding-right: 72px
    }

    .md-pr-73 {
        padding-right: 73px
    }

    .md-pr-74 {
        padding-right: 74px
    }

    .md-pr-75 {
        padding-right: 75px
    }

    .md-pr-76 {
        padding-right: 76px
    }

    .md-pr-77 {
        padding-right: 77px
    }

    .md-pr-78 {
        padding-right: 78px
    }

    .md-pr-79 {
        padding-right: 79px
    }

    .md-pr-80 {
        padding-right: 80px
    }

    .md-pr-81 {
        padding-right: 81px
    }

    .md-pr-82 {
        padding-right: 82px
    }

    .md-pr-83 {
        padding-right: 83px
    }

    .md-pr-84 {
        padding-right: 84px
    }

    .md-pr-85 {
        padding-right: 85px
    }

    .md-pr-86 {
        padding-right: 86px
    }

    .md-pr-87 {
        padding-right: 87px
    }

    .md-pr-88 {
        padding-right: 88px
    }

    .md-pr-89 {
        padding-right: 89px
    }

    .md-pr-90 {
        padding-right: 90px
    }

    .md-pr-91 {
        padding-right: 91px
    }

    .md-pr-92 {
        padding-right: 92px
    }

    .md-pr-93 {
        padding-right: 93px
    }

    .md-pr-94 {
        padding-right: 94px
    }

    .md-pr-95 {
        padding-right: 95px
    }

    .md-pr-96 {
        padding-right: 96px
    }

    .md-pr-97 {
        padding-right: 97px
    }

    .md-pr-98 {
        padding-right: 98px
    }

    .md-pr-99 {
        padding-right: 99px
    }

    .md-pr-100 {
        padding-right: 100px
    }

    .md-pr-101 {
        padding-right: 101px
    }

    .md-pr-102 {
        padding-right: 102px
    }

    .md-pr-104 {
        padding-right: 104px
    }

    .md-pr-105 {
        padding-right: 105px
    }

    .md-pr-106 {
        padding-right: 106px
    }

    .md-pr-107 {
        padding-right: 107px
    }

    .md-pr-108 {
        padding-right: 108px
    }

    .md-pr-109 {
        padding-right: 109px
    }

    .md-pr-110 {
        padding-right: 110px
    }

    .md-pr-111 {
        padding-right: 111px
    }

    .md-pr-112 {
        padding-right: 112px
    }

    .md-pr-113 {
        padding-right: 113px
    }

    .md-pr-114 {
        padding-right: 114px
    }

    .md-pr-115 {
        padding-right: 115px
    }

    .md-pr-116 {
        padding-right: 116px
    }

    .md-pr-117 {
        padding-right: 117px
    }

    .md-pr-118 {
        padding-right: 118px
    }

    .md-pr-119 {
        padding-right: 119px
    }

    .md-pr-120 {
        padding-right: 120px
    }

    .md-pr-121 {
        padding-right: 121px
    }

    .md-pr-122 {
        padding-right: 122px
    }

    .md-pr-123 {
        padding-right: 123px
    }

    .md-pr-124 {
        padding-right: 124px
    }

    .md-pr-125 {
        padding-right: 125px
    }

    .md-pr-126 {
        padding-right: 126px
    }

    .md-pr-127 {
        padding-right: 127px
    }

    .md-pr-128 {
        padding-right: 128px
    }

    .md-pr-129 {
        padding-right: 129px
    }

    .md-pr-130 {
        padding-right: 130px
    }

    .md-pr-131 {
        padding-right: 131px
    }

    .md-pr-132 {
        padding-right: 132px
    }

    .md-pr-133 {
        padding-right: 133px
    }

    .md-pr-134 {
        padding-right: 134px
    }

    .md-pr-135 {
        padding-right: 135px
    }

    .md-pr-136 {
        padding-right: 136px
    }

    .md-pr-137 {
        padding-right: 137px
    }

    .md-pr-138 {
        padding-right: 138px
    }

    .md-pr-139 {
        padding-right: 139px
    }

    .md-pr-140 {
        padding-right: 140px
    }

    .md-pr-141 {
        padding-right: 141px
    }

    .md-pr-142 {
        padding-right: 142px
    }

    .md-pr-143 {
        padding-right: 143px
    }

    .md-pr-144 {
        padding-right: 144px
    }

    .md-pr-145 {
        padding-right: 145px
    }

    .md-pr-146 {
        padding-right: 146px
    }

    .md-pr-147 {
        padding-right: 147px
    }

    .md-pr-148 {
        padding-right: 148px
    }

    .md-pr-149 {
        padding-right: 149px
    }

    .md-pr-150 {
        padding-right: 150px
    }

    .md-pr-151 {
        padding-right: 151px
    }

    .md-pr-152 {
        padding-right: 152px
    }

    .md-pr-153 {
        padding-right: 153px
    }

    .md-pr-154 {
        padding-right: 154px
    }

    .md-pr-155 {
        padding-right: 155px
    }

    .md-pr-156 {
        padding-right: 156px
    }

    .md-pr-157 {
        padding-right: 157px
    }

    .md-pr-158 {
        padding-right: 158px
    }

    .md-pr-159 {
        padding-right: 159px
    }

    .md-pr-160 {
        padding-right: 160px
    }

    .md-pr-161 {
        padding-right: 161px
    }

    .md-pr-162 {
        padding-right: 162px
    }

    .md-pr-163 {
        padding-right: 163px
    }

    .md-pr-164 {
        padding-right: 164px
    }

    .md-pr-165 {
        padding-right: 165px
    }

    .md-pr-166 {
        padding-right: 166px
    }

    .md-pr-167 {
        padding-right: 167px
    }

    .md-pr-168 {
        padding-right: 168px
    }

    .md-pr-169 {
        padding-right: 169px
    }

    .md-pr-170 {
        padding-right: 170px
    }

    .md-pr-171 {
        padding-right: 171px
    }

    .md-pr-172 {
        padding-right: 172px
    }

    .md-pr-173 {
        padding-right: 173px
    }

    .md-pr-174 {
        padding-right: 174px
    }

    .md-pr-175 {
        padding-right: 175px
    }

    .md-pr-176 {
        padding-right: 176px
    }

    .md-pr-177 {
        padding-right: 177px
    }

    .md-pr-178 {
        padding-right: 178px
    }

    .md-pr-179 {
        padding-right: 179px
    }

    .md-pr-180 {
        padding-right: 180px
    }

    .md-pr-181 {
        padding-right: 181px
    }

    .md-pr-182 {
        padding-right: 182px
    }

    .md-pr-183 {
        padding-right: 183px
    }

    .md-pr-184 {
        padding-right: 184px
    }

    .md-pr-185 {
        padding-right: 185px
    }

    .md-pr-186 {
        padding-right: 186px
    }

    .md-pr-187 {
        padding-right: 187px
    }

    .md-pr-188 {
        padding-right: 188px
    }

    .md-pr-189 {
        padding-right: 189px
    }

    .md-pr-190 {
        padding-right: 190px
    }

    .md-pr-191 {
        padding-right: 191px
    }

    .md-pr-192 {
        padding-right: 192px
    }

    .md-pr-193 {
        padding-right: 193px
    }

    .md-pr-194 {
        padding-right: 194px
    }

    .md-pr-195 {
        padding-right: 195px
    }

    .md-pr-196 {
        padding-right: 196px
    }

    .md-pr-197 {
        padding-right: 197px
    }

    .md-pr-198 {
        padding-right: 198px
    }

    .md-pr-199 {
        padding-right: 199px
    }

    .md-pr-200 {
        padding-right: 200px
    }

    .md-pl-0 {
        padding-left: 0
    }

    .md-pl-1 {
        padding-left: 1px
    }

    .md-pl-2 {
        padding-left: 2px
    }

    .pb-3 {
        padding-bottom: 3px
    }

    .md-pl-4 {
        padding-left: 4px
    }

    .md-pl-5 {
        padding-left: 5px
    }

    .md-pl-6 {
        padding-left: 6px
    }

    .md-pl-7 {
        padding-left: 7px
    }

    .md-pl-8 {
        padding-left: 8px
    }

    .md-pl-9 {
        padding-left: 9px
    }

    .md-pl-10 {
        padding-left: 10px
    }

    .md-pl-11 {
        padding-left: 11px
    }

    .md-pl-12 {
        padding-left: 12px
    }

    .md-pl-13 {
        padding-left: 13px
    }

    .md-pl-14 {
        padding-left: 14px
    }

    .md-pl-15 {
        padding-left: 15px
    }

    .md-pl-16 {
        padding-left: 16px
    }

    .md-pl-17 {
        padding-left: 17px
    }

    .md-pl-18 {
        padding-left: 18px
    }

    .md-pl-19 {
        padding-left: 19px
    }

    .md-pl-20 {
        padding-left: 20px
    }

    .md-pl-21 {
        padding-left: 21px
    }

    .md-pl-22 {
        padding-left: 22px
    }

    .md-pl-23 {
        padding-left: 23px
    }

    .md-pl-24 {
        padding-left: 24px
    }

    .md-pl-25 {
        padding-left: 25px
    }

    .md-pl-26 {
        padding-left: 26px
    }

    .md-pl-27 {
        padding-left: 27px
    }

    .md-pl-28 {
        padding-left: 28px
    }

    .md-pl-29 {
        padding-left: 29px
    }

    .md-pl-30 {
        padding-left: 30px
    }

    .md-pl-31 {
        padding-left: 31px
    }

    .md-pl-32 {
        padding-left: 32px
    }

    .md-pl-33 {
        padding-left: 33px
    }

    .md-pl-34 {
        padding-left: 34px
    }

    .md-pl-35 {
        padding-left: 35px
    }

    .md-pl-36 {
        padding-left: 36px
    }

    .md-pl-37 {
        padding-left: 37px
    }

    .md-pl-38 {
        padding-left: 38px
    }

    .md-pl-39 {
        padding-left: 39px
    }

    .md-pl-40 {
        padding-left: 40px
    }

    .md-pl-41 {
        padding-left: 41px
    }

    .md-pl-42 {
        padding-left: 42px
    }

    .md-pl-43 {
        padding-left: 43px
    }

    .md-pl-44 {
        padding-left: 44px
    }

    .md-pl-45 {
        padding-left: 45px
    }

    .md-pl-46 {
        padding-left: 46px
    }

    .md-pl-47 {
        padding-left: 47px
    }

    .md-pl-48 {
        padding-left: 48px
    }

    .md-pl-49 {
        padding-left: 49px
    }

    .md-pl-50 {
        padding-left: 50px
    }

    .md-pl-51 {
        padding-left: 51px
    }

    .md-pl-52 {
        padding-left: 52px
    }

    .md-pl-53 {
        padding-left: 53px
    }

    .md-pl-54 {
        padding-left: 54px
    }

    .md-pl-55 {
        padding-left: 55px
    }

    .md-pl-56 {
        padding-left: 56px
    }

    .md-pl-57 {
        padding-left: 57px
    }

    .md-pl-58 {
        padding-left: 58px
    }

    .md-pl-59 {
        padding-left: 59px
    }

    .md-pl-60 {
        padding-left: 60px
    }

    .md-pl-61 {
        padding-left: 61px
    }

    .md-pl-62 {
        padding-left: 62px
    }

    .md-pl-63 {
        padding-left: 63px
    }

    .md-pl-64 {
        padding-left: 64px
    }

    .md-pl-65 {
        padding-left: 65px
    }

    .md-pl-66 {
        padding-left: 66px
    }

    .md-pl-67 {
        padding-left: 67px
    }

    .md-pl-68 {
        padding-left: 68px
    }

    .md-pl-69 {
        padding-left: 69px
    }

    .md-pl-70 {
        padding-left: 70px
    }

    .md-pl-71 {
        padding-left: 71px
    }

    .md-pl-72 {
        padding-left: 72px
    }

    .md-pl-73 {
        padding-left: 73px
    }

    .md-pl-74 {
        padding-left: 74px
    }

    .md-pl-75 {
        padding-left: 75px
    }

    .md-pl-76 {
        padding-left: 76px
    }

    .md-pl-77 {
        padding-left: 77px
    }

    .md-pl-78 {
        padding-left: 78px
    }

    .md-pl-79 {
        padding-left: 79px
    }

    .md-pl-80 {
        padding-left: 80px
    }

    .md-pl-81 {
        padding-left: 81px
    }

    .md-pl-82 {
        padding-left: 82px
    }

    .md-pl-83 {
        padding-left: 83px
    }

    .md-pl-84 {
        padding-left: 84px
    }

    .md-pl-85 {
        padding-left: 85px
    }

    .md-pl-86 {
        padding-left: 86px
    }

    .md-pl-87 {
        padding-left: 87px
    }

    .md-pl-88 {
        padding-left: 88px
    }

    .md-pl-89 {
        padding-left: 89px
    }

    .md-pl-90 {
        padding-left: 90px
    }

    .md-pl-91 {
        padding-left: 91px
    }

    .md-pl-92 {
        padding-left: 92px
    }

    .md-pl-93 {
        padding-left: 93px
    }

    .md-pl-94 {
        padding-left: 94px
    }

    .md-pl-95 {
        padding-left: 95px
    }

    .md-pl-96 {
        padding-left: 96px
    }

    .md-pl-97 {
        padding-left: 97px
    }

    .md-pl-98 {
        padding-left: 98px
    }

    .md-pl-99 {
        padding-left: 99px
    }

    .md-pl-100 {
        padding-left: 100px
    }

    .md-pl-101 {
        padding-left: 101px
    }

    .md-pl-102 {
        padding-left: 102px
    }

    .md-pb-103 {
        padding-bottom: 103px
    }

    .md-pl-104 {
        padding-left: 104px
    }

    .md-pl-105 {
        padding-left: 105px
    }

    .md-pl-106 {
        padding-left: 106px
    }

    .md-pl-107 {
        padding-left: 107px
    }

    .md-pl-108 {
        padding-left: 108px
    }

    .md-pl-109 {
        padding-left: 109px
    }

    .md-pl-110 {
        padding-left: 110px
    }

    .md-pl-111 {
        padding-left: 111px
    }

    .md-pl-112 {
        padding-left: 112px
    }

    .md-pl-113 {
        padding-left: 113px
    }

    .md-pl-114 {
        padding-left: 114px
    }

    .md-pl-115 {
        padding-left: 115px
    }

    .md-pl-116 {
        padding-left: 116px
    }

    .md-pl-117 {
        padding-left: 117px
    }

    .md-pl-118 {
        padding-left: 118px
    }

    .md-pl-119 {
        padding-left: 119px
    }

    .md-pl-120 {
        padding-left: 120px
    }

    .md-pl-121 {
        padding-left: 121px
    }

    .md-pl-122 {
        padding-left: 122px
    }

    .md-pl-123 {
        padding-left: 123px
    }

    .md-pl-124 {
        padding-left: 124px
    }

    .md-pl-125 {
        padding-left: 125px
    }

    .md-pl-126 {
        padding-left: 126px
    }

    .md-pl-127 {
        padding-left: 127px
    }

    .md-pl-128 {
        padding-left: 128px
    }

    .md-pl-129 {
        padding-left: 129px
    }

    .md-pl-130 {
        padding-left: 130px
    }

    .md-pl-131 {
        padding-left: 131px
    }

    .md-pl-132 {
        padding-left: 132px
    }

    .md-pl-133 {
        padding-left: 133px
    }

    .md-pl-134 {
        padding-left: 134px
    }

    .md-pl-135 {
        padding-left: 135px
    }

    .md-pl-136 {
        padding-left: 136px
    }

    .md-pl-137 {
        padding-left: 137px
    }

    .md-pl-138 {
        padding-left: 138px
    }

    .md-pl-139 {
        padding-left: 139px
    }

    .md-pl-140 {
        padding-left: 140px
    }

    .md-pl-141 {
        padding-left: 141px
    }

    .md-pl-142 {
        padding-left: 142px
    }

    .md-pl-143 {
        padding-left: 143px
    }

    .md-pl-144 {
        padding-left: 144px
    }

    .md-pl-145 {
        padding-left: 145px
    }

    .md-pl-146 {
        padding-left: 146px
    }

    .md-pl-147 {
        padding-left: 147px
    }

    .md-pl-148 {
        padding-left: 148px
    }

    .md-pl-149 {
        padding-left: 149px
    }

    .md-pl-150 {
        padding-left: 150px
    }

    .md-pl-151 {
        padding-left: 151px
    }

    .md-pl-152 {
        padding-left: 152px
    }

    .md-pl-153 {
        padding-left: 153px
    }

    .md-pl-154 {
        padding-left: 154px
    }

    .md-pl-155 {
        padding-left: 155px
    }

    .md-pl-156 {
        padding-left: 156px
    }

    .md-pl-157 {
        padding-left: 157px
    }

    .md-pl-158 {
        padding-left: 158px
    }

    .md-pl-159 {
        padding-left: 159px
    }

    .md-pl-160 {
        padding-left: 160px
    }

    .md-pl-161 {
        padding-left: 161px
    }

    .md-pl-162 {
        padding-left: 162px
    }

    .md-pl-163 {
        padding-left: 163px
    }

    .md-pl-164 {
        padding-left: 164px
    }

    .md-pl-165 {
        padding-left: 165px
    }

    .md-pl-166 {
        padding-left: 166px
    }

    .md-pl-167 {
        padding-left: 167px
    }

    .md-pl-168 {
        padding-left: 168px
    }

    .md-pl-169 {
        padding-left: 169px
    }

    .md-pl-170 {
        padding-left: 170px
    }

    .md-pl-171 {
        padding-left: 171px
    }

    .md-pl-172 {
        padding-left: 172px
    }

    .md-pl-173 {
        padding-left: 173px
    }

    .md-pl-174 {
        padding-left: 174px
    }

    .md-pl-175 {
        padding-left: 175px
    }

    .md-pl-176 {
        padding-left: 176px
    }

    .md-pl-177 {
        padding-left: 177px
    }

    .md-pl-178 {
        padding-left: 178px
    }

    .md-pl-179 {
        padding-left: 179px
    }

    .md-pl-180 {
        padding-left: 180px
    }

    .md-pl-181 {
        padding-left: 181px
    }

    .md-pl-182 {
        padding-left: 182px
    }

    .md-pl-183 {
        padding-left: 183px
    }

    .md-pl-184 {
        padding-left: 184px
    }

    .md-pl-185 {
        padding-left: 185px
    }

    .md-pl-186 {
        padding-left: 186px
    }

    .md-pl-187 {
        padding-left: 187px
    }

    .md-pl-188 {
        padding-left: 188px
    }

    .md-pl-189 {
        padding-left: 189px
    }

    .md-pl-190 {
        padding-left: 190px
    }

    .md-pl-191 {
        padding-left: 191px
    }

    .md-pl-192 {
        padding-left: 192px
    }

    .md-pl-193 {
        padding-left: 193px
    }

    .md-pl-194 {
        padding-left: 194px
    }

    .md-pl-195 {
        padding-left: 195px
    }

    .md-pl-196 {
        padding-left: 196px
    }

    .md-pl-197 {
        padding-left: 197px
    }

    .md-pl-198 {
        padding-left: 198px
    }

    .md-pl-199 {
        padding-left: 199px
    }

    .md-pl-200 {
        padding-left: 200px
    }

    .md-mt-0 {
        margin-top: 0
    }

    .md-mt-1 {
        margin-top: 1px
    }

    .md-mt-2 {
        margin-top: 2px
    }

    .md-mt-3 {
        margin-top: 3px
    }

    .md-mt-4 {
        margin-top: 4px
    }

    .md-mt-5 {
        margin-top: 5px
    }

    .md-mt-6 {
        margin-top: 6px
    }

    .md-mt-7 {
        margin-top: 7px
    }

    .md-mt-8 {
        margin-top: 8px
    }

    .md-mt-9 {
        margin-top: 9px
    }

    .md-mt-10 {
        margin-top: 10px
    }

    .md-mt-11 {
        margin-top: 11px
    }

    .md-mt-12 {
        margin-top: 12px
    }

    .md-mt-13 {
        margin-top: 13px
    }

    .md-mt-14 {
        margin-top: 14px
    }

    .md-mt-15 {
        margin-top: 15px
    }

    .md-mt-16 {
        margin-top: 16px
    }

    .md-mt-17 {
        margin-top: 17px
    }

    .md-mt-18 {
        margin-top: 18px
    }

    .md-mt-19 {
        margin-top: 19px
    }

    .md-mt-20 {
        margin-top: 20px
    }

    .md-mt-21 {
        margin-top: 21px
    }

    .md-mt-22 {
        margin-top: 22px
    }

    .md-mt-23 {
        margin-top: 23px
    }

    .md-mt-24 {
        margin-top: 24px
    }

    .md-mt-25 {
        margin-top: 25px
    }

    .md-mt-26 {
        margin-top: 26px
    }

    .md-mt-27 {
        margin-top: 27px
    }

    .md-mt-28 {
        margin-top: 28px
    }

    .md-mt-29 {
        margin-top: 29px
    }

    .md-mt-30 {
        margin-top: 30px
    }

    .md-mt-31 {
        margin-top: 31px
    }

    .md-mt-32 {
        margin-top: 32px
    }

    .md-mt-33 {
        margin-top: 33px
    }

    .md-mt-34 {
        margin-top: 34px
    }

    .md-mt-35 {
        margin-top: 35px
    }

    .md-mt-36 {
        margin-top: 36px
    }

    .md-mt-37 {
        margin-top: 37px
    }

    .md-mt-38 {
        margin-top: 38px
    }

    .md-mt-39 {
        margin-top: 39px
    }

    .md-mt-40 {
        margin-top: 40px
    }

    .md-mt-41 {
        margin-top: 41px
    }

    .md-mt-42 {
        margin-top: 42px
    }

    .md-mt-43 {
        margin-top: 43px
    }

    .md-mt-44 {
        margin-top: 44px
    }

    .md-mt-45 {
        margin-top: 45px
    }

    .md-mt-46 {
        margin-top: 46px
    }

    .md-mt-47 {
        margin-top: 47px
    }

    .md-mt-48 {
        margin-top: 48px
    }

    .md-mt-49 {
        margin-top: 49px
    }

    .md-mt-50 {
        margin-top: 50px
    }

    .md-mt-51 {
        margin-top: 51px
    }

    .md-mt-52 {
        margin-top: 52px
    }

    .md-mt-53 {
        margin-top: 53px
    }

    .md-mt-54 {
        margin-top: 54px
    }

    .md-mt-55 {
        margin-top: 55px
    }

    .md-mt-56 {
        margin-top: 56px
    }

    .md-mt-57 {
        margin-top: 57px
    }

    .md-mt-58 {
        margin-top: 58px
    }

    .md-mt-59 {
        margin-top: 59px
    }

    .md-mt-60 {
        margin-top: 60px
    }

    .md-mt-61 {
        margin-top: 61px
    }

    .md-mt-62 {
        margin-top: 62px
    }

    .md-mt-63 {
        margin-top: 63px
    }

    .md-mt-64 {
        margin-top: 64px
    }

    .md-mt-65 {
        margin-top: 65px
    }

    .md-mt-66 {
        margin-top: 66px
    }

    .md-mt-67 {
        margin-top: 67px
    }

    .md-mt-68 {
        margin-top: 68px
    }

    .md-mt-69 {
        margin-top: 69px
    }

    .md-mt-70 {
        margin-top: 70px
    }

    .md-mt-71 {
        margin-top: 71px
    }

    .md-mt-72 {
        margin-top: 72px
    }

    .md-mt-73 {
        margin-top: 73px
    }

    .md-mt-74 {
        margin-top: 74px
    }

    .md-mt-75 {
        margin-top: 75px
    }

    .md-mt-76 {
        margin-top: 76px
    }

    .md-mt-77 {
        margin-top: 77px
    }

    .md-mt-78 {
        margin-top: 78px
    }

    .md-mt-79 {
        margin-top: 79px
    }

    .md-mt-80 {
        margin-top: 80px
    }

    .md-mt-81 {
        margin-top: 81px
    }

    .md-mt-82 {
        margin-top: 82px
    }

    .md-mt-83 {
        margin-top: 83px
    }

    .md-mt-84 {
        margin-top: 84px
    }

    .md-mt-85 {
        margin-top: 85px
    }

    .md-mt-86 {
        margin-top: 86px
    }

    .md-mt-87 {
        margin-top: 87px
    }

    .md-mt-88 {
        margin-top: 88px
    }

    .md-mt-89 {
        margin-top: 89px
    }

    .md-mt-90 {
        margin-top: 90px
    }

    .md-mt-91 {
        margin-top: 91px
    }

    .md-mt-92 {
        margin-top: 92px
    }

    .md-mt-93 {
        margin-top: 93px
    }

    .md-mt-94 {
        margin-top: 94px
    }

    .md-mt-95 {
        margin-top: 95px
    }

    .md-mt-96 {
        margin-top: 96px
    }

    .md-mt-97 {
        margin-top: 97px
    }

    .md-mt-98 {
        margin-top: 98px
    }

    .md-mt-99 {
        margin-top: 99px
    }

    .md-mt-100 {
        margin-top: 100px
    }

    .md-mt-101 {
        margin-top: 101px
    }

    .md-mt-102 {
        margin-top: 102px
    }

    .md-mt-103 {
        margin-top: 103px
    }

    .md-mt-104 {
        margin-top: 104px
    }

    .md-mt-105 {
        margin-top: 105px
    }

    .md-mt-106 {
        margin-top: 106px
    }

    .md-mt-107 {
        margin-top: 107px
    }

    .md-mt-108 {
        margin-top: 108px
    }

    .md-mt-109 {
        margin-top: 109px
    }

    .md-mt-110 {
        margin-top: 110px
    }

    .md-mt-111 {
        margin-top: 111px
    }

    .md-mt-112 {
        margin-top: 112px
    }

    .md-mt-113 {
        margin-top: 113px
    }

    .md-mt-114 {
        margin-top: 114px
    }

    .md-mt-115 {
        margin-top: 115px
    }

    .md-mt-116 {
        margin-top: 116px
    }

    .md-mt-117 {
        margin-top: 117px
    }

    .md-mt-118 {
        margin-top: 118px
    }

    .md-mt-119 {
        margin-top: 119px
    }

    .md-mt-120 {
        margin-top: 120px
    }

    .md-mt-121 {
        margin-top: 121px
    }

    .md-mt-122 {
        margin-top: 122px
    }

    .md-mt-123 {
        margin-top: 123px
    }

    .md-mt-124 {
        margin-top: 124px
    }

    .md-mt-125 {
        margin-top: 125px
    }

    .md-mt-126 {
        margin-top: 126px
    }

    .md-mt-127 {
        margin-top: 127px
    }

    .md-mt-128 {
        margin-top: 128px
    }

    .md-mt-129 {
        margin-top: 129px
    }

    .md-mt-130 {
        margin-top: 130px
    }

    .md-mt-131 {
        margin-top: 131px
    }

    .md-mt-132 {
        margin-top: 132px
    }

    .md-mt-133 {
        margin-top: 133px
    }

    .md-mt-134 {
        margin-top: 134px
    }

    .md-mt-135 {
        margin-top: 135px
    }

    .md-mt-136 {
        margin-top: 136px
    }

    .md-mt-137 {
        margin-top: 137px
    }

    .md-mt-138 {
        margin-top: 138px
    }

    .md-mt-139 {
        margin-top: 139px
    }

    .md-mt-140 {
        margin-top: 140px
    }

    .md-mt-141 {
        margin-top: 141px
    }

    .md-mt-142 {
        margin-top: 142px
    }

    .md-mt-143 {
        margin-top: 143px
    }

    .md-mt-144 {
        margin-top: 144px
    }

    .md-mt-145 {
        margin-top: 145px
    }

    .md-mt-146 {
        margin-top: 146px
    }

    .md-mt-147 {
        margin-top: 147px
    }

    .md-mt-148 {
        margin-top: 148px
    }

    .md-mt-149 {
        margin-top: 149px
    }

    .md-mt-150 {
        margin-top: 150px
    }

    .md-mt-151 {
        margin-top: 151px
    }

    .md-mt-152 {
        margin-top: 152px
    }

    .md-mt-153 {
        margin-top: 153px
    }

    .md-mt-154 {
        margin-top: 154px
    }

    .md-mt-155 {
        margin-top: 155px
    }

    .md-mt-156 {
        margin-top: 156px
    }

    .md-mt-157 {
        margin-top: 157px
    }

    .md-mt-158 {
        margin-top: 158px
    }

    .md-mt-159 {
        margin-top: 159px
    }

    .md-mt-160 {
        margin-top: 160px
    }

    .md-mt-161 {
        margin-top: 161px
    }

    .md-mt-162 {
        margin-top: 162px
    }

    .md-mt-163 {
        margin-top: 163px
    }

    .md-mt-164 {
        margin-top: 164px
    }

    .md-mt-165 {
        margin-top: 165px
    }

    .md-mt-166 {
        margin-top: 166px
    }

    .md-mt-167 {
        margin-top: 167px
    }

    .md-mt-168 {
        margin-top: 168px
    }

    .md-mt-169 {
        margin-top: 169px
    }

    .md-mt-170 {
        margin-top: 170px
    }

    .md-mt-171 {
        margin-top: 171px
    }

    .md-mt-172 {
        margin-top: 172px
    }

    .md-mt-173 {
        margin-top: 173px
    }

    .md-mt-174 {
        margin-top: 174px
    }

    .md-mt-175 {
        margin-top: 175px
    }

    .md-mt-176 {
        margin-top: 176px
    }

    .md-mt-177 {
        margin-top: 177px
    }

    .md-mt-178 {
        margin-top: 178px
    }

    .md-mt-179 {
        margin-top: 179px
    }

    .md-mt-180 {
        margin-top: 180px
    }

    .md-mt-181 {
        margin-top: 181px
    }

    .md-mt-182 {
        margin-top: 182px
    }

    .md-mt-183 {
        margin-top: 183px
    }

    .md-mt-184 {
        margin-top: 184px
    }

    .md-mt-185 {
        margin-top: 185px
    }

    .md-mt-186 {
        margin-top: 186px
    }

    .md-mt-187 {
        margin-top: 187px
    }

    .md-mt-188 {
        margin-top: 188px
    }

    .md-mt-189 {
        margin-top: 189px
    }

    .md-mt-190 {
        margin-top: 190px
    }

    .md-mt-191 {
        margin-top: 191px
    }

    .md-mt-192 {
        margin-top: 192px
    }

    .md-mt-193 {
        margin-top: 193px
    }

    .md-mt-194 {
        margin-top: 194px
    }

    .md-mt-195 {
        margin-top: 195px
    }

    .md-mt-196 {
        margin-top: 196px
    }

    .md-mt-197 {
        margin-top: 197px
    }

    .md-mt-198 {
        margin-top: 198px
    }

    .md-mt-199 {
        margin-top: 199px
    }

    .md-mt-200 {
        margin-top: 200px
    }

    .md-mb-0 {
        margin-bottom: 0
    }

    .md-mb-1 {
        margin-bottom: 1px
    }

    .md-mb-2 {
        margin-bottom: 2px
    }

    .md-mb-3 {
        margin-bottom: 3px
    }

    .md-mb-4 {
        margin-bottom: 4px
    }

    .md-mb-5 {
        margin-bottom: 5px
    }

    .md-mb-6 {
        margin-bottom: 6px
    }

    .md-mb-7 {
        margin-bottom: 7px
    }

    .md-mb-8 {
        margin-bottom: 8px
    }

    .md-mb-9 {
        margin-bottom: 9px
    }

    .md-mb-10 {
        margin-bottom: 10px
    }

    .md-mb-11 {
        margin-bottom: 11px
    }

    .md-mb-12 {
        margin-bottom: 12px
    }

    .md-mb-13 {
        margin-bottom: 13px
    }

    .md-mb-14 {
        margin-bottom: 14px
    }

    .md-mb-15 {
        margin-bottom: 15px
    }

    .md-mb-16 {
        margin-bottom: 16px
    }

    .md-mb-17 {
        margin-bottom: 17px
    }

    .md-mb-18 {
        margin-bottom: 18px
    }

    .md-mb-19 {
        margin-bottom: 19px
    }

    .md-mb-20 {
        margin-bottom: 20px
    }

    .md-mb-21 {
        margin-bottom: 21px
    }

    .md-mb-22 {
        margin-bottom: 22px
    }

    .md-mb-23 {
        margin-bottom: 23px
    }

    .md-mb-24 {
        margin-bottom: 24px
    }

    .md-mb-25 {
        margin-bottom: 25px
    }

    .md-mb-26 {
        margin-bottom: 26px
    }

    .md-mb-27 {
        margin-bottom: 27px
    }

    .md-mb-28 {
        margin-bottom: 28px
    }

    .md-mb-29 {
        margin-bottom: 29px
    }

    .md-mb-30 {
        margin-bottom: 30px
    }

    .md-mb-31 {
        margin-bottom: 31px
    }

    .md-mb-32 {
        margin-bottom: 32px
    }

    .md-mb-33 {
        margin-bottom: 33px
    }

    .md-mb-34 {
        margin-bottom: 34px
    }

    .md-mb-35 {
        margin-bottom: 35px
    }

    .md-mb-36 {
        margin-bottom: 36px
    }

    .md-mb-37 {
        margin-bottom: 37px
    }

    .md-mb-38 {
        margin-bottom: 38px
    }

    .md-mb-39 {
        margin-bottom: 39px
    }

    .md-mb-40 {
        margin-bottom: 40px
    }

    .md-mb-41 {
        margin-bottom: 41px
    }

    .md-mb-42 {
        margin-bottom: 42px
    }

    .md-mb-43 {
        margin-bottom: 43px
    }

    .md-mb-44 {
        margin-bottom: 44px
    }

    .md-mb-45 {
        margin-bottom: 45px
    }

    .md-mb-46 {
        margin-bottom: 46px
    }

    .md-mb-47 {
        margin-bottom: 47px
    }

    .md-mb-48 {
        margin-bottom: 48px
    }

    .md-mb-49 {
        margin-bottom: 49px
    }

    .md-mb-50 {
        margin-bottom: 50px
    }

    .md-mb-51 {
        margin-bottom: 51px
    }

    .md-mb-52 {
        margin-bottom: 52px
    }

    .md-mb-53 {
        margin-bottom: 53px
    }

    .md-mb-54 {
        margin-bottom: 54px
    }

    .md-mb-55 {
        margin-bottom: 55px
    }

    .md-mb-56 {
        margin-bottom: 56px
    }

    .md-mb-57 {
        margin-bottom: 57px
    }

    .md-mb-58 {
        margin-bottom: 58px
    }

    .md-mb-59 {
        margin-bottom: 59px
    }

    .md-mb-60 {
        margin-bottom: 60px
    }

    .md-mb-61 {
        margin-bottom: 61px
    }

    .md-mb-62 {
        margin-bottom: 62px
    }

    .md-mb-63 {
        margin-bottom: 63px
    }

    .md-mb-64 {
        margin-bottom: 64px
    }

    .md-mb-65 {
        margin-bottom: 65px
    }

    .md-mb-66 {
        margin-bottom: 66px
    }

    .md-mb-67 {
        margin-bottom: 67px
    }

    .md-mb-68 {
        margin-bottom: 68px
    }

    .md-mb-69 {
        margin-bottom: 69px
    }

    .md-mb-70 {
        margin-bottom: 70px
    }

    .md-mb-71 {
        margin-bottom: 71px
    }

    .md-mb-72 {
        margin-bottom: 72px
    }

    .md-mb-73 {
        margin-bottom: 73px
    }

    .md-mb-74 {
        margin-bottom: 74px
    }

    .md-mb-75 {
        margin-bottom: 75px
    }

    .md-mb-76 {
        margin-bottom: 76px
    }

    .md-mb-77 {
        margin-bottom: 77px
    }

    .md-mb-78 {
        margin-bottom: 78px
    }

    .md-mb-79 {
        margin-bottom: 79px
    }

    .md-mb-80 {
        margin-bottom: 80px
    }

    .md-mb-81 {
        margin-bottom: 81px
    }

    .md-mb-82 {
        margin-bottom: 82px
    }

    .md-mb-83 {
        margin-bottom: 83px
    }

    .md-mb-84 {
        margin-bottom: 84px
    }

    .md-mb-85 {
        margin-bottom: 85px
    }

    .md-mb-86 {
        margin-bottom: 86px
    }

    .md-mb-87 {
        margin-bottom: 87px
    }

    .md-mb-88 {
        margin-bottom: 88px
    }

    .md-mb-89 {
        margin-bottom: 89px
    }

    .md-mb-90 {
        margin-bottom: 90px
    }

    .md-mb-91 {
        margin-bottom: 91px
    }

    .md-mb-92 {
        margin-bottom: 92px
    }

    .md-mb-93 {
        margin-bottom: 93px
    }

    .md-mb-94 {
        margin-bottom: 94px
    }

    .md-mb-95 {
        margin-bottom: 95px
    }

    .md-mb-96 {
        margin-bottom: 96px
    }

    .md-mb-97 {
        margin-bottom: 97px
    }

    .md-mb-98 {
        margin-bottom: 98px
    }

    .md-mb-99 {
        margin-bottom: 99px
    }

    .md-mb-100 {
        margin-bottom: 100px
    }

    .md-mb-101 {
        margin-bottom: 101px
    }

    .md-mb-102 {
        margin-bottom: 102px
    }

    .md-mb-103 {
        margin-bottom: 103px
    }

    .md-mb-104 {
        margin-bottom: 104px
    }

    .md-mb-105 {
        margin-bottom: 105px
    }

    .md-mb-106 {
        margin-bottom: 106px
    }

    .md-mb-107 {
        margin-bottom: 107px
    }

    .md-mb-108 {
        margin-bottom: 108px
    }

    .md-mb-109 {
        margin-bottom: 109px
    }

    .md-mb-110 {
        margin-bottom: 110px
    }

    .md-mb-111 {
        margin-bottom: 111px
    }

    .md-mb-112 {
        margin-bottom: 112px
    }

    .md-mb-113 {
        margin-bottom: 113px
    }

    .md-mb-114 {
        margin-bottom: 114px
    }

    .md-mb-115 {
        margin-bottom: 115px
    }

    .md-mb-116 {
        margin-bottom: 116px
    }

    .md-mb-117 {
        margin-bottom: 117px
    }

    .md-mb-118 {
        margin-bottom: 118px
    }

    .md-mb-119 {
        margin-bottom: 119px
    }

    .md-mb-120 {
        margin-bottom: 120px
    }

    .md-mb-121 {
        margin-bottom: 121px
    }

    .md-mb-122 {
        margin-bottom: 122px
    }

    .md-mb-123 {
        margin-bottom: 123px
    }

    .md-mb-124 {
        margin-bottom: 124px
    }

    .md-mb-125 {
        margin-bottom: 125px
    }

    .md-mb-126 {
        margin-bottom: 126px
    }

    .md-mb-127 {
        margin-bottom: 127px
    }

    .md-mb-128 {
        margin-bottom: 128px
    }

    .md-mb-129 {
        margin-bottom: 129px
    }

    .md-mb-130 {
        margin-bottom: 130px
    }

    .md-mb-131 {
        margin-bottom: 131px
    }

    .md-mb-132 {
        margin-bottom: 132px
    }

    .md-mb-133 {
        margin-bottom: 133px
    }

    .md-mb-134 {
        margin-bottom: 134px
    }

    .md-mb-135 {
        margin-bottom: 135px
    }

    .md-mb-136 {
        margin-bottom: 136px
    }

    .md-mb-137 {
        margin-bottom: 137px
    }

    .md-mb-138 {
        margin-bottom: 138px
    }

    .md-mb-139 {
        margin-bottom: 139px
    }

    .md-mb-140 {
        margin-bottom: 140px
    }

    .md-mb-141 {
        margin-bottom: 141px
    }

    .md-mb-142 {
        margin-bottom: 142px
    }

    .md-mb-143 {
        margin-bottom: 143px
    }

    .md-mb-144 {
        margin-bottom: 144px
    }

    .md-mb-145 {
        margin-bottom: 145px
    }

    .md-mb-146 {
        margin-bottom: 146px
    }

    .md-mb-147 {
        margin-bottom: 147px
    }

    .md-mb-148 {
        margin-bottom: 148px
    }

    .md-mb-149 {
        margin-bottom: 149px
    }

    .md-mb-150 {
        margin-bottom: 150px
    }

    .md-mb-151 {
        margin-bottom: 151px
    }

    .md-mb-152 {
        margin-bottom: 152px
    }

    .md-mb-153 {
        margin-bottom: 153px
    }

    .md-mb-154 {
        margin-bottom: 154px
    }

    .md-mb-155 {
        margin-bottom: 155px
    }

    .md-mb-156 {
        margin-bottom: 156px
    }

    .md-mb-157 {
        margin-bottom: 157px
    }

    .md-mb-158 {
        margin-bottom: 158px
    }

    .md-mb-159 {
        margin-bottom: 159px
    }

    .md-mb-160 {
        margin-bottom: 160px
    }

    .md-mb-161 {
        margin-bottom: 161px
    }

    .md-mb-162 {
        margin-bottom: 162px
    }

    .md-mb-163 {
        margin-bottom: 163px
    }

    .md-mb-164 {
        margin-bottom: 164px
    }

    .md-mb-165 {
        margin-bottom: 165px
    }

    .md-mb-166 {
        margin-bottom: 166px
    }

    .md-mb-167 {
        margin-bottom: 167px
    }

    .md-mb-168 {
        margin-bottom: 168px
    }

    .md-mb-169 {
        margin-bottom: 169px
    }

    .md-mb-170 {
        margin-bottom: 170px
    }

    .md-mb-171 {
        margin-bottom: 171px
    }

    .md-mb-172 {
        margin-bottom: 172px
    }

    .md-mb-173 {
        margin-bottom: 173px
    }

    .md-mb-174 {
        margin-bottom: 174px
    }

    .md-mb-175 {
        margin-bottom: 175px
    }

    .md-mb-176 {
        margin-bottom: 176px
    }

    .md-mb-177 {
        margin-bottom: 177px
    }

    .md-mb-178 {
        margin-bottom: 178px
    }

    .md-mb-179 {
        margin-bottom: 179px
    }

    .md-mb-180 {
        margin-bottom: 180px
    }

    .md-mb-181 {
        margin-bottom: 181px
    }

    .md-mb-182 {
        margin-bottom: 182px
    }

    .md-mb-183 {
        margin-bottom: 183px
    }

    .md-mb-184 {
        margin-bottom: 184px
    }

    .md-mb-185 {
        margin-bottom: 185px
    }

    .md-mb-186 {
        margin-bottom: 186px
    }

    .md-mb-187 {
        margin-bottom: 187px
    }

    .md-mb-188 {
        margin-bottom: 188px
    }

    .md-mb-189 {
        margin-bottom: 189px
    }

    .md-mb-190 {
        margin-bottom: 190px
    }

    .md-mb-191 {
        margin-bottom: 191px
    }

    .md-mb-192 {
        margin-bottom: 192px
    }

    .md-mb-193 {
        margin-bottom: 193px
    }

    .md-mb-194 {
        margin-bottom: 194px
    }

    .md-mb-195 {
        margin-bottom: 195px
    }

    .md-mb-196 {
        margin-bottom: 196px
    }

    .md-mb-197 {
        margin-bottom: 197px
    }

    .md-mb-198 {
        margin-bottom: 198px
    }

    .md-mb-199 {
        margin-bottom: 199px
    }

    .md-mb-200 {
        margin-bottom: 200px
    }

    .md-mr-0 {
        margin-right: 0
    }

    .md-mr-1 {
        margin-right: 1px
    }

    .md-mr-2 {
        margin-right: 2px
    }

    .md-mr-3 {
        margin-right: 3px
    }

    .md-mr-4 {
        margin-right: 4px
    }

    .md-mr-5 {
        margin-right: 5px
    }

    .md-mr-6 {
        margin-right: 6px
    }

    .md-mr-7 {
        margin-right: 7px
    }

    .md-mr-8 {
        margin-right: 8px
    }

    .md-mr-9 {
        margin-right: 9px
    }

    .md-mr-10 {
        margin-right: 10px
    }

    .md-mr-11 {
        margin-right: 11px
    }

    .md-mr-12 {
        margin-right: 12px
    }

    .md-mr-13 {
        margin-right: 13px
    }

    .md-mr-14 {
        margin-right: 14px
    }

    .md-mr-15 {
        margin-right: 15px
    }

    .md-mr-16 {
        margin-right: 16px
    }

    .md-mr-17 {
        margin-right: 17px
    }

    .md-mr-18 {
        margin-right: 18px
    }

    .md-mr-19 {
        margin-right: 19px
    }

    .md-mr-20 {
        margin-right: 20px
    }

    .md-mr-21 {
        margin-right: 21px
    }

    .md-mr-22 {
        margin-right: 22px
    }

    .md-mr-23 {
        margin-right: 23px
    }

    .md-mr-24 {
        margin-right: 24px
    }

    .md-mr-25 {
        margin-right: 25px
    }

    .md-mr-26 {
        margin-right: 26px
    }

    .md-mr-27 {
        margin-right: 27px
    }

    .md-mr-28 {
        margin-right: 28px
    }

    .md-mr-29 {
        margin-right: 29px
    }

    .md-mr-30 {
        margin-right: 30px
    }

    .md-mr-31 {
        margin-right: 31px
    }

    .md-mr-32 {
        margin-right: 32px
    }

    .md-mr-33 {
        margin-right: 33px
    }

    .md-mr-34 {
        margin-right: 34px
    }

    .md-mr-35 {
        margin-right: 35px
    }

    .md-mr-36 {
        margin-right: 36px
    }

    .md-mr-37 {
        margin-right: 37px
    }

    .md-mr-38 {
        margin-right: 38px
    }

    .md-mr-39 {
        margin-right: 39px
    }

    .md-mr-40 {
        margin-right: 40px
    }

    .md-mr-41 {
        margin-right: 41px
    }

    .md-mr-42 {
        margin-right: 42px
    }

    .md-mr-43 {
        margin-right: 43px
    }

    .md-mr-44 {
        margin-right: 44px
    }

    .md-mr-45 {
        margin-right: 45px
    }

    .md-mr-46 {
        margin-right: 46px
    }

    .md-mr-47 {
        margin-right: 47px
    }

    .md-mr-48 {
        margin-right: 48px
    }

    .md-mr-49 {
        margin-right: 49px
    }

    .md-mr-50 {
        margin-right: 50px
    }

    .md-mr-51 {
        margin-right: 51px
    }

    .md-mr-52 {
        margin-right: 52px
    }

    .md-mr-53 {
        margin-right: 53px
    }

    .md-mr-54 {
        margin-right: 54px
    }

    .md-mr-55 {
        margin-right: 55px
    }

    .md-mr-56 {
        margin-right: 56px
    }

    .md-mr-57 {
        margin-right: 57px
    }

    .md-mr-58 {
        margin-right: 58px
    }

    .md-mr-59 {
        margin-right: 59px
    }

    .md-mr-60 {
        margin-right: 60px
    }

    .md-mr-61 {
        margin-right: 61px
    }

    .md-mr-62 {
        margin-right: 62px
    }

    .md-mr-63 {
        margin-right: 63px
    }

    .md-mr-64 {
        margin-right: 64px
    }

    .md-mr-65 {
        margin-right: 65px
    }

    .md-mr-66 {
        margin-right: 66px
    }

    .md-mr-67 {
        margin-right: 67px
    }

    .md-mr-68 {
        margin-right: 68px
    }

    .md-mr-69 {
        margin-right: 69px
    }

    .md-mr-70 {
        margin-right: 70px
    }

    .md-mr-71 {
        margin-right: 71px
    }

    .md-mr-72 {
        margin-right: 72px
    }

    .md-mr-73 {
        margin-right: 73px
    }

    .md-mr-74 {
        margin-right: 74px
    }

    .md-mr-75 {
        margin-right: 75px
    }

    .md-mr-76 {
        margin-right: 76px
    }

    .md-mr-77 {
        margin-right: 77px
    }

    .md-mr-78 {
        margin-right: 78px
    }

    .md-mr-79 {
        margin-right: 79px
    }

    .md-mr-80 {
        margin-right: 80px
    }

    .md-mr-81 {
        margin-right: 81px
    }

    .md-mr-82 {
        margin-right: 82px
    }

    .md-mr-83 {
        margin-right: 83px
    }

    .md-mr-84 {
        margin-right: 84px
    }

    .md-mr-85 {
        margin-right: 85px
    }

    .md-mr-86 {
        margin-right: 86px
    }

    .md-mr-87 {
        margin-right: 87px
    }

    .md-mr-88 {
        margin-right: 88px
    }

    .md-mr-89 {
        margin-right: 89px
    }

    .md-mr-90 {
        margin-right: 90px
    }

    .md-mr-91 {
        margin-right: 91px
    }

    .md-mr-92 {
        margin-right: 92px
    }

    .md-mr-93 {
        margin-right: 93px
    }

    .md-mr-94 {
        margin-right: 94px
    }

    .md-mr-95 {
        margin-right: 95px
    }

    .md-mr-96 {
        margin-right: 96px
    }

    .md-mr-97 {
        margin-right: 97px
    }

    .md-mr-98 {
        margin-right: 98px
    }

    .md-mr-99 {
        margin-right: 99px
    }

    .md-mr-100 {
        margin-right: 100px
    }

    .md-ml-0 {
        margin-left: 0
    }

    .md-ml-1 {
        margin-left: 1px
    }

    .md-ml-2 {
        margin-left: 2px
    }

    .md-ml-3 {
        margin-left: 3px
    }

    .md-ml-4 {
        margin-left: 4px
    }

    .md-ml-5 {
        margin-left: 5px
    }

    .md-ml-6 {
        margin-left: 6px
    }

    .md-ml-7 {
        margin-left: 7px
    }

    .md-ml-8 {
        margin-left: 8px
    }

    .md-ml-9 {
        margin-left: 9px
    }

    .md-ml-10 {
        margin-left: 10px
    }

    .md-ml-11 {
        margin-left: 11px
    }

    .md-ml-12 {
        margin-left: 12px
    }

    .md-ml-13 {
        margin-left: 13px
    }

    .md-ml-14 {
        margin-left: 14px
    }

    .md-ml-15 {
        margin-left: 15px
    }

    .md-ml-16 {
        margin-left: 16px
    }

    .md-ml-17 {
        margin-left: 17px
    }

    .md-ml-18 {
        margin-left: 18px
    }

    .md-ml-19 {
        margin-left: 19px
    }

    .md-ml-20 {
        margin-left: 20px
    }

    .md-ml-21 {
        margin-left: 21px
    }

    .md-ml-22 {
        margin-left: 22px
    }

    .md-ml-23 {
        margin-left: 23px
    }

    .md-ml-24 {
        margin-left: 24px
    }

    .md-ml-25 {
        margin-left: 25px
    }

    .md-ml-26 {
        margin-left: 26px
    }

    .md-ml-27 {
        margin-left: 27px
    }

    .md-ml-28 {
        margin-left: 28px
    }

    .md-ml-29 {
        margin-left: 29px
    }

    .md-ml-30 {
        margin-left: 30px
    }

    .md-ml-31 {
        margin-left: 31px
    }

    .md-ml-32 {
        margin-left: 32px
    }

    .md-ml-33 {
        margin-left: 33px
    }

    .md-ml-34 {
        margin-left: 34px
    }

    .md-ml-35 {
        margin-left: 35px
    }

    .md-ml-36 {
        margin-left: 36px
    }

    .md-ml-37 {
        margin-left: 37px
    }

    .md-ml-38 {
        margin-left: 38px
    }

    .md-ml-39 {
        margin-left: 39px
    }

    .md-ml-40 {
        margin-left: 40px
    }

    .md-ml-41 {
        margin-left: 41px
    }

    .md-ml-42 {
        margin-left: 42px
    }

    .md-ml-43 {
        margin-left: 43px
    }

    .md-ml-44 {
        margin-left: 44px
    }

    .md-ml-45 {
        margin-left: 45px
    }

    .md-ml-46 {
        margin-left: 46px
    }

    .md-ml-47 {
        margin-left: 47px
    }

    .md-ml-48 {
        margin-left: 48px
    }

    .md-ml-49 {
        margin-left: 49px
    }

    .md-ml-50 {
        margin-left: 50px
    }

    .md-ml-51 {
        margin-left: 51px
    }

    .md-ml-52 {
        margin-left: 52px
    }

    .md-ml-53 {
        margin-left: 53px
    }

    .md-ml-54 {
        margin-left: 54px
    }

    .md-ml-55 {
        margin-left: 55px
    }

    .md-ml-56 {
        margin-left: 56px
    }

    .md-ml-57 {
        margin-left: 57px
    }

    .md-ml-58 {
        margin-left: 58px
    }

    .md-ml-59 {
        margin-left: 59px
    }

    .md-ml-60 {
        margin-left: 60px
    }

    .md-ml-61 {
        margin-left: 61px
    }

    .md-ml-62 {
        margin-left: 62px
    }

    .md-ml-63 {
        margin-left: 63px
    }

    .md-ml-64 {
        margin-left: 64px
    }

    .md-ml-65 {
        margin-left: 65px
    }

    .md-ml-66 {
        margin-left: 66px
    }

    .md-ml-67 {
        margin-left: 67px
    }

    .md-ml-68 {
        margin-left: 68px
    }

    .md-ml-69 {
        margin-left: 69px
    }

    .md-ml-70 {
        margin-left: 70px
    }

    .md-ml-71 {
        margin-left: 71px
    }

    .md-ml-72 {
        margin-left: 72px
    }

    .md-ml-73 {
        margin-left: 73px
    }

    .md-ml-74 {
        margin-left: 74px
    }

    .md-ml-75 {
        margin-left: 75px
    }

    .md-ml-76 {
        margin-left: 76px
    }

    .md-ml-77 {
        margin-left: 77px
    }

    .md-ml-78 {
        margin-left: 78px
    }

    .md-ml-79 {
        margin-left: 79px
    }

    .md-ml-80 {
        margin-left: 80px
    }

    .md-ml-81 {
        margin-left: 81px
    }

    .md-ml-82 {
        margin-left: 82px
    }

    .md-ml-83 {
        margin-left: 83px
    }

    .md-ml-84 {
        margin-left: 84px
    }

    .md-ml-85 {
        margin-left: 85px
    }

    .md-ml-86 {
        margin-left: 86px
    }

    .md-ml-87 {
        margin-left: 87px
    }

    .md-ml-88 {
        margin-left: 88px
    }

    .md-ml-89 {
        margin-left: 89px
    }

    .md-ml-90 {
        margin-left: 90px
    }

    .md-ml-91 {
        margin-left: 91px
    }

    .md-ml-92 {
        margin-left: 92px
    }

    .md-ml-93 {
        margin-left: 93px
    }

    .md-ml-94 {
        margin-left: 94px
    }

    .md-ml-95 {
        margin-left: 95px
    }

    .md-ml-96 {
        margin-left: 96px
    }

    .md-ml-97 {
        margin-left: 97px
    }

    .md-ml-98 {
        margin-left: 98px
    }

    .md-ml-99 {
        margin-left: 99px
    }

    .md-ml-100 {
        margin-left: 100px
    }

    .md-mt--1 {
        margin-top: -1px
    }

    .md-mt--2 {
        margin-top: -2px
    }

    .md-mt--3 {
        margin-top: -3px
    }

    .md-mt--4 {
        margin-top: -4px
    }

    .md-mt--5 {
        margin-top: -5px
    }

    .md-mt--6 {
        margin-top: -6px
    }

    .md-mt--7 {
        margin-top: -7px
    }

    .md-mt--8 {
        margin-top: -8px
    }

    .md-mt--9 {
        margin-top: -9px
    }

    .md-mt--10 {
        margin-top: -10px
    }

    .md-mt--11 {
        margin-top: -11px
    }

    .md-mt--12 {
        margin-top: -12px
    }

    .md-mt--13 {
        margin-top: -13px
    }

    .md-mt--14 {
        margin-top: -14px
    }

    .md-mt--15 {
        margin-top: -15px
    }

    .md-mt--16 {
        margin-top: -16px
    }

    .md-mt--17 {
        margin-top: -17px
    }

    .md-mt--18 {
        margin-top: -18px
    }

    .md-mt--19 {
        margin-top: -19px
    }

    .md-mt--20 {
        margin-top: -20px
    }

    .md-mt--21 {
        margin-top: -21px
    }

    .md-mt--22 {
        margin-top: -22px
    }

    .md-mt--23 {
        margin-top: -23px
    }

    .md-mt--24 {
        margin-top: -24px
    }

    .md-mt--25 {
        margin-top: -25px
    }

    .md-mt--26 {
        margin-top: -26px
    }

    .md-mt--27 {
        margin-top: -27px
    }

    .md-mt--28 {
        margin-top: -28px
    }

    .md-mt--29 {
        margin-top: -29px
    }

    .md-mt--30 {
        margin-top: -30px
    }

    .md-mt--31 {
        margin-top: -31px
    }

    .md-mt--32 {
        margin-top: -32px
    }

    .md-mt--33 {
        margin-top: -33px
    }

    .md-mt--34 {
        margin-top: -34px
    }

    .md-mt--35 {
        margin-top: -35px
    }

    .md-mt--36 {
        margin-top: -36px
    }

    .md-mt--37 {
        margin-top: -37px
    }

    .md-mt--38 {
        margin-top: -38px
    }

    .md-mt--39 {
        margin-top: -39px
    }

    .md-mt--40 {
        margin-top: -40px
    }

    .md-mt--41 {
        margin-top: -41px
    }

    .md-mt--42 {
        margin-top: -42px
    }

    .md-mt--43 {
        margin-top: -43px
    }

    .md-mt--44 {
        margin-top: -44px
    }

    .md-mt--45 {
        margin-top: -45px
    }

    .md-mt--46 {
        margin-top: -46px
    }

    .md-mt--47 {
        margin-top: -47px
    }

    .md-mt--48 {
        margin-top: -48px
    }

    .md-mt--49 {
        margin-top: -49px
    }

    .md-mt--50 {
        margin-top: -50px
    }

    .md-mt--51 {
        margin-top: -51px
    }

    .md-mt--52 {
        margin-top: -52px
    }

    .md-mt--53 {
        margin-top: -53px
    }

    .md-mt--54 {
        margin-top: -54px
    }

    .md-mt--55 {
        margin-top: -55px
    }

    .md-mt--56 {
        margin-top: -56px
    }

    .md-mt--57 {
        margin-top: -57px
    }

    .md-mt--58 {
        margin-top: -58px
    }

    .md-mt--59 {
        margin-top: -59px
    }

    .md-mt--60 {
        margin-top: -60px
    }

    .md-mt--61 {
        margin-top: -61px
    }

    .md-mt--62 {
        margin-top: -62px
    }

    .md-mt--63 {
        margin-top: -63px
    }

    .md-mt--64 {
        margin-top: -64px
    }

    .md-mt--65 {
        margin-top: -65px
    }

    .md-mt--66 {
        margin-top: -66px
    }

    .md-mt--67 {
        margin-top: -67px
    }

    .md-mt--68 {
        margin-top: -68px
    }

    .md-mt--69 {
        margin-top: -69px
    }

    .md-mt--70 {
        margin-top: -70px
    }

    .md-mt--71 {
        margin-top: -71px
    }

    .md-mt--72 {
        margin-top: -72px
    }

    .md-mt--73 {
        margin-top: -73px
    }

    .md-mt--74 {
        margin-top: -74px
    }

    .md-mt--75 {
        margin-top: -75px
    }

    .md-mt--76 {
        margin-top: -76px
    }

    .md-mt--77 {
        margin-top: -77px
    }

    .md-mt--78 {
        margin-top: -78px
    }

    .md-mt--79 {
        margin-top: -79px
    }

    .md-mt--80 {
        margin-top: -80px
    }

    .md-mt--81 {
        margin-top: -81px
    }

    .md-mt--82 {
        margin-top: -82px
    }

    .md-mt--83 {
        margin-top: -83px
    }

    .md-mt--84 {
        margin-top: -84px
    }

    .md-mt--85 {
        margin-top: -85px
    }

    .md-mt--86 {
        margin-top: -86px
    }

    .md-mt--87 {
        margin-top: -87px
    }

    .md-mt--88 {
        margin-top: -88px
    }

    .md-mt--89 {
        margin-top: -89px
    }

    .md-mt--90 {
        margin-top: -90px
    }

    .md-mt--91 {
        margin-top: -91px
    }

    .md-mt--92 {
        margin-top: -92px
    }

    .md-mt--93 {
        margin-top: -93px
    }

    .md-mt--94 {
        margin-top: -94px
    }

    .md-mt--95 {
        margin-top: -95px
    }

    .md-mt--96 {
        margin-top: -96px
    }

    .md-mt--97 {
        margin-top: -97px
    }

    .md-mt--98 {
        margin-top: -98px
    }

    .md-mt--99 {
        margin-top: -99px
    }

    .md-mt--100 {
        margin-top: -100px
    }

    .md-mt--101 {
        margin-top: -101px
    }

    .md-mt--102 {
        margin-top: -102px
    }

    .md-mt--103 {
        margin-top: -103px
    }

    .md-mt--104 {
        margin-top: -104px
    }

    .md-mt--105 {
        margin-top: -105px
    }

    .md-mt--106 {
        margin-top: -106px
    }

    .md-mt--107 {
        margin-top: -107px
    }

    .md-mt--108 {
        margin-top: -108px
    }

    .md-mt--109 {
        margin-top: -109px
    }

    .md-mt--110 {
        margin-top: -110px
    }

    .md-mt--111 {
        margin-top: -111px
    }

    .md-mt--112 {
        margin-top: -112px
    }

    .md-mt--113 {
        margin-top: -113px
    }

    .md-mt--114 {
        margin-top: -114px
    }

    .md-mt--115 {
        margin-top: -115px
    }

    .md-mt--116 {
        margin-top: -116px
    }

    .md-mt--117 {
        margin-top: -117px
    }

    .md-mt--118 {
        margin-top: -118px
    }

    .md-mt--119 {
        margin-top: -119px
    }

    .md-mt--120 {
        margin-top: -120px
    }

    .md-mt--121 {
        margin-top: -121px
    }

    .md-mt--122 {
        margin-top: -122px
    }

    .md-mt--123 {
        margin-top: -123px
    }

    .md-mt--124 {
        margin-top: -124px
    }

    .md-mt--125 {
        margin-top: -125px
    }

    .md-mt--126 {
        margin-top: -126px
    }

    .md-mt--127 {
        margin-top: -127px
    }

    .md-mt--128 {
        margin-top: -128px
    }

    .md-mt--129 {
        margin-top: -129px
    }

    .md-mt--130 {
        margin-top: -130px
    }

    .md-mt--131 {
        margin-top: -131px
    }

    .md-mt--132 {
        margin-top: -132px
    }

    .md-mt--133 {
        margin-top: -133px
    }

    .md-mt--134 {
        margin-top: -134px
    }

    .md-mt--135 {
        margin-top: -135px
    }

    .md-mt--136 {
        margin-top: -136px
    }

    .md-mt--137 {
        margin-top: -137px
    }

    .md-mt--138 {
        margin-top: -138px
    }

    .md-mt--139 {
        margin-top: -139px
    }

    .md-mt--140 {
        margin-top: -140px
    }

    .md-mt--141 {
        margin-top: -141px
    }

    .md-mt--142 {
        margin-top: -142px
    }

    .md-mt--143 {
        margin-top: -143px
    }

    .md-mt--144 {
        margin-top: -144px
    }

    .md-mt--145 {
        margin-top: -145px
    }

    .md-mt--146 {
        margin-top: -146px
    }

    .md-mt--147 {
        margin-top: -147px
    }

    .md-mt--148 {
        margin-top: -148px
    }

    .md-mt--149 {
        margin-top: -149px
    }

    .md-mt--150 {
        margin-top: -150px
    }

    .md-mt--151 {
        margin-top: -151px
    }

    .md-mt--152 {
        margin-top: -152px
    }

    .md-mt--153 {
        margin-top: -153px
    }

    .md-mt--154 {
        margin-top: -154px
    }

    .md-mt--155 {
        margin-top: -155px
    }

    .md-mt--156 {
        margin-top: -156px
    }

    .md-mt--157 {
        margin-top: -157px
    }

    .md-mt--158 {
        margin-top: -158px
    }

    .md-mt--159 {
        margin-top: -159px
    }

    .md-mt--160 {
        margin-top: -160px
    }

    .md-mt--161 {
        margin-top: -161px
    }

    .md-mt--162 {
        margin-top: -162px
    }

    .md-mt--163 {
        margin-top: -163px
    }

    .md-mt--164 {
        margin-top: -164px
    }

    .md-mt--165 {
        margin-top: -165px
    }

    .md-mt--166 {
        margin-top: -166px
    }

    .md-mt--167 {
        margin-top: -167px
    }

    .md-mt--168 {
        margin-top: -168px
    }

    .md-mt--169 {
        margin-top: -169px
    }

    .md-mt--170 {
        margin-top: -170px
    }

    .md-mt--171 {
        margin-top: -171px
    }

    .md-mt--172 {
        margin-top: -172px
    }

    .md-mt--173 {
        margin-top: -173px
    }

    .md-mt--174 {
        margin-top: -174px
    }

    .md-mt--175 {
        margin-top: -175px
    }

    .md-mt--176 {
        margin-top: -176px
    }

    .md-mt--177 {
        margin-top: -177px
    }

    .md-mt--178 {
        margin-top: -178px
    }

    .md-mt--179 {
        margin-top: -179px
    }

    .md-mt--180 {
        margin-top: -180px
    }

    .md-mt--181 {
        margin-top: -181px
    }

    .md-mt--182 {
        margin-top: -182px
    }

    .md-mt--183 {
        margin-top: -183px
    }

    .md-mt--184 {
        margin-top: -184px
    }

    .md-mt--185 {
        margin-top: -185px
    }

    .md-mt--186 {
        margin-top: -186px
    }

    .md-mt--187 {
        margin-top: -187px
    }

    .md-mt--188 {
        margin-top: -188px
    }

    .md-mt--189 {
        margin-top: -189px
    }

    .md-mt--190 {
        margin-top: -190px
    }

    .md-mt--191 {
        margin-top: -191px
    }

    .md-mt--192 {
        margin-top: -192px
    }

    .md-mt--193 {
        margin-top: -193px
    }

    .md-mt--194 {
        margin-top: -194px
    }

    .md-mt--195 {
        margin-top: -195px
    }

    .md-mt--196 {
        margin-top: -196px
    }

    .md-mt--197 {
        margin-top: -197px
    }

    .md-mt--198 {
        margin-top: -198px
    }

    .md-mt--199 {
        margin-top: -199px
    }

    .md-mt--200 {
        margin-top: -200px
    }

    .md-mb--1 {
        margin-bottom: -1px
    }

    .md-mb--2 {
        margin-bottom: -2px
    }

    .md-mb--3 {
        margin-bottom: -3px
    }

    .md-mb--4 {
        margin-bottom: -4px
    }

    .md-mb--5 {
        margin-bottom: -5px
    }

    .md-mb--6 {
        margin-bottom: -6px
    }

    .md-mb--7 {
        margin-bottom: -7px
    }

    .md-mb--8 {
        margin-bottom: -8px
    }

    .md-mb--9 {
        margin-bottom: -9px
    }

    .md-mb--10 {
        margin-bottom: -10px
    }

    .md-mb--11 {
        margin-bottom: -11px
    }

    .md-mb--12 {
        margin-bottom: -12px
    }

    .md-mb--13 {
        margin-bottom: -13px
    }

    .md-mb--14 {
        margin-bottom: -14px
    }

    .md-mb--15 {
        margin-bottom: -15px
    }

    .md-mb--16 {
        margin-bottom: -16px
    }

    .md-mb--17 {
        margin-bottom: -17px
    }

    .md-mb--18 {
        margin-bottom: -18px
    }

    .md-mb--19 {
        margin-bottom: -19px
    }

    .md-mb--20 {
        margin-bottom: -20px
    }

    .md-mb--21 {
        margin-bottom: -21px
    }

    .md-mb--22 {
        margin-bottom: -22px
    }

    .md-mb--23 {
        margin-bottom: -23px
    }

    .md-mb--24 {
        margin-bottom: -24px
    }

    .md-mb--25 {
        margin-bottom: -25px
    }

    .md-mb--26 {
        margin-bottom: -26px
    }

    .md-mb--27 {
        margin-bottom: -27px
    }

    .md-mb--28 {
        margin-bottom: -28px
    }

    .md-mb--29 {
        margin-bottom: -29px
    }

    .md-mb--30 {
        margin-bottom: -30px
    }

    .md-mb--31 {
        margin-bottom: -31px
    }

    .md-mb--32 {
        margin-bottom: -32px
    }

    .md-mb--33 {
        margin-bottom: -33px
    }

    .md-mb--34 {
        margin-bottom: -34px
    }

    .md-mb--35 {
        margin-bottom: -35px
    }

    .md-mb--36 {
        margin-bottom: -36px
    }

    .md-mb--37 {
        margin-bottom: -37px
    }

    .md-mb--38 {
        margin-bottom: -38px
    }

    .md-mb--39 {
        margin-bottom: -39px
    }

    .md-mb--40 {
        margin-bottom: -40px
    }

    .md-mb--41 {
        margin-bottom: -41px
    }

    .md-mb--42 {
        margin-bottom: -42px
    }

    .md-mb--43 {
        margin-bottom: -43px
    }

    .md-mb--44 {
        margin-bottom: -44px
    }

    .md-mb--45 {
        margin-bottom: -45px
    }

    .md-mb--46 {
        margin-bottom: -46px
    }

    .md-mb--47 {
        margin-bottom: -47px
    }

    .md-mb--48 {
        margin-bottom: -48px
    }

    .md-mb--49 {
        margin-bottom: -49px
    }

    .md-mb--50 {
        margin-bottom: -50px
    }

    .md-mb--51 {
        margin-bottom: -51px
    }

    .md-mb--52 {
        margin-bottom: -52px
    }

    .md-mb--53 {
        margin-bottom: -53px
    }

    .md-mb--54 {
        margin-bottom: -54px
    }

    .md-mb--55 {
        margin-bottom: -55px
    }

    .md-mb--56 {
        margin-bottom: -56px
    }

    .md-mb--57 {
        margin-bottom: -57px
    }

    .md-mb--58 {
        margin-bottom: -58px
    }

    .md-mb--59 {
        margin-bottom: -59px
    }

    .md-mb--60 {
        margin-bottom: -60px
    }

    .md-mb--61 {
        margin-bottom: -61px
    }

    .md-mb--62 {
        margin-bottom: -62px
    }

    .md-mb--63 {
        margin-bottom: -63px
    }

    .md-mb--64 {
        margin-bottom: -64px
    }

    .md-mb--65 {
        margin-bottom: -65px
    }

    .md-mb--66 {
        margin-bottom: -66px
    }

    .md-mb--67 {
        margin-bottom: -67px
    }

    .md-mb--68 {
        margin-bottom: -68px
    }

    .md-mb--69 {
        margin-bottom: -69px
    }

    .md-mb--70 {
        margin-bottom: -70px
    }

    .md-mb--71 {
        margin-bottom: -71px
    }

    .md-mb--72 {
        margin-bottom: -72px
    }

    .md-mb--73 {
        margin-bottom: -73px
    }

    .md-mb--74 {
        margin-bottom: -74px
    }

    .md-mb--75 {
        margin-bottom: -75px
    }

    .md-mb--76 {
        margin-bottom: -76px
    }

    .md-mb--77 {
        margin-bottom: -77px
    }

    .md-mb--78 {
        margin-bottom: -78px
    }

    .md-mb--79 {
        margin-bottom: -79px
    }

    .md-mb--80 {
        margin-bottom: -80px
    }

    .md-mb--81 {
        margin-bottom: -81px
    }

    .md-mb--82 {
        margin-bottom: -82px
    }

    .md-mb--83 {
        margin-bottom: -83px
    }

    .md-mb--84 {
        margin-bottom: -84px
    }

    .md-mb--85 {
        margin-bottom: -85px
    }

    .md-mb--86 {
        margin-bottom: -86px
    }

    .md-mb--87 {
        margin-bottom: -87px
    }

    .md-mb--88 {
        margin-bottom: -88px
    }

    .md-mb--89 {
        margin-bottom: -89px
    }

    .md-mb--90 {
        margin-bottom: -90px
    }

    .md-mb--91 {
        margin-bottom: -91px
    }

    .md-mb--92 {
        margin-bottom: -92px
    }

    .md-mb--93 {
        margin-bottom: -93px
    }

    .md-mb--94 {
        margin-bottom: -94px
    }

    .md-mb--95 {
        margin-bottom: -95px
    }

    .md-mb--96 {
        margin-bottom: -96px
    }

    .md-mb--97 {
        margin-bottom: -97px
    }

    .md-mb--98 {
        margin-bottom: -98px
    }

    .md-mb--99 {
        margin-bottom: -99px
    }

    .md-mb--100 {
        margin-bottom: -100px
    }

    .md-mb--101 {
        margin-bottom: -101px
    }

    .md-mb--102 {
        margin-bottom: -102px
    }

    .md-mb--103 {
        margin-bottom: -103px
    }

    .md-mb--104 {
        margin-bottom: -104px
    }

    .md-mb--105 {
        margin-bottom: -105px
    }

    .md-mb--106 {
        margin-bottom: -106px
    }

    .md-mb--107 {
        margin-bottom: -107px
    }

    .md-mb--108 {
        margin-bottom: -108px
    }

    .md-mb--109 {
        margin-bottom: -109px
    }

    .md-mb--110 {
        margin-bottom: -110px
    }

    .md-mb--111 {
        margin-bottom: -111px
    }

    .md-mb--112 {
        margin-bottom: -112px
    }

    .md-mb--113 {
        margin-bottom: -113px
    }

    .md-mb--114 {
        margin-bottom: -114px
    }

    .md-mb--115 {
        margin-bottom: -115px
    }

    .md-mb--116 {
        margin-bottom: -116px
    }

    .md-mb--117 {
        margin-bottom: -117px
    }

    .md-mb--118 {
        margin-bottom: -118px
    }

    .md-mb--119 {
        margin-bottom: -119px
    }

    .md-mb--120 {
        margin-bottom: -120px
    }

    .md-mb--121 {
        margin-bottom: -121px
    }

    .md-mb--122 {
        margin-bottom: -122px
    }

    .md-mb--123 {
        margin-bottom: -123px
    }

    .md-mb--124 {
        margin-bottom: -124px
    }

    .md-mb--125 {
        margin-bottom: -125px
    }

    .md-mb--126 {
        margin-bottom: -126px
    }

    .md-mb--127 {
        margin-bottom: -127px
    }

    .md-mb--128 {
        margin-bottom: -128px
    }

    .md-mb--129 {
        margin-bottom: -129px
    }

    .md-mb--130 {
        margin-bottom: -130px
    }

    .md-mb--131 {
        margin-bottom: -131px
    }

    .md-mb--132 {
        margin-bottom: -132px
    }

    .md-mb--133 {
        margin-bottom: -133px
    }

    .md-mb--134 {
        margin-bottom: -134px
    }

    .md-mb--135 {
        margin-bottom: -135px
    }

    .md-mb--136 {
        margin-bottom: -136px
    }

    .md-mb--137 {
        margin-bottom: -137px
    }

    .md-mb--138 {
        margin-bottom: -138px
    }

    .md-mb--139 {
        margin-bottom: -139px
    }

    .md-mb--140 {
        margin-bottom: -140px
    }

    .md-mb--141 {
        margin-bottom: -141px
    }

    .md-mb--142 {
        margin-bottom: -142px
    }

    .md-mb--143 {
        margin-bottom: -143px
    }

    .md-mb--144 {
        margin-bottom: -144px
    }

    .md-mb--145 {
        margin-bottom: -145px
    }

    .md-mb--146 {
        margin-bottom: -146px
    }

    .md-mb--147 {
        margin-bottom: -147px
    }

    .md-mb--148 {
        margin-bottom: -148px
    }

    .md-mb--149 {
        margin-bottom: -149px
    }

    .md-mb--150 {
        margin-bottom: -150px
    }

    .md-mb--151 {
        margin-bottom: -151px
    }

    .md-mb--152 {
        margin-bottom: -152px
    }

    .md-mb--153 {
        margin-bottom: -153px
    }

    .md-mb--154 {
        margin-bottom: -154px
    }

    .md-mb--155 {
        margin-bottom: -155px
    }

    .md-mb--156 {
        margin-bottom: -156px
    }

    .md-mb--157 {
        margin-bottom: -157px
    }

    .md-mb--158 {
        margin-bottom: -158px
    }

    .md-mb--159 {
        margin-bottom: -159px
    }

    .md-mb--160 {
        margin-bottom: -160px
    }

    .md-mb--161 {
        margin-bottom: -161px
    }

    .md-mb--162 {
        margin-bottom: -162px
    }

    .md-mb--163 {
        margin-bottom: -163px
    }

    .md-mb--164 {
        margin-bottom: -164px
    }

    .md-mb--165 {
        margin-bottom: -165px
    }

    .md-mb--166 {
        margin-bottom: -166px
    }

    .md-mb--167 {
        margin-bottom: -167px
    }

    .md-mb--168 {
        margin-bottom: -168px
    }

    .md-mb--169 {
        margin-bottom: -169px
    }

    .md-mb--170 {
        margin-bottom: -170px
    }

    .md-mb--171 {
        margin-bottom: -171px
    }

    .md-mb--172 {
        margin-bottom: -172px
    }

    .md-mb--173 {
        margin-bottom: -173px
    }

    .md-mb--174 {
        margin-bottom: -174px
    }

    .md-mb--175 {
        margin-bottom: -175px
    }

    .md-mb--176 {
        margin-bottom: -176px
    }

    .md-mb--177 {
        margin-bottom: -177px
    }

    .md-mb--178 {
        margin-bottom: -178px
    }

    .md-mb--179 {
        margin-bottom: -179px
    }

    .md-mb--180 {
        margin-bottom: -180px
    }

    .md-mb--181 {
        margin-bottom: -181px
    }

    .md-mb--182 {
        margin-bottom: -182px
    }

    .md-mb--183 {
        margin-bottom: -183px
    }

    .md-mb--184 {
        margin-bottom: -184px
    }

    .md-mb--185 {
        margin-bottom: -185px
    }

    .md-mb--186 {
        margin-bottom: -186px
    }

    .md-mb--187 {
        margin-bottom: -187px
    }

    .md-mb--188 {
        margin-bottom: -188px
    }

    .md-mb--189 {
        margin-bottom: -189px
    }

    .md-mb--190 {
        margin-bottom: -190px
    }

    .md-mb--191 {
        margin-bottom: -191px
    }

    .md-mb--192 {
        margin-bottom: -192px
    }

    .md-mb--193 {
        margin-bottom: -193px
    }

    .md-mb--194 {
        margin-bottom: -194px
    }

    .md-mb--195 {
        margin-bottom: -195px
    }

    .md-mb--196 {
        margin-bottom: -196px
    }

    .md-mb--197 {
        margin-bottom: -197px
    }

    .md-mb--198 {
        margin-bottom: -198px
    }

    .md-mb--199 {
        margin-bottom: -199px
    }

    .md-mb--200 {
        margin-bottom: -200px
    }

    .md-ml--1 {
        margin-left: -1px
    }

    .md-ml--2 {
        margin-left: -2px
    }

    .md-ml--3 {
        margin-left: -3px
    }

    .md-ml--4 {
        margin-left: -4px
    }

    .md-ml--5 {
        margin-left: -5px
    }

    .md-ml--6 {
        margin-left: -6px
    }

    .md-ml--7 {
        margin-left: -7px
    }

    .md-ml--8 {
        margin-left: -8px
    }

    .md-ml--9 {
        margin-left: -9px
    }

    .md-ml--10 {
        margin-left: -10px
    }

    .md-ml--11 {
        margin-left: -11px
    }

    .md-ml--12 {
        margin-left: -12px
    }

    .md-ml--13 {
        margin-left: -13px
    }

    .md-ml--14 {
        margin-left: -14px
    }

    .md-ml--15 {
        margin-left: -15px
    }

    .md-ml--16 {
        margin-left: -16px
    }

    .md-ml--17 {
        margin-left: -17px
    }

    .md-ml--18 {
        margin-left: -18px
    }

    .md-ml--19 {
        margin-left: -19px
    }

    .md-ml--20 {
        margin-left: -20px
    }

    .md-ml--21 {
        margin-left: -21px
    }

    .md-ml--22 {
        margin-left: -22px
    }

    .md-ml--23 {
        margin-left: -23px
    }

    .md-ml--24 {
        margin-left: -24px
    }

    .md-ml--25 {
        margin-left: -25px
    }

    .md-ml--26 {
        margin-left: -26px
    }

    .md-ml--27 {
        margin-left: -27px
    }

    .md-ml--28 {
        margin-left: -28px
    }

    .md-ml--29 {
        margin-left: -29px
    }

    .md-ml--30 {
        margin-left: -30px
    }

    .md-ml--31 {
        margin-left: -31px
    }

    .md-ml--32 {
        margin-left: -32px
    }

    .md-ml--33 {
        margin-left: -33px
    }

    .md-ml--34 {
        margin-left: -34px
    }

    .md-ml--35 {
        margin-left: -35px
    }

    .md-ml--36 {
        margin-left: -36px
    }

    .md-ml--37 {
        margin-left: -37px
    }

    .md-ml--38 {
        margin-left: -38px
    }

    .md-ml--39 {
        margin-left: -39px
    }

    .md-ml--40 {
        margin-left: -40px
    }

    .md-ml--41 {
        margin-left: -41px
    }

    .md-ml--42 {
        margin-left: -42px
    }

    .md-ml--43 {
        margin-left: -43px
    }

    .md-ml--44 {
        margin-left: -44px
    }

    .md-ml--45 {
        margin-left: -45px
    }

    .md-ml--46 {
        margin-left: -46px
    }

    .md-ml--47 {
        margin-left: -47px
    }

    .md-ml--48 {
        margin-left: -48px
    }

    .md-ml--49 {
        margin-left: -49px
    }

    .md-ml--50 {
        margin-left: -50px
    }

    .md-ml--51 {
        margin-left: -51px
    }

    .md-ml--52 {
        margin-left: -52px
    }

    .md-ml--53 {
        margin-left: -53px
    }

    .md-ml--54 {
        margin-left: -54px
    }

    .md-ml--55 {
        margin-left: -55px
    }

    .md-ml--56 {
        margin-left: -56px
    }

    .md-ml--57 {
        margin-left: -57px
    }

    .md-ml--58 {
        margin-left: -58px
    }

    .md-ml--59 {
        margin-left: -59px
    }

    .md-ml--60 {
        margin-left: -60px
    }

    .md-ml--61 {
        margin-left: -61px
    }

    .md-ml--62 {
        margin-left: -62px
    }

    .md-ml--63 {
        margin-left: -63px
    }

    .md-ml--64 {
        margin-left: -64px
    }

    .md-ml--65 {
        margin-left: -65px
    }

    .md-ml--66 {
        margin-left: -66px
    }

    .md-ml--67 {
        margin-left: -67px
    }

    .md-ml--68 {
        margin-left: -68px
    }

    .md-ml--69 {
        margin-left: -69px
    }

    .md-ml--70 {
        margin-left: -70px
    }

    .md-ml--71 {
        margin-left: -71px
    }

    .md-ml--72 {
        margin-left: -72px
    }

    .md-ml--73 {
        margin-left: -73px
    }

    .md-ml--74 {
        margin-left: -74px
    }

    .md-ml--75 {
        margin-left: -75px
    }

    .md-ml--76 {
        margin-left: -76px
    }

    .md-ml--77 {
        margin-left: -77px
    }

    .md-ml--78 {
        margin-left: -78px
    }

    .md-ml--79 {
        margin-left: -79px
    }

    .md-ml--80 {
        margin-left: -80px
    }

    .md-ml--81 {
        margin-left: -81px
    }

    .md-ml--82 {
        margin-left: -82px
    }

    .md-ml--83 {
        margin-left: -83px
    }

    .md-ml--84 {
        margin-left: -84px
    }

    .md-ml--85 {
        margin-left: -85px
    }

    .md-ml--86 {
        margin-left: -86px
    }

    .md-ml--87 {
        margin-left: -87px
    }

    .md-ml--88 {
        margin-left: -88px
    }

    .md-ml--89 {
        margin-left: -89px
    }

    .md-ml--90 {
        margin-left: -90px
    }

    .md-ml--91 {
        margin-left: -91px
    }

    .md-ml--92 {
        margin-left: -92px
    }

    .md-ml--93 {
        margin-left: -93px
    }

    .md-ml--94 {
        margin-left: -94px
    }

    .md-ml--95 {
        margin-left: -95px
    }

    .md-ml--96 {
        margin-left: -96px
    }

    .md-ml--97 {
        margin-left: -97px
    }

    .md-ml--98 {
        margin-left: -98px
    }

    .md-ml--99 {
        margin-left: -99px
    }

    .md-ml--100 {
        margin-left: -100px
    }

    .md-ml--101 {
        margin-left: -101px
    }

    .md-ml--102 {
        margin-left: -102px
    }

    .md-ml--103 {
        margin-left: -103px
    }

    .md-ml--104 {
        margin-left: -104px
    }

    .md-ml--105 {
        margin-left: -105px
    }

    .md-ml--106 {
        margin-left: -106px
    }

    .md-ml--107 {
        margin-left: -107px
    }

    .md-ml--108 {
        margin-left: -108px
    }

    .md-ml--109 {
        margin-left: -109px
    }

    .md-ml--110 {
        margin-left: -110px
    }

    .md-ml--111 {
        margin-left: -111px
    }

    .md-ml--112 {
        margin-left: -112px
    }

    .md-ml--113 {
        margin-left: -113px
    }

    .md-ml--114 {
        margin-left: -114px
    }

    .md-ml--115 {
        margin-left: -115px
    }

    .md-ml--116 {
        margin-left: -116px
    }

    .md-ml--117 {
        margin-left: -117px
    }

    .md-ml--118 {
        margin-left: -118px
    }

    .md-ml--119 {
        margin-left: -119px
    }

    .md-ml--120 {
        margin-left: -120px
    }

    .md-ml--121 {
        margin-left: -121px
    }

    .md-ml--122 {
        margin-left: -122px
    }

    .md-ml--123 {
        margin-left: -123px
    }

    .md-ml--124 {
        margin-left: -124px
    }

    .md-ml--125 {
        margin-left: -125px
    }

    .md-ml--126 {
        margin-left: -126px
    }

    .md-ml--127 {
        margin-left: -127px
    }

    .md-ml--128 {
        margin-left: -128px
    }

    .md-ml--129 {
        margin-left: -129px
    }

    .md-ml--130 {
        margin-left: -130px
    }

    .md-ml--131 {
        margin-left: -131px
    }

    .md-ml--132 {
        margin-left: -132px
    }

    .md-ml--133 {
        margin-left: -133px
    }

    .md-ml--134 {
        margin-left: -134px
    }

    .md-ml--135 {
        margin-left: -135px
    }

    .md-ml--136 {
        margin-left: -136px
    }

    .md-ml--137 {
        margin-left: -137px
    }

    .md-ml--138 {
        margin-left: -138px
    }

    .md-ml--139 {
        margin-left: -139px
    }

    .md-ml--140 {
        margin-left: -140px
    }

    .md-ml--141 {
        margin-left: -141px
    }

    .md-ml--142 {
        margin-left: -142px
    }

    .md-ml--143 {
        margin-left: -143px
    }

    .md-ml--144 {
        margin-left: -144px
    }

    .md-ml--145 {
        margin-left: -145px
    }

    .md-ml--146 {
        margin-left: -146px
    }

    .md-ml--147 {
        margin-left: -147px
    }

    .md-ml--148 {
        margin-left: -148px
    }

    .md-ml--149 {
        margin-left: -149px
    }

    .md-ml--150 {
        margin-left: -150px
    }

    .md-ml--151 {
        margin-left: -151px
    }

    .md-ml--152 {
        margin-left: -152px
    }

    .md-ml--153 {
        margin-left: -153px
    }

    .md-ml--154 {
        margin-left: -154px
    }

    .md-ml--155 {
        margin-left: -155px
    }

    .md-ml--156 {
        margin-left: -156px
    }

    .md-ml--157 {
        margin-left: -157px
    }

    .md-ml--158 {
        margin-left: -158px
    }

    .md-ml--159 {
        margin-left: -159px
    }

    .md-ml--160 {
        margin-left: -160px
    }

    .md-ml--161 {
        margin-left: -161px
    }

    .md-ml--162 {
        margin-left: -162px
    }

    .md-ml--163 {
        margin-left: -163px
    }

    .md-ml--164 {
        margin-left: -164px
    }

    .md-ml--165 {
        margin-left: -165px
    }

    .md-ml--166 {
        margin-left: -166px
    }

    .md-ml--167 {
        margin-left: -167px
    }

    .md-ml--168 {
        margin-left: -168px
    }

    .md-ml--169 {
        margin-left: -169px
    }

    .md-ml--170 {
        margin-left: -170px
    }

    .md-ml--171 {
        margin-left: -171px
    }

    .md-ml--172 {
        margin-left: -172px
    }

    .md-ml--173 {
        margin-left: -173px
    }

    .md-ml--174 {
        margin-left: -174px
    }

    .md-ml--175 {
        margin-left: -175px
    }

    .md-ml--176 {
        margin-left: -176px
    }

    .md-ml--177 {
        margin-left: -177px
    }

    .md-ml--178 {
        margin-left: -178px
    }

    .md-ml--179 {
        margin-left: -179px
    }

    .md-ml--180 {
        margin-left: -180px
    }

    .md-ml--181 {
        margin-left: -181px
    }

    .md-ml--182 {
        margin-left: -182px
    }

    .md-ml--183 {
        margin-left: -183px
    }

    .md-ml--184 {
        margin-left: -184px
    }

    .md-ml--185 {
        margin-left: -185px
    }

    .md-ml--186 {
        margin-left: -186px
    }

    .md-ml--187 {
        margin-left: -187px
    }

    .md-ml--188 {
        margin-left: -188px
    }

    .md-ml--189 {
        margin-left: -189px
    }

    .md-ml--190 {
        margin-left: -190px
    }

    .md-ml--191 {
        margin-left: -191px
    }

    .md-ml--192 {
        margin-left: -192px
    }

    .md-ml--193 {
        margin-left: -193px
    }

    .md-ml--194 {
        margin-left: -194px
    }

    .md-ml--195 {
        margin-left: -195px
    }

    .md-ml--196 {
        margin-left: -196px
    }

    .md-ml--197 {
        margin-left: -197px
    }

    .md-ml--198 {
        margin-left: -198px
    }

    .md-ml--199 {
        margin-left: -199px
    }

    .md-ml--200 {
        margin-left: -200px
    }

    .md-mr--1 {
        margin-right: -1px
    }

    .md-mr--2 {
        margin-right: -2px
    }

    .md-mr--3 {
        margin-right: -3px
    }

    .md-mr--4 {
        margin-right: -4px
    }

    .md-mr--5 {
        margin-right: -5px
    }

    .md-mr--6 {
        margin-right: -6px
    }

    .md-mr--7 {
        margin-right: -7px
    }

    .md-mr--8 {
        margin-right: -8px
    }

    .md-mr--9 {
        margin-right: -9px
    }

    .md-mr--10 {
        margin-right: -10px
    }

    .md-mr--11 {
        margin-right: -11px
    }

    .md-mr--12 {
        margin-right: -12px
    }

    .md-mr--13 {
        margin-right: -13px
    }

    .md-mr--14 {
        margin-right: -14px
    }

    .md-mr--15 {
        margin-right: -15px
    }

    .md-mr--16 {
        margin-right: -16px
    }

    .md-mr--17 {
        margin-right: -17px
    }

    .md-mr--18 {
        margin-right: -18px
    }

    .md-mr--19 {
        margin-right: -19px
    }

    .md-mr--20 {
        margin-right: -20px
    }

    .md-mr--21 {
        margin-right: -21px
    }

    .md-mr--22 {
        margin-right: -22px
    }

    .md-mr--23 {
        margin-right: -23px
    }

    .md-mr--24 {
        margin-right: -24px
    }

    .md-mr--25 {
        margin-right: -25px
    }

    .md-mr--26 {
        margin-right: -26px
    }

    .md-mr--27 {
        margin-right: -27px
    }

    .md-mr--28 {
        margin-right: -28px
    }

    .md-mr--29 {
        margin-right: -29px
    }

    .md-mr--30 {
        margin-right: -30px
    }

    .md-mr--31 {
        margin-right: -31px
    }

    .md-mr--32 {
        margin-right: -32px
    }

    .md-mr--33 {
        margin-right: -33px
    }

    .md-mr--34 {
        margin-right: -34px
    }

    .md-mr--35 {
        margin-right: -35px
    }

    .md-mr--36 {
        margin-right: -36px
    }

    .md-mr--37 {
        margin-right: -37px
    }

    .md-mr--38 {
        margin-right: -38px
    }

    .md-mr--39 {
        margin-right: -39px
    }

    .md-mr--40 {
        margin-right: -40px
    }

    .md-mr--41 {
        margin-right: -41px
    }

    .md-mr--42 {
        margin-right: -42px
    }

    .md-mr--43 {
        margin-right: -43px
    }

    .md-mr--44 {
        margin-right: -44px
    }

    .md-mr--45 {
        margin-right: -45px
    }

    .md-mr--46 {
        margin-right: -46px
    }

    .md-mr--47 {
        margin-right: -47px
    }

    .md-mr--48 {
        margin-right: -48px
    }

    .md-mr--49 {
        margin-right: -49px
    }

    .md-mr--50 {
        margin-right: -50px
    }

    .md-mr--51 {
        margin-right: -51px
    }

    .md-mr--52 {
        margin-right: -52px
    }

    .md-mr--53 {
        margin-right: -53px
    }

    .md-mr--54 {
        margin-right: -54px
    }

    .md-mr--55 {
        margin-right: -55px
    }

    .md-mr--56 {
        margin-right: -56px
    }

    .md-mr--57 {
        margin-right: -57px
    }

    .md-mr--58 {
        margin-right: -58px
    }

    .md-mr--59 {
        margin-right: -59px
    }

    .md-mr--60 {
        margin-right: -60px
    }

    .md-mr--61 {
        margin-right: -61px
    }

    .md-mr--62 {
        margin-right: -62px
    }

    .md-mr--63 {
        margin-right: -63px
    }

    .md-mr--64 {
        margin-right: -64px
    }

    .md-mr--65 {
        margin-right: -65px
    }

    .md-mr--66 {
        margin-right: -66px
    }

    .md-mr--67 {
        margin-right: -67px
    }

    .md-mr--68 {
        margin-right: -68px
    }

    .md-mr--69 {
        margin-right: -69px
    }

    .md-mr--70 {
        margin-right: -70px
    }

    .md-mr--71 {
        margin-right: -71px
    }

    .md-mr--72 {
        margin-right: -72px
    }

    .md-mr--73 {
        margin-right: -73px
    }

    .md-mr--74 {
        margin-right: -74px
    }

    .md-mr--75 {
        margin-right: -75px
    }

    .md-mr--76 {
        margin-right: -76px
    }

    .md-mr--77 {
        margin-right: -77px
    }

    .md-mr--78 {
        margin-right: -78px
    }

    .md-mr--79 {
        margin-right: -79px
    }

    .md-mr--80 {
        margin-right: -80px
    }

    .md-mr--81 {
        margin-right: -81px
    }

    .md-mr--82 {
        margin-right: -82px
    }

    .md-mr--83 {
        margin-right: -83px
    }

    .md-mr--84 {
        margin-right: -84px
    }

    .md-mr--85 {
        margin-right: -85px
    }

    .md-mr--86 {
        margin-right: -86px
    }

    .md-mr--87 {
        margin-right: -87px
    }

    .md-mr--88 {
        margin-right: -88px
    }

    .md-mr--89 {
        margin-right: -89px
    }

    .md-mr--90 {
        margin-right: -90px
    }

    .md-mr--91 {
        margin-right: -91px
    }

    .md-mr--92 {
        margin-right: -92px
    }

    .md-mr--93 {
        margin-right: -93px
    }

    .md-mr--94 {
        margin-right: -94px
    }

    .md-mr--95 {
        margin-right: -95px
    }

    .md-mr--96 {
        margin-right: -96px
    }

    .md-mr--97 {
        margin-right: -97px
    }

    .md-mr--98 {
        margin-right: -98px
    }

    .md-mr--99 {
        margin-right: -99px
    }

    .md-mr--100 {
        margin-right: -100px
    }

    .md-mr--101 {
        margin-right: -101px
    }

    .md-mr--102 {
        margin-right: -102px
    }

    .md-mr--103 {
        margin-right: -103px
    }

    .md-mr--104 {
        margin-right: -104px
    }

    .md-mr--105 {
        margin-right: -105px
    }

    .md-mr--106 {
        margin-right: -106px
    }

    .md-mr--107 {
        margin-right: -107px
    }

    .md-mr--108 {
        margin-right: -108px
    }

    .md-mr--109 {
        margin-right: -109px
    }

    .md-mr--110 {
        margin-right: -110px
    }

    .md-mr--111 {
        margin-right: -111px
    }

    .md-mr--112 {
        margin-right: -112px
    }

    .md-mr--113 {
        margin-right: -113px
    }

    .md-mr--114 {
        margin-right: -114px
    }

    .md-mr--115 {
        margin-right: -115px
    }

    .md-mr--116 {
        margin-right: -116px
    }

    .md-mr--117 {
        margin-right: -117px
    }

    .md-mr--118 {
        margin-right: -118px
    }

    .md-mr--119 {
        margin-right: -119px
    }

    .md-mr--120 {
        margin-right: -120px
    }

    .md-mr--121 {
        margin-right: -121px
    }

    .md-mr--122 {
        margin-right: -122px
    }

    .md-mr--123 {
        margin-right: -123px
    }

    .md-mr--124 {
        margin-right: -124px
    }

    .md-mr--125 {
        margin-right: -125px
    }

    .md-mr--126 {
        margin-right: -126px
    }

    .md-mr--127 {
        margin-right: -127px
    }

    .md-mr--128 {
        margin-right: -128px
    }

    .md-mr--129 {
        margin-right: -129px
    }

    .md-mr--130 {
        margin-right: -130px
    }

    .md-mr--131 {
        margin-right: -131px
    }

    .md-mr--132 {
        margin-right: -132px
    }

    .md-mr--133 {
        margin-right: -133px
    }

    .md-mr--134 {
        margin-right: -134px
    }

    .md-mr--135 {
        margin-right: -135px
    }

    .md-mr--136 {
        margin-right: -136px
    }

    .md-mr--137 {
        margin-right: -137px
    }

    .md-mr--138 {
        margin-right: -138px
    }

    .md-mr--139 {
        margin-right: -139px
    }

    .md-mr--140 {
        margin-right: -140px
    }

    .md-mr--141 {
        margin-right: -141px
    }

    .md-mr--142 {
        margin-right: -142px
    }

    .md-mr--143 {
        margin-right: -143px
    }

    .md-mr--144 {
        margin-right: -144px
    }

    .md-mr--145 {
        margin-right: -145px
    }

    .md-mr--146 {
        margin-right: -146px
    }

    .md-mr--147 {
        margin-right: -147px
    }

    .md-mr--148 {
        margin-right: -148px
    }

    .md-mr--149 {
        margin-right: -149px
    }

    .md-mr--150 {
        margin-right: -150px
    }

    .md-mr--151 {
        margin-right: -151px
    }

    .md-mr--152 {
        margin-right: -152px
    }

    .md-mr--153 {
        margin-right: -153px
    }

    .md-mr--154 {
        margin-right: -154px
    }

    .md-mr--155 {
        margin-right: -155px
    }

    .md-mr--156 {
        margin-right: -156px
    }

    .md-mr--157 {
        margin-right: -157px
    }

    .md-mr--158 {
        margin-right: -158px
    }

    .md-mr--159 {
        margin-right: -159px
    }

    .md-mr--160 {
        margin-right: -160px
    }

    .md-mr--161 {
        margin-right: -161px
    }

    .md-mr--162 {
        margin-right: -162px
    }

    .md-mr--163 {
        margin-right: -163px
    }

    .md-mr--164 {
        margin-right: -164px
    }

    .md-mr--165 {
        margin-right: -165px
    }

    .md-mr--166 {
        margin-right: -166px
    }

    .md-mr--167 {
        margin-right: -167px
    }

    .md-mr--168 {
        margin-right: -168px
    }

    .md-mr--169 {
        margin-right: -169px
    }

    .md-mr--170 {
        margin-right: -170px
    }

    .md-mr--171 {
        margin-right: -171px
    }

    .md-mr--172 {
        margin-right: -172px
    }

    .md-mr--173 {
        margin-right: -173px
    }

    .md-mr--174 {
        margin-right: -174px
    }

    .md-mr--175 {
        margin-right: -175px
    }

    .md-mr--176 {
        margin-right: -176px
    }

    .md-mr--177 {
        margin-right: -177px
    }

    .md-mr--178 {
        margin-right: -178px
    }

    .md-mr--179 {
        margin-right: -179px
    }

    .md-mr--180 {
        margin-right: -180px
    }

    .md-mr--181 {
        margin-right: -181px
    }

    .md-mr--182 {
        margin-right: -182px
    }

    .md-mr--183 {
        margin-right: -183px
    }

    .md-mr--184 {
        margin-right: -184px
    }

    .md-mr--185 {
        margin-right: -185px
    }

    .md-mr--186 {
        margin-right: -186px
    }

    .md-mr--187 {
        margin-right: -187px
    }

    .md-mr--188 {
        margin-right: -188px
    }

    .md-mr--189 {
        margin-right: -189px
    }

    .md-mr--190 {
        margin-right: -190px
    }

    .md-mr--191 {
        margin-right: -191px
    }

    .md-mr--192 {
        margin-right: -192px
    }

    .md-mr--193 {
        margin-right: -193px
    }

    .md-mr--194 {
        margin-right: -194px
    }

    .md-mr--195 {
        margin-right: -195px
    }

    .md-mr--196 {
        margin-right: -196px
    }

    .md-mr--197 {
        margin-right: -197px
    }

    .md-mr--198 {
        margin-right: -198px
    }

    .md-mr--199 {
        margin-right: -199px
    }

    .md-mr--200 {
        margin-right: -200px
    }
}

@media only screen and (max-width:767px) {
    .sm-padding-0 {
        padding: 0
    }

    .sm-margin-0 {
        margin: 0
    }

    .sm-pt-0 {
        padding-top: 0
    }

    .sm-pt-1 {
        padding-top: 1px
    }

    .sm-pt-2 {
        padding-top: 2px
    }

    .sm-pt-3 {
        padding-top: 3px
    }

    .sm-pt-4 {
        padding-top: 4px
    }

    .sm-pt-5 {
        padding-top: 5px
    }

    .sm-pt-6 {
        padding-top: 6px
    }

    .sm-pt-7 {
        padding-top: 7px
    }

    .sm-pt-8 {
        padding-top: 8px
    }

    .sm-pt-9 {
        padding-top: 9px
    }

    .sm-pt-10 {
        padding-top: 10px
    }

    .sm-pt-11 {
        padding-top: 11px
    }

    .sm-pt-12 {
        padding-top: 12px
    }

    .sm-pt-13 {
        padding-top: 13px
    }

    .sm-pt-14 {
        padding-top: 14px
    }

    .sm-pt-15 {
        padding-top: 15px
    }

    .sm-pt-16 {
        padding-top: 16px
    }

    .sm-pt-17 {
        padding-top: 17px
    }

    .sm-pt-18 {
        padding-top: 18px
    }

    .sm-pt-19 {
        padding-top: 19px
    }

    .sm-pt-20 {
        padding-top: 20px
    }

    .sm-pt-21 {
        padding-top: 21px
    }

    .sm-pt-22 {
        padding-top: 22px
    }

    .sm-pt-23 {
        padding-top: 23px
    }

    .sm-pt-24 {
        padding-top: 24px
    }

    .sm-pt-25 {
        padding-top: 25px
    }

    .sm-pt-26 {
        padding-top: 26px
    }

    .sm-pt-27 {
        padding-top: 27px
    }

    .sm-pt-28 {
        padding-top: 28px
    }

    .sm-pt-29 {
        padding-top: 29px
    }

    .sm-pt-30 {
        padding-top: 30px
    }

    .sm-pt-31 {
        padding-top: 31px
    }

    .sm-pt-32 {
        padding-top: 32px
    }

    .sm-pt-33 {
        padding-top: 33px
    }

    .sm-pt-34 {
        padding-top: 34px
    }

    .sm-pt-35 {
        padding-top: 35px
    }

    .sm-pt-36 {
        padding-top: 36px
    }

    .sm-pt-37 {
        padding-top: 37px
    }

    .sm-pt-38 {
        padding-top: 38px
    }

    .sm-pt-39 {
        padding-top: 39px
    }

    .sm-pt-40 {
        padding-top: 40px
    }

    .sm-pt-41 {
        padding-top: 41px
    }

    .sm-pt-42 {
        padding-top: 42px
    }

    .sm-pt-43 {
        padding-top: 43px
    }

    .sm-pt-44 {
        padding-top: 44px
    }

    .sm-pt-45 {
        padding-top: 45px
    }

    .sm-pt-46 {
        padding-top: 46px
    }

    .sm-pt-47 {
        padding-top: 47px
    }

    .sm-pt-48 {
        padding-top: 48px
    }

    .sm-pt-49 {
        padding-top: 49px
    }

    .sm-pt-50 {
        padding-top: 50px
    }

    .sm-pt-51 {
        padding-top: 51px
    }

    .sm-pt-52 {
        padding-top: 52px
    }

    .sm-pt-53 {
        padding-top: 53px
    }

    .sm-pt-54 {
        padding-top: 54px
    }

    .sm-pt-55 {
        padding-top: 55px
    }

    .sm-pt-56 {
        padding-top: 56px
    }

    .sm-pt-57 {
        padding-top: 57px
    }

    .sm-pt-58 {
        padding-top: 58px
    }

    .sm-pt-59 {
        padding-top: 59px
    }

    .sm-pt-60 {
        padding-top: 60px
    }

    .sm-pt-61 {
        padding-top: 61px
    }

    .sm-pt-62 {
        padding-top: 62px
    }

    .sm-pt-63 {
        padding-top: 63px
    }

    .sm-pt-64 {
        padding-top: 64px
    }

    .sm-pt-65 {
        padding-top: 65px
    }

    .sm-pt-66 {
        padding-top: 66px
    }

    .sm-pt-67 {
        padding-top: 67px
    }

    .sm-pt-68 {
        padding-top: 68px
    }

    .sm-pt-69 {
        padding-top: 69px
    }

    .sm-pt-70 {
        padding-top: 70px
    }

    .sm-pt-71 {
        padding-top: 71px
    }

    .sm-pt-72 {
        padding-top: 72px
    }

    .sm-pt-73 {
        padding-top: 73px
    }

    .sm-pt-74 {
        padding-top: 74px
    }

    .sm-pt-75 {
        padding-top: 75px
    }

    .sm-pt-76 {
        padding-top: 76px
    }

    .sm-pt-77 {
        padding-top: 77px
    }

    .sm-pt-78 {
        padding-top: 78px
    }

    .sm-pt-79 {
        padding-top: 79px
    }

    .sm-pt-80 {
        padding-top: 80px
    }

    .sm-pt-81 {
        padding-top: 81px
    }

    .sm-pt-82 {
        padding-top: 82px
    }

    .sm-pt-83 {
        padding-top: 83px
    }

    .sm-pt-84 {
        padding-top: 84px
    }

    .sm-pt-85 {
        padding-top: 85px
    }

    .sm-pt-86 {
        padding-top: 86px
    }

    .sm-pt-87 {
        padding-top: 87px
    }

    .sm-pt-88 {
        padding-top: 88px
    }

    .sm-pt-89 {
        padding-top: 89px
    }

    .sm-pt-90 {
        padding-top: 90px
    }

    .sm-pt-91 {
        padding-top: 91px
    }

    .sm-pt-92 {
        padding-top: 92px
    }

    .sm-pt-93 {
        padding-top: 93px
    }

    .sm-pt-94 {
        padding-top: 94px
    }

    .sm-pt-95 {
        padding-top: 95px
    }

    .sm-pt-96 {
        padding-top: 96px
    }

    .sm-pt-97 {
        padding-top: 97px
    }

    .sm-pt-98 {
        padding-top: 98px
    }

    .sm-pt-99 {
        padding-top: 99px
    }

    .sm-pt-100 {
        padding-top: 100px
    }

    .sm-pt-101 {
        padding-top: 101px
    }

    .sm-pt-102 {
        padding-top: 102px
    }

    .sm-pt-103 {
        padding-top: 103px
    }

    .sm-pt-104 {
        padding-top: 104px
    }

    .sm-pt-105 {
        padding-top: 105px
    }

    .sm-pt-106 {
        padding-top: 106px
    }

    .sm-pt-107 {
        padding-top: 107px
    }

    .sm-pt-108 {
        padding-top: 108px
    }

    .sm-pt-109 {
        padding-top: 109px
    }

    .sm-pt-110 {
        padding-top: 110px
    }

    .sm-pt-111 {
        padding-top: 111px
    }

    .sm-pt-112 {
        padding-top: 112px
    }

    .sm-pt-113 {
        padding-top: 113px
    }

    .sm-pt-114 {
        padding-top: 114px
    }

    .sm-pt-115 {
        padding-top: 115px
    }

    .sm-pt-116 {
        padding-top: 116px
    }

    .sm-pt-117 {
        padding-top: 117px
    }

    .sm-pt-118 {
        padding-top: 118px
    }

    .sm-pt-119 {
        padding-top: 119px
    }

    .sm-pt-120 {
        padding-top: 120px
    }

    .sm-pt-121 {
        padding-top: 121px
    }

    .sm-pt-122 {
        padding-top: 122px
    }

    .sm-pt-123 {
        padding-top: 123px
    }

    .sm-pt-124 {
        padding-top: 124px
    }

    .sm-pt-125 {
        padding-top: 125px
    }

    .sm-pt-126 {
        padding-top: 126px
    }

    .sm-pt-127 {
        padding-top: 127px
    }

    .sm-pt-128 {
        padding-top: 128px
    }

    .sm-pt-129 {
        padding-top: 129px
    }

    .sm-pt-130 {
        padding-top: 130px
    }

    .sm-pt-131 {
        padding-top: 131px
    }

    .sm-pt-132 {
        padding-top: 132px
    }

    .sm-pt-133 {
        padding-top: 133px
    }

    .sm-pt-134 {
        padding-top: 134px
    }

    .sm-pt-135 {
        padding-top: 135px
    }

    .sm-pt-136 {
        padding-top: 136px
    }

    .sm-pt-137 {
        padding-top: 137px
    }

    .sm-pt-138 {
        padding-top: 138px
    }

    .sm-pt-139 {
        padding-top: 139px
    }

    .sm-pt-140 {
        padding-top: 140px
    }

    .sm-pt-141 {
        padding-top: 141px
    }

    .sm-pt-142 {
        padding-top: 142px
    }

    .sm-pt-143 {
        padding-top: 143px
    }

    .sm-pt-144 {
        padding-top: 144px
    }

    .sm-pt-145 {
        padding-top: 145px
    }

    .sm-pt-146 {
        padding-top: 146px
    }

    .sm-pt-147 {
        padding-top: 147px
    }

    .sm-pt-148 {
        padding-top: 148px
    }

    .sm-pt-149 {
        padding-top: 149px
    }

    .sm-pt-150 {
        padding-top: 150px
    }

    .sm-pt-151 {
        padding-top: 151px
    }

    .sm-pt-152 {
        padding-top: 152px
    }

    .sm-pt-153 {
        padding-top: 153px
    }

    .sm-pt-154 {
        padding-top: 154px
    }

    .sm-pt-155 {
        padding-top: 155px
    }

    .sm-pt-156 {
        padding-top: 156px
    }

    .sm-pt-157 {
        padding-top: 157px
    }

    .sm-pt-158 {
        padding-top: 158px
    }

    .sm-pt-159 {
        padding-top: 159px
    }

    .sm-pt-160 {
        padding-top: 160px
    }

    .sm-pt-161 {
        padding-top: 161px
    }

    .sm-pt-162 {
        padding-top: 162px
    }

    .sm-pt-163 {
        padding-top: 163px
    }

    .sm-pt-164 {
        padding-top: 164px
    }

    .sm-pt-165 {
        padding-top: 165px
    }

    .sm-pt-166 {
        padding-top: 166px
    }

    .sm-pt-167 {
        padding-top: 167px
    }

    .sm-pt-168 {
        padding-top: 168px
    }

    .sm-pt-169 {
        padding-top: 169px
    }

    .sm-pt-170 {
        padding-top: 170px
    }

    .sm-pt-171 {
        padding-top: 171px
    }

    .sm-pt-172 {
        padding-top: 172px
    }

    .sm-pt-173 {
        padding-top: 173px
    }

    .sm-pt-174 {
        padding-top: 174px
    }

    .sm-pt-175 {
        padding-top: 175px
    }

    .sm-pt-176 {
        padding-top: 176px
    }

    .sm-pt-177 {
        padding-top: 177px
    }

    .sm-pt-178 {
        padding-top: 178px
    }

    .sm-pt-179 {
        padding-top: 179px
    }

    .sm-pt-180 {
        padding-top: 180px
    }

    .sm-pt-181 {
        padding-top: 181px
    }

    .sm-pt-182 {
        padding-top: 182px
    }

    .sm-pt-183 {
        padding-top: 183px
    }

    .sm-pt-184 {
        padding-top: 184px
    }

    .sm-pt-185 {
        padding-top: 185px
    }

    .sm-pt-186 {
        padding-top: 186px
    }

    .sm-pt-187 {
        padding-top: 187px
    }

    .sm-pt-188 {
        padding-top: 188px
    }

    .sm-pt-189 {
        padding-top: 189px
    }

    .sm-pt-190 {
        padding-top: 190px
    }

    .sm-pt-191 {
        padding-top: 191px
    }

    .sm-pt-192 {
        padding-top: 192px
    }

    .sm-pt-193 {
        padding-top: 193px
    }

    .sm-pt-194 {
        padding-top: 194px
    }

    .sm-pt-195 {
        padding-top: 195px
    }

    .sm-pt-196 {
        padding-top: 196px
    }

    .sm-pt-197 {
        padding-top: 197px
    }

    .sm-pt-198 {
        padding-top: 198px
    }

    .sm-pt-199 {
        padding-top: 199px
    }

    .sm-pt-200 {
        padding-top: 200px
    }

    .sm-pb-0 {
        padding-bottom: 0
    }

    .sm-pb-1 {
        padding-bottom: 1px
    }

    .sm-pb-2 {
        padding-bottom: 2px
    }

    .sm-pb-3 {
        padding-bottom: 3px
    }

    .sm-pb-4 {
        padding-bottom: 4px
    }

    .sm-pb-5 {
        padding-bottom: 5px
    }

    .sm-pb-6 {
        padding-bottom: 6px
    }

    .sm-pb-7 {
        padding-bottom: 7px
    }

    .sm-pb-8 {
        padding-bottom: 8px
    }

    .sm-pb-9 {
        padding-bottom: 9px
    }

    .sm-pb-10 {
        padding-bottom: 10px
    }

    .sm-pb-11 {
        padding-bottom: 11px
    }

    .sm-pb-12 {
        padding-bottom: 12px
    }

    .sm-pb-13 {
        padding-bottom: 13px
    }

    .sm-pb-14 {
        padding-bottom: 14px
    }

    .sm-pb-15 {
        padding-bottom: 15px
    }

    .sm-pb-16 {
        padding-bottom: 16px
    }

    .sm-pb-17 {
        padding-bottom: 17px
    }

    .sm-pb-18 {
        padding-bottom: 18px
    }

    .sm-pb-19 {
        padding-bottom: 19px
    }

    .sm-pb-20 {
        padding-bottom: 20px
    }

    .sm-pb-21 {
        padding-bottom: 21px
    }

    .sm-pb-22 {
        padding-bottom: 22px
    }

    .sm-pb-23 {
        padding-bottom: 23px
    }

    .sm-pb-24 {
        padding-bottom: 24px
    }

    .sm-pb-25 {
        padding-bottom: 25px
    }

    .sm-pb-26 {
        padding-bottom: 26px
    }

    .sm-pb-27 {
        padding-bottom: 27px
    }

    .sm-pb-28 {
        padding-bottom: 28px
    }

    .sm-pb-29 {
        padding-bottom: 29px
    }

    .sm-pb-30 {
        padding-bottom: 30px
    }

    .sm-pb-31 {
        padding-bottom: 31px
    }

    .sm-pb-32 {
        padding-bottom: 32px
    }

    .sm-pb-33 {
        padding-bottom: 33px
    }

    .sm-pb-34 {
        padding-bottom: 34px
    }

    .sm-pb-35 {
        padding-bottom: 35px
    }

    .sm-pb-36 {
        padding-bottom: 36px
    }

    .sm-pb-37 {
        padding-bottom: 37px
    }

    .sm-pb-38 {
        padding-bottom: 38px
    }

    .sm-pb-39 {
        padding-bottom: 39px
    }

    .sm-pb-40 {
        padding-bottom: 40px
    }

    .sm-pb-41 {
        padding-bottom: 41px
    }

    .sm-pb-42 {
        padding-bottom: 42px
    }

    .sm-pb-43 {
        padding-bottom: 43px
    }

    .sm-pb-44 {
        padding-bottom: 44px
    }

    .sm-pb-45 {
        padding-bottom: 45px
    }

    .sm-pb-46 {
        padding-bottom: 46px
    }

    .sm-pb-47 {
        padding-bottom: 47px
    }

    .sm-pb-48 {
        padding-bottom: 48px
    }

    .sm-pb-49 {
        padding-bottom: 49px
    }

    .sm-pb-50 {
        padding-bottom: 50px
    }

    .sm-pb-51 {
        padding-bottom: 51px
    }

    .sm-pb-52 {
        padding-bottom: 52px
    }

    .sm-pb-53 {
        padding-bottom: 53px
    }

    .sm-pb-54 {
        padding-bottom: 54px
    }

    .sm-pb-55 {
        padding-bottom: 55px
    }

    .sm-pb-56 {
        padding-bottom: 56px
    }

    .sm-pb-57 {
        padding-bottom: 57px
    }

    .sm-pb-58 {
        padding-bottom: 58px
    }

    .sm-pb-59 {
        padding-bottom: 59px
    }

    .sm-pb-60 {
        padding-bottom: 60px
    }

    .sm-pb-61 {
        padding-bottom: 61px
    }

    .sm-pb-62 {
        padding-bottom: 62px
    }

    .sm-pb-63 {
        padding-bottom: 63px
    }

    .sm-pb-64 {
        padding-bottom: 64px
    }

    .sm-pb-65 {
        padding-bottom: 65px
    }

    .sm-pb-66 {
        padding-bottom: 66px
    }

    .sm-pb-67 {
        padding-bottom: 67px
    }

    .sm-pb-68 {
        padding-bottom: 68px
    }

    .sm-pb-69 {
        padding-bottom: 69px
    }

    .sm-pb-70 {
        padding-bottom: 70px
    }

    .sm-pb-71 {
        padding-bottom: 71px
    }

    .sm-pb-72 {
        padding-bottom: 72px
    }

    .sm-pb-73 {
        padding-bottom: 73px
    }

    .sm-pb-74 {
        padding-bottom: 74px
    }

    .sm-pb-75 {
        padding-bottom: 75px
    }

    .sm-pb-76 {
        padding-bottom: 76px
    }

    .sm-pb-77 {
        padding-bottom: 77px
    }

    .sm-pb-78 {
        padding-bottom: 78px
    }

    .sm-pb-79 {
        padding-bottom: 79px
    }

    .sm-pb-80 {
        padding-bottom: 80px
    }

    .sm-pb-81 {
        padding-bottom: 81px
    }

    .sm-pb-82 {
        padding-bottom: 82px
    }

    .sm-pb-83 {
        padding-bottom: 83px
    }

    .sm-pb-84 {
        padding-bottom: 84px
    }

    .sm-pb-85 {
        padding-bottom: 85px
    }

    .sm-pb-86 {
        padding-bottom: 86px
    }

    .sm-pb-87 {
        padding-bottom: 87px
    }

    .sm-pb-88 {
        padding-bottom: 88px
    }

    .sm-pb-89 {
        padding-bottom: 89px
    }

    .sm-pb-90 {
        padding-bottom: 90px
    }

    .sm-pb-91 {
        padding-bottom: 91px
    }

    .sm-pb-92 {
        padding-bottom: 92px
    }

    .sm-pb-93 {
        padding-bottom: 93px
    }

    .sm-pb-94 {
        padding-bottom: 94px
    }

    .sm-pb-95 {
        padding-bottom: 95px
    }

    .sm-pb-96 {
        padding-bottom: 96px
    }

    .sm-pb-97 {
        padding-bottom: 97px
    }

    .sm-pb-98 {
        padding-bottom: 98px
    }

    .sm-pb-99 {
        padding-bottom: 99px
    }

    .sm-pb-100 {
        padding-bottom: 100px
    }

    .sm-pb-101 {
        padding-bottom: 101px
    }

    .sm-pb-102 {
        padding-bottom: 102px
    }

    .sm-pb-104 {
        padding-bottom: 104px
    }

    .sm-pb-105 {
        padding-bottom: 105px
    }

    .sm-pb-106 {
        padding-bottom: 106px
    }

    .sm-pb-107 {
        padding-bottom: 107px
    }

    .sm-pb-108 {
        padding-bottom: 108px
    }

    .sm-pb-109 {
        padding-bottom: 109px
    }

    .sm-pb-110 {
        padding-bottom: 110px
    }

    .sm-pb-111 {
        padding-bottom: 111px
    }

    .sm-pb-112 {
        padding-bottom: 112px
    }

    .sm-pb-113 {
        padding-bottom: 113px
    }

    .sm-pb-114 {
        padding-bottom: 114px
    }

    .sm-pb-115 {
        padding-bottom: 115px
    }

    .sm-pb-116 {
        padding-bottom: 116px
    }

    .sm-pb-117 {
        padding-bottom: 117px
    }

    .sm-pb-118 {
        padding-bottom: 118px
    }

    .sm-pb-119 {
        padding-bottom: 119px
    }

    .sm-pb-120 {
        padding-bottom: 120px
    }

    .sm-pb-121 {
        padding-bottom: 121px
    }

    .sm-pb-122 {
        padding-bottom: 122px
    }

    .sm-pb-123 {
        padding-bottom: 123px
    }

    .sm-pb-124 {
        padding-bottom: 124px
    }

    .sm-pb-125 {
        padding-bottom: 125px
    }

    .sm-pb-126 {
        padding-bottom: 126px
    }

    .sm-pb-127 {
        padding-bottom: 127px
    }

    .sm-pb-128 {
        padding-bottom: 128px
    }

    .sm-pb-129 {
        padding-bottom: 129px
    }

    .sm-pb-130 {
        padding-bottom: 130px
    }

    .sm-pb-131 {
        padding-bottom: 131px
    }

    .sm-pb-132 {
        padding-bottom: 132px
    }

    .sm-pb-133 {
        padding-bottom: 133px
    }

    .sm-pb-134 {
        padding-bottom: 134px
    }

    .sm-pb-135 {
        padding-bottom: 135px
    }

    .sm-pb-136 {
        padding-bottom: 136px
    }

    .sm-pb-137 {
        padding-bottom: 137px
    }

    .sm-pb-138 {
        padding-bottom: 138px
    }

    .sm-pb-139 {
        padding-bottom: 139px
    }

    .sm-pb-140 {
        padding-bottom: 140px
    }

    .sm-pb-141 {
        padding-bottom: 141px
    }

    .sm-pb-142 {
        padding-bottom: 142px
    }

    .sm-pb-143 {
        padding-bottom: 143px
    }

    .sm-pb-144 {
        padding-bottom: 144px
    }

    .sm-pb-145 {
        padding-bottom: 145px
    }

    .sm-pb-146 {
        padding-bottom: 146px
    }

    .sm-pb-147 {
        padding-bottom: 147px
    }

    .sm-pb-148 {
        padding-bottom: 148px
    }

    .sm-pb-149 {
        padding-bottom: 149px
    }

    .sm-pb-150 {
        padding-bottom: 150px
    }

    .sm-pb-151 {
        padding-bottom: 151px
    }

    .sm-pb-152 {
        padding-bottom: 152px
    }

    .sm-pb-153 {
        padding-bottom: 153px
    }

    .sm-pb-154 {
        padding-bottom: 154px
    }

    .sm-pb-155 {
        padding-bottom: 155px
    }

    .sm-pb-156 {
        padding-bottom: 156px
    }

    .sm-pb-157 {
        padding-bottom: 157px
    }

    .sm-pb-158 {
        padding-bottom: 158px
    }

    .sm-pb-159 {
        padding-bottom: 159px
    }

    .sm-pb-160 {
        padding-bottom: 160px
    }

    .sm-pb-161 {
        padding-bottom: 161px
    }

    .sm-pb-162 {
        padding-bottom: 162px
    }

    .sm-pb-163 {
        padding-bottom: 163px
    }

    .sm-pb-164 {
        padding-bottom: 164px
    }

    .sm-pb-165 {
        padding-bottom: 165px
    }

    .sm-pb-166 {
        padding-bottom: 166px
    }

    .sm-pb-167 {
        padding-bottom: 167px
    }

    .sm-pb-168 {
        padding-bottom: 168px
    }

    .sm-pb-169 {
        padding-bottom: 169px
    }

    .sm-pb-170 {
        padding-bottom: 170px
    }

    .sm-pb-171 {
        padding-bottom: 171px
    }

    .sm-pb-172 {
        padding-bottom: 172px
    }

    .sm-pb-173 {
        padding-bottom: 173px
    }

    .sm-pb-174 {
        padding-bottom: 174px
    }

    .sm-pb-175 {
        padding-bottom: 175px
    }

    .sm-pb-176 {
        padding-bottom: 176px
    }

    .sm-pb-177 {
        padding-bottom: 177px
    }

    .sm-pb-178 {
        padding-bottom: 178px
    }

    .sm-pb-179 {
        padding-bottom: 179px
    }

    .sm-pb-180 {
        padding-bottom: 180px
    }

    .sm-pb-181 {
        padding-bottom: 181px
    }

    .sm-pb-182 {
        padding-bottom: 182px
    }

    .sm-pb-183 {
        padding-bottom: 183px
    }

    .sm-pb-184 {
        padding-bottom: 184px
    }

    .sm-pb-185 {
        padding-bottom: 185px
    }

    .sm-pb-186 {
        padding-bottom: 186px
    }

    .sm-pb-187 {
        padding-bottom: 187px
    }

    .sm-pb-188 {
        padding-bottom: 188px
    }

    .sm-pb-189 {
        padding-bottom: 189px
    }

    .sm-pb-190 {
        padding-bottom: 190px
    }

    .sm-pb-191 {
        padding-bottom: 191px
    }

    .sm-pb-192 {
        padding-bottom: 192px
    }

    .sm-pb-193 {
        padding-bottom: 193px
    }

    .sm-pb-194 {
        padding-bottom: 194px
    }

    .sm-pb-195 {
        padding-bottom: 195px
    }

    .sm-pb-196 {
        padding-bottom: 196px
    }

    .sm-pb-197 {
        padding-bottom: 197px
    }

    .sm-pb-198 {
        padding-bottom: 198px
    }

    .sm-pb-199 {
        padding-bottom: 199px
    }

    .sm-pb-200 {
        padding-bottom: 200px
    }

    .sm-pr-0 {
        padding-right: 0
    }

    .sm-pr-1 {
        padding-right: 1px
    }

    .sm-pr-2 {
        padding-right: 2px
    }

    .sm-pr-4 {
        padding-right: 4px
    }

    .sm-pr-5 {
        padding-right: 5px
    }

    .sm-pr-6 {
        padding-right: 6px
    }

    .sm-pr-7 {
        padding-right: 7px
    }

    .sm-pr-8 {
        padding-right: 8px
    }

    .sm-pr-9 {
        padding-right: 9px
    }

    .sm-pr-10 {
        padding-right: 10px
    }

    .sm-pr-11 {
        padding-right: 11px
    }

    .sm-pr-12 {
        padding-right: 12px
    }

    .sm-pr-13 {
        padding-right: 13px
    }

    .sm-pr-14 {
        padding-right: 14px
    }

    .sm-pr-15 {
        padding-right: 15px
    }

    .sm-pr-16 {
        padding-right: 16px
    }

    .sm-pr-17 {
        padding-right: 17px
    }

    .sm-pr-18 {
        padding-right: 18px
    }

    .sm-pr-19 {
        padding-right: 19px
    }

    .sm-pr-20 {
        padding-right: 20px
    }

    .sm-pr-21 {
        padding-right: 21px
    }

    .sm-pr-22 {
        padding-right: 22px
    }

    .sm-pr-23 {
        padding-right: 23px
    }

    .sm-pr-24 {
        padding-right: 24px
    }

    .sm-pr-25 {
        padding-right: 25px
    }

    .sm-pr-26 {
        padding-right: 26px
    }

    .sm-pr-27 {
        padding-right: 27px
    }

    .sm-pr-28 {
        padding-right: 28px
    }

    .sm-pr-29 {
        padding-right: 29px
    }

    .sm-pr-30 {
        padding-right: 30px
    }

    .sm-pr-31 {
        padding-right: 31px
    }

    .sm-pr-32 {
        padding-right: 32px
    }

    .sm-pr-33 {
        padding-right: 33px
    }

    .sm-pr-34 {
        padding-right: 34px
    }

    .sm-pr-35 {
        padding-right: 35px
    }

    .sm-pr-36 {
        padding-right: 36px
    }

    .sm-pr-37 {
        padding-right: 37px
    }

    .sm-pr-38 {
        padding-right: 38px
    }

    .sm-pr-39 {
        padding-right: 39px
    }

    .sm-pr-40 {
        padding-right: 40px
    }

    .sm-pr-41 {
        padding-right: 41px
    }

    .sm-pr-42 {
        padding-right: 42px
    }

    .sm-pr-43 {
        padding-right: 43px
    }

    .sm-pr-44 {
        padding-right: 44px
    }

    .sm-pr-45 {
        padding-right: 45px
    }

    .sm-pr-46 {
        padding-right: 46px
    }

    .sm-pr-47 {
        padding-right: 47px
    }

    .sm-pr-48 {
        padding-right: 48px
    }

    .sm-pr-49 {
        padding-right: 49px
    }

    .sm-pr-50 {
        padding-right: 50px
    }

    .sm-pr-51 {
        padding-right: 51px
    }

    .sm-pr-52 {
        padding-right: 52px
    }

    .sm-pr-53 {
        padding-right: 53px
    }

    .sm-pr-54 {
        padding-right: 54px
    }

    .sm-pr-55 {
        padding-right: 55px
    }

    .sm-pr-56 {
        padding-right: 56px
    }

    .sm-pr-57 {
        padding-right: 57px
    }

    .sm-pr-58 {
        padding-right: 58px
    }

    .sm-pr-59 {
        padding-right: 59px
    }

    .sm-pr-60 {
        padding-right: 60px
    }

    .sm-pr-61 {
        padding-right: 61px
    }

    .sm-pr-62 {
        padding-right: 62px
    }

    .sm-pr-63 {
        padding-right: 63px
    }

    .sm-pr-64 {
        padding-right: 64px
    }

    .sm-pr-65 {
        padding-right: 65px
    }

    .sm-pr-66 {
        padding-right: 66px
    }

    .sm-pr-67 {
        padding-right: 67px
    }

    .sm-pr-68 {
        padding-right: 68px
    }

    .sm-pr-69 {
        padding-right: 69px
    }

    .sm-pr-70 {
        padding-right: 70px
    }

    .sm-pr-71 {
        padding-right: 71px
    }

    .sm-pr-72 {
        padding-right: 72px
    }

    .sm-pr-73 {
        padding-right: 73px
    }

    .sm-pr-74 {
        padding-right: 74px
    }

    .sm-pr-75 {
        padding-right: 75px
    }

    .sm-pr-76 {
        padding-right: 76px
    }

    .sm-pr-77 {
        padding-right: 77px
    }

    .sm-pr-78 {
        padding-right: 78px
    }

    .sm-pr-79 {
        padding-right: 79px
    }

    .sm-pr-80 {
        padding-right: 80px
    }

    .sm-pr-81 {
        padding-right: 81px
    }

    .sm-pr-82 {
        padding-right: 82px
    }

    .sm-pr-83 {
        padding-right: 83px
    }

    .sm-pr-84 {
        padding-right: 84px
    }

    .sm-pr-85 {
        padding-right: 85px
    }

    .sm-pr-86 {
        padding-right: 86px
    }

    .sm-pr-87 {
        padding-right: 87px
    }

    .sm-pr-88 {
        padding-right: 88px
    }

    .sm-pr-89 {
        padding-right: 89px
    }

    .sm-pr-90 {
        padding-right: 90px
    }

    .sm-pr-91 {
        padding-right: 91px
    }

    .sm-pr-92 {
        padding-right: 92px
    }

    .sm-pr-93 {
        padding-right: 93px
    }

    .sm-pr-94 {
        padding-right: 94px
    }

    .sm-pr-95 {
        padding-right: 95px
    }

    .sm-pr-96 {
        padding-right: 96px
    }

    .sm-pr-97 {
        padding-right: 97px
    }

    .sm-pr-98 {
        padding-right: 98px
    }

    .sm-pr-99 {
        padding-right: 99px
    }

    .sm-pr-100 {
        padding-right: 100px
    }

    .sm-pr-101 {
        padding-right: 101px
    }

    .sm-pr-102 {
        padding-right: 102px
    }

    .sm-pr-104 {
        padding-right: 104px
    }

    .sm-pr-105 {
        padding-right: 105px
    }

    .sm-pr-106 {
        padding-right: 106px
    }

    .sm-pr-107 {
        padding-right: 107px
    }

    .sm-pr-108 {
        padding-right: 108px
    }

    .sm-pr-109 {
        padding-right: 109px
    }

    .sm-pr-110 {
        padding-right: 110px
    }

    .sm-pr-111 {
        padding-right: 111px
    }

    .sm-pr-112 {
        padding-right: 112px
    }

    .sm-pr-113 {
        padding-right: 113px
    }

    .sm-pr-114 {
        padding-right: 114px
    }

    .sm-pr-115 {
        padding-right: 115px
    }

    .sm-pr-116 {
        padding-right: 116px
    }

    .sm-pr-117 {
        padding-right: 117px
    }

    .sm-pr-118 {
        padding-right: 118px
    }

    .sm-pr-119 {
        padding-right: 119px
    }

    .sm-pr-120 {
        padding-right: 120px
    }

    .sm-pr-121 {
        padding-right: 121px
    }

    .sm-pr-122 {
        padding-right: 122px
    }

    .sm-pr-123 {
        padding-right: 123px
    }

    .sm-pr-124 {
        padding-right: 124px
    }

    .sm-pr-125 {
        padding-right: 125px
    }

    .sm-pr-126 {
        padding-right: 126px
    }

    .sm-pr-127 {
        padding-right: 127px
    }

    .sm-pr-128 {
        padding-right: 128px
    }

    .sm-pr-129 {
        padding-right: 129px
    }

    .sm-pr-130 {
        padding-right: 130px
    }

    .sm-pr-131 {
        padding-right: 131px
    }

    .sm-pr-132 {
        padding-right: 132px
    }

    .sm-pr-133 {
        padding-right: 133px
    }

    .sm-pr-134 {
        padding-right: 134px
    }

    .sm-pr-135 {
        padding-right: 135px
    }

    .sm-pr-136 {
        padding-right: 136px
    }

    .sm-pr-137 {
        padding-right: 137px
    }

    .sm-pr-138 {
        padding-right: 138px
    }

    .sm-pr-139 {
        padding-right: 139px
    }

    .sm-pr-140 {
        padding-right: 140px
    }

    .sm-pr-141 {
        padding-right: 141px
    }

    .sm-pr-142 {
        padding-right: 142px
    }

    .sm-pr-143 {
        padding-right: 143px
    }

    .sm-pr-144 {
        padding-right: 144px
    }

    .sm-pr-145 {
        padding-right: 145px
    }

    .sm-pr-146 {
        padding-right: 146px
    }

    .sm-pr-147 {
        padding-right: 147px
    }

    .sm-pr-148 {
        padding-right: 148px
    }

    .sm-pr-149 {
        padding-right: 149px
    }

    .sm-pr-150 {
        padding-right: 150px
    }

    .sm-pr-151 {
        padding-right: 151px
    }

    .sm-pr-152 {
        padding-right: 152px
    }

    .sm-pr-153 {
        padding-right: 153px
    }

    .sm-pr-154 {
        padding-right: 154px
    }

    .sm-pr-155 {
        padding-right: 155px
    }

    .sm-pr-156 {
        padding-right: 156px
    }

    .sm-pr-157 {
        padding-right: 157px
    }

    .sm-pr-158 {
        padding-right: 158px
    }

    .sm-pr-159 {
        padding-right: 159px
    }

    .sm-pr-160 {
        padding-right: 160px
    }

    .sm-pr-161 {
        padding-right: 161px
    }

    .sm-pr-162 {
        padding-right: 162px
    }

    .sm-pr-163 {
        padding-right: 163px
    }

    .sm-pr-164 {
        padding-right: 164px
    }

    .sm-pr-165 {
        padding-right: 165px
    }

    .sm-pr-166 {
        padding-right: 166px
    }

    .sm-pr-167 {
        padding-right: 167px
    }

    .sm-pr-168 {
        padding-right: 168px
    }

    .sm-pr-169 {
        padding-right: 169px
    }

    .sm-pr-170 {
        padding-right: 170px
    }

    .sm-pr-171 {
        padding-right: 171px
    }

    .sm-pr-172 {
        padding-right: 172px
    }

    .sm-pr-173 {
        padding-right: 173px
    }

    .sm-pr-174 {
        padding-right: 174px
    }

    .sm-pr-175 {
        padding-right: 175px
    }

    .sm-pr-176 {
        padding-right: 176px
    }

    .sm-pr-177 {
        padding-right: 177px
    }

    .sm-pr-178 {
        padding-right: 178px
    }

    .sm-pr-179 {
        padding-right: 179px
    }

    .sm-pr-180 {
        padding-right: 180px
    }

    .sm-pr-181 {
        padding-right: 181px
    }

    .sm-pr-182 {
        padding-right: 182px
    }

    .sm-pr-183 {
        padding-right: 183px
    }

    .sm-pr-184 {
        padding-right: 184px
    }

    .sm-pr-185 {
        padding-right: 185px
    }

    .sm-pr-186 {
        padding-right: 186px
    }

    .sm-pr-187 {
        padding-right: 187px
    }

    .sm-pr-188 {
        padding-right: 188px
    }

    .sm-pr-189 {
        padding-right: 189px
    }

    .sm-pr-190 {
        padding-right: 190px
    }

    .sm-pr-191 {
        padding-right: 191px
    }

    .sm-pr-192 {
        padding-right: 192px
    }

    .sm-pr-193 {
        padding-right: 193px
    }

    .sm-pr-194 {
        padding-right: 194px
    }

    .sm-pr-195 {
        padding-right: 195px
    }

    .sm-pr-196 {
        padding-right: 196px
    }

    .sm-pr-197 {
        padding-right: 197px
    }

    .sm-pr-198 {
        padding-right: 198px
    }

    .sm-pr-199 {
        padding-right: 199px
    }

    .sm-pr-200 {
        padding-right: 200px
    }

    .sm-pl-0 {
        padding-left: 0
    }

    .sm-pl-1 {
        padding-left: 1px
    }

    .sm-pl-2 {
        padding-left: 2px
    }

    .pb-3 {
        padding-bottom: 3px
    }

    .sm-pl-4 {
        padding-left: 4px
    }

    .sm-pl-5 {
        padding-left: 5px
    }

    .sm-pl-6 {
        padding-left: 6px
    }

    .sm-pl-7 {
        padding-left: 7px
    }

    .sm-pl-8 {
        padding-left: 8px
    }

    .sm-pl-9 {
        padding-left: 9px
    }

    .sm-pl-10 {
        padding-left: 10px
    }

    .sm-pl-11 {
        padding-left: 11px
    }

    .sm-pl-12 {
        padding-left: 12px
    }

    .sm-pl-13 {
        padding-left: 13px
    }

    .sm-pl-14 {
        padding-left: 14px
    }

    .sm-pl-15 {
        padding-left: 15px
    }

    .sm-pl-16 {
        padding-left: 16px
    }

    .sm-pl-17 {
        padding-left: 17px
    }

    .sm-pl-18 {
        padding-left: 18px
    }

    .sm-pl-19 {
        padding-left: 19px
    }

    .sm-pl-20 {
        padding-left: 20px
    }

    .sm-pl-21 {
        padding-left: 21px
    }

    .sm-pl-22 {
        padding-left: 22px
    }

    .sm-pl-23 {
        padding-left: 23px
    }

    .sm-pl-24 {
        padding-left: 24px
    }

    .sm-pl-25 {
        padding-left: 25px
    }

    .sm-pl-26 {
        padding-left: 26px
    }

    .sm-pl-27 {
        padding-left: 27px
    }

    .sm-pl-28 {
        padding-left: 28px
    }

    .sm-pl-29 {
        padding-left: 29px
    }

    .sm-pl-30 {
        padding-left: 30px
    }

    .sm-pl-31 {
        padding-left: 31px
    }

    .sm-pl-32 {
        padding-left: 32px
    }

    .sm-pl-33 {
        padding-left: 33px
    }

    .sm-pl-34 {
        padding-left: 34px
    }

    .sm-pl-35 {
        padding-left: 35px
    }

    .sm-pl-36 {
        padding-left: 36px
    }

    .sm-pl-37 {
        padding-left: 37px
    }

    .sm-pl-38 {
        padding-left: 38px
    }

    .sm-pl-39 {
        padding-left: 39px
    }

    .sm-pl-40 {
        padding-left: 40px
    }

    .sm-pl-41 {
        padding-left: 41px
    }

    .sm-pl-42 {
        padding-left: 42px
    }

    .sm-pl-43 {
        padding-left: 43px
    }

    .sm-pl-44 {
        padding-left: 44px
    }

    .sm-pl-45 {
        padding-left: 45px
    }

    .sm-pl-46 {
        padding-left: 46px
    }

    .sm-pl-47 {
        padding-left: 47px
    }

    .sm-pl-48 {
        padding-left: 48px
    }

    .sm-pl-49 {
        padding-left: 49px
    }

    .sm-pl-50 {
        padding-left: 50px
    }

    .sm-pl-51 {
        padding-left: 51px
    }

    .sm-pl-52 {
        padding-left: 52px
    }

    .sm-pl-53 {
        padding-left: 53px
    }

    .sm-pl-54 {
        padding-left: 54px
    }

    .sm-pl-55 {
        padding-left: 55px
    }

    .sm-pl-56 {
        padding-left: 56px
    }

    .sm-pl-57 {
        padding-left: 57px
    }

    .sm-pl-58 {
        padding-left: 58px
    }

    .sm-pl-59 {
        padding-left: 59px
    }

    .sm-pl-60 {
        padding-left: 60px
    }

    .sm-pl-61 {
        padding-left: 61px
    }

    .sm-pl-62 {
        padding-left: 62px
    }

    .sm-pl-63 {
        padding-left: 63px
    }

    .sm-pl-64 {
        padding-left: 64px
    }

    .sm-pl-65 {
        padding-left: 65px
    }

    .sm-pl-66 {
        padding-left: 66px
    }

    .sm-pl-67 {
        padding-left: 67px
    }

    .sm-pl-68 {
        padding-left: 68px
    }

    .sm-pl-69 {
        padding-left: 69px
    }

    .sm-pl-70 {
        padding-left: 70px
    }

    .sm-pl-71 {
        padding-left: 71px
    }

    .sm-pl-72 {
        padding-left: 72px
    }

    .sm-pl-73 {
        padding-left: 73px
    }

    .sm-pl-74 {
        padding-left: 74px
    }

    .sm-pl-75 {
        padding-left: 75px
    }

    .sm-pl-76 {
        padding-left: 76px
    }

    .sm-pl-77 {
        padding-left: 77px
    }

    .sm-pl-78 {
        padding-left: 78px
    }

    .sm-pl-79 {
        padding-left: 79px
    }

    .sm-pl-80 {
        padding-left: 80px
    }

    .sm-pl-81 {
        padding-left: 81px
    }

    .sm-pl-82 {
        padding-left: 82px
    }

    .sm-pl-83 {
        padding-left: 83px
    }

    .sm-pl-84 {
        padding-left: 84px
    }

    .sm-pl-85 {
        padding-left: 85px
    }

    .sm-pl-86 {
        padding-left: 86px
    }

    .sm-pl-87 {
        padding-left: 87px
    }

    .sm-pl-88 {
        padding-left: 88px
    }

    .sm-pl-89 {
        padding-left: 89px
    }

    .sm-pl-90 {
        padding-left: 90px
    }

    .sm-pl-91 {
        padding-left: 91px
    }

    .sm-pl-92 {
        padding-left: 92px
    }

    .sm-pl-93 {
        padding-left: 93px
    }

    .sm-pl-94 {
        padding-left: 94px
    }

    .sm-pl-95 {
        padding-left: 95px
    }

    .sm-pl-96 {
        padding-left: 96px
    }

    .sm-pl-97 {
        padding-left: 97px
    }

    .sm-pl-98 {
        padding-left: 98px
    }

    .sm-pl-99 {
        padding-left: 99px
    }

    .sm-pl-100 {
        padding-left: 100px
    }

    .sm-pl-101 {
        padding-left: 101px
    }

    .sm-pl-102 {
        padding-left: 102px
    }

    .sm-pb-103 {
        padding-bottom: 103px
    }

    .sm-pl-104 {
        padding-left: 104px
    }

    .sm-pl-105 {
        padding-left: 105px
    }

    .sm-pl-106 {
        padding-left: 106px
    }

    .sm-pl-107 {
        padding-left: 107px
    }

    .sm-pl-108 {
        padding-left: 108px
    }

    .sm-pl-109 {
        padding-left: 109px
    }

    .sm-pl-110 {
        padding-left: 110px
    }

    .sm-pl-111 {
        padding-left: 111px
    }

    .sm-pl-112 {
        padding-left: 112px
    }

    .sm-pl-113 {
        padding-left: 113px
    }

    .sm-pl-114 {
        padding-left: 114px
    }

    .sm-pl-115 {
        padding-left: 115px
    }

    .sm-pl-116 {
        padding-left: 116px
    }

    .sm-pl-117 {
        padding-left: 117px
    }

    .sm-pl-118 {
        padding-left: 118px
    }

    .sm-pl-119 {
        padding-left: 119px
    }

    .sm-pl-120 {
        padding-left: 120px
    }

    .sm-pl-121 {
        padding-left: 121px
    }

    .sm-pl-122 {
        padding-left: 122px
    }

    .sm-pl-123 {
        padding-left: 123px
    }

    .sm-pl-124 {
        padding-left: 124px
    }

    .sm-pl-125 {
        padding-left: 125px
    }

    .sm-pl-126 {
        padding-left: 126px
    }

    .sm-pl-127 {
        padding-left: 127px
    }

    .sm-pl-128 {
        padding-left: 128px
    }

    .sm-pl-129 {
        padding-left: 129px
    }

    .sm-pl-130 {
        padding-left: 130px
    }

    .sm-pl-131 {
        padding-left: 131px
    }

    .sm-pl-132 {
        padding-left: 132px
    }

    .sm-pl-133 {
        padding-left: 133px
    }

    .sm-pl-134 {
        padding-left: 134px
    }

    .sm-pl-135 {
        padding-left: 135px
    }

    .sm-pl-136 {
        padding-left: 136px
    }

    .sm-pl-137 {
        padding-left: 137px
    }

    .sm-pl-138 {
        padding-left: 138px
    }

    .sm-pl-139 {
        padding-left: 139px
    }

    .sm-pl-140 {
        padding-left: 140px
    }

    .sm-pl-141 {
        padding-left: 141px
    }

    .sm-pl-142 {
        padding-left: 142px
    }

    .sm-pl-143 {
        padding-left: 143px
    }

    .sm-pl-144 {
        padding-left: 144px
    }

    .sm-pl-145 {
        padding-left: 145px
    }

    .sm-pl-146 {
        padding-left: 146px
    }

    .sm-pl-147 {
        padding-left: 147px
    }

    .sm-pl-148 {
        padding-left: 148px
    }

    .sm-pl-149 {
        padding-left: 149px
    }

    .sm-pl-150 {
        padding-left: 150px
    }

    .sm-pl-151 {
        padding-left: 151px
    }

    .sm-pl-152 {
        padding-left: 152px
    }

    .sm-pl-153 {
        padding-left: 153px
    }

    .sm-pl-154 {
        padding-left: 154px
    }

    .sm-pl-155 {
        padding-left: 155px
    }

    .sm-pl-156 {
        padding-left: 156px
    }

    .sm-pl-157 {
        padding-left: 157px
    }

    .sm-pl-158 {
        padding-left: 158px
    }

    .sm-pl-159 {
        padding-left: 159px
    }

    .sm-pl-160 {
        padding-left: 160px
    }

    .sm-pl-161 {
        padding-left: 161px
    }

    .sm-pl-162 {
        padding-left: 162px
    }

    .sm-pl-163 {
        padding-left: 163px
    }

    .sm-pl-164 {
        padding-left: 164px
    }

    .sm-pl-165 {
        padding-left: 165px
    }

    .sm-pl-166 {
        padding-left: 166px
    }

    .sm-pl-167 {
        padding-left: 167px
    }

    .sm-pl-168 {
        padding-left: 168px
    }

    .sm-pl-169 {
        padding-left: 169px
    }

    .sm-pl-170 {
        padding-left: 170px
    }

    .sm-pl-171 {
        padding-left: 171px
    }

    .sm-pl-172 {
        padding-left: 172px
    }

    .sm-pl-173 {
        padding-left: 173px
    }

    .sm-pl-174 {
        padding-left: 174px
    }

    .sm-pl-175 {
        padding-left: 175px
    }

    .sm-pl-176 {
        padding-left: 176px
    }

    .sm-pl-177 {
        padding-left: 177px
    }

    .sm-pl-178 {
        padding-left: 178px
    }

    .sm-pl-179 {
        padding-left: 179px
    }

    .sm-pl-180 {
        padding-left: 180px
    }

    .sm-pl-181 {
        padding-left: 181px
    }

    .sm-pl-182 {
        padding-left: 182px
    }

    .sm-pl-183 {
        padding-left: 183px
    }

    .sm-pl-184 {
        padding-left: 184px
    }

    .sm-pl-185 {
        padding-left: 185px
    }

    .sm-pl-186 {
        padding-left: 186px
    }

    .sm-pl-187 {
        padding-left: 187px
    }

    .sm-pl-188 {
        padding-left: 188px
    }

    .sm-pl-189 {
        padding-left: 189px
    }

    .sm-pl-190 {
        padding-left: 190px
    }

    .sm-pl-191 {
        padding-left: 191px
    }

    .sm-pl-192 {
        padding-left: 192px
    }

    .sm-pl-193 {
        padding-left: 193px
    }

    .sm-pl-194 {
        padding-left: 194px
    }

    .sm-pl-195 {
        padding-left: 195px
    }

    .sm-pl-196 {
        padding-left: 196px
    }

    .sm-pl-197 {
        padding-left: 197px
    }

    .sm-pl-198 {
        padding-left: 198px
    }

    .sm-pl-199 {
        padding-left: 199px
    }

    .sm-pl-200 {
        padding-left: 200px
    }

    .sm-mt-0 {
        margin-top: 0
    }

    .sm-mt-1 {
        margin-top: 1px
    }

    .sm-mt-2 {
        margin-top: 2px
    }

    .sm-mt-3 {
        margin-top: 3px
    }

    .sm-mt-4 {
        margin-top: 4px
    }

    .sm-mt-5 {
        margin-top: 5px
    }

    .sm-mt-6 {
        margin-top: 6px
    }

    .sm-mt-7 {
        margin-top: 7px
    }

    .sm-mt-8 {
        margin-top: 8px
    }

    .sm-mt-9 {
        margin-top: 9px
    }

    .sm-mt-10 {
        margin-top: 10px
    }

    .sm-mt-11 {
        margin-top: 11px
    }

    .sm-mt-12 {
        margin-top: 12px
    }

    .sm-mt-13 {
        margin-top: 13px
    }

    .sm-mt-14 {
        margin-top: 14px
    }

    .sm-mt-15 {
        margin-top: 15px
    }

    .sm-mt-16 {
        margin-top: 16px
    }

    .sm-mt-17 {
        margin-top: 17px
    }

    .sm-mt-18 {
        margin-top: 18px
    }

    .sm-mt-19 {
        margin-top: 19px
    }

    .sm-mt-20 {
        margin-top: 20px
    }

    .sm-mt-21 {
        margin-top: 21px
    }

    .sm-mt-22 {
        margin-top: 22px
    }

    .sm-mt-23 {
        margin-top: 23px
    }

    .sm-mt-24 {
        margin-top: 24px
    }

    .sm-mt-25 {
        margin-top: 25px
    }

    .sm-mt-26 {
        margin-top: 26px
    }

    .sm-mt-27 {
        margin-top: 27px
    }

    .sm-mt-28 {
        margin-top: 28px
    }

    .sm-mt-29 {
        margin-top: 29px
    }

    .sm-mt-30 {
        margin-top: 30px
    }

    .sm-mt-31 {
        margin-top: 31px
    }

    .sm-mt-32 {
        margin-top: 32px
    }

    .sm-mt-33 {
        margin-top: 33px
    }

    .sm-mt-34 {
        margin-top: 34px
    }

    .sm-mt-35 {
        margin-top: 35px
    }

    .sm-mt-36 {
        margin-top: 36px
    }

    .sm-mt-37 {
        margin-top: 37px
    }

    .sm-mt-38 {
        margin-top: 38px
    }

    .sm-mt-39 {
        margin-top: 39px
    }

    .sm-mt-40 {
        margin-top: 40px
    }

    .sm-mt-41 {
        margin-top: 41px
    }

    .sm-mt-42 {
        margin-top: 42px
    }

    .sm-mt-43 {
        margin-top: 43px
    }

    .sm-mt-44 {
        margin-top: 44px
    }

    .sm-mt-45 {
        margin-top: 45px
    }

    .sm-mt-46 {
        margin-top: 46px
    }

    .sm-mt-47 {
        margin-top: 47px
    }

    .sm-mt-48 {
        margin-top: 48px
    }

    .sm-mt-49 {
        margin-top: 49px
    }

    .sm-mt-50 {
        margin-top: 50px
    }

    .sm-mt-51 {
        margin-top: 51px
    }

    .sm-mt-52 {
        margin-top: 52px
    }

    .sm-mt-53 {
        margin-top: 53px
    }

    .sm-mt-54 {
        margin-top: 54px
    }

    .sm-mt-55 {
        margin-top: 55px
    }

    .sm-mt-56 {
        margin-top: 56px
    }

    .sm-mt-57 {
        margin-top: 57px
    }

    .sm-mt-58 {
        margin-top: 58px
    }

    .sm-mt-59 {
        margin-top: 59px
    }

    .sm-mt-60 {
        margin-top: 60px
    }

    .sm-mt-61 {
        margin-top: 61px
    }

    .sm-mt-62 {
        margin-top: 62px
    }

    .sm-mt-63 {
        margin-top: 63px
    }

    .sm-mt-64 {
        margin-top: 64px
    }

    .sm-mt-65 {
        margin-top: 65px
    }

    .sm-mt-66 {
        margin-top: 66px
    }

    .sm-mt-67 {
        margin-top: 67px
    }

    .sm-mt-68 {
        margin-top: 68px
    }

    .sm-mt-69 {
        margin-top: 69px
    }

    .sm-mt-70 {
        margin-top: 70px
    }

    .sm-mt-71 {
        margin-top: 71px
    }

    .sm-mt-72 {
        margin-top: 72px
    }

    .sm-mt-73 {
        margin-top: 73px
    }

    .sm-mt-74 {
        margin-top: 74px
    }

    .sm-mt-75 {
        margin-top: 75px
    }

    .sm-mt-76 {
        margin-top: 76px
    }

    .sm-mt-77 {
        margin-top: 77px
    }

    .sm-mt-78 {
        margin-top: 78px
    }

    .sm-mt-79 {
        margin-top: 79px
    }

    .sm-mt-80 {
        margin-top: 80px
    }

    .sm-mt-81 {
        margin-top: 81px
    }

    .sm-mt-82 {
        margin-top: 82px
    }

    .sm-mt-83 {
        margin-top: 83px
    }

    .sm-mt-84 {
        margin-top: 84px
    }

    .sm-mt-85 {
        margin-top: 85px
    }

    .sm-mt-86 {
        margin-top: 86px
    }

    .sm-mt-87 {
        margin-top: 87px
    }

    .sm-mt-88 {
        margin-top: 88px
    }

    .sm-mt-89 {
        margin-top: 89px
    }

    .sm-mt-90 {
        margin-top: 90px
    }

    .sm-mt-91 {
        margin-top: 91px
    }

    .sm-mt-92 {
        margin-top: 92px
    }

    .sm-mt-93 {
        margin-top: 93px
    }

    .sm-mt-94 {
        margin-top: 94px
    }

    .sm-mt-95 {
        margin-top: 95px
    }

    .sm-mt-96 {
        margin-top: 96px
    }

    .sm-mt-97 {
        margin-top: 97px
    }

    .sm-mt-98 {
        margin-top: 98px
    }

    .sm-mt-99 {
        margin-top: 99px
    }

    .sm-mt-100 {
        margin-top: 100px
    }

    .sm-mt-101 {
        margin-top: 101px
    }

    .sm-mt-102 {
        margin-top: 102px
    }

    .sm-mt-103 {
        margin-top: 103px
    }

    .sm-mt-104 {
        margin-top: 104px
    }

    .sm-mt-105 {
        margin-top: 105px
    }

    .sm-mt-106 {
        margin-top: 106px
    }

    .sm-mt-107 {
        margin-top: 107px
    }

    .sm-mt-108 {
        margin-top: 108px
    }

    .sm-mt-109 {
        margin-top: 109px
    }

    .sm-mt-110 {
        margin-top: 110px
    }

    .sm-mt-111 {
        margin-top: 111px
    }

    .sm-mt-112 {
        margin-top: 112px
    }

    .sm-mt-113 {
        margin-top: 113px
    }

    .sm-mt-114 {
        margin-top: 114px
    }

    .sm-mt-115 {
        margin-top: 115px
    }

    .sm-mt-116 {
        margin-top: 116px
    }

    .sm-mt-117 {
        margin-top: 117px
    }

    .sm-mt-118 {
        margin-top: 118px
    }

    .sm-mt-119 {
        margin-top: 119px
    }

    .sm-mt-120 {
        margin-top: 120px
    }

    .sm-mt-121 {
        margin-top: 121px
    }

    .sm-mt-122 {
        margin-top: 122px
    }

    .sm-mt-123 {
        margin-top: 123px
    }

    .sm-mt-124 {
        margin-top: 124px
    }

    .sm-mt-125 {
        margin-top: 125px
    }

    .sm-mt-126 {
        margin-top: 126px
    }

    .sm-mt-127 {
        margin-top: 127px
    }

    .sm-mt-128 {
        margin-top: 128px
    }

    .sm-mt-129 {
        margin-top: 129px
    }

    .sm-mt-130 {
        margin-top: 130px
    }

    .sm-mt-131 {
        margin-top: 131px
    }

    .sm-mt-132 {
        margin-top: 132px
    }

    .sm-mt-133 {
        margin-top: 133px
    }

    .sm-mt-134 {
        margin-top: 134px
    }

    .sm-mt-135 {
        margin-top: 135px
    }

    .sm-mt-136 {
        margin-top: 136px
    }

    .sm-mt-137 {
        margin-top: 137px
    }

    .sm-mt-138 {
        margin-top: 138px
    }

    .sm-mt-139 {
        margin-top: 139px
    }

    .sm-mt-140 {
        margin-top: 140px
    }

    .sm-mt-141 {
        margin-top: 141px
    }

    .sm-mt-142 {
        margin-top: 142px
    }

    .sm-mt-143 {
        margin-top: 143px
    }

    .sm-mt-144 {
        margin-top: 144px
    }

    .sm-mt-145 {
        margin-top: 145px
    }

    .sm-mt-146 {
        margin-top: 146px
    }

    .sm-mt-147 {
        margin-top: 147px
    }

    .sm-mt-148 {
        margin-top: 148px
    }

    .sm-mt-149 {
        margin-top: 149px
    }

    .sm-mt-150 {
        margin-top: 150px
    }

    .sm-mt-151 {
        margin-top: 151px
    }

    .sm-mt-152 {
        margin-top: 152px
    }

    .sm-mt-153 {
        margin-top: 153px
    }

    .sm-mt-154 {
        margin-top: 154px
    }

    .sm-mt-155 {
        margin-top: 155px
    }

    .sm-mt-156 {
        margin-top: 156px
    }

    .sm-mt-157 {
        margin-top: 157px
    }

    .sm-mt-158 {
        margin-top: 158px
    }

    .sm-mt-159 {
        margin-top: 159px
    }

    .sm-mt-160 {
        margin-top: 160px
    }

    .sm-mt-161 {
        margin-top: 161px
    }

    .sm-mt-162 {
        margin-top: 162px
    }

    .sm-mt-163 {
        margin-top: 163px
    }

    .sm-mt-164 {
        margin-top: 164px
    }

    .sm-mt-165 {
        margin-top: 165px
    }

    .sm-mt-166 {
        margin-top: 166px
    }

    .sm-mt-167 {
        margin-top: 167px
    }

    .sm-mt-168 {
        margin-top: 168px
    }

    .sm-mt-169 {
        margin-top: 169px
    }

    .sm-mt-170 {
        margin-top: 170px
    }

    .sm-mt-171 {
        margin-top: 171px
    }

    .sm-mt-172 {
        margin-top: 172px
    }

    .sm-mt-173 {
        margin-top: 173px
    }

    .sm-mt-174 {
        margin-top: 174px
    }

    .sm-mt-175 {
        margin-top: 175px
    }

    .sm-mt-176 {
        margin-top: 176px
    }

    .sm-mt-177 {
        margin-top: 177px
    }

    .sm-mt-178 {
        margin-top: 178px
    }

    .sm-mt-179 {
        margin-top: 179px
    }

    .sm-mt-180 {
        margin-top: 180px
    }

    .sm-mt-181 {
        margin-top: 181px
    }

    .sm-mt-182 {
        margin-top: 182px
    }

    .sm-mt-183 {
        margin-top: 183px
    }

    .sm-mt-184 {
        margin-top: 184px
    }

    .sm-mt-185 {
        margin-top: 185px
    }

    .sm-mt-186 {
        margin-top: 186px
    }

    .sm-mt-187 {
        margin-top: 187px
    }

    .sm-mt-188 {
        margin-top: 188px
    }

    .sm-mt-189 {
        margin-top: 189px
    }

    .sm-mt-190 {
        margin-top: 190px
    }

    .sm-mt-191 {
        margin-top: 191px
    }

    .sm-mt-192 {
        margin-top: 192px
    }

    .sm-mt-193 {
        margin-top: 193px
    }

    .sm-mt-194 {
        margin-top: 194px
    }

    .sm-mt-195 {
        margin-top: 195px
    }

    .sm-mt-196 {
        margin-top: 196px
    }

    .sm-mt-197 {
        margin-top: 197px
    }

    .sm-mt-198 {
        margin-top: 198px
    }

    .sm-mt-199 {
        margin-top: 199px
    }

    .sm-mt-200 {
        margin-top: 200px
    }

    .sm-mb-0 {
        margin-bottom: 0
    }

    .sm-mb-1 {
        margin-bottom: 1px
    }

    .sm-mb-2 {
        margin-bottom: 2px
    }

    .sm-mb-3 {
        margin-bottom: 3px
    }

    .sm-mb-4 {
        margin-bottom: 4px
    }

    .sm-mb-5 {
        margin-bottom: 5px
    }

    .sm-mb-6 {
        margin-bottom: 6px
    }

    .sm-mb-7 {
        margin-bottom: 7px
    }

    .sm-mb-8 {
        margin-bottom: 8px
    }

    .sm-mb-9 {
        margin-bottom: 9px
    }

    .sm-mb-10 {
        margin-bottom: 10px
    }

    .sm-mb-11 {
        margin-bottom: 11px
    }

    .sm-mb-12 {
        margin-bottom: 12px
    }

    .sm-mb-13 {
        margin-bottom: 13px
    }

    .sm-mb-14 {
        margin-bottom: 14px
    }

    .sm-mb-15 {
        margin-bottom: 15px
    }

    .sm-mb-16 {
        margin-bottom: 16px
    }

    .sm-mb-17 {
        margin-bottom: 17px
    }

    .sm-mb-18 {
        margin-bottom: 18px
    }

    .sm-mb-19 {
        margin-bottom: 19px
    }

    .sm-mb-20 {
        margin-bottom: 20px
    }

    .sm-mb-21 {
        margin-bottom: 21px
    }

    .sm-mb-22 {
        margin-bottom: 22px
    }

    .sm-mb-23 {
        margin-bottom: 23px
    }

    .sm-mb-24 {
        margin-bottom: 24px
    }

    .sm-mb-25 {
        margin-bottom: 25px
    }

    .sm-mb-26 {
        margin-bottom: 26px
    }

    .sm-mb-27 {
        margin-bottom: 27px
    }

    .sm-mb-28 {
        margin-bottom: 28px
    }

    .sm-mb-29 {
        margin-bottom: 29px
    }

    .sm-mb-30 {
        margin-bottom: 30px
    }

    .sm-mb-31 {
        margin-bottom: 31px
    }

    .sm-mb-32 {
        margin-bottom: 32px
    }

    .sm-mb-33 {
        margin-bottom: 33px
    }

    .sm-mb-34 {
        margin-bottom: 34px
    }

    .sm-mb-35 {
        margin-bottom: 35px
    }

    .sm-mb-36 {
        margin-bottom: 36px
    }

    .sm-mb-37 {
        margin-bottom: 37px
    }

    .sm-mb-38 {
        margin-bottom: 38px
    }

    .sm-mb-39 {
        margin-bottom: 39px
    }

    .sm-mb-40 {
        margin-bottom: 40px
    }

    .sm-mb-41 {
        margin-bottom: 41px
    }

    .sm-mb-42 {
        margin-bottom: 42px
    }

    .sm-mb-43 {
        margin-bottom: 43px
    }

    .sm-mb-44 {
        margin-bottom: 44px
    }

    .sm-mb-45 {
        margin-bottom: 45px
    }

    .sm-mb-46 {
        margin-bottom: 46px
    }

    .sm-mb-47 {
        margin-bottom: 47px
    }

    .sm-mb-48 {
        margin-bottom: 48px
    }

    .sm-mb-49 {
        margin-bottom: 49px
    }

    .sm-mb-50 {
        margin-bottom: 50px
    }

    .sm-mb-51 {
        margin-bottom: 51px
    }

    .sm-mb-52 {
        margin-bottom: 52px
    }

    .sm-mb-53 {
        margin-bottom: 53px
    }

    .sm-mb-54 {
        margin-bottom: 54px
    }

    .sm-mb-55 {
        margin-bottom: 55px
    }

    .sm-mb-56 {
        margin-bottom: 56px
    }

    .sm-mb-57 {
        margin-bottom: 57px
    }

    .sm-mb-58 {
        margin-bottom: 58px
    }

    .sm-mb-59 {
        margin-bottom: 59px
    }

    .sm-mb-60 {
        margin-bottom: 60px
    }

    .sm-mb-61 {
        margin-bottom: 61px
    }

    .sm-mb-62 {
        margin-bottom: 62px
    }

    .sm-mb-63 {
        margin-bottom: 63px
    }

    .sm-mb-64 {
        margin-bottom: 64px
    }

    .sm-mb-65 {
        margin-bottom: 65px
    }

    .sm-mb-66 {
        margin-bottom: 66px
    }

    .sm-mb-67 {
        margin-bottom: 67px
    }

    .sm-mb-68 {
        margin-bottom: 68px
    }

    .sm-mb-69 {
        margin-bottom: 69px
    }

    .sm-mb-70 {
        margin-bottom: 70px
    }

    .sm-mb-71 {
        margin-bottom: 71px
    }

    .sm-mb-72 {
        margin-bottom: 72px
    }

    .sm-mb-73 {
        margin-bottom: 73px
    }

    .sm-mb-74 {
        margin-bottom: 74px
    }

    .sm-mb-75 {
        margin-bottom: 75px
    }

    .sm-mb-76 {
        margin-bottom: 76px
    }

    .sm-mb-77 {
        margin-bottom: 77px
    }

    .sm-mb-78 {
        margin-bottom: 78px
    }

    .sm-mb-79 {
        margin-bottom: 79px
    }

    .sm-mb-80 {
        margin-bottom: 80px
    }

    .sm-mb-81 {
        margin-bottom: 81px
    }

    .sm-mb-82 {
        margin-bottom: 82px
    }

    .sm-mb-83 {
        margin-bottom: 83px
    }

    .sm-mb-84 {
        margin-bottom: 84px
    }

    .sm-mb-85 {
        margin-bottom: 85px
    }

    .sm-mb-86 {
        margin-bottom: 86px
    }

    .sm-mb-87 {
        margin-bottom: 87px
    }

    .sm-mb-88 {
        margin-bottom: 88px
    }

    .sm-mb-89 {
        margin-bottom: 89px
    }

    .sm-mb-90 {
        margin-bottom: 90px
    }

    .sm-mb-91 {
        margin-bottom: 91px
    }

    .sm-mb-92 {
        margin-bottom: 92px
    }

    .sm-mb-93 {
        margin-bottom: 93px
    }

    .sm-mb-94 {
        margin-bottom: 94px
    }

    .sm-mb-95 {
        margin-bottom: 95px
    }

    .sm-mb-96 {
        margin-bottom: 96px
    }

    .sm-mb-97 {
        margin-bottom: 97px
    }

    .sm-mb-98 {
        margin-bottom: 98px
    }

    .sm-mb-99 {
        margin-bottom: 99px
    }

    .sm-mb-100 {
        margin-bottom: 100px
    }

    .sm-mb-101 {
        margin-bottom: 101px
    }

    .sm-mb-102 {
        margin-bottom: 102px
    }

    .sm-mb-103 {
        margin-bottom: 103px
    }

    .sm-mb-104 {
        margin-bottom: 104px
    }

    .sm-mb-105 {
        margin-bottom: 105px
    }

    .sm-mb-106 {
        margin-bottom: 106px
    }

    .sm-mb-107 {
        margin-bottom: 107px
    }

    .sm-mb-108 {
        margin-bottom: 108px
    }

    .sm-mb-109 {
        margin-bottom: 109px
    }

    .sm-mb-110 {
        margin-bottom: 110px
    }

    .sm-mb-111 {
        margin-bottom: 111px
    }

    .sm-mb-112 {
        margin-bottom: 112px
    }

    .sm-mb-113 {
        margin-bottom: 113px
    }

    .sm-mb-114 {
        margin-bottom: 114px
    }

    .sm-mb-115 {
        margin-bottom: 115px
    }

    .sm-mb-116 {
        margin-bottom: 116px
    }

    .sm-mb-117 {
        margin-bottom: 117px
    }

    .sm-mb-118 {
        margin-bottom: 118px
    }

    .sm-mb-119 {
        margin-bottom: 119px
    }

    .sm-mb-120 {
        margin-bottom: 120px
    }

    .sm-mb-121 {
        margin-bottom: 121px
    }

    .sm-mb-122 {
        margin-bottom: 122px
    }

    .sm-mb-123 {
        margin-bottom: 123px
    }

    .sm-mb-124 {
        margin-bottom: 124px
    }

    .sm-mb-125 {
        margin-bottom: 125px
    }

    .sm-mb-126 {
        margin-bottom: 126px
    }

    .sm-mb-127 {
        margin-bottom: 127px
    }

    .sm-mb-128 {
        margin-bottom: 128px
    }

    .sm-mb-129 {
        margin-bottom: 129px
    }

    .sm-mb-130 {
        margin-bottom: 130px
    }

    .sm-mb-131 {
        margin-bottom: 131px
    }

    .sm-mb-132 {
        margin-bottom: 132px
    }

    .sm-mb-133 {
        margin-bottom: 133px
    }

    .sm-mb-134 {
        margin-bottom: 134px
    }

    .sm-mb-135 {
        margin-bottom: 135px
    }

    .sm-mb-136 {
        margin-bottom: 136px
    }

    .sm-mb-137 {
        margin-bottom: 137px
    }

    .sm-mb-138 {
        margin-bottom: 138px
    }

    .sm-mb-139 {
        margin-bottom: 139px
    }

    .sm-mb-140 {
        margin-bottom: 140px
    }

    .sm-mb-141 {
        margin-bottom: 141px
    }

    .sm-mb-142 {
        margin-bottom: 142px
    }

    .sm-mb-143 {
        margin-bottom: 143px
    }

    .sm-mb-144 {
        margin-bottom: 144px
    }

    .sm-mb-145 {
        margin-bottom: 145px
    }

    .sm-mb-146 {
        margin-bottom: 146px
    }

    .sm-mb-147 {
        margin-bottom: 147px
    }

    .sm-mb-148 {
        margin-bottom: 148px
    }

    .sm-mb-149 {
        margin-bottom: 149px
    }

    .sm-mb-150 {
        margin-bottom: 150px
    }

    .sm-mb-151 {
        margin-bottom: 151px
    }

    .sm-mb-152 {
        margin-bottom: 152px
    }

    .sm-mb-153 {
        margin-bottom: 153px
    }

    .sm-mb-154 {
        margin-bottom: 154px
    }

    .sm-mb-155 {
        margin-bottom: 155px
    }

    .sm-mb-156 {
        margin-bottom: 156px
    }

    .sm-mb-157 {
        margin-bottom: 157px
    }

    .sm-mb-158 {
        margin-bottom: 158px
    }

    .sm-mb-159 {
        margin-bottom: 159px
    }

    .sm-mb-160 {
        margin-bottom: 160px
    }

    .sm-mb-161 {
        margin-bottom: 161px
    }

    .sm-mb-162 {
        margin-bottom: 162px
    }

    .sm-mb-163 {
        margin-bottom: 163px
    }

    .sm-mb-164 {
        margin-bottom: 164px
    }

    .sm-mb-165 {
        margin-bottom: 165px
    }

    .sm-mb-166 {
        margin-bottom: 166px
    }

    .sm-mb-167 {
        margin-bottom: 167px
    }

    .sm-mb-168 {
        margin-bottom: 168px
    }

    .sm-mb-169 {
        margin-bottom: 169px
    }

    .sm-mb-170 {
        margin-bottom: 170px
    }

    .sm-mb-171 {
        margin-bottom: 171px
    }

    .sm-mb-172 {
        margin-bottom: 172px
    }

    .sm-mb-173 {
        margin-bottom: 173px
    }

    .sm-mb-174 {
        margin-bottom: 174px
    }

    .sm-mb-175 {
        margin-bottom: 175px
    }

    .sm-mb-176 {
        margin-bottom: 176px
    }

    .sm-mb-177 {
        margin-bottom: 177px
    }

    .sm-mb-178 {
        margin-bottom: 178px
    }

    .sm-mb-179 {
        margin-bottom: 179px
    }

    .sm-mb-180 {
        margin-bottom: 180px
    }

    .sm-mb-181 {
        margin-bottom: 181px
    }

    .sm-mb-182 {
        margin-bottom: 182px
    }

    .sm-mb-183 {
        margin-bottom: 183px
    }

    .sm-mb-184 {
        margin-bottom: 184px
    }

    .sm-mb-185 {
        margin-bottom: 185px
    }

    .sm-mb-186 {
        margin-bottom: 186px
    }

    .sm-mb-187 {
        margin-bottom: 187px
    }

    .sm-mb-188 {
        margin-bottom: 188px
    }

    .sm-mb-189 {
        margin-bottom: 189px
    }

    .sm-mb-190 {
        margin-bottom: 190px
    }

    .sm-mb-191 {
        margin-bottom: 191px
    }

    .sm-mb-192 {
        margin-bottom: 192px
    }

    .sm-mb-193 {
        margin-bottom: 193px
    }

    .sm-mb-194 {
        margin-bottom: 194px
    }

    .sm-mb-195 {
        margin-bottom: 195px
    }

    .sm-mb-196 {
        margin-bottom: 196px
    }

    .sm-mb-197 {
        margin-bottom: 197px
    }

    .sm-mb-198 {
        margin-bottom: 198px
    }

    .sm-mb-199 {
        margin-bottom: 199px
    }

    .sm-mb-200 {
        margin-bottom: 200px
    }

    .sm-mr-0 {
        margin-right: 0
    }

    .sm-mr-1 {
        margin-right: 1px
    }

    .sm-mr-2 {
        margin-right: 2px
    }

    .sm-mr-3 {
        margin-right: 3px
    }

    .sm-mr-4 {
        margin-right: 4px
    }

    .sm-mr-5 {
        margin-right: 5px
    }

    .sm-mr-6 {
        margin-right: 6px
    }

    .sm-mr-7 {
        margin-right: 7px
    }

    .sm-mr-8 {
        margin-right: 8px
    }

    .sm-mr-9 {
        margin-right: 9px
    }

    .sm-mr-10 {
        margin-right: 10px
    }

    .sm-mr-11 {
        margin-right: 11px
    }

    .sm-mr-12 {
        margin-right: 12px
    }

    .sm-mr-13 {
        margin-right: 13px
    }

    .sm-mr-14 {
        margin-right: 14px
    }

    .sm-mr-15 {
        margin-right: 15px
    }

    .sm-mr-16 {
        margin-right: 16px
    }

    .sm-mr-17 {
        margin-right: 17px
    }

    .sm-mr-18 {
        margin-right: 18px
    }

    .sm-mr-19 {
        margin-right: 19px
    }

    .sm-mr-20 {
        margin-right: 20px
    }

    .sm-mr-21 {
        margin-right: 21px
    }

    .sm-mr-22 {
        margin-right: 22px
    }

    .sm-mr-23 {
        margin-right: 23px
    }

    .sm-mr-24 {
        margin-right: 24px
    }

    .sm-mr-25 {
        margin-right: 25px
    }

    .sm-mr-26 {
        margin-right: 26px
    }

    .sm-mr-27 {
        margin-right: 27px
    }

    .sm-mr-28 {
        margin-right: 28px
    }

    .sm-mr-29 {
        margin-right: 29px
    }

    .sm-mr-30 {
        margin-right: 30px
    }

    .sm-mr-31 {
        margin-right: 31px
    }

    .sm-mr-32 {
        margin-right: 32px
    }

    .sm-mr-33 {
        margin-right: 33px
    }

    .sm-mr-34 {
        margin-right: 34px
    }

    .sm-mr-35 {
        margin-right: 35px
    }

    .sm-mr-36 {
        margin-right: 36px
    }

    .sm-mr-37 {
        margin-right: 37px
    }

    .sm-mr-38 {
        margin-right: 38px
    }

    .sm-mr-39 {
        margin-right: 39px
    }

    .sm-mr-40 {
        margin-right: 40px
    }

    .sm-mr-41 {
        margin-right: 41px
    }

    .sm-mr-42 {
        margin-right: 42px
    }

    .sm-mr-43 {
        margin-right: 43px
    }

    .sm-mr-44 {
        margin-right: 44px
    }

    .sm-mr-45 {
        margin-right: 45px
    }

    .sm-mr-46 {
        margin-right: 46px
    }

    .sm-mr-47 {
        margin-right: 47px
    }

    .sm-mr-48 {
        margin-right: 48px
    }

    .sm-mr-49 {
        margin-right: 49px
    }

    .sm-mr-50 {
        margin-right: 50px
    }

    .sm-mr-51 {
        margin-right: 51px
    }

    .sm-mr-52 {
        margin-right: 52px
    }

    .sm-mr-53 {
        margin-right: 53px
    }

    .sm-mr-54 {
        margin-right: 54px
    }

    .sm-mr-55 {
        margin-right: 55px
    }

    .sm-mr-56 {
        margin-right: 56px
    }

    .sm-mr-57 {
        margin-right: 57px
    }

    .sm-mr-58 {
        margin-right: 58px
    }

    .sm-mr-59 {
        margin-right: 59px
    }

    .sm-mr-60 {
        margin-right: 60px
    }

    .sm-mr-61 {
        margin-right: 61px
    }

    .sm-mr-62 {
        margin-right: 62px
    }

    .sm-mr-63 {
        margin-right: 63px
    }

    .sm-mr-64 {
        margin-right: 64px
    }

    .sm-mr-65 {
        margin-right: 65px
    }

    .sm-mr-66 {
        margin-right: 66px
    }

    .sm-mr-67 {
        margin-right: 67px
    }

    .sm-mr-68 {
        margin-right: 68px
    }

    .sm-mr-69 {
        margin-right: 69px
    }

    .sm-mr-70 {
        margin-right: 70px
    }

    .sm-mr-71 {
        margin-right: 71px
    }

    .sm-mr-72 {
        margin-right: 72px
    }

    .sm-mr-73 {
        margin-right: 73px
    }

    .sm-mr-74 {
        margin-right: 74px
    }

    .sm-mr-75 {
        margin-right: 75px
    }

    .sm-mr-76 {
        margin-right: 76px
    }

    .sm-mr-77 {
        margin-right: 77px
    }

    .sm-mr-78 {
        margin-right: 78px
    }

    .sm-mr-79 {
        margin-right: 79px
    }

    .sm-mr-80 {
        margin-right: 80px
    }

    .sm-mr-81 {
        margin-right: 81px
    }

    .sm-mr-82 {
        margin-right: 82px
    }

    .sm-mr-83 {
        margin-right: 83px
    }

    .sm-mr-84 {
        margin-right: 84px
    }

    .sm-mr-85 {
        margin-right: 85px
    }

    .sm-mr-86 {
        margin-right: 86px
    }

    .sm-mr-87 {
        margin-right: 87px
    }

    .sm-mr-88 {
        margin-right: 88px
    }

    .sm-mr-89 {
        margin-right: 89px
    }

    .sm-mr-90 {
        margin-right: 90px
    }

    .sm-mr-91 {
        margin-right: 91px
    }

    .sm-mr-92 {
        margin-right: 92px
    }

    .sm-mr-93 {
        margin-right: 93px
    }

    .sm-mr-94 {
        margin-right: 94px
    }

    .sm-mr-95 {
        margin-right: 95px
    }

    .sm-mr-96 {
        margin-right: 96px
    }

    .sm-mr-97 {
        margin-right: 97px
    }

    .sm-mr-98 {
        margin-right: 98px
    }

    .sm-mr-99 {
        margin-right: 99px
    }

    .sm-mr-100 {
        margin-right: 100px
    }

    .sm-ml-0 {
        margin-left: 0
    }

    .sm-ml-1 {
        margin-left: 1px
    }

    .sm-ml-2 {
        margin-left: 2px
    }

    .sm-ml-3 {
        margin-left: 3px
    }

    .sm-ml-4 {
        margin-left: 4px
    }

    .sm-ml-5 {
        margin-left: 5px
    }

    .sm-ml-6 {
        margin-left: 6px
    }

    .sm-ml-7 {
        margin-left: 7px
    }

    .sm-ml-8 {
        margin-left: 8px
    }

    .sm-ml-9 {
        margin-left: 9px
    }

    .sm-ml-10 {
        margin-left: 10px
    }

    .sm-ml-11 {
        margin-left: 11px
    }

    .sm-ml-12 {
        margin-left: 12px
    }

    .sm-ml-13 {
        margin-left: 13px
    }

    .sm-ml-14 {
        margin-left: 14px
    }

    .sm-ml-15 {
        margin-left: 15px
    }

    .sm-ml-16 {
        margin-left: 16px
    }

    .sm-ml-17 {
        margin-left: 17px
    }

    .sm-ml-18 {
        margin-left: 18px
    }

    .sm-ml-19 {
        margin-left: 19px
    }

    .sm-ml-20 {
        margin-left: 20px
    }

    .sm-ml-21 {
        margin-left: 21px
    }

    .sm-ml-22 {
        margin-left: 22px
    }

    .sm-ml-23 {
        margin-left: 23px
    }

    .sm-ml-24 {
        margin-left: 24px
    }

    .sm-ml-25 {
        margin-left: 25px
    }

    .sm-ml-26 {
        margin-left: 26px
    }

    .sm-ml-27 {
        margin-left: 27px
    }

    .sm-ml-28 {
        margin-left: 28px
    }

    .sm-ml-29 {
        margin-left: 29px
    }

    .sm-ml-30 {
        margin-left: 30px
    }

    .sm-ml-31 {
        margin-left: 31px
    }

    .sm-ml-32 {
        margin-left: 32px
    }

    .sm-ml-33 {
        margin-left: 33px
    }

    .sm-ml-34 {
        margin-left: 34px
    }

    .sm-ml-35 {
        margin-left: 35px
    }

    .sm-ml-36 {
        margin-left: 36px
    }

    .sm-ml-37 {
        margin-left: 37px
    }

    .sm-ml-38 {
        margin-left: 38px
    }

    .sm-ml-39 {
        margin-left: 39px
    }

    .sm-ml-40 {
        margin-left: 40px
    }

    .sm-ml-41 {
        margin-left: 41px
    }

    .sm-ml-42 {
        margin-left: 42px
    }

    .sm-ml-43 {
        margin-left: 43px
    }

    .sm-ml-44 {
        margin-left: 44px
    }

    .sm-ml-45 {
        margin-left: 45px
    }

    .sm-ml-46 {
        margin-left: 46px
    }

    .sm-ml-47 {
        margin-left: 47px
    }

    .sm-ml-48 {
        margin-left: 48px
    }

    .sm-ml-49 {
        margin-left: 49px
    }

    .sm-ml-50 {
        margin-left: 50px
    }

    .sm-ml-51 {
        margin-left: 51px
    }

    .sm-ml-52 {
        margin-left: 52px
    }

    .sm-ml-53 {
        margin-left: 53px
    }

    .sm-ml-54 {
        margin-left: 54px
    }

    .sm-ml-55 {
        margin-left: 55px
    }

    .sm-ml-56 {
        margin-left: 56px
    }

    .sm-ml-57 {
        margin-left: 57px
    }

    .sm-ml-58 {
        margin-left: 58px
    }

    .sm-ml-59 {
        margin-left: 59px
    }

    .sm-ml-60 {
        margin-left: 60px
    }

    .sm-ml-61 {
        margin-left: 61px
    }

    .sm-ml-62 {
        margin-left: 62px
    }

    .sm-ml-63 {
        margin-left: 63px
    }

    .sm-ml-64 {
        margin-left: 64px
    }

    .sm-ml-65 {
        margin-left: 65px
    }

    .sm-ml-66 {
        margin-left: 66px
    }

    .sm-ml-67 {
        margin-left: 67px
    }

    .sm-ml-68 {
        margin-left: 68px
    }

    .sm-ml-69 {
        margin-left: 69px
    }

    .sm-ml-70 {
        margin-left: 70px
    }

    .sm-ml-71 {
        margin-left: 71px
    }

    .sm-ml-72 {
        margin-left: 72px
    }

    .sm-ml-73 {
        margin-left: 73px
    }

    .sm-ml-74 {
        margin-left: 74px
    }

    .sm-ml-75 {
        margin-left: 75px
    }

    .sm-ml-76 {
        margin-left: 76px
    }

    .sm-ml-77 {
        margin-left: 77px
    }

    .sm-ml-78 {
        margin-left: 78px
    }

    .sm-ml-79 {
        margin-left: 79px
    }

    .sm-ml-80 {
        margin-left: 80px
    }

    .sm-ml-81 {
        margin-left: 81px
    }

    .sm-ml-82 {
        margin-left: 82px
    }

    .sm-ml-83 {
        margin-left: 83px
    }

    .sm-ml-84 {
        margin-left: 84px
    }

    .sm-ml-85 {
        margin-left: 85px
    }

    .sm-ml-86 {
        margin-left: 86px
    }

    .sm-ml-87 {
        margin-left: 87px
    }

    .sm-ml-88 {
        margin-left: 88px
    }

    .sm-ml-89 {
        margin-left: 89px
    }

    .sm-ml-90 {
        margin-left: 90px
    }

    .sm-ml-91 {
        margin-left: 91px
    }

    .sm-ml-92 {
        margin-left: 92px
    }

    .sm-ml-93 {
        margin-left: 93px
    }

    .sm-ml-94 {
        margin-left: 94px
    }

    .sm-ml-95 {
        margin-left: 95px
    }

    .sm-ml-96 {
        margin-left: 96px
    }

    .sm-ml-97 {
        margin-left: 97px
    }

    .sm-ml-98 {
        margin-left: 98px
    }

    .sm-ml-99 {
        margin-left: 99px
    }

    .sm-ml-100 {
        margin-left: 100px
    }

    .sm-mt--1 {
        margin-top: -1px
    }

    .sm-mt--2 {
        margin-top: -2px
    }

    .sm-mt--3 {
        margin-top: -3px
    }

    .sm-mt--4 {
        margin-top: -4px
    }

    .sm-mt--5 {
        margin-top: -5px
    }

    .sm-mt--6 {
        margin-top: -6px
    }

    .sm-mt--7 {
        margin-top: -7px
    }

    .sm-mt--8 {
        margin-top: -8px
    }

    .sm-mt--9 {
        margin-top: -9px
    }

    .sm-mt--10 {
        margin-top: -10px
    }

    .sm-mt--11 {
        margin-top: -11px
    }

    .sm-mt--12 {
        margin-top: -12px
    }

    .sm-mt--13 {
        margin-top: -13px
    }

    .sm-mt--14 {
        margin-top: -14px
    }

    .sm-mt--15 {
        margin-top: -15px
    }

    .sm-mt--16 {
        margin-top: -16px
    }

    .sm-mt--17 {
        margin-top: -17px
    }

    .sm-mt--18 {
        margin-top: -18px
    }

    .sm-mt--19 {
        margin-top: -19px
    }

    .sm-mt--20 {
        margin-top: -20px
    }

    .sm-mt--21 {
        margin-top: -21px
    }

    .sm-mt--22 {
        margin-top: -22px
    }

    .sm-mt--23 {
        margin-top: -23px
    }

    .sm-mt--24 {
        margin-top: -24px
    }

    .sm-mt--25 {
        margin-top: -25px
    }

    .sm-mt--26 {
        margin-top: -26px
    }

    .sm-mt--27 {
        margin-top: -27px
    }

    .sm-mt--28 {
        margin-top: -28px
    }

    .sm-mt--29 {
        margin-top: -29px
    }

    .sm-mt--30 {
        margin-top: -30px
    }

    .sm-mt--31 {
        margin-top: -31px
    }

    .sm-mt--32 {
        margin-top: -32px
    }

    .sm-mt--33 {
        margin-top: -33px
    }

    .sm-mt--34 {
        margin-top: -34px
    }

    .sm-mt--35 {
        margin-top: -35px
    }

    .sm-mt--36 {
        margin-top: -36px
    }

    .sm-mt--37 {
        margin-top: -37px
    }

    .sm-mt--38 {
        margin-top: -38px
    }

    .sm-mt--39 {
        margin-top: -39px
    }

    .sm-mt--40 {
        margin-top: -40px
    }

    .sm-mt--41 {
        margin-top: -41px
    }

    .sm-mt--42 {
        margin-top: -42px
    }

    .sm-mt--43 {
        margin-top: -43px
    }

    .sm-mt--44 {
        margin-top: -44px
    }

    .sm-mt--45 {
        margin-top: -45px
    }

    .sm-mt--46 {
        margin-top: -46px
    }

    .sm-mt--47 {
        margin-top: -47px
    }

    .sm-mt--48 {
        margin-top: -48px
    }

    .sm-mt--49 {
        margin-top: -49px
    }

    .sm-mt--50 {
        margin-top: -50px
    }

    .sm-mt--51 {
        margin-top: -51px
    }

    .sm-mt--52 {
        margin-top: -52px
    }

    .sm-mt--53 {
        margin-top: -53px
    }

    .sm-mt--54 {
        margin-top: -54px
    }

    .sm-mt--55 {
        margin-top: -55px
    }

    .sm-mt--56 {
        margin-top: -56px
    }

    .sm-mt--57 {
        margin-top: -57px
    }

    .sm-mt--58 {
        margin-top: -58px
    }

    .sm-mt--59 {
        margin-top: -59px
    }

    .sm-mt--60 {
        margin-top: -60px
    }

    .sm-mt--61 {
        margin-top: -61px
    }

    .sm-mt--62 {
        margin-top: -62px
    }

    .sm-mt--63 {
        margin-top: -63px
    }

    .sm-mt--64 {
        margin-top: -64px
    }

    .sm-mt--65 {
        margin-top: -65px
    }

    .sm-mt--66 {
        margin-top: -66px
    }

    .sm-mt--67 {
        margin-top: -67px
    }

    .sm-mt--68 {
        margin-top: -68px
    }

    .sm-mt--69 {
        margin-top: -69px
    }

    .sm-mt--70 {
        margin-top: -70px
    }

    .sm-mt--71 {
        margin-top: -71px
    }

    .sm-mt--72 {
        margin-top: -72px
    }

    .sm-mt--73 {
        margin-top: -73px
    }

    .sm-mt--74 {
        margin-top: -74px
    }

    .sm-mt--75 {
        margin-top: -75px
    }

    .sm-mt--76 {
        margin-top: -76px
    }

    .sm-mt--77 {
        margin-top: -77px
    }

    .sm-mt--78 {
        margin-top: -78px
    }

    .sm-mt--79 {
        margin-top: -79px
    }

    .sm-mt--80 {
        margin-top: -80px
    }

    .sm-mt--81 {
        margin-top: -81px
    }

    .sm-mt--82 {
        margin-top: -82px
    }

    .sm-mt--83 {
        margin-top: -83px
    }

    .sm-mt--84 {
        margin-top: -84px
    }

    .sm-mt--85 {
        margin-top: -85px
    }

    .sm-mt--86 {
        margin-top: -86px
    }

    .sm-mt--87 {
        margin-top: -87px
    }

    .sm-mt--88 {
        margin-top: -88px
    }

    .sm-mt--89 {
        margin-top: -89px
    }

    .sm-mt--90 {
        margin-top: -90px
    }

    .sm-mt--91 {
        margin-top: -91px
    }

    .sm-mt--92 {
        margin-top: -92px
    }

    .sm-mt--93 {
        margin-top: -93px
    }

    .sm-mt--94 {
        margin-top: -94px
    }

    .sm-mt--95 {
        margin-top: -95px
    }

    .sm-mt--96 {
        margin-top: -96px
    }

    .sm-mt--97 {
        margin-top: -97px
    }

    .sm-mt--98 {
        margin-top: -98px
    }

    .sm-mt--99 {
        margin-top: -99px
    }

    .sm-mt--100 {
        margin-top: -100px
    }

    .sm-mt--101 {
        margin-top: -101px
    }

    .sm-mt--102 {
        margin-top: -102px
    }

    .sm-mt--103 {
        margin-top: -103px
    }

    .sm-mt--104 {
        margin-top: -104px
    }

    .sm-mt--105 {
        margin-top: -105px
    }

    .sm-mt--106 {
        margin-top: -106px
    }

    .sm-mt--107 {
        margin-top: -107px
    }

    .sm-mt--108 {
        margin-top: -108px
    }

    .sm-mt--109 {
        margin-top: -109px
    }

    .sm-mt--110 {
        margin-top: -110px
    }

    .sm-mt--111 {
        margin-top: -111px
    }

    .sm-mt--112 {
        margin-top: -112px
    }

    .sm-mt--113 {
        margin-top: -113px
    }

    .sm-mt--114 {
        margin-top: -114px
    }

    .sm-mt--115 {
        margin-top: -115px
    }

    .sm-mt--116 {
        margin-top: -116px
    }

    .sm-mt--117 {
        margin-top: -117px
    }

    .sm-mt--118 {
        margin-top: -118px
    }

    .sm-mt--119 {
        margin-top: -119px
    }

    .sm-mt--120 {
        margin-top: -120px
    }

    .sm-mt--121 {
        margin-top: -121px
    }

    .sm-mt--122 {
        margin-top: -122px
    }

    .sm-mt--123 {
        margin-top: -123px
    }

    .sm-mt--124 {
        margin-top: -124px
    }

    .sm-mt--125 {
        margin-top: -125px
    }

    .sm-mt--126 {
        margin-top: -126px
    }

    .sm-mt--127 {
        margin-top: -127px
    }

    .sm-mt--128 {
        margin-top: -128px
    }

    .sm-mt--129 {
        margin-top: -129px
    }

    .sm-mt--130 {
        margin-top: -130px
    }

    .sm-mt--131 {
        margin-top: -131px
    }

    .sm-mt--132 {
        margin-top: -132px
    }

    .sm-mt--133 {
        margin-top: -133px
    }

    .sm-mt--134 {
        margin-top: -134px
    }

    .sm-mt--135 {
        margin-top: -135px
    }

    .sm-mt--136 {
        margin-top: -136px
    }

    .sm-mt--137 {
        margin-top: -137px
    }

    .sm-mt--138 {
        margin-top: -138px
    }

    .sm-mt--139 {
        margin-top: -139px
    }

    .sm-mt--140 {
        margin-top: -140px
    }

    .sm-mt--141 {
        margin-top: -141px
    }

    .sm-mt--142 {
        margin-top: -142px
    }

    .sm-mt--143 {
        margin-top: -143px
    }

    .sm-mt--144 {
        margin-top: -144px
    }

    .sm-mt--145 {
        margin-top: -145px
    }

    .sm-mt--146 {
        margin-top: -146px
    }

    .sm-mt--147 {
        margin-top: -147px
    }

    .sm-mt--148 {
        margin-top: -148px
    }

    .sm-mt--149 {
        margin-top: -149px
    }

    .sm-mt--150 {
        margin-top: -150px
    }

    .sm-mt--151 {
        margin-top: -151px
    }

    .sm-mt--152 {
        margin-top: -152px
    }

    .sm-mt--153 {
        margin-top: -153px
    }

    .sm-mt--154 {
        margin-top: -154px
    }

    .sm-mt--155 {
        margin-top: -155px
    }

    .sm-mt--156 {
        margin-top: -156px
    }

    .sm-mt--157 {
        margin-top: -157px
    }

    .sm-mt--158 {
        margin-top: -158px
    }

    .sm-mt--159 {
        margin-top: -159px
    }

    .sm-mt--160 {
        margin-top: -160px
    }

    .sm-mt--161 {
        margin-top: -161px
    }

    .sm-mt--162 {
        margin-top: -162px
    }

    .sm-mt--163 {
        margin-top: -163px
    }

    .sm-mt--164 {
        margin-top: -164px
    }

    .sm-mt--165 {
        margin-top: -165px
    }

    .sm-mt--166 {
        margin-top: -166px
    }

    .sm-mt--167 {
        margin-top: -167px
    }

    .sm-mt--168 {
        margin-top: -168px
    }

    .sm-mt--169 {
        margin-top: -169px
    }

    .sm-mt--170 {
        margin-top: -170px
    }

    .sm-mt--171 {
        margin-top: -171px
    }

    .sm-mt--172 {
        margin-top: -172px
    }

    .sm-mt--173 {
        margin-top: -173px
    }

    .sm-mt--174 {
        margin-top: -174px
    }

    .sm-mt--175 {
        margin-top: -175px
    }

    .sm-mt--176 {
        margin-top: -176px
    }

    .sm-mt--177 {
        margin-top: -177px
    }

    .sm-mt--178 {
        margin-top: -178px
    }

    .sm-mt--179 {
        margin-top: -179px
    }

    .sm-mt--180 {
        margin-top: -180px
    }

    .sm-mt--181 {
        margin-top: -181px
    }

    .sm-mt--182 {
        margin-top: -182px
    }

    .sm-mt--183 {
        margin-top: -183px
    }

    .sm-mt--184 {
        margin-top: -184px
    }

    .sm-mt--185 {
        margin-top: -185px
    }

    .sm-mt--186 {
        margin-top: -186px
    }

    .sm-mt--187 {
        margin-top: -187px
    }

    .sm-mt--188 {
        margin-top: -188px
    }

    .sm-mt--189 {
        margin-top: -189px
    }

    .sm-mt--190 {
        margin-top: -190px
    }

    .sm-mt--191 {
        margin-top: -191px
    }

    .sm-mt--192 {
        margin-top: -192px
    }

    .sm-mt--193 {
        margin-top: -193px
    }

    .sm-mt--194 {
        margin-top: -194px
    }

    .sm-mt--195 {
        margin-top: -195px
    }

    .sm-mt--196 {
        margin-top: -196px
    }

    .sm-mt--197 {
        margin-top: -197px
    }

    .sm-mt--198 {
        margin-top: -198px
    }

    .sm-mt--199 {
        margin-top: -199px
    }

    .sm-mt--200 {
        margin-top: -200px
    }

    .sm-mb--1 {
        margin-bottom: -1px
    }

    .sm-mb--2 {
        margin-bottom: -2px
    }

    .sm-mb--3 {
        margin-bottom: -3px
    }

    .sm-mb--4 {
        margin-bottom: -4px
    }

    .sm-mb--5 {
        margin-bottom: -5px
    }

    .sm-mb--6 {
        margin-bottom: -6px
    }

    .sm-mb--7 {
        margin-bottom: -7px
    }

    .sm-mb--8 {
        margin-bottom: -8px
    }

    .sm-mb--9 {
        margin-bottom: -9px
    }

    .sm-mb--10 {
        margin-bottom: -10px
    }

    .sm-mb--11 {
        margin-bottom: -11px
    }

    .sm-mb--12 {
        margin-bottom: -12px
    }

    .sm-mb--13 {
        margin-bottom: -13px
    }

    .sm-mb--14 {
        margin-bottom: -14px
    }

    .sm-mb--15 {
        margin-bottom: -15px
    }

    .sm-mb--16 {
        margin-bottom: -16px
    }

    .sm-mb--17 {
        margin-bottom: -17px
    }

    .sm-mb--18 {
        margin-bottom: -18px
    }

    .sm-mb--19 {
        margin-bottom: -19px
    }

    .sm-mb--20 {
        margin-bottom: -20px
    }

    .sm-mb--21 {
        margin-bottom: -21px
    }

    .sm-mb--22 {
        margin-bottom: -22px
    }

    .sm-mb--23 {
        margin-bottom: -23px
    }

    .sm-mb--24 {
        margin-bottom: -24px
    }

    .sm-mb--25 {
        margin-bottom: -25px
    }

    .sm-mb--26 {
        margin-bottom: -26px
    }

    .sm-mb--27 {
        margin-bottom: -27px
    }

    .sm-mb--28 {
        margin-bottom: -28px
    }

    .sm-mb--29 {
        margin-bottom: -29px
    }

    .sm-mb--30 {
        margin-bottom: -30px
    }

    .sm-mb--31 {
        margin-bottom: -31px
    }

    .sm-mb--32 {
        margin-bottom: -32px
    }

    .sm-mb--33 {
        margin-bottom: -33px
    }

    .sm-mb--34 {
        margin-bottom: -34px
    }

    .sm-mb--35 {
        margin-bottom: -35px
    }

    .sm-mb--36 {
        margin-bottom: -36px
    }

    .sm-mb--37 {
        margin-bottom: -37px
    }

    .sm-mb--38 {
        margin-bottom: -38px
    }

    .sm-mb--39 {
        margin-bottom: -39px
    }

    .sm-mb--40 {
        margin-bottom: -40px
    }

    .sm-mb--41 {
        margin-bottom: -41px
    }

    .sm-mb--42 {
        margin-bottom: -42px
    }

    .sm-mb--43 {
        margin-bottom: -43px
    }

    .sm-mb--44 {
        margin-bottom: -44px
    }

    .sm-mb--45 {
        margin-bottom: -45px
    }

    .sm-mb--46 {
        margin-bottom: -46px
    }

    .sm-mb--47 {
        margin-bottom: -47px
    }

    .sm-mb--48 {
        margin-bottom: -48px
    }

    .sm-mb--49 {
        margin-bottom: -49px
    }

    .sm-mb--50 {
        margin-bottom: -50px
    }

    .sm-mb--51 {
        margin-bottom: -51px
    }

    .sm-mb--52 {
        margin-bottom: -52px
    }

    .sm-mb--53 {
        margin-bottom: -53px
    }

    .sm-mb--54 {
        margin-bottom: -54px
    }

    .sm-mb--55 {
        margin-bottom: -55px
    }

    .sm-mb--56 {
        margin-bottom: -56px
    }

    .sm-mb--57 {
        margin-bottom: -57px
    }

    .sm-mb--58 {
        margin-bottom: -58px
    }

    .sm-mb--59 {
        margin-bottom: -59px
    }

    .sm-mb--60 {
        margin-bottom: -60px
    }

    .sm-mb--61 {
        margin-bottom: -61px
    }

    .sm-mb--62 {
        margin-bottom: -62px
    }

    .sm-mb--63 {
        margin-bottom: -63px
    }

    .sm-mb--64 {
        margin-bottom: -64px
    }

    .sm-mb--65 {
        margin-bottom: -65px
    }

    .sm-mb--66 {
        margin-bottom: -66px
    }

    .sm-mb--67 {
        margin-bottom: -67px
    }

    .sm-mb--68 {
        margin-bottom: -68px
    }

    .sm-mb--69 {
        margin-bottom: -69px
    }

    .sm-mb--70 {
        margin-bottom: -70px
    }

    .sm-mb--71 {
        margin-bottom: -71px
    }

    .sm-mb--72 {
        margin-bottom: -72px
    }

    .sm-mb--73 {
        margin-bottom: -73px
    }

    .sm-mb--74 {
        margin-bottom: -74px
    }

    .sm-mb--75 {
        margin-bottom: -75px
    }

    .sm-mb--76 {
        margin-bottom: -76px
    }

    .sm-mb--77 {
        margin-bottom: -77px
    }

    .sm-mb--78 {
        margin-bottom: -78px
    }

    .sm-mb--79 {
        margin-bottom: -79px
    }

    .sm-mb--80 {
        margin-bottom: -80px
    }

    .sm-mb--81 {
        margin-bottom: -81px
    }

    .sm-mb--82 {
        margin-bottom: -82px
    }

    .sm-mb--83 {
        margin-bottom: -83px
    }

    .sm-mb--84 {
        margin-bottom: -84px
    }

    .sm-mb--85 {
        margin-bottom: -85px
    }

    .sm-mb--86 {
        margin-bottom: -86px
    }

    .sm-mb--87 {
        margin-bottom: -87px
    }

    .sm-mb--88 {
        margin-bottom: -88px
    }

    .sm-mb--89 {
        margin-bottom: -89px
    }

    .sm-mb--90 {
        margin-bottom: -90px
    }

    .sm-mb--91 {
        margin-bottom: -91px
    }

    .sm-mb--92 {
        margin-bottom: -92px
    }

    .sm-mb--93 {
        margin-bottom: -93px
    }

    .sm-mb--94 {
        margin-bottom: -94px
    }

    .sm-mb--95 {
        margin-bottom: -95px
    }

    .sm-mb--96 {
        margin-bottom: -96px
    }

    .sm-mb--97 {
        margin-bottom: -97px
    }

    .sm-mb--98 {
        margin-bottom: -98px
    }

    .sm-mb--99 {
        margin-bottom: -99px
    }

    .sm-mb--100 {
        margin-bottom: -100px
    }

    .sm-mb--101 {
        margin-bottom: -101px
    }

    .sm-mb--102 {
        margin-bottom: -102px
    }

    .sm-mb--103 {
        margin-bottom: -103px
    }

    .sm-mb--104 {
        margin-bottom: -104px
    }

    .sm-mb--105 {
        margin-bottom: -105px
    }

    .sm-mb--106 {
        margin-bottom: -106px
    }

    .sm-mb--107 {
        margin-bottom: -107px
    }

    .sm-mb--108 {
        margin-bottom: -108px
    }

    .sm-mb--109 {
        margin-bottom: -109px
    }

    .sm-mb--110 {
        margin-bottom: -110px
    }

    .sm-mb--111 {
        margin-bottom: -111px
    }

    .sm-mb--112 {
        margin-bottom: -112px
    }

    .sm-mb--113 {
        margin-bottom: -113px
    }

    .sm-mb--114 {
        margin-bottom: -114px
    }

    .sm-mb--115 {
        margin-bottom: -115px
    }

    .sm-mb--116 {
        margin-bottom: -116px
    }

    .sm-mb--117 {
        margin-bottom: -117px
    }

    .sm-mb--118 {
        margin-bottom: -118px
    }

    .sm-mb--119 {
        margin-bottom: -119px
    }

    .sm-mb--120 {
        margin-bottom: -120px
    }

    .sm-mb--121 {
        margin-bottom: -121px
    }

    .sm-mb--122 {
        margin-bottom: -122px
    }

    .sm-mb--123 {
        margin-bottom: -123px
    }

    .sm-mb--124 {
        margin-bottom: -124px
    }

    .sm-mb--125 {
        margin-bottom: -125px
    }

    .sm-mb--126 {
        margin-bottom: -126px
    }

    .sm-mb--127 {
        margin-bottom: -127px
    }

    .sm-mb--128 {
        margin-bottom: -128px
    }

    .sm-mb--129 {
        margin-bottom: -129px
    }

    .sm-mb--130 {
        margin-bottom: -130px
    }

    .sm-mb--131 {
        margin-bottom: -131px
    }

    .sm-mb--132 {
        margin-bottom: -132px
    }

    .sm-mb--133 {
        margin-bottom: -133px
    }

    .sm-mb--134 {
        margin-bottom: -134px
    }

    .sm-mb--135 {
        margin-bottom: -135px
    }

    .sm-mb--136 {
        margin-bottom: -136px
    }

    .sm-mb--137 {
        margin-bottom: -137px
    }

    .sm-mb--138 {
        margin-bottom: -138px
    }

    .sm-mb--139 {
        margin-bottom: -139px
    }

    .sm-mb--140 {
        margin-bottom: -140px
    }

    .sm-mb--141 {
        margin-bottom: -141px
    }

    .sm-mb--142 {
        margin-bottom: -142px
    }

    .sm-mb--143 {
        margin-bottom: -143px
    }

    .sm-mb--144 {
        margin-bottom: -144px
    }

    .sm-mb--145 {
        margin-bottom: -145px
    }

    .sm-mb--146 {
        margin-bottom: -146px
    }

    .sm-mb--147 {
        margin-bottom: -147px
    }

    .sm-mb--148 {
        margin-bottom: -148px
    }

    .sm-mb--149 {
        margin-bottom: -149px
    }

    .sm-mb--150 {
        margin-bottom: -150px
    }

    .sm-mb--151 {
        margin-bottom: -151px
    }

    .sm-mb--152 {
        margin-bottom: -152px
    }

    .sm-mb--153 {
        margin-bottom: -153px
    }

    .sm-mb--154 {
        margin-bottom: -154px
    }

    .sm-mb--155 {
        margin-bottom: -155px
    }

    .sm-mb--156 {
        margin-bottom: -156px
    }

    .sm-mb--157 {
        margin-bottom: -157px
    }

    .sm-mb--158 {
        margin-bottom: -158px
    }

    .sm-mb--159 {
        margin-bottom: -159px
    }

    .sm-mb--160 {
        margin-bottom: -160px
    }

    .sm-mb--161 {
        margin-bottom: -161px
    }

    .sm-mb--162 {
        margin-bottom: -162px
    }

    .sm-mb--163 {
        margin-bottom: -163px
    }

    .sm-mb--164 {
        margin-bottom: -164px
    }

    .sm-mb--165 {
        margin-bottom: -165px
    }

    .sm-mb--166 {
        margin-bottom: -166px
    }

    .sm-mb--167 {
        margin-bottom: -167px
    }

    .sm-mb--168 {
        margin-bottom: -168px
    }

    .sm-mb--169 {
        margin-bottom: -169px
    }

    .sm-mb--170 {
        margin-bottom: -170px
    }

    .sm-mb--171 {
        margin-bottom: -171px
    }

    .sm-mb--172 {
        margin-bottom: -172px
    }

    .sm-mb--173 {
        margin-bottom: -173px
    }

    .sm-mb--174 {
        margin-bottom: -174px
    }

    .sm-mb--175 {
        margin-bottom: -175px
    }

    .sm-mb--176 {
        margin-bottom: -176px
    }

    .sm-mb--177 {
        margin-bottom: -177px
    }

    .sm-mb--178 {
        margin-bottom: -178px
    }

    .sm-mb--179 {
        margin-bottom: -179px
    }

    .sm-mb--180 {
        margin-bottom: -180px
    }

    .sm-mb--181 {
        margin-bottom: -181px
    }

    .sm-mb--182 {
        margin-bottom: -182px
    }

    .sm-mb--183 {
        margin-bottom: -183px
    }

    .sm-mb--184 {
        margin-bottom: -184px
    }

    .sm-mb--185 {
        margin-bottom: -185px
    }

    .sm-mb--186 {
        margin-bottom: -186px
    }

    .sm-mb--187 {
        margin-bottom: -187px
    }

    .sm-mb--188 {
        margin-bottom: -188px
    }

    .sm-mb--189 {
        margin-bottom: -189px
    }

    .sm-mb--190 {
        margin-bottom: -190px
    }

    .sm-mb--191 {
        margin-bottom: -191px
    }

    .sm-mb--192 {
        margin-bottom: -192px
    }

    .sm-mb--193 {
        margin-bottom: -193px
    }

    .sm-mb--194 {
        margin-bottom: -194px
    }

    .sm-mb--195 {
        margin-bottom: -195px
    }

    .sm-mb--196 {
        margin-bottom: -196px
    }

    .sm-mb--197 {
        margin-bottom: -197px
    }

    .sm-mb--198 {
        margin-bottom: -198px
    }

    .sm-mb--199 {
        margin-bottom: -199px
    }

    .sm-mb--200 {
        margin-bottom: -200px
    }

    .sm-ml--1 {
        margin-left: -1px
    }

    .sm-ml--2 {
        margin-left: -2px
    }

    .sm-ml--3 {
        margin-left: -3px
    }

    .sm-ml--4 {
        margin-left: -4px
    }

    .sm-ml--5 {
        margin-left: -5px
    }

    .sm-ml--6 {
        margin-left: -6px
    }

    .sm-ml--7 {
        margin-left: -7px
    }

    .sm-ml--8 {
        margin-left: -8px
    }

    .sm-ml--9 {
        margin-left: -9px
    }

    .sm-ml--10 {
        margin-left: -10px
    }

    .sm-ml--11 {
        margin-left: -11px
    }

    .sm-ml--12 {
        margin-left: -12px
    }

    .sm-ml--13 {
        margin-left: -13px
    }

    .sm-ml--14 {
        margin-left: -14px
    }

    .sm-ml--15 {
        margin-left: -15px
    }

    .sm-ml--16 {
        margin-left: -16px
    }

    .sm-ml--17 {
        margin-left: -17px
    }

    .sm-ml--18 {
        margin-left: -18px
    }

    .sm-ml--19 {
        margin-left: -19px
    }

    .sm-ml--20 {
        margin-left: -20px
    }

    .sm-ml--21 {
        margin-left: -21px
    }

    .sm-ml--22 {
        margin-left: -22px
    }

    .sm-ml--23 {
        margin-left: -23px
    }

    .sm-ml--24 {
        margin-left: -24px
    }

    .sm-ml--25 {
        margin-left: -25px
    }

    .sm-ml--26 {
        margin-left: -26px
    }

    .sm-ml--27 {
        margin-left: -27px
    }

    .sm-ml--28 {
        margin-left: -28px
    }

    .sm-ml--29 {
        margin-left: -29px
    }

    .sm-ml--30 {
        margin-left: -30px
    }

    .sm-ml--31 {
        margin-left: -31px
    }

    .sm-ml--32 {
        margin-left: -32px
    }

    .sm-ml--33 {
        margin-left: -33px
    }

    .sm-ml--34 {
        margin-left: -34px
    }

    .sm-ml--35 {
        margin-left: -35px
    }

    .sm-ml--36 {
        margin-left: -36px
    }

    .sm-ml--37 {
        margin-left: -37px
    }

    .sm-ml--38 {
        margin-left: -38px
    }

    .sm-ml--39 {
        margin-left: -39px
    }

    .sm-ml--40 {
        margin-left: -40px
    }

    .sm-ml--41 {
        margin-left: -41px
    }

    .sm-ml--42 {
        margin-left: -42px
    }

    .sm-ml--43 {
        margin-left: -43px
    }

    .sm-ml--44 {
        margin-left: -44px
    }

    .sm-ml--45 {
        margin-left: -45px
    }

    .sm-ml--46 {
        margin-left: -46px
    }

    .sm-ml--47 {
        margin-left: -47px
    }

    .sm-ml--48 {
        margin-left: -48px
    }

    .sm-ml--49 {
        margin-left: -49px
    }

    .sm-ml--50 {
        margin-left: -50px
    }

    .sm-ml--51 {
        margin-left: -51px
    }

    .sm-ml--52 {
        margin-left: -52px
    }

    .sm-ml--53 {
        margin-left: -53px
    }

    .sm-ml--54 {
        margin-left: -54px
    }

    .sm-ml--55 {
        margin-left: -55px
    }

    .sm-ml--56 {
        margin-left: -56px
    }

    .sm-ml--57 {
        margin-left: -57px
    }

    .sm-ml--58 {
        margin-left: -58px
    }

    .sm-ml--59 {
        margin-left: -59px
    }

    .sm-ml--60 {
        margin-left: -60px
    }

    .sm-ml--61 {
        margin-left: -61px
    }

    .sm-ml--62 {
        margin-left: -62px
    }

    .sm-ml--63 {
        margin-left: -63px
    }

    .sm-ml--64 {
        margin-left: -64px
    }

    .sm-ml--65 {
        margin-left: -65px
    }

    .sm-ml--66 {
        margin-left: -66px
    }

    .sm-ml--67 {
        margin-left: -67px
    }

    .sm-ml--68 {
        margin-left: -68px
    }

    .sm-ml--69 {
        margin-left: -69px
    }

    .sm-ml--70 {
        margin-left: -70px
    }

    .sm-ml--71 {
        margin-left: -71px
    }

    .sm-ml--72 {
        margin-left: -72px
    }

    .sm-ml--73 {
        margin-left: -73px
    }

    .sm-ml--74 {
        margin-left: -74px
    }

    .sm-ml--75 {
        margin-left: -75px
    }

    .sm-ml--76 {
        margin-left: -76px
    }

    .sm-ml--77 {
        margin-left: -77px
    }

    .sm-ml--78 {
        margin-left: -78px
    }

    .sm-ml--79 {
        margin-left: -79px
    }

    .sm-ml--80 {
        margin-left: -80px
    }

    .sm-ml--81 {
        margin-left: -81px
    }

    .sm-ml--82 {
        margin-left: -82px
    }

    .sm-ml--83 {
        margin-left: -83px
    }

    .sm-ml--84 {
        margin-left: -84px
    }

    .sm-ml--85 {
        margin-left: -85px
    }

    .sm-ml--86 {
        margin-left: -86px
    }

    .sm-ml--87 {
        margin-left: -87px
    }

    .sm-ml--88 {
        margin-left: -88px
    }

    .sm-ml--89 {
        margin-left: -89px
    }

    .sm-ml--90 {
        margin-left: -90px
    }

    .sm-ml--91 {
        margin-left: -91px
    }

    .sm-ml--92 {
        margin-left: -92px
    }

    .sm-ml--93 {
        margin-left: -93px
    }

    .sm-ml--94 {
        margin-left: -94px
    }

    .sm-ml--95 {
        margin-left: -95px
    }

    .sm-ml--96 {
        margin-left: -96px
    }

    .sm-ml--97 {
        margin-left: -97px
    }

    .sm-ml--98 {
        margin-left: -98px
    }

    .sm-ml--99 {
        margin-left: -99px
    }

    .sm-ml--100 {
        margin-left: -100px
    }

    .sm-ml--101 {
        margin-left: -101px
    }

    .sm-ml--102 {
        margin-left: -102px
    }

    .sm-ml--103 {
        margin-left: -103px
    }

    .sm-ml--104 {
        margin-left: -104px
    }

    .sm-ml--105 {
        margin-left: -105px
    }

    .sm-ml--106 {
        margin-left: -106px
    }

    .sm-ml--107 {
        margin-left: -107px
    }

    .sm-ml--108 {
        margin-left: -108px
    }

    .sm-ml--109 {
        margin-left: -109px
    }

    .sm-ml--110 {
        margin-left: -110px
    }

    .sm-ml--111 {
        margin-left: -111px
    }

    .sm-ml--112 {
        margin-left: -112px
    }

    .sm-ml--113 {
        margin-left: -113px
    }

    .sm-ml--114 {
        margin-left: -114px
    }

    .sm-ml--115 {
        margin-left: -115px
    }

    .sm-ml--116 {
        margin-left: -116px
    }

    .sm-ml--117 {
        margin-left: -117px
    }

    .sm-ml--118 {
        margin-left: -118px
    }

    .sm-ml--119 {
        margin-left: -119px
    }

    .sm-ml--120 {
        margin-left: -120px
    }

    .sm-ml--121 {
        margin-left: -121px
    }

    .sm-ml--122 {
        margin-left: -122px
    }

    .sm-ml--123 {
        margin-left: -123px
    }

    .sm-ml--124 {
        margin-left: -124px
    }

    .sm-ml--125 {
        margin-left: -125px
    }

    .sm-ml--126 {
        margin-left: -126px
    }

    .sm-ml--127 {
        margin-left: -127px
    }

    .sm-ml--128 {
        margin-left: -128px
    }

    .sm-ml--129 {
        margin-left: -129px
    }

    .sm-ml--130 {
        margin-left: -130px
    }

    .sm-ml--131 {
        margin-left: -131px
    }

    .sm-ml--132 {
        margin-left: -132px
    }

    .sm-ml--133 {
        margin-left: -133px
    }

    .sm-ml--134 {
        margin-left: -134px
    }

    .sm-ml--135 {
        margin-left: -135px
    }

    .sm-ml--136 {
        margin-left: -136px
    }

    .sm-ml--137 {
        margin-left: -137px
    }

    .sm-ml--138 {
        margin-left: -138px
    }

    .sm-ml--139 {
        margin-left: -139px
    }

    .sm-ml--140 {
        margin-left: -140px
    }

    .sm-ml--141 {
        margin-left: -141px
    }

    .sm-ml--142 {
        margin-left: -142px
    }

    .sm-ml--143 {
        margin-left: -143px
    }

    .sm-ml--144 {
        margin-left: -144px
    }

    .sm-ml--145 {
        margin-left: -145px
    }

    .sm-ml--146 {
        margin-left: -146px
    }

    .sm-ml--147 {
        margin-left: -147px
    }

    .sm-ml--148 {
        margin-left: -148px
    }

    .sm-ml--149 {
        margin-left: -149px
    }

    .sm-ml--150 {
        margin-left: -150px
    }

    .sm-ml--151 {
        margin-left: -151px
    }

    .sm-ml--152 {
        margin-left: -152px
    }

    .sm-ml--153 {
        margin-left: -153px
    }

    .sm-ml--154 {
        margin-left: -154px
    }

    .sm-ml--155 {
        margin-left: -155px
    }

    .sm-ml--156 {
        margin-left: -156px
    }

    .sm-ml--157 {
        margin-left: -157px
    }

    .sm-ml--158 {
        margin-left: -158px
    }

    .sm-ml--159 {
        margin-left: -159px
    }

    .sm-ml--160 {
        margin-left: -160px
    }

    .sm-ml--161 {
        margin-left: -161px
    }

    .sm-ml--162 {
        margin-left: -162px
    }

    .sm-ml--163 {
        margin-left: -163px
    }

    .sm-ml--164 {
        margin-left: -164px
    }

    .sm-ml--165 {
        margin-left: -165px
    }

    .sm-ml--166 {
        margin-left: -166px
    }

    .sm-ml--167 {
        margin-left: -167px
    }

    .sm-ml--168 {
        margin-left: -168px
    }

    .sm-ml--169 {
        margin-left: -169px
    }

    .sm-ml--170 {
        margin-left: -170px
    }

    .sm-ml--171 {
        margin-left: -171px
    }

    .sm-ml--172 {
        margin-left: -172px
    }

    .sm-ml--173 {
        margin-left: -173px
    }

    .sm-ml--174 {
        margin-left: -174px
    }

    .sm-ml--175 {
        margin-left: -175px
    }

    .sm-ml--176 {
        margin-left: -176px
    }

    .sm-ml--177 {
        margin-left: -177px
    }

    .sm-ml--178 {
        margin-left: -178px
    }

    .sm-ml--179 {
        margin-left: -179px
    }

    .sm-ml--180 {
        margin-left: -180px
    }

    .sm-ml--181 {
        margin-left: -181px
    }

    .sm-ml--182 {
        margin-left: -182px
    }

    .sm-ml--183 {
        margin-left: -183px
    }

    .sm-ml--184 {
        margin-left: -184px
    }

    .sm-ml--185 {
        margin-left: -185px
    }

    .sm-ml--186 {
        margin-left: -186px
    }

    .sm-ml--187 {
        margin-left: -187px
    }

    .sm-ml--188 {
        margin-left: -188px
    }

    .sm-ml--189 {
        margin-left: -189px
    }

    .sm-ml--190 {
        margin-left: -190px
    }

    .sm-ml--191 {
        margin-left: -191px
    }

    .sm-ml--192 {
        margin-left: -192px
    }

    .sm-ml--193 {
        margin-left: -193px
    }

    .sm-ml--194 {
        margin-left: -194px
    }

    .sm-ml--195 {
        margin-left: -195px
    }

    .sm-ml--196 {
        margin-left: -196px
    }

    .sm-ml--197 {
        margin-left: -197px
    }

    .sm-ml--198 {
        margin-left: -198px
    }

    .sm-ml--199 {
        margin-left: -199px
    }

    .sm-ml--200 {
        margin-left: -200px
    }

    .sm-mr--1 {
        margin-right: -1px
    }

    .sm-mr--2 {
        margin-right: -2px
    }

    .sm-mr--3 {
        margin-right: -3px
    }

    .sm-mr--4 {
        margin-right: -4px
    }

    .sm-mr--5 {
        margin-right: -5px
    }

    .sm-mr--6 {
        margin-right: -6px
    }

    .sm-mr--7 {
        margin-right: -7px
    }

    .sm-mr--8 {
        margin-right: -8px
    }

    .sm-mr--9 {
        margin-right: -9px
    }

    .sm-mr--10 {
        margin-right: -10px
    }

    .sm-mr--11 {
        margin-right: -11px
    }

    .sm-mr--12 {
        margin-right: -12px
    }

    .sm-mr--13 {
        margin-right: -13px
    }

    .sm-mr--14 {
        margin-right: -14px
    }

    .sm-mr--15 {
        margin-right: -15px
    }

    .sm-mr--16 {
        margin-right: -16px
    }

    .sm-mr--17 {
        margin-right: -17px
    }

    .sm-mr--18 {
        margin-right: -18px
    }

    .sm-mr--19 {
        margin-right: -19px
    }

    .sm-mr--20 {
        margin-right: -20px
    }

    .sm-mr--21 {
        margin-right: -21px
    }

    .sm-mr--22 {
        margin-right: -22px
    }

    .sm-mr--23 {
        margin-right: -23px
    }

    .sm-mr--24 {
        margin-right: -24px
    }

    .sm-mr--25 {
        margin-right: -25px
    }

    .sm-mr--26 {
        margin-right: -26px
    }

    .sm-mr--27 {
        margin-right: -27px
    }

    .sm-mr--28 {
        margin-right: -28px
    }

    .sm-mr--29 {
        margin-right: -29px
    }

    .sm-mr--30 {
        margin-right: -30px
    }

    .sm-mr--31 {
        margin-right: -31px
    }

    .sm-mr--32 {
        margin-right: -32px
    }

    .sm-mr--33 {
        margin-right: -33px
    }

    .sm-mr--34 {
        margin-right: -34px
    }

    .sm-mr--35 {
        margin-right: -35px
    }

    .sm-mr--36 {
        margin-right: -36px
    }

    .sm-mr--37 {
        margin-right: -37px
    }

    .sm-mr--38 {
        margin-right: -38px
    }

    .sm-mr--39 {
        margin-right: -39px
    }

    .sm-mr--40 {
        margin-right: -40px
    }

    .sm-mr--41 {
        margin-right: -41px
    }

    .sm-mr--42 {
        margin-right: -42px
    }

    .sm-mr--43 {
        margin-right: -43px
    }

    .sm-mr--44 {
        margin-right: -44px
    }

    .sm-mr--45 {
        margin-right: -45px
    }

    .sm-mr--46 {
        margin-right: -46px
    }

    .sm-mr--47 {
        margin-right: -47px
    }

    .sm-mr--48 {
        margin-right: -48px
    }

    .sm-mr--49 {
        margin-right: -49px
    }

    .sm-mr--50 {
        margin-right: -50px
    }

    .sm-mr--51 {
        margin-right: -51px
    }

    .sm-mr--52 {
        margin-right: -52px
    }

    .sm-mr--53 {
        margin-right: -53px
    }

    .sm-mr--54 {
        margin-right: -54px
    }

    .sm-mr--55 {
        margin-right: -55px
    }

    .sm-mr--56 {
        margin-right: -56px
    }

    .sm-mr--57 {
        margin-right: -57px
    }

    .sm-mr--58 {
        margin-right: -58px
    }

    .sm-mr--59 {
        margin-right: -59px
    }

    .sm-mr--60 {
        margin-right: -60px
    }

    .sm-mr--61 {
        margin-right: -61px
    }

    .sm-mr--62 {
        margin-right: -62px
    }

    .sm-mr--63 {
        margin-right: -63px
    }

    .sm-mr--64 {
        margin-right: -64px
    }

    .sm-mr--65 {
        margin-right: -65px
    }

    .sm-mr--66 {
        margin-right: -66px
    }

    .sm-mr--67 {
        margin-right: -67px
    }

    .sm-mr--68 {
        margin-right: -68px
    }

    .sm-mr--69 {
        margin-right: -69px
    }

    .sm-mr--70 {
        margin-right: -70px
    }

    .sm-mr--71 {
        margin-right: -71px
    }

    .sm-mr--72 {
        margin-right: -72px
    }

    .sm-mr--73 {
        margin-right: -73px
    }

    .sm-mr--74 {
        margin-right: -74px
    }

    .sm-mr--75 {
        margin-right: -75px
    }

    .sm-mr--76 {
        margin-right: -76px
    }

    .sm-mr--77 {
        margin-right: -77px
    }

    .sm-mr--78 {
        margin-right: -78px
    }

    .sm-mr--79 {
        margin-right: -79px
    }

    .sm-mr--80 {
        margin-right: -80px
    }

    .sm-mr--81 {
        margin-right: -81px
    }

    .sm-mr--82 {
        margin-right: -82px
    }

    .sm-mr--83 {
        margin-right: -83px
    }

    .sm-mr--84 {
        margin-right: -84px
    }

    .sm-mr--85 {
        margin-right: -85px
    }

    .sm-mr--86 {
        margin-right: -86px
    }

    .sm-mr--87 {
        margin-right: -87px
    }

    .sm-mr--88 {
        margin-right: -88px
    }

    .sm-mr--89 {
        margin-right: -89px
    }

    .sm-mr--90 {
        margin-right: -90px
    }

    .sm-mr--91 {
        margin-right: -91px
    }

    .sm-mr--92 {
        margin-right: -92px
    }

    .sm-mr--93 {
        margin-right: -93px
    }

    .sm-mr--94 {
        margin-right: -94px
    }

    .sm-mr--95 {
        margin-right: -95px
    }

    .sm-mr--96 {
        margin-right: -96px
    }

    .sm-mr--97 {
        margin-right: -97px
    }

    .sm-mr--98 {
        margin-right: -98px
    }

    .sm-mr--99 {
        margin-right: -99px
    }

    .sm-mr--100 {
        margin-right: -100px
    }

    .sm-mr--101 {
        margin-right: -101px
    }

    .sm-mr--102 {
        margin-right: -102px
    }

    .sm-mr--103 {
        margin-right: -103px
    }

    .sm-mr--104 {
        margin-right: -104px
    }

    .sm-mr--105 {
        margin-right: -105px
    }

    .sm-mr--106 {
        margin-right: -106px
    }

    .sm-mr--107 {
        margin-right: -107px
    }

    .sm-mr--108 {
        margin-right: -108px
    }

    .sm-mr--109 {
        margin-right: -109px
    }

    .sm-mr--110 {
        margin-right: -110px
    }

    .sm-mr--111 {
        margin-right: -111px
    }

    .sm-mr--112 {
        margin-right: -112px
    }

    .sm-mr--113 {
        margin-right: -113px
    }

    .sm-mr--114 {
        margin-right: -114px
    }

    .sm-mr--115 {
        margin-right: -115px
    }

    .sm-mr--116 {
        margin-right: -116px
    }

    .sm-mr--117 {
        margin-right: -117px
    }

    .sm-mr--118 {
        margin-right: -118px
    }

    .sm-mr--119 {
        margin-right: -119px
    }

    .sm-mr--120 {
        margin-right: -120px
    }

    .sm-mr--121 {
        margin-right: -121px
    }

    .sm-mr--122 {
        margin-right: -122px
    }

    .sm-mr--123 {
        margin-right: -123px
    }

    .sm-mr--124 {
        margin-right: -124px
    }

    .sm-mr--125 {
        margin-right: -125px
    }

    .sm-mr--126 {
        margin-right: -126px
    }

    .sm-mr--127 {
        margin-right: -127px
    }

    .sm-mr--128 {
        margin-right: -128px
    }

    .sm-mr--129 {
        margin-right: -129px
    }

    .sm-mr--130 {
        margin-right: -130px
    }

    .sm-mr--131 {
        margin-right: -131px
    }

    .sm-mr--132 {
        margin-right: -132px
    }

    .sm-mr--133 {
        margin-right: -133px
    }

    .sm-mr--134 {
        margin-right: -134px
    }

    .sm-mr--135 {
        margin-right: -135px
    }

    .sm-mr--136 {
        margin-right: -136px
    }

    .sm-mr--137 {
        margin-right: -137px
    }

    .sm-mr--138 {
        margin-right: -138px
    }

    .sm-mr--139 {
        margin-right: -139px
    }

    .sm-mr--140 {
        margin-right: -140px
    }

    .sm-mr--141 {
        margin-right: -141px
    }

    .sm-mr--142 {
        margin-right: -142px
    }

    .sm-mr--143 {
        margin-right: -143px
    }

    .sm-mr--144 {
        margin-right: -144px
    }

    .sm-mr--145 {
        margin-right: -145px
    }

    .sm-mr--146 {
        margin-right: -146px
    }

    .sm-mr--147 {
        margin-right: -147px
    }

    .sm-mr--148 {
        margin-right: -148px
    }

    .sm-mr--149 {
        margin-right: -149px
    }

    .sm-mr--150 {
        margin-right: -150px
    }

    .sm-mr--151 {
        margin-right: -151px
    }

    .sm-mr--152 {
        margin-right: -152px
    }

    .sm-mr--153 {
        margin-right: -153px
    }

    .sm-mr--154 {
        margin-right: -154px
    }

    .sm-mr--155 {
        margin-right: -155px
    }

    .sm-mr--156 {
        margin-right: -156px
    }

    .sm-mr--157 {
        margin-right: -157px
    }

    .sm-mr--158 {
        margin-right: -158px
    }

    .sm-mr--159 {
        margin-right: -159px
    }

    .sm-mr--160 {
        margin-right: -160px
    }

    .sm-mr--161 {
        margin-right: -161px
    }

    .sm-mr--162 {
        margin-right: -162px
    }

    .sm-mr--163 {
        margin-right: -163px
    }

    .sm-mr--164 {
        margin-right: -164px
    }

    .sm-mr--165 {
        margin-right: -165px
    }

    .sm-mr--166 {
        margin-right: -166px
    }

    .sm-mr--167 {
        margin-right: -167px
    }

    .sm-mr--168 {
        margin-right: -168px
    }

    .sm-mr--169 {
        margin-right: -169px
    }

    .sm-mr--170 {
        margin-right: -170px
    }

    .sm-mr--171 {
        margin-right: -171px
    }

    .sm-mr--172 {
        margin-right: -172px
    }

    .sm-mr--173 {
        margin-right: -173px
    }

    .sm-mr--174 {
        margin-right: -174px
    }

    .sm-mr--175 {
        margin-right: -175px
    }

    .sm-mr--176 {
        margin-right: -176px
    }

    .sm-mr--177 {
        margin-right: -177px
    }

    .sm-mr--178 {
        margin-right: -178px
    }

    .sm-mr--179 {
        margin-right: -179px
    }

    .sm-mr--180 {
        margin-right: -180px
    }

    .sm-mr--181 {
        margin-right: -181px
    }

    .sm-mr--182 {
        margin-right: -182px
    }

    .sm-mr--183 {
        margin-right: -183px
    }

    .sm-mr--184 {
        margin-right: -184px
    }

    .sm-mr--185 {
        margin-right: -185px
    }

    .sm-mr--186 {
        margin-right: -186px
    }

    .sm-mr--187 {
        margin-right: -187px
    }

    .sm-mr--188 {
        margin-right: -188px
    }

    .sm-mr--189 {
        margin-right: -189px
    }

    .sm-mr--190 {
        margin-right: -190px
    }

    .sm-mr--191 {
        margin-right: -191px
    }

    .sm-mr--192 {
        margin-right: -192px
    }

    .sm-mr--193 {
        margin-right: -193px
    }

    .sm-mr--194 {
        margin-right: -194px
    }

    .sm-mr--195 {
        margin-right: -195px
    }

    .sm-mr--196 {
        margin-right: -196px
    }

    .sm-mr--197 {
        margin-right: -197px
    }

    .sm-mr--198 {
        margin-right: -198px
    }

    .sm-mr--199 {
        margin-right: -199px
    }

    .sm-mr--200 {
        margin-right: -200px
    }
}

@media only screen and (max-width:575px) {
    .xs-padding-0 {
        padding: 0
    }

    .xs-margin-0 {
        margin: 0
    }

    .xs-pt-0 {
        padding-top: 0
    }

    .xs-pt-1 {
        padding-top: 1px
    }

    .xs-pt-2 {
        padding-top: 2px
    }

    .xs-pt-3 {
        padding-top: 3px
    }

    .xs-pt-4 {
        padding-top: 4px
    }

    .xs-pt-5 {
        padding-top: 5px
    }

    .xs-pt-6 {
        padding-top: 6px
    }

    .xs-pt-7 {
        padding-top: 7px
    }

    .xs-pt-8 {
        padding-top: 8px
    }

    .xs-pt-9 {
        padding-top: 9px
    }

    .xs-pt-10 {
        padding-top: 10px
    }

    .xs-pt-11 {
        padding-top: 11px
    }

    .xs-pt-12 {
        padding-top: 12px
    }

    .xs-pt-13 {
        padding-top: 13px
    }

    .xs-pt-14 {
        padding-top: 14px
    }

    .xs-pt-15 {
        padding-top: 15px
    }

    .xs-pt-16 {
        padding-top: 16px
    }

    .xs-pt-17 {
        padding-top: 17px
    }

    .xs-pt-18 {
        padding-top: 18px
    }

    .xs-pt-19 {
        padding-top: 19px
    }

    .xs-pt-20 {
        padding-top: 20px
    }

    .xs-pt-21 {
        padding-top: 21px
    }

    .xs-pt-22 {
        padding-top: 22px
    }

    .xs-pt-23 {
        padding-top: 23px
    }

    .xs-pt-24 {
        padding-top: 24px
    }

    .xs-pt-25 {
        padding-top: 25px
    }

    .xs-pt-26 {
        padding-top: 26px
    }

    .xs-pt-27 {
        padding-top: 27px
    }

    .xs-pt-28 {
        padding-top: 28px
    }

    .xs-pt-29 {
        padding-top: 29px
    }

    .xs-pt-30 {
        padding-top: 30px
    }

    .xs-pt-31 {
        padding-top: 31px
    }

    .xs-pt-32 {
        padding-top: 32px
    }

    .xs-pt-33 {
        padding-top: 33px
    }

    .xs-pt-34 {
        padding-top: 34px
    }

    .xs-pt-35 {
        padding-top: 35px
    }

    .xs-pt-36 {
        padding-top: 36px
    }

    .xs-pt-37 {
        padding-top: 37px
    }

    .xs-pt-38 {
        padding-top: 38px
    }

    .xs-pt-39 {
        padding-top: 39px
    }

    .xs-pt-40 {
        padding-top: 40px
    }

    .xs-pt-41 {
        padding-top: 41px
    }

    .xs-pt-42 {
        padding-top: 42px
    }

    .xs-pt-43 {
        padding-top: 43px
    }

    .xs-pt-44 {
        padding-top: 44px
    }

    .xs-pt-45 {
        padding-top: 45px
    }

    .xs-pt-46 {
        padding-top: 46px
    }

    .xs-pt-47 {
        padding-top: 47px
    }

    .xs-pt-48 {
        padding-top: 48px
    }

    .xs-pt-49 {
        padding-top: 49px
    }

    .xs-pt-50 {
        padding-top: 50px
    }

    .xs-pt-51 {
        padding-top: 51px
    }

    .xs-pt-52 {
        padding-top: 52px
    }

    .xs-pt-53 {
        padding-top: 53px
    }

    .xs-pt-54 {
        padding-top: 54px
    }

    .xs-pt-55 {
        padding-top: 55px
    }

    .xs-pt-56 {
        padding-top: 56px
    }

    .xs-pt-57 {
        padding-top: 57px
    }

    .xs-pt-58 {
        padding-top: 58px
    }

    .xs-pt-59 {
        padding-top: 59px
    }

    .xs-pt-60 {
        padding-top: 60px
    }

    .xs-pt-61 {
        padding-top: 61px
    }

    .xs-pt-62 {
        padding-top: 62px
    }

    .xs-pt-63 {
        padding-top: 63px
    }

    .xs-pt-64 {
        padding-top: 64px
    }

    .xs-pt-65 {
        padding-top: 65px
    }

    .xs-pt-66 {
        padding-top: 66px
    }

    .xs-pt-67 {
        padding-top: 67px
    }

    .xs-pt-68 {
        padding-top: 68px
    }

    .xs-pt-69 {
        padding-top: 69px
    }

    .xs-pt-70 {
        padding-top: 70px
    }

    .xs-pt-71 {
        padding-top: 71px
    }

    .xs-pt-72 {
        padding-top: 72px
    }

    .xs-pt-73 {
        padding-top: 73px
    }

    .xs-pt-74 {
        padding-top: 74px
    }

    .xs-pt-75 {
        padding-top: 75px
    }

    .xs-pt-76 {
        padding-top: 76px
    }

    .xs-pt-77 {
        padding-top: 77px
    }

    .xs-pt-78 {
        padding-top: 78px
    }

    .xs-pt-79 {
        padding-top: 79px
    }

    .xs-pt-80 {
        padding-top: 80px
    }

    .xs-pt-81 {
        padding-top: 81px
    }

    .xs-pt-82 {
        padding-top: 82px
    }

    .xs-pt-83 {
        padding-top: 83px
    }

    .xs-pt-84 {
        padding-top: 84px
    }

    .xs-pt-85 {
        padding-top: 85px
    }

    .xs-pt-86 {
        padding-top: 86px
    }

    .xs-pt-87 {
        padding-top: 87px
    }

    .xs-pt-88 {
        padding-top: 88px
    }

    .xs-pt-89 {
        padding-top: 89px
    }

    .xs-pt-90 {
        padding-top: 90px
    }

    .xs-pt-91 {
        padding-top: 91px
    }

    .xs-pt-92 {
        padding-top: 92px
    }

    .xs-pt-93 {
        padding-top: 93px
    }

    .xs-pt-94 {
        padding-top: 94px
    }

    .xs-pt-95 {
        padding-top: 95px
    }

    .xs-pt-96 {
        padding-top: 96px
    }

    .xs-pt-97 {
        padding-top: 97px
    }

    .xs-pt-98 {
        padding-top: 98px
    }

    .xs-pt-99 {
        padding-top: 99px
    }

    .xs-pt-100 {
        padding-top: 100px
    }

    .xs-pt-101 {
        padding-top: 101px
    }

    .xs-pt-102 {
        padding-top: 102px
    }

    .xs-pt-103 {
        padding-top: 103px
    }

    .xs-pt-104 {
        padding-top: 104px
    }

    .xs-pt-105 {
        padding-top: 105px
    }

    .xs-pt-106 {
        padding-top: 106px
    }

    .xs-pt-107 {
        padding-top: 107px
    }

    .xs-pt-108 {
        padding-top: 108px
    }

    .xs-pt-109 {
        padding-top: 109px
    }

    .xs-pt-110 {
        padding-top: 110px
    }

    .xs-pt-111 {
        padding-top: 111px
    }

    .xs-pt-112 {
        padding-top: 112px
    }

    .xs-pt-113 {
        padding-top: 113px
    }

    .xs-pt-114 {
        padding-top: 114px
    }

    .xs-pt-115 {
        padding-top: 115px
    }

    .xs-pt-116 {
        padding-top: 116px
    }

    .xs-pt-117 {
        padding-top: 117px
    }

    .xs-pt-118 {
        padding-top: 118px
    }

    .xs-pt-119 {
        padding-top: 119px
    }

    .xs-pt-120 {
        padding-top: 120px
    }

    .xs-pt-121 {
        padding-top: 121px
    }

    .xs-pt-122 {
        padding-top: 122px
    }

    .xs-pt-123 {
        padding-top: 123px
    }

    .xs-pt-124 {
        padding-top: 124px
    }

    .xs-pt-125 {
        padding-top: 125px
    }

    .xs-pt-126 {
        padding-top: 126px
    }

    .xs-pt-127 {
        padding-top: 127px
    }

    .xs-pt-128 {
        padding-top: 128px
    }

    .xs-pt-129 {
        padding-top: 129px
    }

    .xs-pt-130 {
        padding-top: 130px
    }

    .xs-pt-131 {
        padding-top: 131px
    }

    .xs-pt-132 {
        padding-top: 132px
    }

    .xs-pt-133 {
        padding-top: 133px
    }

    .xs-pt-134 {
        padding-top: 134px
    }

    .xs-pt-135 {
        padding-top: 135px
    }

    .xs-pt-136 {
        padding-top: 136px
    }

    .xs-pt-137 {
        padding-top: 137px
    }

    .xs-pt-138 {
        padding-top: 138px
    }

    .xs-pt-139 {
        padding-top: 139px
    }

    .xs-pt-140 {
        padding-top: 140px
    }

    .xs-pt-141 {
        padding-top: 141px
    }

    .xs-pt-142 {
        padding-top: 142px
    }

    .xs-pt-143 {
        padding-top: 143px
    }

    .xs-pt-144 {
        padding-top: 144px
    }

    .xs-pt-145 {
        padding-top: 145px
    }

    .xs-pt-146 {
        padding-top: 146px
    }

    .xs-pt-147 {
        padding-top: 147px
    }

    .xs-pt-148 {
        padding-top: 148px
    }

    .xs-pt-149 {
        padding-top: 149px
    }

    .xs-pt-150 {
        padding-top: 150px
    }

    .xs-pt-151 {
        padding-top: 151px
    }

    .xs-pt-152 {
        padding-top: 152px
    }

    .xs-pt-153 {
        padding-top: 153px
    }

    .xs-pt-154 {
        padding-top: 154px
    }

    .xs-pt-155 {
        padding-top: 155px
    }

    .xs-pt-156 {
        padding-top: 156px
    }

    .xs-pt-157 {
        padding-top: 157px
    }

    .xs-pt-158 {
        padding-top: 158px
    }

    .xs-pt-159 {
        padding-top: 159px
    }

    .xs-pt-160 {
        padding-top: 160px
    }

    .xs-pt-161 {
        padding-top: 161px
    }

    .xs-pt-162 {
        padding-top: 162px
    }

    .xs-pt-163 {
        padding-top: 163px
    }

    .xs-pt-164 {
        padding-top: 164px
    }

    .xs-pt-165 {
        padding-top: 165px
    }

    .xs-pt-166 {
        padding-top: 166px
    }

    .xs-pt-167 {
        padding-top: 167px
    }

    .xs-pt-168 {
        padding-top: 168px
    }

    .xs-pt-169 {
        padding-top: 169px
    }

    .xs-pt-170 {
        padding-top: 170px
    }

    .xs-pt-171 {
        padding-top: 171px
    }

    .xs-pt-172 {
        padding-top: 172px
    }

    .xs-pt-173 {
        padding-top: 173px
    }

    .xs-pt-174 {
        padding-top: 174px
    }

    .xs-pt-175 {
        padding-top: 175px
    }

    .xs-pt-176 {
        padding-top: 176px
    }

    .xs-pt-177 {
        padding-top: 177px
    }

    .xs-pt-178 {
        padding-top: 178px
    }

    .xs-pt-179 {
        padding-top: 179px
    }

    .xs-pt-180 {
        padding-top: 180px
    }

    .xs-pt-181 {
        padding-top: 181px
    }

    .xs-pt-182 {
        padding-top: 182px
    }

    .xs-pt-183 {
        padding-top: 183px
    }

    .xs-pt-184 {
        padding-top: 184px
    }

    .xs-pt-185 {
        padding-top: 185px
    }

    .xs-pt-186 {
        padding-top: 186px
    }

    .xs-pt-187 {
        padding-top: 187px
    }

    .xs-pt-188 {
        padding-top: 188px
    }

    .xs-pt-189 {
        padding-top: 189px
    }

    .xs-pt-190 {
        padding-top: 190px
    }

    .xs-pt-191 {
        padding-top: 191px
    }

    .xs-pt-192 {
        padding-top: 192px
    }

    .xs-pt-193 {
        padding-top: 193px
    }

    .xs-pt-194 {
        padding-top: 194px
    }

    .xs-pt-195 {
        padding-top: 195px
    }

    .xs-pt-196 {
        padding-top: 196px
    }

    .xs-pt-197 {
        padding-top: 197px
    }

    .xs-pt-198 {
        padding-top: 198px
    }

    .xs-pt-199 {
        padding-top: 199px
    }

    .xs-pt-200 {
        padding-top: 200px
    }

    .xs-pb-0 {
        padding-bottom: 0
    }

    .xs-pb-1 {
        padding-bottom: 1px
    }

    .xs-pb-2 {
        padding-bottom: 2px
    }

    .xs-pb-3 {
        padding-bottom: 3px
    }

    .xs-pb-4 {
        padding-bottom: 4px
    }

    .xs-pb-5 {
        padding-bottom: 5px
    }

    .xs-pb-6 {
        padding-bottom: 6px
    }

    .xs-pb-7 {
        padding-bottom: 7px
    }

    .xs-pb-8 {
        padding-bottom: 8px
    }

    .xs-pb-9 {
        padding-bottom: 9px
    }

    .xs-pb-10 {
        padding-bottom: 10px
    }

    .xs-pb-11 {
        padding-bottom: 11px
    }

    .xs-pb-12 {
        padding-bottom: 12px
    }

    .xs-pb-13 {
        padding-bottom: 13px
    }

    .xs-pb-14 {
        padding-bottom: 14px
    }

    .xs-pb-15 {
        padding-bottom: 15px
    }

    .xs-pb-16 {
        padding-bottom: 16px
    }

    .xs-pb-17 {
        padding-bottom: 17px
    }

    .xs-pb-18 {
        padding-bottom: 18px
    }

    .xs-pb-19 {
        padding-bottom: 19px
    }

    .xs-pb-20 {
        padding-bottom: 20px
    }

    .xs-pb-21 {
        padding-bottom: 21px
    }

    .xs-pb-22 {
        padding-bottom: 22px
    }

    .xs-pb-23 {
        padding-bottom: 23px
    }

    .xs-pb-24 {
        padding-bottom: 24px
    }

    .xs-pb-25 {
        padding-bottom: 25px
    }

    .xs-pb-26 {
        padding-bottom: 26px
    }

    .xs-pb-27 {
        padding-bottom: 27px
    }

    .xs-pb-28 {
        padding-bottom: 28px
    }

    .xs-pb-29 {
        padding-bottom: 29px
    }

    .xs-pb-30 {
        padding-bottom: 30px
    }

    .xs-pb-31 {
        padding-bottom: 31px
    }

    .xs-pb-32 {
        padding-bottom: 32px
    }

    .xs-pb-33 {
        padding-bottom: 33px
    }

    .xs-pb-34 {
        padding-bottom: 34px
    }

    .xs-pb-35 {
        padding-bottom: 35px
    }

    .xs-pb-36 {
        padding-bottom: 36px
    }

    .xs-pb-37 {
        padding-bottom: 37px
    }

    .xs-pb-38 {
        padding-bottom: 38px
    }

    .xs-pb-39 {
        padding-bottom: 39px
    }

    .xs-pb-40 {
        padding-bottom: 40px
    }

    .xs-pb-41 {
        padding-bottom: 41px
    }

    .xs-pb-42 {
        padding-bottom: 42px
    }

    .xs-pb-43 {
        padding-bottom: 43px
    }

    .xs-pb-44 {
        padding-bottom: 44px
    }

    .xs-pb-45 {
        padding-bottom: 45px
    }

    .xs-pb-46 {
        padding-bottom: 46px
    }

    .xs-pb-47 {
        padding-bottom: 47px
    }

    .xs-pb-48 {
        padding-bottom: 48px
    }

    .xs-pb-49 {
        padding-bottom: 49px
    }

    .xs-pb-50 {
        padding-bottom: 50px
    }

    .xs-pb-51 {
        padding-bottom: 51px
    }

    .xs-pb-52 {
        padding-bottom: 52px
    }

    .xs-pb-53 {
        padding-bottom: 53px
    }

    .xs-pb-54 {
        padding-bottom: 54px
    }

    .xs-pb-55 {
        padding-bottom: 55px
    }

    .xs-pb-56 {
        padding-bottom: 56px
    }

    .xs-pb-57 {
        padding-bottom: 57px
    }

    .xs-pb-58 {
        padding-bottom: 58px
    }

    .xs-pb-59 {
        padding-bottom: 59px
    }

    .xs-pb-60 {
        padding-bottom: 60px
    }

    .xs-pb-61 {
        padding-bottom: 61px
    }

    .xs-pb-62 {
        padding-bottom: 62px
    }

    .xs-pb-63 {
        padding-bottom: 63px
    }

    .xs-pb-64 {
        padding-bottom: 64px
    }

    .xs-pb-65 {
        padding-bottom: 65px
    }

    .xs-pb-66 {
        padding-bottom: 66px
    }

    .xs-pb-67 {
        padding-bottom: 67px
    }

    .xs-pb-68 {
        padding-bottom: 68px
    }

    .xs-pb-69 {
        padding-bottom: 69px
    }

    .xs-pb-70 {
        padding-bottom: 70px
    }

    .xs-pb-71 {
        padding-bottom: 71px
    }

    .xs-pb-72 {
        padding-bottom: 72px
    }

    .xs-pb-73 {
        padding-bottom: 73px
    }

    .xs-pb-74 {
        padding-bottom: 74px
    }

    .xs-pb-75 {
        padding-bottom: 75px
    }

    .xs-pb-76 {
        padding-bottom: 76px
    }

    .xs-pb-77 {
        padding-bottom: 77px
    }

    .xs-pb-78 {
        padding-bottom: 78px
    }

    .xs-pb-79 {
        padding-bottom: 79px
    }

    .xs-pb-80 {
        padding-bottom: 80px
    }

    .xs-pb-81 {
        padding-bottom: 81px
    }

    .xs-pb-82 {
        padding-bottom: 82px
    }

    .xs-pb-83 {
        padding-bottom: 83px
    }

    .xs-pb-84 {
        padding-bottom: 84px
    }

    .xs-pb-85 {
        padding-bottom: 85px
    }

    .xs-pb-86 {
        padding-bottom: 86px
    }

    .xs-pb-87 {
        padding-bottom: 87px
    }

    .xs-pb-88 {
        padding-bottom: 88px
    }

    .xs-pb-89 {
        padding-bottom: 89px
    }

    .xs-pb-90 {
        padding-bottom: 90px
    }

    .xs-pb-91 {
        padding-bottom: 91px
    }

    .xs-pb-92 {
        padding-bottom: 92px
    }

    .xs-pb-93 {
        padding-bottom: 93px
    }

    .xs-pb-94 {
        padding-bottom: 94px
    }

    .xs-pb-95 {
        padding-bottom: 95px
    }

    .xs-pb-96 {
        padding-bottom: 96px
    }

    .xs-pb-97 {
        padding-bottom: 97px
    }

    .xs-pb-98 {
        padding-bottom: 98px
    }

    .xs-pb-99 {
        padding-bottom: 99px
    }

    .xs-pb-100 {
        padding-bottom: 100px
    }

    .xs-pb-101 {
        padding-bottom: 101px
    }

    .xs-pb-102 {
        padding-bottom: 102px
    }

    .xs-pb-104 {
        padding-bottom: 104px
    }

    .xs-pb-105 {
        padding-bottom: 105px
    }

    .xs-pb-106 {
        padding-bottom: 106px
    }

    .xs-pb-107 {
        padding-bottom: 107px
    }

    .xs-pb-108 {
        padding-bottom: 108px
    }

    .xs-pb-109 {
        padding-bottom: 109px
    }

    .xs-pb-110 {
        padding-bottom: 110px
    }

    .xs-pb-111 {
        padding-bottom: 111px
    }

    .xs-pb-112 {
        padding-bottom: 112px
    }

    .xs-pb-113 {
        padding-bottom: 113px
    }

    .xs-pb-114 {
        padding-bottom: 114px
    }

    .xs-pb-115 {
        padding-bottom: 115px
    }

    .xs-pb-116 {
        padding-bottom: 116px
    }

    .xs-pb-117 {
        padding-bottom: 117px
    }

    .xs-pb-118 {
        padding-bottom: 118px
    }

    .xs-pb-119 {
        padding-bottom: 119px
    }

    .xs-pb-120 {
        padding-bottom: 120px
    }

    .xs-pb-121 {
        padding-bottom: 121px
    }

    .xs-pb-122 {
        padding-bottom: 122px
    }

    .xs-pb-123 {
        padding-bottom: 123px
    }

    .xs-pb-124 {
        padding-bottom: 124px
    }

    .xs-pb-125 {
        padding-bottom: 125px
    }

    .xs-pb-126 {
        padding-bottom: 126px
    }

    .xs-pb-127 {
        padding-bottom: 127px
    }

    .xs-pb-128 {
        padding-bottom: 128px
    }

    .xs-pb-129 {
        padding-bottom: 129px
    }

    .xs-pb-130 {
        padding-bottom: 130px
    }

    .xs-pb-131 {
        padding-bottom: 131px
    }

    .xs-pb-132 {
        padding-bottom: 132px
    }

    .xs-pb-133 {
        padding-bottom: 133px
    }

    .xs-pb-134 {
        padding-bottom: 134px
    }

    .xs-pb-135 {
        padding-bottom: 135px
    }

    .xs-pb-136 {
        padding-bottom: 136px
    }

    .xs-pb-137 {
        padding-bottom: 137px
    }

    .xs-pb-138 {
        padding-bottom: 138px
    }

    .xs-pb-139 {
        padding-bottom: 139px
    }

    .xs-pb-140 {
        padding-bottom: 140px
    }

    .xs-pb-141 {
        padding-bottom: 141px
    }

    .xs-pb-142 {
        padding-bottom: 142px
    }

    .xs-pb-143 {
        padding-bottom: 143px
    }

    .xs-pb-144 {
        padding-bottom: 144px
    }

    .xs-pb-145 {
        padding-bottom: 145px
    }

    .xs-pb-146 {
        padding-bottom: 146px
    }

    .xs-pb-147 {
        padding-bottom: 147px
    }

    .xs-pb-148 {
        padding-bottom: 148px
    }

    .xs-pb-149 {
        padding-bottom: 149px
    }

    .xs-pb-150 {
        padding-bottom: 150px
    }

    .xs-pb-151 {
        padding-bottom: 151px
    }

    .xs-pb-152 {
        padding-bottom: 152px
    }

    .xs-pb-153 {
        padding-bottom: 153px
    }

    .xs-pb-154 {
        padding-bottom: 154px
    }

    .xs-pb-155 {
        padding-bottom: 155px
    }

    .xs-pb-156 {
        padding-bottom: 156px
    }

    .xs-pb-157 {
        padding-bottom: 157px
    }

    .xs-pb-158 {
        padding-bottom: 158px
    }

    .xs-pb-159 {
        padding-bottom: 159px
    }

    .xs-pb-160 {
        padding-bottom: 160px
    }

    .xs-pb-161 {
        padding-bottom: 161px
    }

    .xs-pb-162 {
        padding-bottom: 162px
    }

    .xs-pb-163 {
        padding-bottom: 163px
    }

    .xs-pb-164 {
        padding-bottom: 164px
    }

    .xs-pb-165 {
        padding-bottom: 165px
    }

    .xs-pb-166 {
        padding-bottom: 166px
    }

    .xs-pb-167 {
        padding-bottom: 167px
    }

    .xs-pb-168 {
        padding-bottom: 168px
    }

    .xs-pb-169 {
        padding-bottom: 169px
    }

    .xs-pb-170 {
        padding-bottom: 170px
    }

    .xs-pb-171 {
        padding-bottom: 171px
    }

    .xs-pb-172 {
        padding-bottom: 172px
    }

    .xs-pb-173 {
        padding-bottom: 173px
    }

    .xs-pb-174 {
        padding-bottom: 174px
    }

    .xs-pb-175 {
        padding-bottom: 175px
    }

    .xs-pb-176 {
        padding-bottom: 176px
    }

    .xs-pb-177 {
        padding-bottom: 177px
    }

    .xs-pb-178 {
        padding-bottom: 178px
    }

    .xs-pb-179 {
        padding-bottom: 179px
    }

    .xs-pb-180 {
        padding-bottom: 180px
    }

    .xs-pb-181 {
        padding-bottom: 181px
    }

    .xs-pb-182 {
        padding-bottom: 182px
    }

    .xs-pb-183 {
        padding-bottom: 183px
    }

    .xs-pb-184 {
        padding-bottom: 184px
    }

    .xs-pb-185 {
        padding-bottom: 185px
    }

    .xs-pb-186 {
        padding-bottom: 186px
    }

    .xs-pb-187 {
        padding-bottom: 187px
    }

    .xs-pb-188 {
        padding-bottom: 188px
    }

    .xs-pb-189 {
        padding-bottom: 189px
    }

    .xs-pb-190 {
        padding-bottom: 190px
    }

    .xs-pb-191 {
        padding-bottom: 191px
    }

    .xs-pb-192 {
        padding-bottom: 192px
    }

    .xs-pb-193 {
        padding-bottom: 193px
    }

    .xs-pb-194 {
        padding-bottom: 194px
    }

    .xs-pb-195 {
        padding-bottom: 195px
    }

    .xs-pb-196 {
        padding-bottom: 196px
    }

    .xs-pb-197 {
        padding-bottom: 197px
    }

    .xs-pb-198 {
        padding-bottom: 198px
    }

    .xs-pb-199 {
        padding-bottom: 199px
    }

    .xs-pb-200 {
        padding-bottom: 200px
    }

    .xs-pr-0 {
        padding-right: 0
    }

    .xs-pr-1 {
        padding-right: 1px
    }

    .xs-pr-2 {
        padding-right: 2px
    }

    .xs-pr-4 {
        padding-right: 4px
    }

    .xs-pr-5 {
        padding-right: 5px
    }

    .xs-pr-6 {
        padding-right: 6px
    }

    .xs-pr-7 {
        padding-right: 7px
    }

    .xs-pr-8 {
        padding-right: 8px
    }

    .xs-pr-9 {
        padding-right: 9px
    }

    .xs-pr-10 {
        padding-right: 10px
    }

    .xs-pr-11 {
        padding-right: 11px
    }

    .xs-pr-12 {
        padding-right: 12px
    }

    .xs-pr-13 {
        padding-right: 13px
    }

    .xs-pr-14 {
        padding-right: 14px
    }

    .xs-pr-15 {
        padding-right: 15px
    }

    .xs-pr-16 {
        padding-right: 16px
    }

    .xs-pr-17 {
        padding-right: 17px
    }

    .xs-pr-18 {
        padding-right: 18px
    }

    .xs-pr-19 {
        padding-right: 19px
    }

    .xs-pr-20 {
        padding-right: 20px
    }

    .xs-pr-21 {
        padding-right: 21px
    }

    .xs-pr-22 {
        padding-right: 22px
    }

    .xs-pr-23 {
        padding-right: 23px
    }

    .xs-pr-24 {
        padding-right: 24px
    }

    .xs-pr-25 {
        padding-right: 25px
    }

    .xs-pr-26 {
        padding-right: 26px
    }

    .xs-pr-27 {
        padding-right: 27px
    }

    .xs-pr-28 {
        padding-right: 28px
    }

    .xs-pr-29 {
        padding-right: 29px
    }

    .xs-pr-30 {
        padding-right: 30px
    }

    .xs-pr-31 {
        padding-right: 31px
    }

    .xs-pr-32 {
        padding-right: 32px
    }

    .xs-pr-33 {
        padding-right: 33px
    }

    .xs-pr-34 {
        padding-right: 34px
    }

    .xs-pr-35 {
        padding-right: 35px
    }

    .xs-pr-36 {
        padding-right: 36px
    }

    .xs-pr-37 {
        padding-right: 37px
    }

    .xs-pr-38 {
        padding-right: 38px
    }

    .xs-pr-39 {
        padding-right: 39px
    }

    .xs-pr-40 {
        padding-right: 40px
    }

    .xs-pr-41 {
        padding-right: 41px
    }

    .xs-pr-42 {
        padding-right: 42px
    }

    .xs-pr-43 {
        padding-right: 43px
    }

    .xs-pr-44 {
        padding-right: 44px
    }

    .xs-pr-45 {
        padding-right: 45px
    }

    .xs-pr-46 {
        padding-right: 46px
    }

    .xs-pr-47 {
        padding-right: 47px
    }

    .xs-pr-48 {
        padding-right: 48px
    }

    .xs-pr-49 {
        padding-right: 49px
    }

    .xs-pr-50 {
        padding-right: 50px
    }

    .xs-pr-51 {
        padding-right: 51px
    }

    .xs-pr-52 {
        padding-right: 52px
    }

    .xs-pr-53 {
        padding-right: 53px
    }

    .xs-pr-54 {
        padding-right: 54px
    }

    .xs-pr-55 {
        padding-right: 55px
    }

    .xs-pr-56 {
        padding-right: 56px
    }

    .xs-pr-57 {
        padding-right: 57px
    }

    .xs-pr-58 {
        padding-right: 58px
    }

    .xs-pr-59 {
        padding-right: 59px
    }

    .xs-pr-60 {
        padding-right: 60px
    }

    .xs-pr-61 {
        padding-right: 61px
    }

    .xs-pr-62 {
        padding-right: 62px
    }

    .xs-pr-63 {
        padding-right: 63px
    }

    .xs-pr-64 {
        padding-right: 64px
    }

    .xs-pr-65 {
        padding-right: 65px
    }

    .xs-pr-66 {
        padding-right: 66px
    }

    .xs-pr-67 {
        padding-right: 67px
    }

    .xs-pr-68 {
        padding-right: 68px
    }

    .xs-pr-69 {
        padding-right: 69px
    }

    .xs-pr-70 {
        padding-right: 70px
    }

    .xs-pr-71 {
        padding-right: 71px
    }

    .xs-pr-72 {
        padding-right: 72px
    }

    .xs-pr-73 {
        padding-right: 73px
    }

    .xs-pr-74 {
        padding-right: 74px
    }

    .xs-pr-75 {
        padding-right: 75px
    }

    .xs-pr-76 {
        padding-right: 76px
    }

    .xs-pr-77 {
        padding-right: 77px
    }

    .xs-pr-78 {
        padding-right: 78px
    }

    .xs-pr-79 {
        padding-right: 79px
    }

    .xs-pr-80 {
        padding-right: 80px
    }

    .xs-pr-81 {
        padding-right: 81px
    }

    .xs-pr-82 {
        padding-right: 82px
    }

    .xs-pr-83 {
        padding-right: 83px
    }

    .xs-pr-84 {
        padding-right: 84px
    }

    .xs-pr-85 {
        padding-right: 85px
    }

    .xs-pr-86 {
        padding-right: 86px
    }

    .xs-pr-87 {
        padding-right: 87px
    }

    .xs-pr-88 {
        padding-right: 88px
    }

    .xs-pr-89 {
        padding-right: 89px
    }

    .xs-pr-90 {
        padding-right: 90px
    }

    .xs-pr-91 {
        padding-right: 91px
    }

    .xs-pr-92 {
        padding-right: 92px
    }

    .xs-pr-93 {
        padding-right: 93px
    }

    .xs-pr-94 {
        padding-right: 94px
    }

    .xs-pr-95 {
        padding-right: 95px
    }

    .xs-pr-96 {
        padding-right: 96px
    }

    .xs-pr-97 {
        padding-right: 97px
    }

    .xs-pr-98 {
        padding-right: 98px
    }

    .xs-pr-99 {
        padding-right: 99px
    }

    .xs-pr-100 {
        padding-right: 100px
    }

    .xs-pr-101 {
        padding-right: 101px
    }

    .xs-pr-102 {
        padding-right: 102px
    }

    .xs-pr-104 {
        padding-right: 104px
    }

    .xs-pr-105 {
        padding-right: 105px
    }

    .xs-pr-106 {
        padding-right: 106px
    }

    .xs-pr-107 {
        padding-right: 107px
    }

    .xs-pr-108 {
        padding-right: 108px
    }

    .xs-pr-109 {
        padding-right: 109px
    }

    .xs-pr-110 {
        padding-right: 110px
    }

    .xs-pr-111 {
        padding-right: 111px
    }

    .xs-pr-112 {
        padding-right: 112px
    }

    .xs-pr-113 {
        padding-right: 113px
    }

    .xs-pr-114 {
        padding-right: 114px
    }

    .xs-pr-115 {
        padding-right: 115px
    }

    .xs-pr-116 {
        padding-right: 116px
    }

    .xs-pr-117 {
        padding-right: 117px
    }

    .xs-pr-118 {
        padding-right: 118px
    }

    .xs-pr-119 {
        padding-right: 119px
    }

    .xs-pr-120 {
        padding-right: 120px
    }

    .xs-pr-121 {
        padding-right: 121px
    }

    .xs-pr-122 {
        padding-right: 122px
    }

    .xs-pr-123 {
        padding-right: 123px
    }

    .xs-pr-124 {
        padding-right: 124px
    }

    .xs-pr-125 {
        padding-right: 125px
    }

    .xs-pr-126 {
        padding-right: 126px
    }

    .xs-pr-127 {
        padding-right: 127px
    }

    .xs-pr-128 {
        padding-right: 128px
    }

    .xs-pr-129 {
        padding-right: 129px
    }

    .xs-pr-130 {
        padding-right: 130px
    }

    .xs-pr-131 {
        padding-right: 131px
    }

    .xs-pr-132 {
        padding-right: 132px
    }

    .xs-pr-133 {
        padding-right: 133px
    }

    .xs-pr-134 {
        padding-right: 134px
    }

    .xs-pr-135 {
        padding-right: 135px
    }

    .xs-pr-136 {
        padding-right: 136px
    }

    .xs-pr-137 {
        padding-right: 137px
    }

    .xs-pr-138 {
        padding-right: 138px
    }

    .xs-pr-139 {
        padding-right: 139px
    }

    .xs-pr-140 {
        padding-right: 140px
    }

    .xs-pr-141 {
        padding-right: 141px
    }

    .xs-pr-142 {
        padding-right: 142px
    }

    .xs-pr-143 {
        padding-right: 143px
    }

    .xs-pr-144 {
        padding-right: 144px
    }

    .xs-pr-145 {
        padding-right: 145px
    }

    .xs-pr-146 {
        padding-right: 146px
    }

    .xs-pr-147 {
        padding-right: 147px
    }

    .xs-pr-148 {
        padding-right: 148px
    }

    .xs-pr-149 {
        padding-right: 149px
    }

    .xs-pr-150 {
        padding-right: 150px
    }

    .xs-pr-151 {
        padding-right: 151px
    }

    .xs-pr-152 {
        padding-right: 152px
    }

    .xs-pr-153 {
        padding-right: 153px
    }

    .xs-pr-154 {
        padding-right: 154px
    }

    .xs-pr-155 {
        padding-right: 155px
    }

    .xs-pr-156 {
        padding-right: 156px
    }

    .xs-pr-157 {
        padding-right: 157px
    }

    .xs-pr-158 {
        padding-right: 158px
    }

    .xs-pr-159 {
        padding-right: 159px
    }

    .xs-pr-160 {
        padding-right: 160px
    }

    .xs-pr-161 {
        padding-right: 161px
    }

    .xs-pr-162 {
        padding-right: 162px
    }

    .xs-pr-163 {
        padding-right: 163px
    }

    .xs-pr-164 {
        padding-right: 164px
    }

    .xs-pr-165 {
        padding-right: 165px
    }

    .xs-pr-166 {
        padding-right: 166px
    }

    .xs-pr-167 {
        padding-right: 167px
    }

    .xs-pr-168 {
        padding-right: 168px
    }

    .xs-pr-169 {
        padding-right: 169px
    }

    .xs-pr-170 {
        padding-right: 170px
    }

    .xs-pr-171 {
        padding-right: 171px
    }

    .xs-pr-172 {
        padding-right: 172px
    }

    .xs-pr-173 {
        padding-right: 173px
    }

    .xs-pr-174 {
        padding-right: 174px
    }

    .xs-pr-175 {
        padding-right: 175px
    }

    .xs-pr-176 {
        padding-right: 176px
    }

    .xs-pr-177 {
        padding-right: 177px
    }

    .xs-pr-178 {
        padding-right: 178px
    }

    .xs-pr-179 {
        padding-right: 179px
    }

    .xs-pr-180 {
        padding-right: 180px
    }

    .xs-pr-181 {
        padding-right: 181px
    }

    .xs-pr-182 {
        padding-right: 182px
    }

    .xs-pr-183 {
        padding-right: 183px
    }

    .xs-pr-184 {
        padding-right: 184px
    }

    .xs-pr-185 {
        padding-right: 185px
    }

    .xs-pr-186 {
        padding-right: 186px
    }

    .xs-pr-187 {
        padding-right: 187px
    }

    .xs-pr-188 {
        padding-right: 188px
    }

    .xs-pr-189 {
        padding-right: 189px
    }

    .xs-pr-190 {
        padding-right: 190px
    }

    .xs-pr-191 {
        padding-right: 191px
    }

    .xs-pr-192 {
        padding-right: 192px
    }

    .xs-pr-193 {
        padding-right: 193px
    }

    .xs-pr-194 {
        padding-right: 194px
    }

    .xs-pr-195 {
        padding-right: 195px
    }

    .xs-pr-196 {
        padding-right: 196px
    }

    .xs-pr-197 {
        padding-right: 197px
    }

    .xs-pr-198 {
        padding-right: 198px
    }

    .xs-pr-199 {
        padding-right: 199px
    }

    .xs-pr-200 {
        padding-right: 200px
    }

    .xs-pl-0 {
        padding-left: 0
    }

    .xs-pl-1 {
        padding-left: 1px
    }

    .xs-pl-2 {
        padding-left: 2px
    }

    .pb-3 {
        padding-bottom: 3px
    }

    .xs-pl-4 {
        padding-left: 4px
    }

    .xs-pl-5 {
        padding-left: 5px
    }

    .xs-pl-6 {
        padding-left: 6px
    }

    .xs-pl-7 {
        padding-left: 7px
    }

    .xs-pl-8 {
        padding-left: 8px
    }

    .xs-pl-9 {
        padding-left: 9px
    }

    .xs-pl-10 {
        padding-left: 10px
    }

    .xs-pl-11 {
        padding-left: 11px
    }

    .xs-pl-12 {
        padding-left: 12px
    }

    .xs-pl-13 {
        padding-left: 13px
    }

    .xs-pl-14 {
        padding-left: 14px
    }

    .xs-pl-15 {
        padding-left: 15px
    }

    .xs-pl-16 {
        padding-left: 16px
    }

    .xs-pl-17 {
        padding-left: 17px
    }

    .xs-pl-18 {
        padding-left: 18px
    }

    .xs-pl-19 {
        padding-left: 19px
    }

    .xs-pl-20 {
        padding-left: 20px
    }

    .xs-pl-21 {
        padding-left: 21px
    }

    .xs-pl-22 {
        padding-left: 22px
    }

    .xs-pl-23 {
        padding-left: 23px
    }

    .xs-pl-24 {
        padding-left: 24px
    }

    .xs-pl-25 {
        padding-left: 25px
    }

    .xs-pl-26 {
        padding-left: 26px
    }

    .xs-pl-27 {
        padding-left: 27px
    }

    .xs-pl-28 {
        padding-left: 28px
    }

    .xs-pl-29 {
        padding-left: 29px
    }

    .xs-pl-30 {
        padding-left: 30px
    }

    .xs-pl-31 {
        padding-left: 31px
    }

    .xs-pl-32 {
        padding-left: 32px
    }

    .xs-pl-33 {
        padding-left: 33px
    }

    .xs-pl-34 {
        padding-left: 34px
    }

    .xs-pl-35 {
        padding-left: 35px
    }

    .xs-pl-36 {
        padding-left: 36px
    }

    .xs-pl-37 {
        padding-left: 37px
    }

    .xs-pl-38 {
        padding-left: 38px
    }

    .xs-pl-39 {
        padding-left: 39px
    }

    .xs-pl-40 {
        padding-left: 40px
    }

    .xs-pl-41 {
        padding-left: 41px
    }

    .xs-pl-42 {
        padding-left: 42px
    }

    .xs-pl-43 {
        padding-left: 43px
    }

    .xs-pl-44 {
        padding-left: 44px
    }

    .xs-pl-45 {
        padding-left: 45px
    }

    .xs-pl-46 {
        padding-left: 46px
    }

    .xs-pl-47 {
        padding-left: 47px
    }

    .xs-pl-48 {
        padding-left: 48px
    }

    .xs-pl-49 {
        padding-left: 49px
    }

    .xs-pl-50 {
        padding-left: 50px
    }

    .xs-pl-51 {
        padding-left: 51px
    }

    .xs-pl-52 {
        padding-left: 52px
    }

    .xs-pl-53 {
        padding-left: 53px
    }

    .xs-pl-54 {
        padding-left: 54px
    }

    .xs-pl-55 {
        padding-left: 55px
    }

    .xs-pl-56 {
        padding-left: 56px
    }

    .xs-pl-57 {
        padding-left: 57px
    }

    .xs-pl-58 {
        padding-left: 58px
    }

    .xs-pl-59 {
        padding-left: 59px
    }

    .xs-pl-60 {
        padding-left: 60px
    }

    .xs-pl-61 {
        padding-left: 61px
    }

    .xs-pl-62 {
        padding-left: 62px
    }

    .xs-pl-63 {
        padding-left: 63px
    }

    .xs-pl-64 {
        padding-left: 64px
    }

    .xs-pl-65 {
        padding-left: 65px
    }

    .xs-pl-66 {
        padding-left: 66px
    }

    .xs-pl-67 {
        padding-left: 67px
    }

    .xs-pl-68 {
        padding-left: 68px
    }

    .xs-pl-69 {
        padding-left: 69px
    }

    .xs-pl-70 {
        padding-left: 70px
    }

    .xs-pl-71 {
        padding-left: 71px
    }

    .xs-pl-72 {
        padding-left: 72px
    }

    .xs-pl-73 {
        padding-left: 73px
    }

    .xs-pl-74 {
        padding-left: 74px
    }

    .xs-pl-75 {
        padding-left: 75px
    }

    .xs-pl-76 {
        padding-left: 76px
    }

    .xs-pl-77 {
        padding-left: 77px
    }

    .xs-pl-78 {
        padding-left: 78px
    }

    .xs-pl-79 {
        padding-left: 79px
    }

    .xs-pl-80 {
        padding-left: 80px
    }

    .xs-pl-81 {
        padding-left: 81px
    }

    .xs-pl-82 {
        padding-left: 82px
    }

    .xs-pl-83 {
        padding-left: 83px
    }

    .xs-pl-84 {
        padding-left: 84px
    }

    .xs-pl-85 {
        padding-left: 85px
    }

    .xs-pl-86 {
        padding-left: 86px
    }

    .xs-pl-87 {
        padding-left: 87px
    }

    .xs-pl-88 {
        padding-left: 88px
    }

    .xs-pl-89 {
        padding-left: 89px
    }

    .xs-pl-90 {
        padding-left: 90px
    }

    .xs-pl-91 {
        padding-left: 91px
    }

    .xs-pl-92 {
        padding-left: 92px
    }

    .xs-pl-93 {
        padding-left: 93px
    }

    .xs-pl-94 {
        padding-left: 94px
    }

    .xs-pl-95 {
        padding-left: 95px
    }

    .xs-pl-96 {
        padding-left: 96px
    }

    .xs-pl-97 {
        padding-left: 97px
    }

    .xs-pl-98 {
        padding-left: 98px
    }

    .xs-pl-99 {
        padding-left: 99px
    }

    .xs-pl-100 {
        padding-left: 100px
    }

    .xs-pl-101 {
        padding-left: 101px
    }

    .xs-pl-102 {
        padding-left: 102px
    }

    .xs-pb-103 {
        padding-bottom: 103px
    }

    .xs-pl-104 {
        padding-left: 104px
    }

    .xs-pl-105 {
        padding-left: 105px
    }

    .xs-pl-106 {
        padding-left: 106px
    }

    .xs-pl-107 {
        padding-left: 107px
    }

    .xs-pl-108 {
        padding-left: 108px
    }

    .xs-pl-109 {
        padding-left: 109px
    }

    .xs-pl-110 {
        padding-left: 110px
    }

    .xs-pl-111 {
        padding-left: 111px
    }

    .xs-pl-112 {
        padding-left: 112px
    }

    .xs-pl-113 {
        padding-left: 113px
    }

    .xs-pl-114 {
        padding-left: 114px
    }

    .xs-pl-115 {
        padding-left: 115px
    }

    .xs-pl-116 {
        padding-left: 116px
    }

    .xs-pl-117 {
        padding-left: 117px
    }

    .xs-pl-118 {
        padding-left: 118px
    }

    .xs-pl-119 {
        padding-left: 119px
    }

    .xs-pl-120 {
        padding-left: 120px
    }

    .xs-pl-121 {
        padding-left: 121px
    }

    .xs-pl-122 {
        padding-left: 122px
    }

    .xs-pl-123 {
        padding-left: 123px
    }

    .xs-pl-124 {
        padding-left: 124px
    }

    .xs-pl-125 {
        padding-left: 125px
    }

    .xs-pl-126 {
        padding-left: 126px
    }

    .xs-pl-127 {
        padding-left: 127px
    }

    .xs-pl-128 {
        padding-left: 128px
    }

    .xs-pl-129 {
        padding-left: 129px
    }

    .xs-pl-130 {
        padding-left: 130px
    }

    .xs-pl-131 {
        padding-left: 131px
    }

    .xs-pl-132 {
        padding-left: 132px
    }

    .xs-pl-133 {
        padding-left: 133px
    }

    .xs-pl-134 {
        padding-left: 134px
    }

    .xs-pl-135 {
        padding-left: 135px
    }

    .xs-pl-136 {
        padding-left: 136px
    }

    .xs-pl-137 {
        padding-left: 137px
    }

    .xs-pl-138 {
        padding-left: 138px
    }

    .xs-pl-139 {
        padding-left: 139px
    }

    .xs-pl-140 {
        padding-left: 140px
    }

    .xs-pl-141 {
        padding-left: 141px
    }

    .xs-pl-142 {
        padding-left: 142px
    }

    .xs-pl-143 {
        padding-left: 143px
    }

    .xs-pl-144 {
        padding-left: 144px
    }

    .xs-pl-145 {
        padding-left: 145px
    }

    .xs-pl-146 {
        padding-left: 146px
    }

    .xs-pl-147 {
        padding-left: 147px
    }

    .xs-pl-148 {
        padding-left: 148px
    }

    .xs-pl-149 {
        padding-left: 149px
    }

    .xs-pl-150 {
        padding-left: 150px
    }

    .xs-pl-151 {
        padding-left: 151px
    }

    .xs-pl-152 {
        padding-left: 152px
    }

    .xs-pl-153 {
        padding-left: 153px
    }

    .xs-pl-154 {
        padding-left: 154px
    }

    .xs-pl-155 {
        padding-left: 155px
    }

    .xs-pl-156 {
        padding-left: 156px
    }

    .xs-pl-157 {
        padding-left: 157px
    }

    .xs-pl-158 {
        padding-left: 158px
    }

    .xs-pl-159 {
        padding-left: 159px
    }

    .xs-pl-160 {
        padding-left: 160px
    }

    .xs-pl-161 {
        padding-left: 161px
    }

    .xs-pl-162 {
        padding-left: 162px
    }

    .xs-pl-163 {
        padding-left: 163px
    }

    .xs-pl-164 {
        padding-left: 164px
    }

    .xs-pl-165 {
        padding-left: 165px
    }

    .xs-pl-166 {
        padding-left: 166px
    }

    .xs-pl-167 {
        padding-left: 167px
    }

    .xs-pl-168 {
        padding-left: 168px
    }

    .xs-pl-169 {
        padding-left: 169px
    }

    .xs-pl-170 {
        padding-left: 170px
    }

    .xs-pl-171 {
        padding-left: 171px
    }

    .xs-pl-172 {
        padding-left: 172px
    }

    .xs-pl-173 {
        padding-left: 173px
    }

    .xs-pl-174 {
        padding-left: 174px
    }

    .xs-pl-175 {
        padding-left: 175px
    }

    .xs-pl-176 {
        padding-left: 176px
    }

    .xs-pl-177 {
        padding-left: 177px
    }

    .xs-pl-178 {
        padding-left: 178px
    }

    .xs-pl-179 {
        padding-left: 179px
    }

    .xs-pl-180 {
        padding-left: 180px
    }

    .xs-pl-181 {
        padding-left: 181px
    }

    .xs-pl-182 {
        padding-left: 182px
    }

    .xs-pl-183 {
        padding-left: 183px
    }

    .xs-pl-184 {
        padding-left: 184px
    }

    .xs-pl-185 {
        padding-left: 185px
    }

    .xs-pl-186 {
        padding-left: 186px
    }

    .xs-pl-187 {
        padding-left: 187px
    }

    .xs-pl-188 {
        padding-left: 188px
    }

    .xs-pl-189 {
        padding-left: 189px
    }

    .xs-pl-190 {
        padding-left: 190px
    }

    .xs-pl-191 {
        padding-left: 191px
    }

    .xs-pl-192 {
        padding-left: 192px
    }

    .xs-pl-193 {
        padding-left: 193px
    }

    .xs-pl-194 {
        padding-left: 194px
    }

    .xs-pl-195 {
        padding-left: 195px
    }

    .xs-pl-196 {
        padding-left: 196px
    }

    .xs-pl-197 {
        padding-left: 197px
    }

    .xs-pl-198 {
        padding-left: 198px
    }

    .xs-pl-199 {
        padding-left: 199px
    }

    .xs-pl-200 {
        padding-left: 200px
    }

    .xs-mt-0 {
        margin-top: 0
    }

    .xs-mt-1 {
        margin-top: 1px
    }

    .xs-mt-2 {
        margin-top: 2px
    }

    .xs-mt-3 {
        margin-top: 3px
    }

    .xs-mt-4 {
        margin-top: 4px
    }

    .xs-mt-5 {
        margin-top: 5px
    }

    .xs-mt-6 {
        margin-top: 6px
    }

    .xs-mt-7 {
        margin-top: 7px
    }

    .xs-mt-8 {
        margin-top: 8px
    }

    .xs-mt-9 {
        margin-top: 9px
    }

    .xs-mt-10 {
        margin-top: 10px
    }

    .xs-mt-11 {
        margin-top: 11px
    }

    .xs-mt-12 {
        margin-top: 12px
    }

    .xs-mt-13 {
        margin-top: 13px
    }

    .xs-mt-14 {
        margin-top: 14px
    }

    .xs-mt-15 {
        margin-top: 15px
    }

    .xs-mt-16 {
        margin-top: 16px
    }

    .xs-mt-17 {
        margin-top: 17px
    }

    .xs-mt-18 {
        margin-top: 18px
    }

    .xs-mt-19 {
        margin-top: 19px
    }

    .xs-mt-20 {
        margin-top: 20px
    }

    .xs-mt-21 {
        margin-top: 21px
    }

    .xs-mt-22 {
        margin-top: 22px
    }

    .xs-mt-23 {
        margin-top: 23px
    }

    .xs-mt-24 {
        margin-top: 24px
    }

    .xs-mt-25 {
        margin-top: 25px
    }

    .xs-mt-26 {
        margin-top: 26px
    }

    .xs-mt-27 {
        margin-top: 27px
    }

    .xs-mt-28 {
        margin-top: 28px
    }

    .xs-mt-29 {
        margin-top: 29px
    }

    .xs-mt-30 {
        margin-top: 30px
    }

    .xs-mt-31 {
        margin-top: 31px
    }

    .xs-mt-32 {
        margin-top: 32px
    }

    .xs-mt-33 {
        margin-top: 33px
    }

    .xs-mt-34 {
        margin-top: 34px
    }

    .xs-mt-35 {
        margin-top: 35px
    }

    .xs-mt-36 {
        margin-top: 36px
    }

    .xs-mt-37 {
        margin-top: 37px
    }

    .xs-mt-38 {
        margin-top: 38px
    }

    .xs-mt-39 {
        margin-top: 39px
    }

    .xs-mt-40 {
        margin-top: 40px
    }

    .xs-mt-41 {
        margin-top: 41px
    }

    .xs-mt-42 {
        margin-top: 42px
    }

    .xs-mt-43 {
        margin-top: 43px
    }

    .xs-mt-44 {
        margin-top: 44px
    }

    .xs-mt-45 {
        margin-top: 45px
    }

    .xs-mt-46 {
        margin-top: 46px
    }

    .xs-mt-47 {
        margin-top: 47px
    }

    .xs-mt-48 {
        margin-top: 48px
    }

    .xs-mt-49 {
        margin-top: 49px
    }

    .xs-mt-50 {
        margin-top: 50px
    }

    .xs-mt-51 {
        margin-top: 51px
    }

    .xs-mt-52 {
        margin-top: 52px
    }

    .xs-mt-53 {
        margin-top: 53px
    }

    .xs-mt-54 {
        margin-top: 54px
    }

    .xs-mt-55 {
        margin-top: 55px
    }

    .xs-mt-56 {
        margin-top: 56px
    }

    .xs-mt-57 {
        margin-top: 57px
    }

    .xs-mt-58 {
        margin-top: 58px
    }

    .xs-mt-59 {
        margin-top: 59px
    }

    .xs-mt-60 {
        margin-top: 60px
    }

    .xs-mt-61 {
        margin-top: 61px
    }

    .xs-mt-62 {
        margin-top: 62px
    }

    .xs-mt-63 {
        margin-top: 63px
    }

    .xs-mt-64 {
        margin-top: 64px
    }

    .xs-mt-65 {
        margin-top: 65px
    }

    .xs-mt-66 {
        margin-top: 66px
    }

    .xs-mt-67 {
        margin-top: 67px
    }

    .xs-mt-68 {
        margin-top: 68px
    }

    .xs-mt-69 {
        margin-top: 69px
    }

    .xs-mt-70 {
        margin-top: 70px
    }

    .xs-mt-71 {
        margin-top: 71px
    }

    .xs-mt-72 {
        margin-top: 72px
    }

    .xs-mt-73 {
        margin-top: 73px
    }

    .xs-mt-74 {
        margin-top: 74px
    }

    .xs-mt-75 {
        margin-top: 75px
    }

    .xs-mt-76 {
        margin-top: 76px
    }

    .xs-mt-77 {
        margin-top: 77px
    }

    .xs-mt-78 {
        margin-top: 78px
    }

    .xs-mt-79 {
        margin-top: 79px
    }

    .xs-mt-80 {
        margin-top: 80px
    }

    .xs-mt-81 {
        margin-top: 81px
    }

    .xs-mt-82 {
        margin-top: 82px
    }

    .xs-mt-83 {
        margin-top: 83px
    }

    .xs-mt-84 {
        margin-top: 84px
    }

    .xs-mt-85 {
        margin-top: 85px
    }

    .xs-mt-86 {
        margin-top: 86px
    }

    .xs-mt-87 {
        margin-top: 87px
    }

    .xs-mt-88 {
        margin-top: 88px
    }

    .xs-mt-89 {
        margin-top: 89px
    }

    .xs-mt-90 {
        margin-top: 90px
    }

    .xs-mt-91 {
        margin-top: 91px
    }

    .xs-mt-92 {
        margin-top: 92px
    }

    .xs-mt-93 {
        margin-top: 93px
    }

    .xs-mt-94 {
        margin-top: 94px
    }

    .xs-mt-95 {
        margin-top: 95px
    }

    .xs-mt-96 {
        margin-top: 96px
    }

    .xs-mt-97 {
        margin-top: 97px
    }

    .xs-mt-98 {
        margin-top: 98px
    }

    .xs-mt-99 {
        margin-top: 99px
    }

    .xs-mt-100 {
        margin-top: 100px
    }

    .xs-mt-101 {
        margin-top: 101px
    }

    .xs-mt-102 {
        margin-top: 102px
    }

    .xs-mt-103 {
        margin-top: 103px
    }

    .xs-mt-104 {
        margin-top: 104px
    }

    .xs-mt-105 {
        margin-top: 105px
    }

    .xs-mt-106 {
        margin-top: 106px
    }

    .xs-mt-107 {
        margin-top: 107px
    }

    .xs-mt-108 {
        margin-top: 108px
    }

    .xs-mt-109 {
        margin-top: 109px
    }

    .xs-mt-110 {
        margin-top: 110px
    }

    .xs-mt-111 {
        margin-top: 111px
    }

    .xs-mt-112 {
        margin-top: 112px
    }

    .xs-mt-113 {
        margin-top: 113px
    }

    .xs-mt-114 {
        margin-top: 114px
    }

    .xs-mt-115 {
        margin-top: 115px
    }

    .xs-mt-116 {
        margin-top: 116px
    }

    .xs-mt-117 {
        margin-top: 117px
    }

    .xs-mt-118 {
        margin-top: 118px
    }

    .xs-mt-119 {
        margin-top: 119px
    }

    .xs-mt-120 {
        margin-top: 120px
    }

    .xs-mt-121 {
        margin-top: 121px
    }

    .xs-mt-122 {
        margin-top: 122px
    }

    .xs-mt-123 {
        margin-top: 123px
    }

    .xs-mt-124 {
        margin-top: 124px
    }

    .xs-mt-125 {
        margin-top: 125px
    }

    .xs-mt-126 {
        margin-top: 126px
    }

    .xs-mt-127 {
        margin-top: 127px
    }

    .xs-mt-128 {
        margin-top: 128px
    }

    .xs-mt-129 {
        margin-top: 129px
    }

    .xs-mt-130 {
        margin-top: 130px
    }

    .xs-mt-131 {
        margin-top: 131px
    }

    .xs-mt-132 {
        margin-top: 132px
    }

    .xs-mt-133 {
        margin-top: 133px
    }

    .xs-mt-134 {
        margin-top: 134px
    }

    .xs-mt-135 {
        margin-top: 135px
    }

    .xs-mt-136 {
        margin-top: 136px
    }

    .xs-mt-137 {
        margin-top: 137px
    }

    .xs-mt-138 {
        margin-top: 138px
    }

    .xs-mt-139 {
        margin-top: 139px
    }

    .xs-mt-140 {
        margin-top: 140px
    }

    .xs-mt-141 {
        margin-top: 141px
    }

    .xs-mt-142 {
        margin-top: 142px
    }

    .xs-mt-143 {
        margin-top: 143px
    }

    .xs-mt-144 {
        margin-top: 144px
    }

    .xs-mt-145 {
        margin-top: 145px
    }

    .xs-mt-146 {
        margin-top: 146px
    }

    .xs-mt-147 {
        margin-top: 147px
    }

    .xs-mt-148 {
        margin-top: 148px
    }

    .xs-mt-149 {
        margin-top: 149px
    }

    .xs-mt-150 {
        margin-top: 150px
    }

    .xs-mt-151 {
        margin-top: 151px
    }

    .xs-mt-152 {
        margin-top: 152px
    }

    .xs-mt-153 {
        margin-top: 153px
    }

    .xs-mt-154 {
        margin-top: 154px
    }

    .xs-mt-155 {
        margin-top: 155px
    }

    .xs-mt-156 {
        margin-top: 156px
    }

    .xs-mt-157 {
        margin-top: 157px
    }

    .xs-mt-158 {
        margin-top: 158px
    }

    .xs-mt-159 {
        margin-top: 159px
    }

    .xs-mt-160 {
        margin-top: 160px
    }

    .xs-mt-161 {
        margin-top: 161px
    }

    .xs-mt-162 {
        margin-top: 162px
    }

    .xs-mt-163 {
        margin-top: 163px
    }

    .xs-mt-164 {
        margin-top: 164px
    }

    .xs-mt-165 {
        margin-top: 165px
    }

    .xs-mt-166 {
        margin-top: 166px
    }

    .xs-mt-167 {
        margin-top: 167px
    }

    .xs-mt-168 {
        margin-top: 168px
    }

    .xs-mt-169 {
        margin-top: 169px
    }

    .xs-mt-170 {
        margin-top: 170px
    }

    .xs-mt-171 {
        margin-top: 171px
    }

    .xs-mt-172 {
        margin-top: 172px
    }

    .xs-mt-173 {
        margin-top: 173px
    }

    .xs-mt-174 {
        margin-top: 174px
    }

    .xs-mt-175 {
        margin-top: 175px
    }

    .xs-mt-176 {
        margin-top: 176px
    }

    .xs-mt-177 {
        margin-top: 177px
    }

    .xs-mt-178 {
        margin-top: 178px
    }

    .xs-mt-179 {
        margin-top: 179px
    }

    .xs-mt-180 {
        margin-top: 180px
    }

    .xs-mt-181 {
        margin-top: 181px
    }

    .xs-mt-182 {
        margin-top: 182px
    }

    .xs-mt-183 {
        margin-top: 183px
    }

    .xs-mt-184 {
        margin-top: 184px
    }

    .xs-mt-185 {
        margin-top: 185px
    }

    .xs-mt-186 {
        margin-top: 186px
    }

    .xs-mt-187 {
        margin-top: 187px
    }

    .xs-mt-188 {
        margin-top: 188px
    }

    .xs-mt-189 {
        margin-top: 189px
    }

    .xs-mt-190 {
        margin-top: 190px
    }

    .xs-mt-191 {
        margin-top: 191px
    }

    .xs-mt-192 {
        margin-top: 192px
    }

    .xs-mt-193 {
        margin-top: 193px
    }

    .xs-mt-194 {
        margin-top: 194px
    }

    .xs-mt-195 {
        margin-top: 195px
    }

    .xs-mt-196 {
        margin-top: 196px
    }

    .xs-mt-197 {
        margin-top: 197px
    }

    .xs-mt-198 {
        margin-top: 198px
    }

    .xs-mt-199 {
        margin-top: 199px
    }

    .xs-mt-200 {
        margin-top: 200px
    }

    .xs-mb-0 {
        margin-bottom: 0
    }

    .xs-mb-1 {
        margin-bottom: 1px
    }

    .xs-mb-2 {
        margin-bottom: 2px
    }

    .xs-mb-3 {
        margin-bottom: 3px
    }

    .xs-mb-4 {
        margin-bottom: 4px
    }

    .xs-mb-5 {
        margin-bottom: 5px
    }

    .xs-mb-6 {
        margin-bottom: 6px
    }

    .xs-mb-7 {
        margin-bottom: 7px
    }

    .xs-mb-8 {
        margin-bottom: 8px
    }

    .xs-mb-9 {
        margin-bottom: 9px
    }

    .xs-mb-10 {
        margin-bottom: 10px
    }

    .xs-mb-11 {
        margin-bottom: 11px
    }

    .xs-mb-12 {
        margin-bottom: 12px
    }

    .xs-mb-13 {
        margin-bottom: 13px
    }

    .xs-mb-14 {
        margin-bottom: 14px
    }

    .xs-mb-15 {
        margin-bottom: 15px
    }

    .xs-mb-16 {
        margin-bottom: 16px
    }

    .xs-mb-17 {
        margin-bottom: 17px
    }

    .xs-mb-18 {
        margin-bottom: 18px
    }

    .xs-mb-19 {
        margin-bottom: 19px
    }

    .xs-mb-20 {
        margin-bottom: 20px
    }

    .xs-mb-21 {
        margin-bottom: 21px
    }

    .xs-mb-22 {
        margin-bottom: 22px
    }

    .xs-mb-23 {
        margin-bottom: 23px
    }

    .xs-mb-24 {
        margin-bottom: 24px
    }

    .xs-mb-25 {
        margin-bottom: 25px
    }

    .xs-mb-26 {
        margin-bottom: 26px
    }

    .xs-mb-27 {
        margin-bottom: 27px
    }

    .xs-mb-28 {
        margin-bottom: 28px
    }

    .xs-mb-29 {
        margin-bottom: 29px
    }

    .xs-mb-30 {
        margin-bottom: 30px
    }

    .xs-mb-31 {
        margin-bottom: 31px
    }

    .xs-mb-32 {
        margin-bottom: 32px
    }

    .xs-mb-33 {
        margin-bottom: 33px
    }

    .xs-mb-34 {
        margin-bottom: 34px
    }

    .xs-mb-35 {
        margin-bottom: 35px
    }

    .xs-mb-36 {
        margin-bottom: 36px
    }

    .xs-mb-37 {
        margin-bottom: 37px
    }

    .xs-mb-38 {
        margin-bottom: 38px
    }

    .xs-mb-39 {
        margin-bottom: 39px
    }

    .xs-mb-40 {
        margin-bottom: 40px
    }

    .xs-mb-41 {
        margin-bottom: 41px
    }

    .xs-mb-42 {
        margin-bottom: 42px
    }

    .xs-mb-43 {
        margin-bottom: 43px
    }

    .xs-mb-44 {
        margin-bottom: 44px
    }

    .xs-mb-45 {
        margin-bottom: 45px
    }

    .xs-mb-46 {
        margin-bottom: 46px
    }

    .xs-mb-47 {
        margin-bottom: 47px
    }

    .xs-mb-48 {
        margin-bottom: 48px
    }

    .xs-mb-49 {
        margin-bottom: 49px
    }

    .xs-mb-50 {
        margin-bottom: 50px
    }

    .xs-mb-51 {
        margin-bottom: 51px
    }

    .xs-mb-52 {
        margin-bottom: 52px
    }

    .xs-mb-53 {
        margin-bottom: 53px
    }

    .xs-mb-54 {
        margin-bottom: 54px
    }

    .xs-mb-55 {
        margin-bottom: 55px
    }

    .xs-mb-56 {
        margin-bottom: 56px
    }

    .xs-mb-57 {
        margin-bottom: 57px
    }

    .xs-mb-58 {
        margin-bottom: 58px
    }

    .xs-mb-59 {
        margin-bottom: 59px
    }

    .xs-mb-60 {
        margin-bottom: 60px
    }

    .xs-mb-61 {
        margin-bottom: 61px
    }

    .xs-mb-62 {
        margin-bottom: 62px
    }

    .xs-mb-63 {
        margin-bottom: 63px
    }

    .xs-mb-64 {
        margin-bottom: 64px
    }

    .xs-mb-65 {
        margin-bottom: 65px
    }

    .xs-mb-66 {
        margin-bottom: 66px
    }

    .xs-mb-67 {
        margin-bottom: 67px
    }

    .xs-mb-68 {
        margin-bottom: 68px
    }

    .xs-mb-69 {
        margin-bottom: 69px
    }

    .xs-mb-70 {
        margin-bottom: 70px
    }

    .xs-mb-71 {
        margin-bottom: 71px
    }

    .xs-mb-72 {
        margin-bottom: 72px
    }

    .xs-mb-73 {
        margin-bottom: 73px
    }

    .xs-mb-74 {
        margin-bottom: 74px
    }

    .xs-mb-75 {
        margin-bottom: 75px
    }

    .xs-mb-76 {
        margin-bottom: 76px
    }

    .xs-mb-77 {
        margin-bottom: 77px
    }

    .xs-mb-78 {
        margin-bottom: 78px
    }

    .xs-mb-79 {
        margin-bottom: 79px
    }

    .xs-mb-80 {
        margin-bottom: 80px
    }

    .xs-mb-81 {
        margin-bottom: 81px
    }

    .xs-mb-82 {
        margin-bottom: 82px
    }

    .xs-mb-83 {
        margin-bottom: 83px
    }

    .xs-mb-84 {
        margin-bottom: 84px
    }

    .xs-mb-85 {
        margin-bottom: 85px
    }

    .xs-mb-86 {
        margin-bottom: 86px
    }

    .xs-mb-87 {
        margin-bottom: 87px
    }

    .xs-mb-88 {
        margin-bottom: 88px
    }

    .xs-mb-89 {
        margin-bottom: 89px
    }

    .xs-mb-90 {
        margin-bottom: 90px
    }

    .xs-mb-91 {
        margin-bottom: 91px
    }

    .xs-mb-92 {
        margin-bottom: 92px
    }

    .xs-mb-93 {
        margin-bottom: 93px
    }

    .xs-mb-94 {
        margin-bottom: 94px
    }

    .xs-mb-95 {
        margin-bottom: 95px
    }

    .xs-mb-96 {
        margin-bottom: 96px
    }

    .xs-mb-97 {
        margin-bottom: 97px
    }

    .xs-mb-98 {
        margin-bottom: 98px
    }

    .xs-mb-99 {
        margin-bottom: 99px
    }

    .xs-mb-100 {
        margin-bottom: 100px
    }

    .xs-mb-101 {
        margin-bottom: 101px
    }

    .xs-mb-102 {
        margin-bottom: 102px
    }

    .xs-mb-103 {
        margin-bottom: 103px
    }

    .xs-mb-104 {
        margin-bottom: 104px
    }

    .xs-mb-105 {
        margin-bottom: 105px
    }

    .xs-mb-106 {
        margin-bottom: 106px
    }

    .xs-mb-107 {
        margin-bottom: 107px
    }

    .xs-mb-108 {
        margin-bottom: 108px
    }

    .xs-mb-109 {
        margin-bottom: 109px
    }

    .xs-mb-110 {
        margin-bottom: 110px
    }

    .xs-mb-111 {
        margin-bottom: 111px
    }

    .xs-mb-112 {
        margin-bottom: 112px
    }

    .xs-mb-113 {
        margin-bottom: 113px
    }

    .xs-mb-114 {
        margin-bottom: 114px
    }

    .xs-mb-115 {
        margin-bottom: 115px
    }

    .xs-mb-116 {
        margin-bottom: 116px
    }

    .xs-mb-117 {
        margin-bottom: 117px
    }

    .xs-mb-118 {
        margin-bottom: 118px
    }

    .xs-mb-119 {
        margin-bottom: 119px
    }

    .xs-mb-120 {
        margin-bottom: 120px
    }

    .xs-mb-121 {
        margin-bottom: 121px
    }

    .xs-mb-122 {
        margin-bottom: 122px
    }

    .xs-mb-123 {
        margin-bottom: 123px
    }

    .xs-mb-124 {
        margin-bottom: 124px
    }

    .xs-mb-125 {
        margin-bottom: 125px
    }

    .xs-mb-126 {
        margin-bottom: 126px
    }

    .xs-mb-127 {
        margin-bottom: 127px
    }

    .xs-mb-128 {
        margin-bottom: 128px
    }

    .xs-mb-129 {
        margin-bottom: 129px
    }

    .xs-mb-130 {
        margin-bottom: 130px
    }

    .xs-mb-131 {
        margin-bottom: 131px
    }

    .xs-mb-132 {
        margin-bottom: 132px
    }

    .xs-mb-133 {
        margin-bottom: 133px
    }

    .xs-mb-134 {
        margin-bottom: 134px
    }

    .xs-mb-135 {
        margin-bottom: 135px
    }

    .xs-mb-136 {
        margin-bottom: 136px
    }

    .xs-mb-137 {
        margin-bottom: 137px
    }

    .xs-mb-138 {
        margin-bottom: 138px
    }

    .xs-mb-139 {
        margin-bottom: 139px
    }

    .xs-mb-140 {
        margin-bottom: 140px
    }

    .xs-mb-141 {
        margin-bottom: 141px
    }

    .xs-mb-142 {
        margin-bottom: 142px
    }

    .xs-mb-143 {
        margin-bottom: 143px
    }

    .xs-mb-144 {
        margin-bottom: 144px
    }

    .xs-mb-145 {
        margin-bottom: 145px
    }

    .xs-mb-146 {
        margin-bottom: 146px
    }

    .xs-mb-147 {
        margin-bottom: 147px
    }

    .xs-mb-148 {
        margin-bottom: 148px
    }

    .xs-mb-149 {
        margin-bottom: 149px
    }

    .xs-mb-150 {
        margin-bottom: 150px
    }

    .xs-mb-151 {
        margin-bottom: 151px
    }

    .xs-mb-152 {
        margin-bottom: 152px
    }

    .xs-mb-153 {
        margin-bottom: 153px
    }

    .xs-mb-154 {
        margin-bottom: 154px
    }

    .xs-mb-155 {
        margin-bottom: 155px
    }

    .xs-mb-156 {
        margin-bottom: 156px
    }

    .xs-mb-157 {
        margin-bottom: 157px
    }

    .xs-mb-158 {
        margin-bottom: 158px
    }

    .xs-mb-159 {
        margin-bottom: 159px
    }

    .xs-mb-160 {
        margin-bottom: 160px
    }

    .xs-mb-161 {
        margin-bottom: 161px
    }

    .xs-mb-162 {
        margin-bottom: 162px
    }

    .xs-mb-163 {
        margin-bottom: 163px
    }

    .xs-mb-164 {
        margin-bottom: 164px
    }

    .xs-mb-165 {
        margin-bottom: 165px
    }

    .xs-mb-166 {
        margin-bottom: 166px
    }

    .xs-mb-167 {
        margin-bottom: 167px
    }

    .xs-mb-168 {
        margin-bottom: 168px
    }

    .xs-mb-169 {
        margin-bottom: 169px
    }

    .xs-mb-170 {
        margin-bottom: 170px
    }

    .xs-mb-171 {
        margin-bottom: 171px
    }

    .xs-mb-172 {
        margin-bottom: 172px
    }

    .xs-mb-173 {
        margin-bottom: 173px
    }

    .xs-mb-174 {
        margin-bottom: 174px
    }

    .xs-mb-175 {
        margin-bottom: 175px
    }

    .xs-mb-176 {
        margin-bottom: 176px
    }

    .xs-mb-177 {
        margin-bottom: 177px
    }

    .xs-mb-178 {
        margin-bottom: 178px
    }

    .xs-mb-179 {
        margin-bottom: 179px
    }

    .xs-mb-180 {
        margin-bottom: 180px
    }

    .xs-mb-181 {
        margin-bottom: 181px
    }

    .xs-mb-182 {
        margin-bottom: 182px
    }

    .xs-mb-183 {
        margin-bottom: 183px
    }

    .xs-mb-184 {
        margin-bottom: 184px
    }

    .xs-mb-185 {
        margin-bottom: 185px
    }

    .xs-mb-186 {
        margin-bottom: 186px
    }

    .xs-mb-187 {
        margin-bottom: 187px
    }

    .xs-mb-188 {
        margin-bottom: 188px
    }

    .xs-mb-189 {
        margin-bottom: 189px
    }

    .xs-mb-190 {
        margin-bottom: 190px
    }

    .xs-mb-191 {
        margin-bottom: 191px
    }

    .xs-mb-192 {
        margin-bottom: 192px
    }

    .xs-mb-193 {
        margin-bottom: 193px
    }

    .xs-mb-194 {
        margin-bottom: 194px
    }

    .xs-mb-195 {
        margin-bottom: 195px
    }

    .xs-mb-196 {
        margin-bottom: 196px
    }

    .xs-mb-197 {
        margin-bottom: 197px
    }

    .xs-mb-198 {
        margin-bottom: 198px
    }

    .xs-mb-199 {
        margin-bottom: 199px
    }

    .xs-mb-200 {
        margin-bottom: 200px
    }

    .xs-mr-0 {
        margin-right: 0
    }

    .xs-mr-1 {
        margin-right: 1px
    }

    .xs-mr-2 {
        margin-right: 2px
    }

    .xs-mr-3 {
        margin-right: 3px
    }

    .xs-mr-4 {
        margin-right: 4px
    }

    .xs-mr-5 {
        margin-right: 5px
    }

    .xs-mr-6 {
        margin-right: 6px
    }

    .xs-mr-7 {
        margin-right: 7px
    }

    .xs-mr-8 {
        margin-right: 8px
    }

    .xs-mr-9 {
        margin-right: 9px
    }

    .xs-mr-10 {
        margin-right: 10px
    }

    .xs-mr-11 {
        margin-right: 11px
    }

    .xs-mr-12 {
        margin-right: 12px
    }

    .xs-mr-13 {
        margin-right: 13px
    }

    .xs-mr-14 {
        margin-right: 14px
    }

    .xs-mr-15 {
        margin-right: 15px
    }

    .xs-mr-16 {
        margin-right: 16px
    }

    .xs-mr-17 {
        margin-right: 17px
    }

    .xs-mr-18 {
        margin-right: 18px
    }

    .xs-mr-19 {
        margin-right: 19px
    }

    .xs-mr-20 {
        margin-right: 20px
    }

    .xs-mr-21 {
        margin-right: 21px
    }

    .xs-mr-22 {
        margin-right: 22px
    }

    .xs-mr-23 {
        margin-right: 23px
    }

    .xs-mr-24 {
        margin-right: 24px
    }

    .xs-mr-25 {
        margin-right: 25px
    }

    .xs-mr-26 {
        margin-right: 26px
    }

    .xs-mr-27 {
        margin-right: 27px
    }

    .xs-mr-28 {
        margin-right: 28px
    }

    .xs-mr-29 {
        margin-right: 29px
    }

    .xs-mr-30 {
        margin-right: 30px
    }

    .xs-mr-31 {
        margin-right: 31px
    }

    .xs-mr-32 {
        margin-right: 32px
    }

    .xs-mr-33 {
        margin-right: 33px
    }

    .xs-mr-34 {
        margin-right: 34px
    }

    .xs-mr-35 {
        margin-right: 35px
    }

    .xs-mr-36 {
        margin-right: 36px
    }

    .xs-mr-37 {
        margin-right: 37px
    }

    .xs-mr-38 {
        margin-right: 38px
    }

    .xs-mr-39 {
        margin-right: 39px
    }

    .xs-mr-40 {
        margin-right: 40px
    }

    .xs-mr-41 {
        margin-right: 41px
    }

    .xs-mr-42 {
        margin-right: 42px
    }

    .xs-mr-43 {
        margin-right: 43px
    }

    .xs-mr-44 {
        margin-right: 44px
    }

    .xs-mr-45 {
        margin-right: 45px
    }

    .xs-mr-46 {
        margin-right: 46px
    }

    .xs-mr-47 {
        margin-right: 47px
    }

    .xs-mr-48 {
        margin-right: 48px
    }

    .xs-mr-49 {
        margin-right: 49px
    }

    .xs-mr-50 {
        margin-right: 50px
    }

    .xs-mr-51 {
        margin-right: 51px
    }

    .xs-mr-52 {
        margin-right: 52px
    }

    .xs-mr-53 {
        margin-right: 53px
    }

    .xs-mr-54 {
        margin-right: 54px
    }

    .xs-mr-55 {
        margin-right: 55px
    }

    .xs-mr-56 {
        margin-right: 56px
    }

    .xs-mr-57 {
        margin-right: 57px
    }

    .xs-mr-58 {
        margin-right: 58px
    }

    .xs-mr-59 {
        margin-right: 59px
    }

    .xs-mr-60 {
        margin-right: 60px
    }

    .xs-mr-61 {
        margin-right: 61px
    }

    .xs-mr-62 {
        margin-right: 62px
    }

    .xs-mr-63 {
        margin-right: 63px
    }

    .xs-mr-64 {
        margin-right: 64px
    }

    .xs-mr-65 {
        margin-right: 65px
    }

    .xs-mr-66 {
        margin-right: 66px
    }

    .xs-mr-67 {
        margin-right: 67px
    }

    .xs-mr-68 {
        margin-right: 68px
    }

    .xs-mr-69 {
        margin-right: 69px
    }

    .xs-mr-70 {
        margin-right: 70px
    }

    .xs-mr-71 {
        margin-right: 71px
    }

    .xs-mr-72 {
        margin-right: 72px
    }

    .xs-mr-73 {
        margin-right: 73px
    }

    .xs-mr-74 {
        margin-right: 74px
    }

    .xs-mr-75 {
        margin-right: 75px
    }

    .xs-mr-76 {
        margin-right: 76px
    }

    .xs-mr-77 {
        margin-right: 77px
    }

    .xs-mr-78 {
        margin-right: 78px
    }

    .xs-mr-79 {
        margin-right: 79px
    }

    .xs-mr-80 {
        margin-right: 80px
    }

    .xs-mr-81 {
        margin-right: 81px
    }

    .xs-mr-82 {
        margin-right: 82px
    }

    .xs-mr-83 {
        margin-right: 83px
    }

    .xs-mr-84 {
        margin-right: 84px
    }

    .xs-mr-85 {
        margin-right: 85px
    }

    .xs-mr-86 {
        margin-right: 86px
    }

    .xs-mr-87 {
        margin-right: 87px
    }

    .xs-mr-88 {
        margin-right: 88px
    }

    .xs-mr-89 {
        margin-right: 89px
    }

    .xs-mr-90 {
        margin-right: 90px
    }

    .xs-mr-91 {
        margin-right: 91px
    }

    .xs-mr-92 {
        margin-right: 92px
    }

    .xs-mr-93 {
        margin-right: 93px
    }

    .xs-mr-94 {
        margin-right: 94px
    }

    .xs-mr-95 {
        margin-right: 95px
    }

    .xs-mr-96 {
        margin-right: 96px
    }

    .xs-mr-97 {
        margin-right: 97px
    }

    .xs-mr-98 {
        margin-right: 98px
    }

    .xs-mr-99 {
        margin-right: 99px
    }

    .xs-mr-100 {
        margin-right: 100px
    }

    .xs-ml-0 {
        margin-left: 0
    }

    .xs-ml-1 {
        margin-left: 1px
    }

    .xs-ml-2 {
        margin-left: 2px
    }

    .xs-ml-3 {
        margin-left: 3px
    }

    .xs-ml-4 {
        margin-left: 4px
    }

    .xs-ml-5 {
        margin-left: 5px
    }

    .xs-ml-6 {
        margin-left: 6px
    }

    .xs-ml-7 {
        margin-left: 7px
    }

    .xs-ml-8 {
        margin-left: 8px
    }

    .xs-ml-9 {
        margin-left: 9px
    }

    .xs-ml-10 {
        margin-left: 10px
    }

    .xs-ml-11 {
        margin-left: 11px
    }

    .xs-ml-12 {
        margin-left: 12px
    }

    .xs-ml-13 {
        margin-left: 13px
    }

    .xs-ml-14 {
        margin-left: 14px
    }

    .xs-ml-15 {
        margin-left: 15px
    }

    .xs-ml-16 {
        margin-left: 16px
    }

    .xs-ml-17 {
        margin-left: 17px
    }

    .xs-ml-18 {
        margin-left: 18px
    }

    .xs-ml-19 {
        margin-left: 19px
    }

    .xs-ml-20 {
        margin-left: 20px
    }

    .xs-ml-21 {
        margin-left: 21px
    }

    .xs-ml-22 {
        margin-left: 22px
    }

    .xs-ml-23 {
        margin-left: 23px
    }

    .xs-ml-24 {
        margin-left: 24px
    }

    .xs-ml-25 {
        margin-left: 25px
    }

    .xs-ml-26 {
        margin-left: 26px
    }

    .xs-ml-27 {
        margin-left: 27px
    }

    .xs-ml-28 {
        margin-left: 28px
    }

    .xs-ml-29 {
        margin-left: 29px
    }

    .xs-ml-30 {
        margin-left: 30px
    }

    .xs-ml-31 {
        margin-left: 31px
    }

    .xs-ml-32 {
        margin-left: 32px
    }

    .xs-ml-33 {
        margin-left: 33px
    }

    .xs-ml-34 {
        margin-left: 34px
    }

    .xs-ml-35 {
        margin-left: 35px
    }

    .xs-ml-36 {
        margin-left: 36px
    }

    .xs-ml-37 {
        margin-left: 37px
    }

    .xs-ml-38 {
        margin-left: 38px
    }

    .xs-ml-39 {
        margin-left: 39px
    }

    .xs-ml-40 {
        margin-left: 40px
    }

    .xs-ml-41 {
        margin-left: 41px
    }

    .xs-ml-42 {
        margin-left: 42px
    }

    .xs-ml-43 {
        margin-left: 43px
    }

    .xs-ml-44 {
        margin-left: 44px
    }

    .xs-ml-45 {
        margin-left: 45px
    }

    .xs-ml-46 {
        margin-left: 46px
    }

    .xs-ml-47 {
        margin-left: 47px
    }

    .xs-ml-48 {
        margin-left: 48px
    }

    .xs-ml-49 {
        margin-left: 49px
    }

    .xs-ml-50 {
        margin-left: 50px
    }

    .xs-ml-51 {
        margin-left: 51px
    }

    .xs-ml-52 {
        margin-left: 52px
    }

    .xs-ml-53 {
        margin-left: 53px
    }

    .xs-ml-54 {
        margin-left: 54px
    }

    .xs-ml-55 {
        margin-left: 55px
    }

    .xs-ml-56 {
        margin-left: 56px
    }

    .xs-ml-57 {
        margin-left: 57px
    }

    .xs-ml-58 {
        margin-left: 58px
    }

    .xs-ml-59 {
        margin-left: 59px
    }

    .xs-ml-60 {
        margin-left: 60px
    }

    .xs-ml-61 {
        margin-left: 61px
    }

    .xs-ml-62 {
        margin-left: 62px
    }

    .xs-ml-63 {
        margin-left: 63px
    }

    .xs-ml-64 {
        margin-left: 64px
    }

    .xs-ml-65 {
        margin-left: 65px
    }

    .xs-ml-66 {
        margin-left: 66px
    }

    .xs-ml-67 {
        margin-left: 67px
    }

    .xs-ml-68 {
        margin-left: 68px
    }

    .xs-ml-69 {
        margin-left: 69px
    }

    .xs-ml-70 {
        margin-left: 70px
    }

    .xs-ml-71 {
        margin-left: 71px
    }

    .xs-ml-72 {
        margin-left: 72px
    }

    .xs-ml-73 {
        margin-left: 73px
    }

    .xs-ml-74 {
        margin-left: 74px
    }

    .xs-ml-75 {
        margin-left: 75px
    }

    .xs-ml-76 {
        margin-left: 76px
    }

    .xs-ml-77 {
        margin-left: 77px
    }

    .xs-ml-78 {
        margin-left: 78px
    }

    .xs-ml-79 {
        margin-left: 79px
    }

    .xs-ml-80 {
        margin-left: 80px
    }

    .xs-ml-81 {
        margin-left: 81px
    }

    .xs-ml-82 {
        margin-left: 82px
    }

    .xs-ml-83 {
        margin-left: 83px
    }

    .xs-ml-84 {
        margin-left: 84px
    }

    .xs-ml-85 {
        margin-left: 85px
    }

    .xs-ml-86 {
        margin-left: 86px
    }

    .xs-ml-87 {
        margin-left: 87px
    }

    .xs-ml-88 {
        margin-left: 88px
    }

    .xs-ml-89 {
        margin-left: 89px
    }

    .xs-ml-90 {
        margin-left: 90px
    }

    .xs-ml-91 {
        margin-left: 91px
    }

    .xs-ml-92 {
        margin-left: 92px
    }

    .xs-ml-93 {
        margin-left: 93px
    }

    .xs-ml-94 {
        margin-left: 94px
    }

    .xs-ml-95 {
        margin-left: 95px
    }

    .xs-ml-96 {
        margin-left: 96px
    }

    .xs-ml-97 {
        margin-left: 97px
    }

    .xs-ml-98 {
        margin-left: 98px
    }

    .xs-ml-99 {
        margin-left: 99px
    }

    .xs-ml-100 {
        margin-left: 100px
    }

    .xs-mt--1 {
        margin-top: -1px
    }

    .xs-mt--2 {
        margin-top: -2px
    }

    .xs-mt--3 {
        margin-top: -3px
    }

    .xs-mt--4 {
        margin-top: -4px
    }

    .xs-mt--5 {
        margin-top: -5px
    }

    .xs-mt--6 {
        margin-top: -6px
    }

    .xs-mt--7 {
        margin-top: -7px
    }

    .xs-mt--8 {
        margin-top: -8px
    }

    .xs-mt--9 {
        margin-top: -9px
    }

    .xs-mt--10 {
        margin-top: -10px
    }

    .xs-mt--11 {
        margin-top: -11px
    }

    .xs-mt--12 {
        margin-top: -12px
    }

    .xs-mt--13 {
        margin-top: -13px
    }

    .xs-mt--14 {
        margin-top: -14px
    }

    .xs-mt--15 {
        margin-top: -15px
    }

    .xs-mt--16 {
        margin-top: -16px
    }

    .xs-mt--17 {
        margin-top: -17px
    }

    .xs-mt--18 {
        margin-top: -18px
    }

    .xs-mt--19 {
        margin-top: -19px
    }

    .xs-mt--20 {
        margin-top: -20px
    }

    .xs-mt--21 {
        margin-top: -21px
    }

    .xs-mt--22 {
        margin-top: -22px
    }

    .xs-mt--23 {
        margin-top: -23px
    }

    .xs-mt--24 {
        margin-top: -24px
    }

    .xs-mt--25 {
        margin-top: -25px
    }

    .xs-mt--26 {
        margin-top: -26px
    }

    .xs-mt--27 {
        margin-top: -27px
    }

    .xs-mt--28 {
        margin-top: -28px
    }

    .xs-mt--29 {
        margin-top: -29px
    }

    .xs-mt--30 {
        margin-top: -30px
    }

    .xs-mt--31 {
        margin-top: -31px
    }

    .xs-mt--32 {
        margin-top: -32px
    }

    .xs-mt--33 {
        margin-top: -33px
    }

    .xs-mt--34 {
        margin-top: -34px
    }

    .xs-mt--35 {
        margin-top: -35px
    }

    .xs-mt--36 {
        margin-top: -36px
    }

    .xs-mt--37 {
        margin-top: -37px
    }

    .xs-mt--38 {
        margin-top: -38px
    }

    .xs-mt--39 {
        margin-top: -39px
    }

    .xs-mt--40 {
        margin-top: -40px
    }

    .xs-mt--41 {
        margin-top: -41px
    }

    .xs-mt--42 {
        margin-top: -42px
    }

    .xs-mt--43 {
        margin-top: -43px
    }

    .xs-mt--44 {
        margin-top: -44px
    }

    .xs-mt--45 {
        margin-top: -45px
    }

    .xs-mt--46 {
        margin-top: -46px
    }

    .xs-mt--47 {
        margin-top: -47px
    }

    .xs-mt--48 {
        margin-top: -48px
    }

    .xs-mt--49 {
        margin-top: -49px
    }

    .xs-mt--50 {
        margin-top: -50px
    }

    .xs-mt--51 {
        margin-top: -51px
    }

    .xs-mt--52 {
        margin-top: -52px
    }

    .xs-mt--53 {
        margin-top: -53px
    }

    .xs-mt--54 {
        margin-top: -54px
    }

    .xs-mt--55 {
        margin-top: -55px
    }

    .xs-mt--56 {
        margin-top: -56px
    }

    .xs-mt--57 {
        margin-top: -57px
    }

    .xs-mt--58 {
        margin-top: -58px
    }

    .xs-mt--59 {
        margin-top: -59px
    }

    .xs-mt--60 {
        margin-top: -60px
    }

    .xs-mt--61 {
        margin-top: -61px
    }

    .xs-mt--62 {
        margin-top: -62px
    }

    .xs-mt--63 {
        margin-top: -63px
    }

    .xs-mt--64 {
        margin-top: -64px
    }

    .xs-mt--65 {
        margin-top: -65px
    }

    .xs-mt--66 {
        margin-top: -66px
    }

    .xs-mt--67 {
        margin-top: -67px
    }

    .xs-mt--68 {
        margin-top: -68px
    }

    .xs-mt--69 {
        margin-top: -69px
    }

    .xs-mt--70 {
        margin-top: -70px
    }

    .xs-mt--71 {
        margin-top: -71px
    }

    .xs-mt--72 {
        margin-top: -72px
    }

    .xs-mt--73 {
        margin-top: -73px
    }

    .xs-mt--74 {
        margin-top: -74px
    }

    .xs-mt--75 {
        margin-top: -75px
    }

    .xs-mt--76 {
        margin-top: -76px
    }

    .xs-mt--77 {
        margin-top: -77px
    }

    .xs-mt--78 {
        margin-top: -78px
    }

    .xs-mt--79 {
        margin-top: -79px
    }

    .xs-mt--80 {
        margin-top: -80px
    }

    .xs-mt--81 {
        margin-top: -81px
    }

    .xs-mt--82 {
        margin-top: -82px
    }

    .xs-mt--83 {
        margin-top: -83px
    }

    .xs-mt--84 {
        margin-top: -84px
    }

    .xs-mt--85 {
        margin-top: -85px
    }

    .xs-mt--86 {
        margin-top: -86px
    }

    .xs-mt--87 {
        margin-top: -87px
    }

    .xs-mt--88 {
        margin-top: -88px
    }

    .xs-mt--89 {
        margin-top: -89px
    }

    .xs-mt--90 {
        margin-top: -90px
    }

    .xs-mt--91 {
        margin-top: -91px
    }

    .xs-mt--92 {
        margin-top: -92px
    }

    .xs-mt--93 {
        margin-top: -93px
    }

    .xs-mt--94 {
        margin-top: -94px
    }

    .xs-mt--95 {
        margin-top: -95px
    }

    .xs-mt--96 {
        margin-top: -96px
    }

    .xs-mt--97 {
        margin-top: -97px
    }

    .xs-mt--98 {
        margin-top: -98px
    }

    .xs-mt--99 {
        margin-top: -99px
    }

    .xs-mt--100 {
        margin-top: -100px
    }

    .xs-mt--101 {
        margin-top: -101px
    }

    .xs-mt--102 {
        margin-top: -102px
    }

    .xs-mt--103 {
        margin-top: -103px
    }

    .xs-mt--104 {
        margin-top: -104px
    }

    .xs-mt--105 {
        margin-top: -105px
    }

    .xs-mt--106 {
        margin-top: -106px
    }

    .xs-mt--107 {
        margin-top: -107px
    }

    .xs-mt--108 {
        margin-top: -108px
    }

    .xs-mt--109 {
        margin-top: -109px
    }

    .xs-mt--110 {
        margin-top: -110px
    }

    .xs-mt--111 {
        margin-top: -111px
    }

    .xs-mt--112 {
        margin-top: -112px
    }

    .xs-mt--113 {
        margin-top: -113px
    }

    .xs-mt--114 {
        margin-top: -114px
    }

    .xs-mt--115 {
        margin-top: -115px
    }

    .xs-mt--116 {
        margin-top: -116px
    }

    .xs-mt--117 {
        margin-top: -117px
    }

    .xs-mt--118 {
        margin-top: -118px
    }

    .xs-mt--119 {
        margin-top: -119px
    }

    .xs-mt--120 {
        margin-top: -120px
    }

    .xs-mt--121 {
        margin-top: -121px
    }

    .xs-mt--122 {
        margin-top: -122px
    }

    .xs-mt--123 {
        margin-top: -123px
    }

    .xs-mt--124 {
        margin-top: -124px
    }

    .xs-mt--125 {
        margin-top: -125px
    }

    .xs-mt--126 {
        margin-top: -126px
    }

    .xs-mt--127 {
        margin-top: -127px
    }

    .xs-mt--128 {
        margin-top: -128px
    }

    .xs-mt--129 {
        margin-top: -129px
    }

    .xs-mt--130 {
        margin-top: -130px
    }

    .xs-mt--131 {
        margin-top: -131px
    }

    .xs-mt--132 {
        margin-top: -132px
    }

    .xs-mt--133 {
        margin-top: -133px
    }

    .xs-mt--134 {
        margin-top: -134px
    }

    .xs-mt--135 {
        margin-top: -135px
    }

    .xs-mt--136 {
        margin-top: -136px
    }

    .xs-mt--137 {
        margin-top: -137px
    }

    .xs-mt--138 {
        margin-top: -138px
    }

    .xs-mt--139 {
        margin-top: -139px
    }

    .xs-mt--140 {
        margin-top: -140px
    }

    .xs-mt--141 {
        margin-top: -141px
    }

    .xs-mt--142 {
        margin-top: -142px
    }

    .xs-mt--143 {
        margin-top: -143px
    }

    .xs-mt--144 {
        margin-top: -144px
    }

    .xs-mt--145 {
        margin-top: -145px
    }

    .xs-mt--146 {
        margin-top: -146px
    }

    .xs-mt--147 {
        margin-top: -147px
    }

    .xs-mt--148 {
        margin-top: -148px
    }

    .xs-mt--149 {
        margin-top: -149px
    }

    .xs-mt--150 {
        margin-top: -150px
    }

    .xs-mt--151 {
        margin-top: -151px
    }

    .xs-mt--152 {
        margin-top: -152px
    }

    .xs-mt--153 {
        margin-top: -153px
    }

    .xs-mt--154 {
        margin-top: -154px
    }

    .xs-mt--155 {
        margin-top: -155px
    }

    .xs-mt--156 {
        margin-top: -156px
    }

    .xs-mt--157 {
        margin-top: -157px
    }

    .xs-mt--158 {
        margin-top: -158px
    }

    .xs-mt--159 {
        margin-top: -159px
    }

    .xs-mt--160 {
        margin-top: -160px
    }

    .xs-mt--161 {
        margin-top: -161px
    }

    .xs-mt--162 {
        margin-top: -162px
    }

    .xs-mt--163 {
        margin-top: -163px
    }

    .xs-mt--164 {
        margin-top: -164px
    }

    .xs-mt--165 {
        margin-top: -165px
    }

    .xs-mt--166 {
        margin-top: -166px
    }

    .xs-mt--167 {
        margin-top: -167px
    }

    .xs-mt--168 {
        margin-top: -168px
    }

    .xs-mt--169 {
        margin-top: -169px
    }

    .xs-mt--170 {
        margin-top: -170px
    }

    .xs-mt--171 {
        margin-top: -171px
    }

    .xs-mt--172 {
        margin-top: -172px
    }

    .xs-mt--173 {
        margin-top: -173px
    }

    .xs-mt--174 {
        margin-top: -174px
    }

    .xs-mt--175 {
        margin-top: -175px
    }

    .xs-mt--176 {
        margin-top: -176px
    }

    .xs-mt--177 {
        margin-top: -177px
    }

    .xs-mt--178 {
        margin-top: -178px
    }

    .xs-mt--179 {
        margin-top: -179px
    }

    .xs-mt--180 {
        margin-top: -180px
    }

    .xs-mt--181 {
        margin-top: -181px
    }

    .xs-mt--182 {
        margin-top: -182px
    }

    .xs-mt--183 {
        margin-top: -183px
    }

    .xs-mt--184 {
        margin-top: -184px
    }

    .xs-mt--185 {
        margin-top: -185px
    }

    .xs-mt--186 {
        margin-top: -186px
    }

    .xs-mt--187 {
        margin-top: -187px
    }

    .xs-mt--188 {
        margin-top: -188px
    }

    .xs-mt--189 {
        margin-top: -189px
    }

    .xs-mt--190 {
        margin-top: -190px
    }

    .xs-mt--191 {
        margin-top: -191px
    }

    .xs-mt--192 {
        margin-top: -192px
    }

    .xs-mt--193 {
        margin-top: -193px
    }

    .xs-mt--194 {
        margin-top: -194px
    }

    .xs-mt--195 {
        margin-top: -195px
    }

    .xs-mt--196 {
        margin-top: -196px
    }

    .xs-mt--197 {
        margin-top: -197px
    }

    .xs-mt--198 {
        margin-top: -198px
    }

    .xs-mt--199 {
        margin-top: -199px
    }

    .xs-mt--200 {
        margin-top: -200px
    }

    .xs-mb--1 {
        margin-bottom: -1px
    }

    .xs-mb--2 {
        margin-bottom: -2px
    }

    .xs-mb--3 {
        margin-bottom: -3px
    }

    .xs-mb--4 {
        margin-bottom: -4px
    }

    .xs-mb--5 {
        margin-bottom: -5px
    }

    .xs-mb--6 {
        margin-bottom: -6px
    }

    .xs-mb--7 {
        margin-bottom: -7px
    }

    .xs-mb--8 {
        margin-bottom: -8px
    }

    .xs-mb--9 {
        margin-bottom: -9px
    }

    .xs-mb--10 {
        margin-bottom: -10px
    }

    .xs-mb--11 {
        margin-bottom: -11px
    }

    .xs-mb--12 {
        margin-bottom: -12px
    }

    .xs-mb--13 {
        margin-bottom: -13px
    }

    .xs-mb--14 {
        margin-bottom: -14px
    }

    .xs-mb--15 {
        margin-bottom: -15px
    }

    .xs-mb--16 {
        margin-bottom: -16px
    }

    .xs-mb--17 {
        margin-bottom: -17px
    }

    .xs-mb--18 {
        margin-bottom: -18px
    }

    .xs-mb--19 {
        margin-bottom: -19px
    }

    .xs-mb--20 {
        margin-bottom: -20px
    }

    .xs-mb--21 {
        margin-bottom: -21px
    }

    .xs-mb--22 {
        margin-bottom: -22px
    }

    .xs-mb--23 {
        margin-bottom: -23px
    }

    .xs-mb--24 {
        margin-bottom: -24px
    }

    .xs-mb--25 {
        margin-bottom: -25px
    }

    .xs-mb--26 {
        margin-bottom: -26px
    }

    .xs-mb--27 {
        margin-bottom: -27px
    }

    .xs-mb--28 {
        margin-bottom: -28px
    }

    .xs-mb--29 {
        margin-bottom: -29px
    }

    .xs-mb--30 {
        margin-bottom: -30px
    }

    .xs-mb--31 {
        margin-bottom: -31px
    }

    .xs-mb--32 {
        margin-bottom: -32px
    }

    .xs-mb--33 {
        margin-bottom: -33px
    }

    .xs-mb--34 {
        margin-bottom: -34px
    }

    .xs-mb--35 {
        margin-bottom: -35px
    }

    .xs-mb--36 {
        margin-bottom: -36px
    }

    .xs-mb--37 {
        margin-bottom: -37px
    }

    .xs-mb--38 {
        margin-bottom: -38px
    }

    .xs-mb--39 {
        margin-bottom: -39px
    }

    .xs-mb--40 {
        margin-bottom: -40px
    }

    .xs-mb--41 {
        margin-bottom: -41px
    }

    .xs-mb--42 {
        margin-bottom: -42px
    }

    .xs-mb--43 {
        margin-bottom: -43px
    }

    .xs-mb--44 {
        margin-bottom: -44px
    }

    .xs-mb--45 {
        margin-bottom: -45px
    }

    .xs-mb--46 {
        margin-bottom: -46px
    }

    .xs-mb--47 {
        margin-bottom: -47px
    }

    .xs-mb--48 {
        margin-bottom: -48px
    }

    .xs-mb--49 {
        margin-bottom: -49px
    }

    .xs-mb--50 {
        margin-bottom: -50px
    }

    .xs-mb--51 {
        margin-bottom: -51px
    }

    .xs-mb--52 {
        margin-bottom: -52px
    }

    .xs-mb--53 {
        margin-bottom: -53px
    }

    .xs-mb--54 {
        margin-bottom: -54px
    }

    .xs-mb--55 {
        margin-bottom: -55px
    }

    .xs-mb--56 {
        margin-bottom: -56px
    }

    .xs-mb--57 {
        margin-bottom: -57px
    }

    .xs-mb--58 {
        margin-bottom: -58px
    }

    .xs-mb--59 {
        margin-bottom: -59px
    }

    .xs-mb--60 {
        margin-bottom: -60px
    }

    .xs-mb--61 {
        margin-bottom: -61px
    }

    .xs-mb--62 {
        margin-bottom: -62px
    }

    .xs-mb--63 {
        margin-bottom: -63px
    }

    .xs-mb--64 {
        margin-bottom: -64px
    }

    .xs-mb--65 {
        margin-bottom: -65px
    }

    .xs-mb--66 {
        margin-bottom: -66px
    }

    .xs-mb--67 {
        margin-bottom: -67px
    }

    .xs-mb--68 {
        margin-bottom: -68px
    }

    .xs-mb--69 {
        margin-bottom: -69px
    }

    .xs-mb--70 {
        margin-bottom: -70px
    }

    .xs-mb--71 {
        margin-bottom: -71px
    }

    .xs-mb--72 {
        margin-bottom: -72px
    }

    .xs-mb--73 {
        margin-bottom: -73px
    }

    .xs-mb--74 {
        margin-bottom: -74px
    }

    .xs-mb--75 {
        margin-bottom: -75px
    }

    .xs-mb--76 {
        margin-bottom: -76px
    }

    .xs-mb--77 {
        margin-bottom: -77px
    }

    .xs-mb--78 {
        margin-bottom: -78px
    }

    .xs-mb--79 {
        margin-bottom: -79px
    }

    .xs-mb--80 {
        margin-bottom: -80px
    }

    .xs-mb--81 {
        margin-bottom: -81px
    }

    .xs-mb--82 {
        margin-bottom: -82px
    }

    .xs-mb--83 {
        margin-bottom: -83px
    }

    .xs-mb--84 {
        margin-bottom: -84px
    }

    .xs-mb--85 {
        margin-bottom: -85px
    }

    .xs-mb--86 {
        margin-bottom: -86px
    }

    .xs-mb--87 {
        margin-bottom: -87px
    }

    .xs-mb--88 {
        margin-bottom: -88px
    }

    .xs-mb--89 {
        margin-bottom: -89px
    }

    .xs-mb--90 {
        margin-bottom: -90px
    }

    .xs-mb--91 {
        margin-bottom: -91px
    }

    .xs-mb--92 {
        margin-bottom: -92px
    }

    .xs-mb--93 {
        margin-bottom: -93px
    }

    .xs-mb--94 {
        margin-bottom: -94px
    }

    .xs-mb--95 {
        margin-bottom: -95px
    }

    .xs-mb--96 {
        margin-bottom: -96px
    }

    .xs-mb--97 {
        margin-bottom: -97px
    }

    .xs-mb--98 {
        margin-bottom: -98px
    }

    .xs-mb--99 {
        margin-bottom: -99px
    }

    .xs-mb--100 {
        margin-bottom: -100px
    }

    .xs-mb--101 {
        margin-bottom: -101px
    }

    .xs-mb--102 {
        margin-bottom: -102px
    }

    .xs-mb--103 {
        margin-bottom: -103px
    }

    .xs-mb--104 {
        margin-bottom: -104px
    }

    .xs-mb--105 {
        margin-bottom: -105px
    }

    .xs-mb--106 {
        margin-bottom: -106px
    }

    .xs-mb--107 {
        margin-bottom: -107px
    }

    .xs-mb--108 {
        margin-bottom: -108px
    }

    .xs-mb--109 {
        margin-bottom: -109px
    }

    .xs-mb--110 {
        margin-bottom: -110px
    }

    .xs-mb--111 {
        margin-bottom: -111px
    }

    .xs-mb--112 {
        margin-bottom: -112px
    }

    .xs-mb--113 {
        margin-bottom: -113px
    }

    .xs-mb--114 {
        margin-bottom: -114px
    }

    .xs-mb--115 {
        margin-bottom: -115px
    }

    .xs-mb--116 {
        margin-bottom: -116px
    }

    .xs-mb--117 {
        margin-bottom: -117px
    }

    .xs-mb--118 {
        margin-bottom: -118px
    }

    .xs-mb--119 {
        margin-bottom: -119px
    }

    .xs-mb--120 {
        margin-bottom: -120px
    }

    .xs-mb--121 {
        margin-bottom: -121px
    }

    .xs-mb--122 {
        margin-bottom: -122px
    }

    .xs-mb--123 {
        margin-bottom: -123px
    }

    .xs-mb--124 {
        margin-bottom: -124px
    }

    .xs-mb--125 {
        margin-bottom: -125px
    }

    .xs-mb--126 {
        margin-bottom: -126px
    }

    .xs-mb--127 {
        margin-bottom: -127px
    }

    .xs-mb--128 {
        margin-bottom: -128px
    }

    .xs-mb--129 {
        margin-bottom: -129px
    }

    .xs-mb--130 {
        margin-bottom: -130px
    }

    .xs-mb--131 {
        margin-bottom: -131px
    }

    .xs-mb--132 {
        margin-bottom: -132px
    }

    .xs-mb--133 {
        margin-bottom: -133px
    }

    .xs-mb--134 {
        margin-bottom: -134px
    }

    .xs-mb--135 {
        margin-bottom: -135px
    }

    .xs-mb--136 {
        margin-bottom: -136px
    }

    .xs-mb--137 {
        margin-bottom: -137px
    }

    .xs-mb--138 {
        margin-bottom: -138px
    }

    .xs-mb--139 {
        margin-bottom: -139px
    }

    .xs-mb--140 {
        margin-bottom: -140px
    }

    .xs-mb--141 {
        margin-bottom: -141px
    }

    .xs-mb--142 {
        margin-bottom: -142px
    }

    .xs-mb--143 {
        margin-bottom: -143px
    }

    .xs-mb--144 {
        margin-bottom: -144px
    }

    .xs-mb--145 {
        margin-bottom: -145px
    }

    .xs-mb--146 {
        margin-bottom: -146px
    }

    .xs-mb--147 {
        margin-bottom: -147px
    }

    .xs-mb--148 {
        margin-bottom: -148px
    }

    .xs-mb--149 {
        margin-bottom: -149px
    }

    .xs-mb--150 {
        margin-bottom: -150px
    }

    .xs-mb--151 {
        margin-bottom: -151px
    }

    .xs-mb--152 {
        margin-bottom: -152px
    }

    .xs-mb--153 {
        margin-bottom: -153px
    }

    .xs-mb--154 {
        margin-bottom: -154px
    }

    .xs-mb--155 {
        margin-bottom: -155px
    }

    .xs-mb--156 {
        margin-bottom: -156px
    }

    .xs-mb--157 {
        margin-bottom: -157px
    }

    .xs-mb--158 {
        margin-bottom: -158px
    }

    .xs-mb--159 {
        margin-bottom: -159px
    }

    .xs-mb--160 {
        margin-bottom: -160px
    }

    .xs-mb--161 {
        margin-bottom: -161px
    }

    .xs-mb--162 {
        margin-bottom: -162px
    }

    .xs-mb--163 {
        margin-bottom: -163px
    }

    .xs-mb--164 {
        margin-bottom: -164px
    }

    .xs-mb--165 {
        margin-bottom: -165px
    }

    .xs-mb--166 {
        margin-bottom: -166px
    }

    .xs-mb--167 {
        margin-bottom: -167px
    }

    .xs-mb--168 {
        margin-bottom: -168px
    }

    .xs-mb--169 {
        margin-bottom: -169px
    }

    .xs-mb--170 {
        margin-bottom: -170px
    }

    .xs-mb--171 {
        margin-bottom: -171px
    }

    .xs-mb--172 {
        margin-bottom: -172px
    }

    .xs-mb--173 {
        margin-bottom: -173px
    }

    .xs-mb--174 {
        margin-bottom: -174px
    }

    .xs-mb--175 {
        margin-bottom: -175px
    }

    .xs-mb--176 {
        margin-bottom: -176px
    }

    .xs-mb--177 {
        margin-bottom: -177px
    }

    .xs-mb--178 {
        margin-bottom: -178px
    }

    .xs-mb--179 {
        margin-bottom: -179px
    }

    .xs-mb--180 {
        margin-bottom: -180px
    }

    .xs-mb--181 {
        margin-bottom: -181px
    }

    .xs-mb--182 {
        margin-bottom: -182px
    }

    .xs-mb--183 {
        margin-bottom: -183px
    }

    .xs-mb--184 {
        margin-bottom: -184px
    }

    .xs-mb--185 {
        margin-bottom: -185px
    }

    .xs-mb--186 {
        margin-bottom: -186px
    }

    .xs-mb--187 {
        margin-bottom: -187px
    }

    .xs-mb--188 {
        margin-bottom: -188px
    }

    .xs-mb--189 {
        margin-bottom: -189px
    }

    .xs-mb--190 {
        margin-bottom: -190px
    }

    .xs-mb--191 {
        margin-bottom: -191px
    }

    .xs-mb--192 {
        margin-bottom: -192px
    }

    .xs-mb--193 {
        margin-bottom: -193px
    }

    .xs-mb--194 {
        margin-bottom: -194px
    }

    .xs-mb--195 {
        margin-bottom: -195px
    }

    .xs-mb--196 {
        margin-bottom: -196px
    }

    .xs-mb--197 {
        margin-bottom: -197px
    }

    .xs-mb--198 {
        margin-bottom: -198px
    }

    .xs-mb--199 {
        margin-bottom: -199px
    }

    .xs-mb--200 {
        margin-bottom: -200px
    }

    .xs-ml--1 {
        margin-left: -1px
    }

    .xs-ml--2 {
        margin-left: -2px
    }

    .xs-ml--3 {
        margin-left: -3px
    }

    .xs-ml--4 {
        margin-left: -4px
    }

    .xs-ml--5 {
        margin-left: -5px
    }

    .xs-ml--6 {
        margin-left: -6px
    }

    .xs-ml--7 {
        margin-left: -7px
    }

    .xs-ml--8 {
        margin-left: -8px
    }

    .xs-ml--9 {
        margin-left: -9px
    }

    .xs-ml--10 {
        margin-left: -10px
    }

    .xs-ml--11 {
        margin-left: -11px
    }

    .xs-ml--12 {
        margin-left: -12px
    }

    .xs-ml--13 {
        margin-left: -13px
    }

    .xs-ml--14 {
        margin-left: -14px
    }

    .xs-ml--15 {
        margin-left: -15px
    }

    .xs-ml--16 {
        margin-left: -16px
    }

    .xs-ml--17 {
        margin-left: -17px
    }

    .xs-ml--18 {
        margin-left: -18px
    }

    .xs-ml--19 {
        margin-left: -19px
    }

    .xs-ml--20 {
        margin-left: -20px
    }

    .xs-ml--21 {
        margin-left: -21px
    }

    .xs-ml--22 {
        margin-left: -22px
    }

    .xs-ml--23 {
        margin-left: -23px
    }

    .xs-ml--24 {
        margin-left: -24px
    }

    .xs-ml--25 {
        margin-left: -25px
    }

    .xs-ml--26 {
        margin-left: -26px
    }

    .xs-ml--27 {
        margin-left: -27px
    }

    .xs-ml--28 {
        margin-left: -28px
    }

    .xs-ml--29 {
        margin-left: -29px
    }

    .xs-ml--30 {
        margin-left: -30px
    }

    .xs-ml--31 {
        margin-left: -31px
    }

    .xs-ml--32 {
        margin-left: -32px
    }

    .xs-ml--33 {
        margin-left: -33px
    }

    .xs-ml--34 {
        margin-left: -34px
    }

    .xs-ml--35 {
        margin-left: -35px
    }

    .xs-ml--36 {
        margin-left: -36px
    }

    .xs-ml--37 {
        margin-left: -37px
    }

    .xs-ml--38 {
        margin-left: -38px
    }

    .xs-ml--39 {
        margin-left: -39px
    }

    .xs-ml--40 {
        margin-left: -40px
    }

    .xs-ml--41 {
        margin-left: -41px
    }

    .xs-ml--42 {
        margin-left: -42px
    }

    .xs-ml--43 {
        margin-left: -43px
    }

    .xs-ml--44 {
        margin-left: -44px
    }

    .xs-ml--45 {
        margin-left: -45px
    }

    .xs-ml--46 {
        margin-left: -46px
    }

    .xs-ml--47 {
        margin-left: -47px
    }

    .xs-ml--48 {
        margin-left: -48px
    }

    .xs-ml--49 {
        margin-left: -49px
    }

    .xs-ml--50 {
        margin-left: -50px
    }

    .xs-ml--51 {
        margin-left: -51px
    }

    .xs-ml--52 {
        margin-left: -52px
    }

    .xs-ml--53 {
        margin-left: -53px
    }

    .xs-ml--54 {
        margin-left: -54px
    }

    .xs-ml--55 {
        margin-left: -55px
    }

    .xs-ml--56 {
        margin-left: -56px
    }

    .xs-ml--57 {
        margin-left: -57px
    }

    .xs-ml--58 {
        margin-left: -58px
    }

    .xs-ml--59 {
        margin-left: -59px
    }

    .xs-ml--60 {
        margin-left: -60px
    }

    .xs-ml--61 {
        margin-left: -61px
    }

    .xs-ml--62 {
        margin-left: -62px
    }

    .xs-ml--63 {
        margin-left: -63px
    }

    .xs-ml--64 {
        margin-left: -64px
    }

    .xs-ml--65 {
        margin-left: -65px
    }

    .xs-ml--66 {
        margin-left: -66px
    }

    .xs-ml--67 {
        margin-left: -67px
    }

    .xs-ml--68 {
        margin-left: -68px
    }

    .xs-ml--69 {
        margin-left: -69px
    }

    .xs-ml--70 {
        margin-left: -70px
    }

    .xs-ml--71 {
        margin-left: -71px
    }

    .xs-ml--72 {
        margin-left: -72px
    }

    .xs-ml--73 {
        margin-left: -73px
    }

    .xs-ml--74 {
        margin-left: -74px
    }

    .xs-ml--75 {
        margin-left: -75px
    }

    .xs-ml--76 {
        margin-left: -76px
    }

    .xs-ml--77 {
        margin-left: -77px
    }

    .xs-ml--78 {
        margin-left: -78px
    }

    .xs-ml--79 {
        margin-left: -79px
    }

    .xs-ml--80 {
        margin-left: -80px
    }

    .xs-ml--81 {
        margin-left: -81px
    }

    .xs-ml--82 {
        margin-left: -82px
    }

    .xs-ml--83 {
        margin-left: -83px
    }

    .xs-ml--84 {
        margin-left: -84px
    }

    .xs-ml--85 {
        margin-left: -85px
    }

    .xs-ml--86 {
        margin-left: -86px
    }

    .xs-ml--87 {
        margin-left: -87px
    }

    .xs-ml--88 {
        margin-left: -88px
    }

    .xs-ml--89 {
        margin-left: -89px
    }

    .xs-ml--90 {
        margin-left: -90px
    }

    .xs-ml--91 {
        margin-left: -91px
    }

    .xs-ml--92 {
        margin-left: -92px
    }

    .xs-ml--93 {
        margin-left: -93px
    }

    .xs-ml--94 {
        margin-left: -94px
    }

    .xs-ml--95 {
        margin-left: -95px
    }

    .xs-ml--96 {
        margin-left: -96px
    }

    .xs-ml--97 {
        margin-left: -97px
    }

    .xs-ml--98 {
        margin-left: -98px
    }

    .xs-ml--99 {
        margin-left: -99px
    }

    .xs-ml--100 {
        margin-left: -100px
    }

    .xs-ml--101 {
        margin-left: -101px
    }

    .xs-ml--102 {
        margin-left: -102px
    }

    .xs-ml--103 {
        margin-left: -103px
    }

    .xs-ml--104 {
        margin-left: -104px
    }

    .xs-ml--105 {
        margin-left: -105px
    }

    .xs-ml--106 {
        margin-left: -106px
    }

    .xs-ml--107 {
        margin-left: -107px
    }

    .xs-ml--108 {
        margin-left: -108px
    }

    .xs-ml--109 {
        margin-left: -109px
    }

    .xs-ml--110 {
        margin-left: -110px
    }

    .xs-ml--111 {
        margin-left: -111px
    }

    .xs-ml--112 {
        margin-left: -112px
    }

    .xs-ml--113 {
        margin-left: -113px
    }

    .xs-ml--114 {
        margin-left: -114px
    }

    .xs-ml--115 {
        margin-left: -115px
    }

    .xs-ml--116 {
        margin-left: -116px
    }

    .xs-ml--117 {
        margin-left: -117px
    }

    .xs-ml--118 {
        margin-left: -118px
    }

    .xs-ml--119 {
        margin-left: -119px
    }

    .xs-ml--120 {
        margin-left: -120px
    }

    .xs-ml--121 {
        margin-left: -121px
    }

    .xs-ml--122 {
        margin-left: -122px
    }

    .xs-ml--123 {
        margin-left: -123px
    }

    .xs-ml--124 {
        margin-left: -124px
    }

    .xs-ml--125 {
        margin-left: -125px
    }

    .xs-ml--126 {
        margin-left: -126px
    }

    .xs-ml--127 {
        margin-left: -127px
    }

    .xs-ml--128 {
        margin-left: -128px
    }

    .xs-ml--129 {
        margin-left: -129px
    }

    .xs-ml--130 {
        margin-left: -130px
    }

    .xs-ml--131 {
        margin-left: -131px
    }

    .xs-ml--132 {
        margin-left: -132px
    }

    .xs-ml--133 {
        margin-left: -133px
    }

    .xs-ml--134 {
        margin-left: -134px
    }

    .xs-ml--135 {
        margin-left: -135px
    }

    .xs-ml--136 {
        margin-left: -136px
    }

    .xs-ml--137 {
        margin-left: -137px
    }

    .xs-ml--138 {
        margin-left: -138px
    }

    .xs-ml--139 {
        margin-left: -139px
    }

    .xs-ml--140 {
        margin-left: -140px
    }

    .xs-ml--141 {
        margin-left: -141px
    }

    .xs-ml--142 {
        margin-left: -142px
    }

    .xs-ml--143 {
        margin-left: -143px
    }

    .xs-ml--144 {
        margin-left: -144px
    }

    .xs-ml--145 {
        margin-left: -145px
    }

    .xs-ml--146 {
        margin-left: -146px
    }

    .xs-ml--147 {
        margin-left: -147px
    }

    .xs-ml--148 {
        margin-left: -148px
    }

    .xs-ml--149 {
        margin-left: -149px
    }

    .xs-ml--150 {
        margin-left: -150px
    }

    .xs-ml--151 {
        margin-left: -151px
    }

    .xs-ml--152 {
        margin-left: -152px
    }

    .xs-ml--153 {
        margin-left: -153px
    }

    .xs-ml--154 {
        margin-left: -154px
    }

    .xs-ml--155 {
        margin-left: -155px
    }

    .xs-ml--156 {
        margin-left: -156px
    }

    .xs-ml--157 {
        margin-left: -157px
    }

    .xs-ml--158 {
        margin-left: -158px
    }

    .xs-ml--159 {
        margin-left: -159px
    }

    .xs-ml--160 {
        margin-left: -160px
    }

    .xs-ml--161 {
        margin-left: -161px
    }

    .xs-ml--162 {
        margin-left: -162px
    }

    .xs-ml--163 {
        margin-left: -163px
    }

    .xs-ml--164 {
        margin-left: -164px
    }

    .xs-ml--165 {
        margin-left: -165px
    }

    .xs-ml--166 {
        margin-left: -166px
    }

    .xs-ml--167 {
        margin-left: -167px
    }

    .xs-ml--168 {
        margin-left: -168px
    }

    .xs-ml--169 {
        margin-left: -169px
    }

    .xs-ml--170 {
        margin-left: -170px
    }

    .xs-ml--171 {
        margin-left: -171px
    }

    .xs-ml--172 {
        margin-left: -172px
    }

    .xs-ml--173 {
        margin-left: -173px
    }

    .xs-ml--174 {
        margin-left: -174px
    }

    .xs-ml--175 {
        margin-left: -175px
    }

    .xs-ml--176 {
        margin-left: -176px
    }

    .xs-ml--177 {
        margin-left: -177px
    }

    .xs-ml--178 {
        margin-left: -178px
    }

    .xs-ml--179 {
        margin-left: -179px
    }

    .xs-ml--180 {
        margin-left: -180px
    }

    .xs-ml--181 {
        margin-left: -181px
    }

    .xs-ml--182 {
        margin-left: -182px
    }

    .xs-ml--183 {
        margin-left: -183px
    }

    .xs-ml--184 {
        margin-left: -184px
    }

    .xs-ml--185 {
        margin-left: -185px
    }

    .xs-ml--186 {
        margin-left: -186px
    }

    .xs-ml--187 {
        margin-left: -187px
    }

    .xs-ml--188 {
        margin-left: -188px
    }

    .xs-ml--189 {
        margin-left: -189px
    }

    .xs-ml--190 {
        margin-left: -190px
    }

    .xs-ml--191 {
        margin-left: -191px
    }

    .xs-ml--192 {
        margin-left: -192px
    }

    .xs-ml--193 {
        margin-left: -193px
    }

    .xs-ml--194 {
        margin-left: -194px
    }

    .xs-ml--195 {
        margin-left: -195px
    }

    .xs-ml--196 {
        margin-left: -196px
    }

    .xs-ml--197 {
        margin-left: -197px
    }

    .xs-ml--198 {
        margin-left: -198px
    }

    .xs-ml--199 {
        margin-left: -199px
    }

    .xs-ml--200 {
        margin-left: -200px
    }

    .xs-mr--1 {
        margin-right: -1px
    }

    .xs-mr--2 {
        margin-right: -2px
    }

    .xs-mr--3 {
        margin-right: -3px
    }

    .xs-mr--4 {
        margin-right: -4px
    }

    .xs-mr--5 {
        margin-right: -5px
    }

    .xs-mr--6 {
        margin-right: -6px
    }

    .xs-mr--7 {
        margin-right: -7px
    }

    .xs-mr--8 {
        margin-right: -8px
    }

    .xs-mr--9 {
        margin-right: -9px
    }

    .xs-mr--10 {
        margin-right: -10px
    }

    .xs-mr--11 {
        margin-right: -11px
    }

    .xs-mr--12 {
        margin-right: -12px
    }

    .xs-mr--13 {
        margin-right: -13px
    }

    .xs-mr--14 {
        margin-right: -14px
    }

    .xs-mr--15 {
        margin-right: -15px
    }

    .xs-mr--16 {
        margin-right: -16px
    }

    .xs-mr--17 {
        margin-right: -17px
    }

    .xs-mr--18 {
        margin-right: -18px
    }

    .xs-mr--19 {
        margin-right: -19px
    }

    .xs-mr--20 {
        margin-right: -20px
    }

    .xs-mr--21 {
        margin-right: -21px
    }

    .xs-mr--22 {
        margin-right: -22px
    }

    .xs-mr--23 {
        margin-right: -23px
    }

    .xs-mr--24 {
        margin-right: -24px
    }

    .xs-mr--25 {
        margin-right: -25px
    }

    .xs-mr--26 {
        margin-right: -26px
    }

    .xs-mr--27 {
        margin-right: -27px
    }

    .xs-mr--28 {
        margin-right: -28px
    }

    .xs-mr--29 {
        margin-right: -29px
    }

    .xs-mr--30 {
        margin-right: -30px
    }

    .xs-mr--31 {
        margin-right: -31px
    }

    .xs-mr--32 {
        margin-right: -32px
    }

    .xs-mr--33 {
        margin-right: -33px
    }

    .xs-mr--34 {
        margin-right: -34px
    }

    .xs-mr--35 {
        margin-right: -35px
    }

    .xs-mr--36 {
        margin-right: -36px
    }

    .xs-mr--37 {
        margin-right: -37px
    }

    .xs-mr--38 {
        margin-right: -38px
    }

    .xs-mr--39 {
        margin-right: -39px
    }

    .xs-mr--40 {
        margin-right: -40px
    }

    .xs-mr--41 {
        margin-right: -41px
    }

    .xs-mr--42 {
        margin-right: -42px
    }

    .xs-mr--43 {
        margin-right: -43px
    }

    .xs-mr--44 {
        margin-right: -44px
    }

    .xs-mr--45 {
        margin-right: -45px
    }

    .xs-mr--46 {
        margin-right: -46px
    }

    .xs-mr--47 {
        margin-right: -47px
    }

    .xs-mr--48 {
        margin-right: -48px
    }

    .xs-mr--49 {
        margin-right: -49px
    }

    .xs-mr--50 {
        margin-right: -50px
    }

    .xs-mr--51 {
        margin-right: -51px
    }

    .xs-mr--52 {
        margin-right: -52px
    }

    .xs-mr--53 {
        margin-right: -53px
    }

    .xs-mr--54 {
        margin-right: -54px
    }

    .xs-mr--55 {
        margin-right: -55px
    }

    .xs-mr--56 {
        margin-right: -56px
    }

    .xs-mr--57 {
        margin-right: -57px
    }

    .xs-mr--58 {
        margin-right: -58px
    }

    .xs-mr--59 {
        margin-right: -59px
    }

    .xs-mr--60 {
        margin-right: -60px
    }

    .xs-mr--61 {
        margin-right: -61px
    }

    .xs-mr--62 {
        margin-right: -62px
    }

    .xs-mr--63 {
        margin-right: -63px
    }

    .xs-mr--64 {
        margin-right: -64px
    }

    .xs-mr--65 {
        margin-right: -65px
    }

    .xs-mr--66 {
        margin-right: -66px
    }

    .xs-mr--67 {
        margin-right: -67px
    }

    .xs-mr--68 {
        margin-right: -68px
    }

    .xs-mr--69 {
        margin-right: -69px
    }

    .xs-mr--70 {
        margin-right: -70px
    }

    .xs-mr--71 {
        margin-right: -71px
    }

    .xs-mr--72 {
        margin-right: -72px
    }

    .xs-mr--73 {
        margin-right: -73px
    }

    .xs-mr--74 {
        margin-right: -74px
    }

    .xs-mr--75 {
        margin-right: -75px
    }

    .xs-mr--76 {
        margin-right: -76px
    }

    .xs-mr--77 {
        margin-right: -77px
    }

    .xs-mr--78 {
        margin-right: -78px
    }

    .xs-mr--79 {
        margin-right: -79px
    }

    .xs-mr--80 {
        margin-right: -80px
    }

    .xs-mr--81 {
        margin-right: -81px
    }

    .xs-mr--82 {
        margin-right: -82px
    }

    .xs-mr--83 {
        margin-right: -83px
    }

    .xs-mr--84 {
        margin-right: -84px
    }

    .xs-mr--85 {
        margin-right: -85px
    }

    .xs-mr--86 {
        margin-right: -86px
    }

    .xs-mr--87 {
        margin-right: -87px
    }

    .xs-mr--88 {
        margin-right: -88px
    }

    .xs-mr--89 {
        margin-right: -89px
    }

    .xs-mr--90 {
        margin-right: -90px
    }

    .xs-mr--91 {
        margin-right: -91px
    }

    .xs-mr--92 {
        margin-right: -92px
    }

    .xs-mr--93 {
        margin-right: -93px
    }

    .xs-mr--94 {
        margin-right: -94px
    }

    .xs-mr--95 {
        margin-right: -95px
    }

    .xs-mr--96 {
        margin-right: -96px
    }

    .xs-mr--97 {
        margin-right: -97px
    }

    .xs-mr--98 {
        margin-right: -98px
    }

    .xs-mr--99 {
        margin-right: -99px
    }

    .xs-mr--100 {
        margin-right: -100px
    }

    .xs-mr--101 {
        margin-right: -101px
    }

    .xs-mr--102 {
        margin-right: -102px
    }

    .xs-mr--103 {
        margin-right: -103px
    }

    .xs-mr--104 {
        margin-right: -104px
    }

    .xs-mr--105 {
        margin-right: -105px
    }

    .xs-mr--106 {
        margin-right: -106px
    }

    .xs-mr--107 {
        margin-right: -107px
    }

    .xs-mr--108 {
        margin-right: -108px
    }

    .xs-mr--109 {
        margin-right: -109px
    }

    .xs-mr--110 {
        margin-right: -110px
    }

    .xs-mr--111 {
        margin-right: -111px
    }

    .xs-mr--112 {
        margin-right: -112px
    }

    .xs-mr--113 {
        margin-right: -113px
    }

    .xs-mr--114 {
        margin-right: -114px
    }

    .xs-mr--115 {
        margin-right: -115px
    }

    .xs-mr--116 {
        margin-right: -116px
    }

    .xs-mr--117 {
        margin-right: -117px
    }

    .xs-mr--118 {
        margin-right: -118px
    }

    .xs-mr--119 {
        margin-right: -119px
    }

    .xs-mr--120 {
        margin-right: -120px
    }

    .xs-mr--121 {
        margin-right: -121px
    }

    .xs-mr--122 {
        margin-right: -122px
    }

    .xs-mr--123 {
        margin-right: -123px
    }

    .xs-mr--124 {
        margin-right: -124px
    }

    .xs-mr--125 {
        margin-right: -125px
    }

    .xs-mr--126 {
        margin-right: -126px
    }

    .xs-mr--127 {
        margin-right: -127px
    }

    .xs-mr--128 {
        margin-right: -128px
    }

    .xs-mr--129 {
        margin-right: -129px
    }

    .xs-mr--130 {
        margin-right: -130px
    }

    .xs-mr--131 {
        margin-right: -131px
    }

    .xs-mr--132 {
        margin-right: -132px
    }

    .xs-mr--133 {
        margin-right: -133px
    }

    .xs-mr--134 {
        margin-right: -134px
    }

    .xs-mr--135 {
        margin-right: -135px
    }

    .xs-mr--136 {
        margin-right: -136px
    }

    .xs-mr--137 {
        margin-right: -137px
    }

    .xs-mr--138 {
        margin-right: -138px
    }

    .xs-mr--139 {
        margin-right: -139px
    }

    .xs-mr--140 {
        margin-right: -140px
    }

    .xs-mr--141 {
        margin-right: -141px
    }

    .xs-mr--142 {
        margin-right: -142px
    }

    .xs-mr--143 {
        margin-right: -143px
    }

    .xs-mr--144 {
        margin-right: -144px
    }

    .xs-mr--145 {
        margin-right: -145px
    }

    .xs-mr--146 {
        margin-right: -146px
    }

    .xs-mr--147 {
        margin-right: -147px
    }

    .xs-mr--148 {
        margin-right: -148px
    }

    .xs-mr--149 {
        margin-right: -149px
    }

    .xs-mr--150 {
        margin-right: -150px
    }

    .xs-mr--151 {
        margin-right: -151px
    }

    .xs-mr--152 {
        margin-right: -152px
    }

    .xs-mr--153 {
        margin-right: -153px
    }

    .xs-mr--154 {
        margin-right: -154px
    }

    .xs-mr--155 {
        margin-right: -155px
    }

    .xs-mr--156 {
        margin-right: -156px
    }

    .xs-mr--157 {
        margin-right: -157px
    }

    .xs-mr--158 {
        margin-right: -158px
    }

    .xs-mr--159 {
        margin-right: -159px
    }

    .xs-mr--160 {
        margin-right: -160px
    }

    .xs-mr--161 {
        margin-right: -161px
    }

    .xs-mr--162 {
        margin-right: -162px
    }

    .xs-mr--163 {
        margin-right: -163px
    }

    .xs-mr--164 {
        margin-right: -164px
    }

    .xs-mr--165 {
        margin-right: -165px
    }

    .xs-mr--166 {
        margin-right: -166px
    }

    .xs-mr--167 {
        margin-right: -167px
    }

    .xs-mr--168 {
        margin-right: -168px
    }

    .xs-mr--169 {
        margin-right: -169px
    }

    .xs-mr--170 {
        margin-right: -170px
    }

    .xs-mr--171 {
        margin-right: -171px
    }

    .xs-mr--172 {
        margin-right: -172px
    }

    .xs-mr--173 {
        margin-right: -173px
    }

    .xs-mr--174 {
        margin-right: -174px
    }

    .xs-mr--175 {
        margin-right: -175px
    }

    .xs-mr--176 {
        margin-right: -176px
    }

    .xs-mr--177 {
        margin-right: -177px
    }

    .xs-mr--178 {
        margin-right: -178px
    }

    .xs-mr--179 {
        margin-right: -179px
    }

    .xs-mr--180 {
        margin-right: -180px
    }

    .xs-mr--181 {
        margin-right: -181px
    }

    .xs-mr--182 {
        margin-right: -182px
    }

    .xs-mr--183 {
        margin-right: -183px
    }

    .xs-mr--184 {
        margin-right: -184px
    }

    .xs-mr--185 {
        margin-right: -185px
    }

    .xs-mr--186 {
        margin-right: -186px
    }

    .xs-mr--187 {
        margin-right: -187px
    }

    .xs-mr--188 {
        margin-right: -188px
    }

    .xs-mr--189 {
        margin-right: -189px
    }

    .xs-mr--190 {
        margin-right: -190px
    }

    .xs-mr--191 {
        margin-right: -191px
    }

    .xs-mr--192 {
        margin-right: -192px
    }

    .xs-mr--193 {
        margin-right: -193px
    }

    .xs-mr--194 {
        margin-right: -194px
    }

    .xs-mr--195 {
        margin-right: -195px
    }

    .xs-mr--196 {
        margin-right: -196px
    }

    .xs-mr--197 {
        margin-right: -197px
    }

    .xs-mr--198 {
        margin-right: -198px
    }

    .xs-mr--199 {
        margin-right: -199px
    }

    .xs-mr--200 {
        margin-right: -200px
    }
}

.rs-process.modify1.choose {
    background-image: linear-gradient(140deg, #ffffff 62%, #ffffff 100%)
}

.wrapper-slider {
    position: relative;
    width: 100%;
    margin: auto;
    color: #262626;
    background: #000;

    .item {
        position: relative;
        width: 100%;
        height: 100vh;

        picture {
            display: block;

            &:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgb(0 0 0 / .4);
                inset: 0;
                z-index: 1
            }

            img {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover
            }
        }

        .video {
            &:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgb(0 0 0 / .4);
                inset: 0;
                z-index: 1
            }
        }

        video {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            inset: 0
        }
    }

    .parent-text {
        padding: 15rem 2rem 5rem 2rem;
        position: relative;
        z-index: 2;
        color: #fff;

        .info-text {
            display: flex;
            flex-direction: column;
            gap: .5rem
        }
    }

    .swiper-pagination {
        width: 100%;
        bottom: 5rem;
        display: flex;
        align-items: center;
        gap: .5rem;

        .svg-icon {
            width: 1.5rem;
            height: 1.5rem;

            path {
                fill: #fff
            }
        }

        .swiper-pagination-bullet {
            color: #fff;
            opacity: 1;
            width: initial;
            height: initial;
            background: #fff0;

            button {
                background: #fff0;
                border: 0;
                display: flex;
                cursor: pointer
            }
        }

        .bullet-content {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .icon {
            position: absolute;
            z-index: 1
        }
    }
}

.icon.playpause-btn:before {
    display: none
}

.percentage {
    --colorf3: #1C69D4;
    --color13: #1C69D4;
    width: 3.4rem;
    aspect-ratio: 1;
    mask: radial-gradient(transparent 55%, black 60% 100%);
    -webkit-mask: radial-gradient(transparent 55%, black 60% 100%);
    opacity: 0;
    background: conic-gradient(transparent 0, transparent var(--p), #c9d6d7 0), conic-gradient(var(--colorf3), #1C69D4, #1C69D4, #1C69D4, var(--colorf3)), conic-gradient(transparent, transparent 10%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    &.show {
        opacity: 1
    }

    .number {
        width: 80%;
        aspect-ratio: 1;
        display: inherit;
        align-items: inherit;
        justify-content: inherit;
        background: #fff;
        border-radius: inherit;
        color: var(--color13)
    }
}

.parent-text.banner {
    text-align: center
}

.parent-text.banner .info-text h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.parent-text.banner .info-text h4 {
    letter-spacing: 2.5px
}

@media screen and (max-width:768px) {
    .parent-text.banner .info-text h1 {
        font-size: 40px !important;
        letter-spacing: 1.7px
    }

    .parent-text {
        padding: 24rem 2rem 5rem 2rem !important
    }

    .rs-banner.style9 .banner-animation .bnr-animate.two.seo-ani {
        left: 35% !important;
        top: 55% !important
    }

    .rs-banner.style9 .banner-animation .bnr-animate.two.seo-ani .banner-animation2 {
        height: 150px !important
    }

    .rs-banner.style9 .banner-animation .bnr-animate.seo-text {
        font-size: 10px;
        left: 33% !important;
        top: 88.9% !important;
        z-index: 11
    }

    .rs-banner.style9 .banner-animation .search-seo {
        left: 54% !important;
        top: 67% !important
    }

    .vertical.seo-spin {
        height: 86px !important
    }

    .rs-banner.style6 .banner-content .title {
        font-size: 35px !important;
        line-height: 45px !important
    }

    .rs-banner.style6 .images-part {
        top: 77% !important
    }

    .rs-banner.style6 {
        height: 950px !important
    }

    .rs-banner.style9.uiux-banner {
        height: 1177px !important
    }

    .rs-banner.style9.uiux-banner .images-part img {
        right: 0% !important
    }

    .rs-banner.style9.uiux-banner .images-part {
        margin-top: 0px !important
    }

    .sm-order-2 {
        order: 2
    }

    .title.seo-title {
        padding-top: 50px !important
    }
}

.swiper-slide {
    position: relative
}

.overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 2rem
}

.slide1.animate-in {
    animation: zoomIn 1s ease forwards
}

.slide2.animate-in {
    animation: slideUp 1s ease forwards
}

.slide3.animate-in {
    animation: fadeIn 1s ease forwards
}

@keyframes zoomIn {
    from {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.rs-banner.style9.uiux-banner {
    background: #fad671
}

.theme {
    color: #022279
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px
}

.step-box {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    transition: 0.3s
}

.step-box:hover {
    transform: translateY(-5px)
}

.step-box .step-number {
    width: 50px;
    height: 50px
}

.step-number {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.step-1 .step-number {
    background: #f5b400
}

.step-2 .step-number {
    background: #00b894
}

.step-3 .step-number {
    background: #0984e3
}

.step-4 .step-number {
    background: #6c5ce7
}

.step-5 .step-number {
    background: #d63031
}

.step-6 .step-number {
    background: #fd79a8
}

.step-7 .step-number {
    background: #fab005
}

.step-8 .step-number {
    background: #00cec9
}

.step-9 .step-number {
    background: #e17055
}

.step-10 .step-number {
    background: #2ecc71
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.step-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6
}

.rs-banner.style9 .banner-animation .bnr-animate.two.seo-ani {
    left: 21.5%;
    top: 10%;
    z-index: 11
}

.rs-banner.style9 .banner-animation .bnr-animate.seo-text {
    font-size: 9px;
    left: 21%;
    top: 75.9%;
    z-index: 11
}

.rs-banner.style9 .banner-animation .bnr-animate.two.seo-ani .banner-animation2 {
    height: 198px;
    z-index: 11
}

.rs-banner.style9 .banner-animation .search-seo {
    transform-origin: center center;
    left: 26%;
    top: 39%;
    position: absolute;
    z-index: 11
}

.vertical.seo-spin {
    height: 98px;
    animation: searchRotate 10s ease-in-out infinite
}

@keyframes searchRotate {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(360deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.vertical.ani-seo {
    animation-name: rocket;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes rocket {
    100% {
        transform: translateY(10px)
    }

    0% {
        transform: translateY(100px)
    }
}

.dm-seo {
    height: 420px
}

.why-choose {
    text-align: center;
    padding: 60px 20px
}

.why-choose h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222
}

.why-choose p {
    max-width: 650px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 1rem
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto
}

.why-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .08);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden
}

.why-card::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    z-index: 0;
    transition: all 0.4s ease
}

.why-card:hover::before {
    width: 100%
}

.why-card:hover {
    color: #fff;
    transform: translateY(-8px)
}

.why-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #4facfe;
    transition: 0.3s;
    z-index: 1;
    position: relative
}

.why-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    z-index: 1;
    position: relative
}

.why-card p {
    font-size: .95rem;
    line-height: 1.6;
    color: #666;
    z-index: 1;
    position: relative;
    transition: 0.3s
}

.why-card:hover .icon,
.why-card:hover p {
    color: #fff
}

.why-card .icon:before {
    display: none
}

.unparreled-seo {
    animation: rocketFloat 3s ease-in-out infinite
}

@keyframes rocketFloat {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.seo-text {
    white-space: nowrap;
    overflow: hidden
}

@keyframes fadeTyping {
    0% {
        width: 0;
        opacity: 0
    }

    40% {
        width: 100%;
        opacity: 1
    }

    70% {
        width: 100%;
        opacity: 1
    }

    100% {
        width: 0;
        opacity: 0
    }
}

.unparreled-spin {
    animation: searchWiggle 2s ease-in-out infinite;
    transform-origin: center center
}

@keyframes searchWiggle {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    75% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .rs-banner.style9 .banner-animation .bnr-animate.two.seo-ani {
        left: 21.5% !important
    }

    .search-seo {
        left: 29.5% !important;
        top: 31% !important
    }
}

.parent-text.app-chennai {
    padding: 11rem 2rem 5rem 2rem !important
}

.title.seo-title {
    padding-top: 178px
}

.bg-digital {
    background: #e9f2ff
}

.arrow {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0;
    overflow: hidden;
    outline: none;
    background-color: #fff0;
    cursor: pointer;
    border: 0
}

.arrow:before,
.arrow:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 7px
}

.arrow:before {
    border: 4px solid #001973;
    transition: opacity 0.4s cubic-bezier(.77, 0, .175, 1) 80ms, transform 0.5s cubic-bezier(.455, .03, .515, .955) 80ms
}

.arrow:after {
    border: 4px solid #96daf0;
    transform: scale(1.3);
    transition: opacity 0.4s cubic-bezier(.165, .84, .44, 1), transform 0.5s cubic-bezier(.25, .46, .45, .94);
    opacity: 0
}

.arrow:hover:before,
.arrow:focus:before {
    opacity: 0;
    transform: scale(.7);
    transition: opacity 0.4s cubic-bezier(.165, .84, .44, 1), transform 0.5s cubic-bezier(.25, .46, .45, .94)
}

.arrow:hover:after,
.arrow:focus:after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(.77, 0, .175, 1) 80ms, transform 0.5s cubic-bezier(.455, .03, .515, .955) 80ms
}

.arrow-box {
    display: flex;
    position: absolute;
    top: 14px;
    left: 18px
}

.arrow-elem {
    display: block;
    width: 20px;
    height: 20px;
    margin: 17px 18px 0 18px;
    transform: rotate(0deg);
    fill: #f0eeef
}

.arrow:hover .button-box,
.arrow:focus .button-box {
    transition: 0.4s;
    transform: translateX(-56px)
}

.rs-banner.style9.uiux-banner .images-part img {
    right: -7%;
    height: 450px
}

.desc.wow.fadeinup.text-white {
    font-size: 18px
}

.case-study-logo {
    width: 150px !important;
    background: #fff;
    padding: 10px
}

.button-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    color: #ffffff !important;
    font-weight: 600;
    background: #3386ef;
    box-shadow: 0 .5px 1px rgb(0 0 0 / .1), inset 0 .5px .5px rgb(255 255 255 / .5), 0 0 0 .5px rgb(0 0 0 / .12);
    color: #DFDEDF;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation
}

.button-12:focus {
    box-shadow: inset 0 .8px 0 -.25px rgb(255 255 255 / .2), 0 .5px 1px rgb(0 0 0 / .1), 0 0 0 3.5px rgb(58 108 217 / .5);
    outline: 0
}

.ml-3 {
    margin-left: 3px
}

.mr-20px {
    margin-right: 20px
}

.feature-hover-alt {
    transition: box-shadow 0.3s ease, transform 0.3s ease
}

.feature-hover-alt:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / .15);
    transform: scale(1.05)
}

.feature-hover-alt:hover .icon i {
    color: #28a745
}

.icon:before {
    content: none
}

.sticky-container-section {
    background-color: #f8f9fa;
    padding: 50px 0
}

.sticky-container-section {
    position: relative
}

.sticky-content {
    transition: top 0.12s linear
}

.sticky-content.sticky-fixed {
    z-index: 100
}

.sticky-content.sticky-absolute {
    z-index: 10
}

.sticky-content {
    position: sticky;
    top: 100px
}

.sticky-container-section h3 {
    font-weight: 700;
    color: #343a40;
    margin-bottom: 20px
}

.sticky-container-section p {
    margin-bottom: 20px;
    color: #6c757d
}

.sticky-container-section ul {
    padding-left: 0;
    list-style: none
}

.sticky-container-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #495057
}

.sticky-container-section ul li i {
    margin-right: 10px;
    color: #007bff
}

.scrollable-content {
    padding-right: 15px
}

.scrollable-content .content-block {
    margin-bottom: 20px
}

.scrollable-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 10px
}

.scrollable-content p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6
}

.feature-box.feature-hover-alt {
    height: 360px
}

.ai-home {
    display: grid;
    grid-template-columns: 45% 50%;
    place-items: center;
    gap: 50px;
    overflow: hidden;
    padding: 130px 80px
}

.ai-description {
    color: #fff;
    padding: 0 15px
}

.ai-description>h1 {
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1;
    margin-bottom: 30px
}

.gradient-text {
    background-image: linear-gradient(90deg, #ff3131 0%, #ff3131 40%, #378da7 50%, #7598f2 70%, #9076ec 100%);
    color: #fff0;
    background-size: contain;
    background-clip: text;
    -webkit-background-clip: text
}

.ai-description>p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 8px
}

.users-color-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px
}

.ai-item .item {
    max-width: 200px;
    aspect-ratio: 1/1;
    box-shadow: 0 8px 8px rgb(0 0 0 / .5), inset 0 2px 2px rgb(255 255 255 / .2)
}

.item:nth-child(1) {
    background-color: #67d7e1;
    border-radius: 50% 50% 0 50%
}

.item:nth-child(2) {
    border-radius: 50% 50% 0 0
}

.item:nth-child(3) {
    background-color: #6cc164;
    border-radius: 50%
}

.item:nth-child(4) {
    border-radius: 0 0 0 50%
}

.item:nth-child(5) {
    border-radius: 0 50% 50% 0
}

.item:nth-child(6) {
    background-color: #8071a8;
    border-radius: 0 50% 50% 50%
}

.item:nth-child(7) {
    border-radius: 50% 50% 0 50%
}

.item:nth-child(8) {
    background-color: #fe7519;
    border-radius: 50% 0 0 50%
}

.item:nth-child(9) {
    background-color: #f5bec3;
    border-radius: 0 50% 50% 0
}

.item:nth-child(10) {
    border-radius: 50%
}

.item:nth-child(11) {
    background-color: #fcd659;
    border-radius: 50% 0 50% 50%
}

.item:nth-child(12) {
    border-radius: 50% 0 0 0
}

.item {
    animation: fadeIn 0.5s linear 1 forwards;
    animation-delay: calc(0.2s * var(--i))
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.card-container {
    background: radial-gradient(circle at top left, #022279 -47%, transparent 40%), radial-gradient(circle at top right, #022279 -47%, transparent 40%), radial-gradient(circle at bottom left, #022279 -47%, transparent 40%), radial-gradient(circle at bottom right, #022279 -47%, transparent 40%), #000000
}

.card-container.ai-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding: 50px 50px
}

.ai-cards .card {
    max-width: 300px;
    aspect-ratio: 3/5;
    border-radius: 15px;
    margin: 20px;
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / .7);
    border-left: 1px solid rgb(255 255 255 / .7);
    box-shadow: 0 8px 10px rgb(0 0 0 / .5), inset 0 2px 2px rgb(255 255 255 / .2);
    cursor: grab
}

.ai-cards .card .content:hover {
    background: #fd4545;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out
}

.ai-cards .card .content {
    height: 500px;
    text-align: center;
    position: relative;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    padding: 20px;
    background: #022279
}

.ai-cards .card .content::before,
.ai-cards .card .content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: conic-gradient(from var(--gradient-angle), #ff3131, #831010, #022279, #3b5bae, #481638, #18256f, #378da7, #1e775f, #ff3131);
    animation: rotation 8s linear infinite
}

.ai-cards .card .content::after {
    filter: blur(30px)
}

@keyframes rotation {
    0% {
        --gradient-angle: 0deg
    }

    100% {
        --gradient-angle: 360deg
    }
}

.ai-cards .card .content img {
    aspect-ratio: 3/2;
    border-radius: 10px;
    grid-row: 1 / 5;
    margin-bottom: 20px;
    user-select: none;
    object-fit: cover;
    box-shadow: 0 3px 10px rgb(0 0 0 / .5)
}

.ai-cards .card .content h1 {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    grid-row: 5 / 6;
    user-select: none
}

.ai-cards .card .content p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    grid-row: 6 / 9;
    user-select: none
}

.ai-cards .card .btn-grad {
    background-image: linear-gradient(to right, #ece9e6 0%, #ffffff 51%, #ece9e6 100%);
    padding: 10px 16px;
    color: #000;
    box-shadow: 0 0 5px #eee;
    outline: 0;
    font-size: 1rem;
    font-weight: 400;
    grid-row: 9 / 10;
    cursor: pointer;
    transition: all 0.5s ease-in
}

.ai-cards .control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 14px
}

.ai-cards .control li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #559b9a, #3b3d8a);
    box-shadow: 0 8px 20px rgb(0 0 0 / .5), inset 0 4px 4px rgb(255 255 255 / .2);
    border-radius: 50%;
    cursor: pointer;
    transform: scale(1)
}

.ai-cards .control li::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #559b9a, #3b3d8a);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease-in;
    opacity: 0
}

.ai-cards .control li:hover::before {
    opacity: 1
}

.ai-cards .control .arrow {
    font-size: 1.5rem;
    color: #fff
}

@media (max-width:1215px) {
    .description>p {
        font-size: 1rem
    }
}

@media (max-width:1015px) {
    .home {
        grid-template-columns: 45% 50%;
        gap: 50px;
        padding: 140px 50px
    }

    .description>p {
        font-size: 1rem
    }
}

@media (max-width:865px) {
    .home {
        grid-template-columns: 45% 50%;
        gap: 60px;
        padding: 130px 70px
    }
}

@media (max-width:815px) {
    .home {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "userscolorcontainer" "description";
        gap: 30px;
        padding: 90px 80px 70px
    }

    .users-color-container {
        grid-area: userscolorcontainer
    }

    .description {
        grid-area: description;
        padding: 0;
        text-align: center
    }

    .description>p {
        font-size: 1.1rem
    }
}

@media (max-width:815px) {
    .description>p {
        font-size: 1rem
    }
}

@media (max-width:460px) {
    .home {
        gap: 0;
        padding: 30px 40px
    }
}

.ai-item img {
    width: 100%
}

.flutter-canada-ul li {
    display: flex;
    gap: 12px;
    align-items: baseline
}

.ai-cards img {
    width: 100% !important
}

.about-ai .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, auto));
    gap: 2rem
}

.about-ai {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, auto));
    gap: 2rem
}

.about-img img {
    border-radius: 3rem 0 3rem 3rem;
    height: 500px
}

.ai-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px
}

.ai-built {
    margin-top: 5rem;
    background: url(https://i.postimg.cc/wv1bC8ZG/home.jpg) no-repeat center center / cover;
    height: 440px;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.ai-built::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .5);
    border-radius: inherit;
    z-index: 1
}

.ai-built>* {
    position: relative;
    z-index: 2
}

.p-35 {
    padding: 35px
}

.ai-bg-white {
    background: #fff0;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #fafafa
}

.tab-style-05 .nav-tabs.ai-tabs .nav-item .nav-link {
    padding: 10px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 15px
}

.ai-skills .skills,
.ai-skills .skills .title {
    color: #fff
}

.ai-title {
    color: #ffffff !important
}

.card-container p {
    color: #ffffff !important
}

.card-container ul li {
    color: #fff
}

.skills-image p {
    color: #000
}

.rs-banner.style9.seo-banner-bg .images-part img {
    top: 110px;
    position: relative;
    right: -15%;
    max-width: 62%;
    transform: translateY(20%);
    height: unset
}

.modern-accordion {
    --accent: #2946f3;
    --accent2: #992d2d;
    --bg: transparent;
    --border: rgba(41, 70, 243, 0.08);
    --radius: 18px;
    --shadow: 0 2px 16px 0 rgba(41, 70, 243, 0.07);
    --shadow-active: 0 4px 32px 0 rgba(41, 70, 243, 0.13)
}

.modern-accordion .accordion-item {
    border-radius: var(--radius);
    margin-bottom: 18px;
    border: 1.5px solid var(--border);
    box-shadow: var(--shadow);
    background: var(--bg);
    overflow: hidden;
    transition: box-shadow 0.22s, border 0.22s
}

.modern-accordion .accordion-item.active,
.modern-accordion .accordion-item:has(.accordion-collapse.show) {
    box-shadow: var(--shadow-active);
    border-color: var(--accent)
}

.modern-accordion .accordion-header {
    background: none;
    border: none
}

.modern-accordion .accordion-button {
    background: #fff0;
    color: #f1f5f9;
    font-weight: 600;
    font-size: 1.13rem;
    border: none;
    border-radius: 0;
    padding: 1.1rem 1.7rem 1.1rem 1.2rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: .9em;
    transition: background 0.18s, color 0.18s;
    position: relative
}

.modern-accordion .accordion-button .industry-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9efff 100%);
    margin-right: .7em;
    font-size: 1.25em;
    color: var(--accent);
    box-shadow: 0 1px 6px 0 rgb(41 70 243 / .07);
    transition: background 0.18s, color 0.18s
}

.modern-accordion .accordion-button:not(.collapsed) .industry-icon {
    background: linear-gradient(135deg, var(--accent), var(--accent2));
    color: #fff
}

.modern-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, var(--accent), var(--accent2));
    color: #fff
}

.modern-accordion .accordion-button:focus {
    box-shadow: none
}

.modern-accordion .accordion-body {
    background: #fff0;
    padding: 1.2rem 1.7rem 1.5rem 3.2rem;
    color: #222;
    border-top: 1px solid #e3e8ee;
    font-size: 1.04rem;
    animation: fadeInAccordion 0.4s
}

@keyframes fadeInAccordion {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.modern-accordion .list-unstyled li {
    margin-bottom: .55rem;
    font-size: 1.01rem;
    display: flex;
    align-items: center;
    gap: .7em;
    letter-spacing: .01em
}

.modern-accordion .fa-circle-check {
    margin-right: .5em;
    font-size: 1.13em;
    background: linear-gradient(90deg, #5a6eff, #7c7272);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.modern-accordion .industry-title {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .01em
}

@media (max-width:768px) {

    .modern-accordion .accordion-button,
    .modern-accordion .accordion-body {
        padding-left: 1.1rem;
        padding-right: 1.1rem
    }

    .modern-accordion .accordion-body {
        padding-left: 2.2rem
    }
}

@media (max-width:575px) {

    .modern-accordion .accordion-button,
    .modern-accordion .accordion-body {
        padding-left: .7rem;
        padding-right: .7rem
    }

    .modern-accordion .accordion-body {
        padding-left: 1.5rem
    }
}

.ai-setion-bg-1 {
    background-image: linear-gradient(120deg, #022279 60%, #fe3838 100%)
}

@media (max-width:768px) {
    .ai-banner .fs-55 {
        font-size: 2.5rem;
        line-height: 3.5rem
    }

    .ai-banner .title {
        font-size: 2.5rem
    }

    .desc.wow.fadeinup.text-white,
    .ai-description>p,
    .flutter-canada-ul li,
    .card-container p,
    .sec-title2 p,
    .ai-feature-desc.small,
    .modern-step-desc {
        font-size: 1.7rem !important
    }

    .ai-home {
        grid-template-columns: 100% 0%;
        gap: unset;
        padding: 89px 0
    }

    .sec-title2 .title {
        font-size: 27px
    }

    .card-container.ai-cards {
        padding: 50px 0
    }

    .parent-text.app-chennai {
        padding: 11rem 0rem 5rem 0rem !important
    }

    .develop-head.w-70.sec-title2 {
        width: 100% !important
    }

    .ai-feature-title,
    .modern-step-title {
        font-size: 1.9rem !important
    }

    .about-img img {
        height: auto
    }

    .scroll-background1 p {
        padding: 10px !important;
        font-size: 18px !important;
    }

    .ui-tabs {
        height: 76px !important;
    }

    body {
        --bs-body-font-size: 18px !important;
    }
}

.accordion-item1 {
    background: rgb(255 255 255 / .13);
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1)
}

.accordion-header1 {
    background: rgb(255 255 255 / .13);
    color: #FFF;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px;
    transition: background-color 0.3s ease
}

.accordion-header1:hover {
    background-color: #022279
}

.accordion-content1 {
    background: rgb(255 255 255 / .13);
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease
}

.accordion-content1 p {
    line-height: 1.5
}

.icon1 {
    transition: transform 0.3s ease
}

.active .icon1 {
    transform: rotate(45deg)
}

.ai-skill-box.skills-box {
    background: rgb(255 255 255 / .13);
    justify-content: center;
    padding: 9px 5px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 6px
}

.ai-skill-box.skills-box:hover {
    margin-top: 35px
}

.ai-skill-image {
    display: flex;
    gap: 15px;
    align-items: center
}

.skills-image.ai-skill-image img {
    max-width: 100%;
    padding: 3px 10px
}

.skills-image.ai-skill-image p {
    color: #f8fdfe
}

.slider-road-map {
    right: 10%;
    left: -6%;
    margin: 20px 0;
    height: 250px;
    display: block;
    perspective: 1000px;
    position: relative;
    width: 100%
}

.slide-road-map {
    display: inline-block;
    width: 400px;
    position: absolute;
    backface-visibility: hidden;
    transition: .4s all;
    color: #fff;
    backdrop-filter: blur(10px);
    border: double 1px #fff0;
    border-radius: 30px;
    background-image: linear-gradient(#022279, #09287d), linear-gradient(to right, #661dee73, #009dff75);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.slide-container-road-map {
    padding: 20px 30px
}

.slide-container-road-map ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.slide-container-road-map ul li {
    padding: 0
}

.slide-road-map.active {
    z-index: 4
}

.scroll-background1 {
    -webkit-animation: scroll-background1 2000s linear infinite;
    animation: scroll-background1 2000s linear infinite;
    background-repeat: repeat-x !important;
    margin-top: 82px;
    top: 0 !important;
}

@-webkit-keyframes scroll-background1 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -40000px 0;
    }
}

@keyframes scroll-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -40000px 0;
    }
}

@media (min-width: 768px) {
    .intro1 {
        padding: 0;
    }
}

.introhalf1 {
    height: auto !important;
}

.intro1 {
    display: table;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100% !important;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.demo-header1 {
    background: url(../images/ui-ux-design/UI-UX-Banner.webp);

}

.introhalf1 .intro-body1 {
    padding: 175px 0px 155px !important;
}

.intro1 .intro-body1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px 0px 150px;
}

/* .intro1.demo-header1 .intro-body1::before {
    background: rgba(25, 25, 35, 0.7);
}

.intro-body1::before {
    content: "";
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -9;
    background: rgba(7, 9, 21, 0.5);
} */

.scroll-background1 p {
    padding: 10px 200px 18px 200px;
}

.uiux-bg {
    background: #10123a;
}

.uiux-bg .sec-title .title,
.uiux-bg .sec-title .desc {

    color: #ffffff;
}

.ui-container {
    width: 100%;
    max-width: 1100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02));
    border-radius: 14px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 20px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
}

/* Left vertical tabs */
.ui-tabs {
    background: #0b1220;
    padding: 12px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* two columns */
    gap: 10px;
    width: 100%;
    /* min-height: 380px; */
    height: 350px;
}


.ui-tab-btn[aria-selected="true"] {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.ui-tab-btn {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .25s ease;
    color: #94a3b8;
    background: transparent;
    border: 1px solid transparent;
    height: 55px;
}

.ui-tab-btn:hover {
    transform: translateX(6px);
    color: #fff
}

.ui-tab-btn[aria-selected="true"] {
    background: linear-gradient(90deg, rgba(124, 58, 237, 0.12), rgba(124, 58, 237, 0.06));
    color: #fff;
    border: 1px solid rgba(124, 58, 237, 0.18);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.06);
    transform: none;
}

.ui-tab-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-weight: 600;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    flex-shrink: 0;
}

.ui-tab-title {
    font-weight: 600;
    font-size: 15px
}

.ui-tab-sub {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px
}

/* Right content card */
.ui-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.ui-card {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border-radius: 12px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 18px;
    align-items: center;
    min-height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.ui-card-left {
    padding: 8px 6px;
}

.ui-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0;
    color: #94a3b8;
}

.ui-card-desc {
    color: #94a3b8;
    line-height: 1.5
}

.ui-card-footer {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    align-items: center
}



.ui-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: #94a3b8;
}

.ui-card-media {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.6);
}

.ui-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* small screen: tabs on top */
@media (max-width:880px) {
    .ui-container {
        grid-template-columns: 1fr;
    }

    .ui-tabs {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        padding: 10px;
        min-height: auto;
    }


    .ui-tab-btn {
        min-width: 65px;
        flex: 0 0 auto
    }

    .ui-card {
        grid-template-columns: 1fr;
    }

    .ui-card-media {
        height: 210px
    }
}

/* micro animations */
.ui-fade-enter {
    opacity: 0;
    transform: translateY(6px)
}

.ui-fade-enter-active {
    opacity: 1;
    transform: none;
    transition: all .28s ease
}

.rs-services.style3 .services-item.services-item.blue-bg-ui {
    height: 440px;
}

.rs-services.style3.ui-cards .services-item:hover {
    background-color: #022279 !important;
}

.accordion.ui-ux-faq .accordion-body {
    background: #ffffff00;
    color: #fff;
}

.ui-ux-faq.faq-accordion .accordion-item button {
    background: #ffffff00;
    color: #ffffff
}

.ui-ux-faq.faq-accordion .accordion-item {
    background-color: #ffffff00;
}

.ai-banner-buttons-section {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    /* background: #f8fafc; light background */
}

.ai-banner-button-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 650px;
    /* width: 100%; */
}

.ai-banner-btn {
    border: 1px solid #fff;
    width: 100%;
    background: #ffffff00;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    pointer-events: none;
    /* makes it NOT clickable */
}

.ai-banner-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
}

/* Responsive */
@media (max-width: 600px) {
    .ai-banner-button-grid {
        grid-template-columns: 1fr;
    }
}

.digi-service-single {
    height: 425px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    border: 1px solid rgba(17, 24, 39, .12);
    padding: 48px 24px 30px 24px;
}

.digi-service-single:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
}

.process-card:hover {
    background: #fff;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
    z-index: 3;
}

.process-card {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rounded-custom {
    border-radius: 1rem !important;
}

.process-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto 35px;
}
.dots-line.first {
    position: relative;
    margin-right: -25px;
    margin-left: -25px;
}
.dots-line {
    position: relative;
    top: auto;
    right: auto;
    z-index: 2;
    width: 100px;
    height: 1px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px dashed #175cff;
}
.process-card:hover .process-icon {
    background: #175cff !important;
}
.process-card:hover .process-icon span, .process-card:hover .process-icon span i
 {
    color: #fff !important;
}
.pt-170{
    padding-top: 170px;
}