/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top


==============================================  */
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");

:root {
    --color-primary: #A373DA;
    /* #3F3EED; */
    --color-primary-2: #33B89F;
    --color-secondary: #1F1F25;
    --color-body: #497696;
    --color-heading-1: #939393;
    --color-white: #fff;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: "Space Grotesk", sans-serif;
    --font-secondary: "Space Grotesk", sans-serif;
    --font-three: "Font Awesome 6 pro";
    --font-size-b1: 16px;
    --font-size-b2: 16px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 60px;
    --h2: 48px;
    --h3: 30px;
    --h4: 26px;
    --h5: 24px;
    --h6: 18px;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: auto !important;
}

body {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Space Grotesk", sans-serif;
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow: hidden;
    }
}

body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: "Exo", sans-serif;
    line-height: 1.4074;
    color: var(--color-heading-1);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 91px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.23;
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 54px;
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.24;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
    color: #fff;
}

.bg-color-tertiary p {
    color: #6c7279;
}

.bg-color-tertiary a {
    color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
    font-weight: var(--s-bold);
}

h6,
.h6 {
    font-weight: var(--s-bold);
}

p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
    color: var(--color-body);
    margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px;
}

p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px;
}

p.has-small-font-size {
    font-size: 13px;
}

p.has-very-light-gray-color {
    color: var(--color-white);
}

p.has-background {
    padding: 20px 30px;
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

p:last-child {
    margin-bottom: 0;
}

.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

.b4 {
    font-size: var(--font-size-b4);
    line-height: var(--line-height-b4);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%;
}

table a,
table a:link,
table a:visited {
    text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
    color: var(--color-heading);
}

var {
    font-family: "Exo", sans-serif;
}

/*---------------------------
	List Style
---------------------------*/
ul,
ol {
    padding-left: 18px;
}

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}

ul.liststyle.bullet li {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-body);
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    ul.liststyle.bullet li {
        padding-left: 19px;
    }
}

ul.liststyle.bullet li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--color-body);
    left: 0;
    top: 10px;
}

ul.liststyle.bullet li + li {
    margin-top: 8px;
}

ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

ul li a {
    text-decoration: none;
    color: var(--color-gray);
}

ul li a:hover {
    color: var(--color-primary);
}

ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}

ol li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    margin-top: 10px;
    margin-bottom: 10px;
}

ol li a {
    color: var(--color-heading);
    text-decoration: none;
}

ol li a:hover {
    color: var(--color-primary);
}

ol ul {
    padding-left: 30px;
}

.typo-title-area .title {
    margin-top: 0;
}

.paragraph-area p.disc {
    margin-bottom: 20px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 64px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 54px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 30px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 479px) {
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

/*=========================
    Section Separation
==========================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mb_dec--25 {
    margin-bottom: -25px;
}

.mb_dec--30 {
    margin-bottom: -30px;
}

.m--0 {
    margin: 0;
}

.rts-section-gap {
    padding: 120px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap {
        padding: 60px 0;
    }
}

.rts-section-gapBottom {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gapBottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gapBottom {
        padding-bottom: 60px;
    }
}

.rts-section-gapTop {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gapTop {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gapTop {
        padding-top: 60px;
    }
}

.rts-section-gap2 {
    padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap2 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap2 {
        padding: 60px 0;
    }
}

.rts-section-gap2Bottom {
    padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap2Bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap2Bottom {
        padding-bottom: 60px;
    }
}

.rts-section-gap2Top {
    padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap2Top {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap2Top {
        padding-top: 60px;
    }
}

.rts-section-gap3 {
    padding: 150px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap3 {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap3 {
        padding: 60px 0;
    }
}

.rts-section-gap3Bottom {
    padding-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap3Bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap3Bottom {
        padding-bottom: 60px;
    }
}

.rts-section-gap3Top {
    padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gap3Top {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gap3Top {
        padding-top: 60px;
    }
}

.pl--0 {
    padding-left: 0;
}

.pr--0 {
    padding-right: 0;
}

.pt--0 {
    padding-top: 0;
}

.pb--0 {
    padding-bottom: 0;
}

.mr--0 {
    margin-right: 0;
}

.ml--0 {
    margin-left: 0;
}

.mt--0 {
    margin-top: 0;
}

.mb--0 {
    margin-bottom: 0;
}

.ptb--5 {
    padding: 5px 0;
}

.plr--5 {
    padding: 0 5px;
}

.pt--5 {
    padding-top: 5px;
}

.pb--5 {
    padding-bottom: 5px;
}

.pl--5 {
    padding-left: 5px;
}

.pr--5 {
    padding-right: 5px;
}

.mt--5 {
    margin-top: 5px;
}

.mb--5 {
    margin-bottom: 5px;
}

.mr--5 {
    margin-right: 5px;
}

.ml--5 {
    margin-left: 5px;
}

.ptb--10 {
    padding: 10px 0;
}

.plr--10 {
    padding: 0 10px;
}

.pt--10 {
    padding-top: 10px;
}

.pb--10 {
    padding-bottom: 10px;
}

.pl--10 {
    padding-left: 10px;
}

.pr--10 {
    padding-right: 10px;
}

.mt--10 {
    margin-top: 10px;
}

.mb--10 {
    margin-bottom: 10px;
}

.mr--10 {
    margin-right: 10px;
}

.ml--10 {
    margin-left: 10px;
}

.ptb--15 {
    padding: 15px 0;
}

.plr--15 {
    padding: 0 15px;
}

.pt--15 {
    padding-top: 15px;
}

.pb--15 {
    padding-bottom: 15px;
}

.pl--15 {
    padding-left: 15px;
}

.pr--15 {
    padding-right: 15px;
}

.mt--15 {
    margin-top: 15px;
}

.mb--15 {
    margin-bottom: 15px;
}

.mr--15 {
    margin-right: 15px;
}

.ml--15 {
    margin-left: 15px;
}

.ptb--20 {
    padding: 20px 0;
}

.plr--20 {
    padding: 0 20px;
}

.pt--20 {
    padding-top: 20px;
}

.pb--20 {
    padding-bottom: 20px;
}

.pl--20 {
    padding-left: 20px;
}

.pr--20 {
    padding-right: 20px;
}

.mt--20 {
    margin-top: 20px;
}

.mb--20 {
    margin-bottom: 20px;
}

.mr--20 {
    margin-right: 20px;
}

.ml--20 {
    margin-left: 20px;
}

.ptb--25 {
    padding: 25px 0;
}

.plr--25 {
    padding: 0 25px;
}

.pt--25 {
    padding-top: 25px;
}

.pb--25 {
    padding-bottom: 25px;
}

.pl--25 {
    padding-left: 25px;
}

.pr--25 {
    padding-right: 25px;
}

.mt--25 {
    margin-top: 25px;
}

.mb--25 {
    margin-bottom: 25px;
}

.mr--25 {
    margin-right: 25px;
}

.ml--25 {
    margin-left: 25px;
}

.ptb--30 {
    padding: 30px 0;
}

.plr--30 {
    padding: 0 30px;
}

.pt--30 {
    padding-top: 30px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pl--30 {
    padding-left: 30px;
}

.pr--30 {
    padding-right: 30px;
}

.mt--30 {
    margin-top: 30px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mr--30 {
    margin-right: 30px;
}

.ml--30 {
    margin-left: 30px;
}

.ptb--35 {
    padding: 35px 0;
}

.plr--35 {
    padding: 0 35px;
}

.pt--35 {
    padding-top: 35px;
}

.pb--35 {
    padding-bottom: 35px;
}

.pl--35 {
    padding-left: 35px;
}

.pr--35 {
    padding-right: 35px;
}

.mt--35 {
    margin-top: 35px;
}

.mb--35 {
    margin-bottom: 35px;
}

.mr--35 {
    margin-right: 35px;
}

.ml--35 {
    margin-left: 35px;
}

.ptb--40 {
    padding: 40px 0;
}

.plr--40 {
    padding: 0 40px;
}

.pt--40 {
    padding-top: 40px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pl--40 {
    padding-left: 40px;
}

.pr--40 {
    padding-right: 40px;
}

.mt--40 {
    margin-top: 40px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mr--40 {
    margin-right: 40px;
}

.ml--40 {
    margin-left: 40px;
}

.ptb--45 {
    padding: 45px 0;
}

.plr--45 {
    padding: 0 45px;
}

.pt--45 {
    padding-top: 45px;
}

.pb--45 {
    padding-bottom: 45px;
}

.pl--45 {
    padding-left: 45px;
}

.pr--45 {
    padding-right: 45px;
}

.mt--45 {
    margin-top: 45px;
}

.mb--45 {
    margin-bottom: 45px;
}

.mr--45 {
    margin-right: 45px;
}

.ml--45 {
    margin-left: 45px;
}

.ptb--50 {
    padding: 50px 0;
}

.plr--50 {
    padding: 0 50px;
}

.pt--50 {
    padding-top: 50px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pl--50 {
    padding-left: 50px;
}

.pr--50 {
    padding-right: 50px;
}

.mt--50 {
    margin-top: 50px;
}

.mb--50 {
    margin-bottom: 50px;
}

.mr--50 {
    margin-right: 50px;
}

.ml--50 {
    margin-left: 50px;
}

.ptb--55 {
    padding: 55px 0;
}

.plr--55 {
    padding: 0 55px;
}

.pt--55 {
    padding-top: 55px;
}

.pb--55 {
    padding-bottom: 55px;
}

.pl--55 {
    padding-left: 55px;
}

.pr--55 {
    padding-right: 55px;
}

.mt--55 {
    margin-top: 55px;
}

.mb--55 {
    margin-bottom: 55px;
}

.mr--55 {
    margin-right: 55px;
}

.ml--55 {
    margin-left: 55px;
}

.ptb--60 {
    padding: 60px 0;
}

.plr--60 {
    padding: 0 60px;
}

.pt--60 {
    padding-top: 60px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pl--60 {
    padding-left: 60px;
}

.pr--60 {
    padding-right: 60px;
}

.mt--60 {
    margin-top: 60px;
}

.mb--60 {
    margin-bottom: 60px;
}

.mr--60 {
    margin-right: 60px;
}

.ml--60 {
    margin-left: 60px;
}

.ptb--65 {
    padding: 65px 0;
}

.plr--65 {
    padding: 0 65px;
}

.pt--65 {
    padding-top: 65px;
}

.pb--65 {
    padding-bottom: 65px;
}

.pl--65 {
    padding-left: 65px;
}

.pr--65 {
    padding-right: 65px;
}

.mt--65 {
    margin-top: 65px;
}

.mb--65 {
    margin-bottom: 65px;
}

.mr--65 {
    margin-right: 65px;
}

.ml--65 {
    margin-left: 65px;
}

.ptb--70 {
    padding: 70px 0;
}

.plr--70 {
    padding: 0 70px;
}

.pt--70 {
    padding-top: 70px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pl--70 {
    padding-left: 70px;
}

.pr--70 {
    padding-right: 70px;
}

.mt--70 {
    margin-top: 70px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mr--70 {
    margin-right: 70px;
}

.ml--70 {
    margin-left: 70px;
}

.ptb--75 {
    padding: 75px 0;
}

.plr--75 {
    padding: 0 75px;
}

.pt--75 {
    padding-top: 75px;
}

.pb--75 {
    padding-bottom: 75px;
}

.pl--75 {
    padding-left: 75px;
}

.pr--75 {
    padding-right: 75px;
}

.mt--75 {
    margin-top: 75px;
}

.mb--75 {
    margin-bottom: 75px;
}

.mr--75 {
    margin-right: 75px;
}

.ml--75 {
    margin-left: 75px;
}

.ptb--80 {
    padding: 80px 0;
}

.plr--80 {
    padding: 0 80px;
}

.pt--80 {
    padding-top: 80px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pl--80 {
    padding-left: 80px;
}

.pr--80 {
    padding-right: 80px;
}

.mt--80 {
    margin-top: 80px;
}

.mb--80 {
    margin-bottom: 80px;
}

.mr--80 {
    margin-right: 80px;
}

.ml--80 {
    margin-left: 80px;
}

.ptb--85 {
    padding: 85px 0;
}

.plr--85 {
    padding: 0 85px;
}

.pt--85 {
    padding-top: 85px;
}

.pb--85 {
    padding-bottom: 85px;
}

.pl--85 {
    padding-left: 85px;
}

.pr--85 {
    padding-right: 85px;
}

.mt--85 {
    margin-top: 85px;
}

.mb--85 {
    margin-bottom: 85px;
}

.mr--85 {
    margin-right: 85px;
}

.ml--85 {
    margin-left: 85px;
}

.ptb--90 {
    padding: 90px 0;
}

.plr--90 {
    padding: 0 90px;
}

.pt--90 {
    padding-top: 90px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pl--90 {
    padding-left: 90px;
}

.pr--90 {
    padding-right: 90px;
}

.mt--90 {
    margin-top: 90px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mr--90 {
    margin-right: 90px;
}

.ml--90 {
    margin-left: 90px;
}

.ptb--95 {
    padding: 95px 0;
}

.plr--95 {
    padding: 0 95px;
}

.pt--95 {
    padding-top: 95px;
}

.pb--95 {
    padding-bottom: 95px;
}

.pl--95 {
    padding-left: 95px;
}

.pr--95 {
    padding-right: 95px;
}

.mt--95 {
    margin-top: 95px;
}

.mb--95 {
    margin-bottom: 95px;
}

.mr--95 {
    margin-right: 95px;
}

.ml--95 {
    margin-left: 95px;
}

.ptb--100 {
    padding: 100px 0;
}

.plr--100 {
    padding: 0 100px;
}

.pt--100 {
    padding-top: 100px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pl--100 {
    padding-left: 100px;
}

.pr--100 {
    padding-right: 100px;
}

.mt--100 {
    margin-top: 100px;
}

.mb--100 {
    margin-bottom: 100px;
}

.mr--100 {
    margin-right: 100px;
}

.ml--100 {
    margin-left: 100px;
}

.ptb--105 {
    padding: 105px 0;
}

.plr--105 {
    padding: 0 105px;
}

.pt--105 {
    padding-top: 105px;
}

.pb--105 {
    padding-bottom: 105px;
}

.pl--105 {
    padding-left: 105px;
}

.pr--105 {
    padding-right: 105px;
}

.mt--105 {
    margin-top: 105px;
}

.mb--105 {
    margin-bottom: 105px;
}

.mr--105 {
    margin-right: 105px;
}

.ml--105 {
    margin-left: 105px;
}

.ptb--110 {
    padding: 110px 0;
}

.plr--110 {
    padding: 0 110px;
}

.pt--110 {
    padding-top: 110px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pl--110 {
    padding-left: 110px;
}

.pr--110 {
    padding-right: 110px;
}

.mt--110 {
    margin-top: 110px;
}

.mb--110 {
    margin-bottom: 110px;
}

.mr--110 {
    margin-right: 110px;
}

.ml--110 {
    margin-left: 110px;
}

.ptb--115 {
    padding: 115px 0;
}

.plr--115 {
    padding: 0 115px;
}

.pt--115 {
    padding-top: 115px;
}

.pb--115 {
    padding-bottom: 115px;
}

.pl--115 {
    padding-left: 115px;
}

.pr--115 {
    padding-right: 115px;
}

.mt--115 {
    margin-top: 115px;
}

.mb--115 {
    margin-bottom: 115px;
}

.mr--115 {
    margin-right: 115px;
}

.ml--115 {
    margin-left: 115px;
}

.ptb--120 {
    padding: 120px 0;
}

.plr--120 {
    padding: 0 120px;
}

.pt--120 {
    padding-top: 120px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pl--120 {
    padding-left: 120px;
}

.pr--120 {
    padding-right: 120px;
}

.mt--120 {
    margin-top: 120px;
}

.mb--120 {
    margin-bottom: 120px;
}

.mr--120 {
    margin-right: 120px;
}

.ml--120 {
    margin-left: 120px;
}

.ptb--125 {
    padding: 125px 0;
}

.plr--125 {
    padding: 0 125px;
}

.pt--125 {
    padding-top: 125px;
}

.pb--125 {
    padding-bottom: 125px;
}

.pl--125 {
    padding-left: 125px;
}

.pr--125 {
    padding-right: 125px;
}

.mt--125 {
    margin-top: 125px;
}

.mb--125 {
    margin-bottom: 125px;
}

.mr--125 {
    margin-right: 125px;
}

.ml--125 {
    margin-left: 125px;
}

.ptb--130 {
    padding: 130px 0;
}

.plr--130 {
    padding: 0 130px;
}

.pt--130 {
    padding-top: 130px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pl--130 {
    padding-left: 130px;
}

.pr--130 {
    padding-right: 130px;
}

.mt--130 {
    margin-top: 130px;
}

.mb--130 {
    margin-bottom: 130px;
}

.mr--130 {
    margin-right: 130px;
}

.ml--130 {
    margin-left: 130px;
}

.ptb--135 {
    padding: 135px 0;
}

.plr--135 {
    padding: 0 135px;
}

.pt--135 {
    padding-top: 135px;
}

.pb--135 {
    padding-bottom: 135px;
}

.pl--135 {
    padding-left: 135px;
}

.pr--135 {
    padding-right: 135px;
}

.mt--135 {
    margin-top: 135px;
}

.mb--135 {
    margin-bottom: 135px;
}

.mr--135 {
    margin-right: 135px;
}

.ml--135 {
    margin-left: 135px;
}

.ptb--140 {
    padding: 140px 0;
}

.plr--140 {
    padding: 0 140px;
}

.pt--140 {
    padding-top: 140px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pl--140 {
    padding-left: 140px;
}

.pr--140 {
    padding-right: 140px;
}

.mt--140 {
    margin-top: 140px;
}

.mb--140 {
    margin-bottom: 140px;
}

.mr--140 {
    margin-right: 140px;
}

.ml--140 {
    margin-left: 140px;
}

.ptb--145 {
    padding: 145px 0;
}

.plr--145 {
    padding: 0 145px;
}

.pt--145 {
    padding-top: 145px;
}

.pb--145 {
    padding-bottom: 145px;
}

.pl--145 {
    padding-left: 145px;
}

.pr--145 {
    padding-right: 145px;
}

.mt--145 {
    margin-top: 145px;
}

.mb--145 {
    margin-bottom: 145px;
}

.mr--145 {
    margin-right: 145px;
}

.ml--145 {
    margin-left: 145px;
}

.ptb--150 {
    padding: 150px 0;
}

.plr--150 {
    padding: 0 150px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--150 {
    padding-bottom: 150px;
}

.pl--150 {
    padding-left: 150px;
}

.pr--150 {
    padding-right: 150px;
}

.mt--150 {
    margin-top: 150px;
}

.mb--150 {
    margin-bottom: 150px;
}

.mr--150 {
    margin-right: 150px;
}

.ml--150 {
    margin-left: 150px;
}

.ptb--155 {
    padding: 155px 0;
}

.plr--155 {
    padding: 0 155px;
}

.pt--155 {
    padding-top: 155px;
}

.pb--155 {
    padding-bottom: 155px;
}

.pl--155 {
    padding-left: 155px;
}

.pr--155 {
    padding-right: 155px;
}

.mt--155 {
    margin-top: 155px;
}

.mb--155 {
    margin-bottom: 155px;
}

.mr--155 {
    margin-right: 155px;
}

.ml--155 {
    margin-left: 155px;
}

.ptb--160 {
    padding: 160px 0;
}

.plr--160 {
    padding: 0 160px;
}

.pt--160 {
    padding-top: 160px;
}

.pb--160 {
    padding-bottom: 160px;
}

.pl--160 {
    padding-left: 160px;
}

.pr--160 {
    padding-right: 160px;
}

.mt--160 {
    margin-top: 160px;
}

.mb--160 {
    margin-bottom: 160px;
}

.mr--160 {
    margin-right: 160px;
}

.ml--160 {
    margin-left: 160px;
}

.ptb--165 {
    padding: 165px 0;
}

.plr--165 {
    padding: 0 165px;
}

.pt--165 {
    padding-top: 165px;
}

.pb--165 {
    padding-bottom: 165px;
}

.pl--165 {
    padding-left: 165px;
}

.pr--165 {
    padding-right: 165px;
}

.mt--165 {
    margin-top: 165px;
}

.mb--165 {
    margin-bottom: 165px;
}

.mr--165 {
    margin-right: 165px;
}

.ml--165 {
    margin-left: 165px;
}

.ptb--170 {
    padding: 170px 0;
}

.plr--170 {
    padding: 0 170px;
}

.pt--170 {
    padding-top: 170px;
}

.pb--170 {
    padding-bottom: 170px;
}

.pl--170 {
    padding-left: 170px;
}

.pr--170 {
    padding-right: 170px;
}

.mt--170 {
    margin-top: 170px;
}

.mb--170 {
    margin-bottom: 170px;
}

.mr--170 {
    margin-right: 170px;
}

.ml--170 {
    margin-left: 170px;
}

.ptb--175 {
    padding: 175px 0;
}

.plr--175 {
    padding: 0 175px;
}

.pt--175 {
    padding-top: 175px;
}

.pb--175 {
    padding-bottom: 175px;
}

.pl--175 {
    padding-left: 175px;
}

.pr--175 {
    padding-right: 175px;
}

.mt--175 {
    margin-top: 175px;
}

.mb--175 {
    margin-bottom: 175px;
}

.mr--175 {
    margin-right: 175px;
}

.ml--175 {
    margin-left: 175px;
}

.ptb--180 {
    padding: 180px 0;
}

.plr--180 {
    padding: 0 180px;
}

.pt--180 {
    padding-top: 180px;
}

.pb--180 {
    padding-bottom: 180px;
}

.pl--180 {
    padding-left: 180px;
}

.pr--180 {
    padding-right: 180px;
}

.mt--180 {
    margin-top: 180px;
}

.mb--180 {
    margin-bottom: 180px;
}

.mr--180 {
    margin-right: 180px;
}

.ml--180 {
    margin-left: 180px;
}

.ptb--185 {
    padding: 185px 0;
}

.plr--185 {
    padding: 0 185px;
}

.pt--185 {
    padding-top: 185px;
}

.pb--185 {
    padding-bottom: 185px;
}

.pl--185 {
    padding-left: 185px;
}

.pr--185 {
    padding-right: 185px;
}

.mt--185 {
    margin-top: 185px;
}

.mb--185 {
    margin-bottom: 185px;
}

.mr--185 {
    margin-right: 185px;
}

.ml--185 {
    margin-left: 185px;
}

.ptb--190 {
    padding: 190px 0;
}

.plr--190 {
    padding: 0 190px;
}

.pt--190 {
    padding-top: 190px;
}

.pb--190 {
    padding-bottom: 190px;
}

.pl--190 {
    padding-left: 190px;
}

.pr--190 {
    padding-right: 190px;
}

.mt--190 {
    margin-top: 190px;
}

.mb--190 {
    margin-bottom: 190px;
}

.mr--190 {
    margin-right: 190px;
}

.ml--190 {
    margin-left: 190px;
}

.ptb--195 {
    padding: 195px 0;
}

.plr--195 {
    padding: 0 195px;
}

.pt--195 {
    padding-top: 195px;
}

.pb--195 {
    padding-bottom: 195px;
}

.pl--195 {
    padding-left: 195px;
}

.pr--195 {
    padding-right: 195px;
}

.mt--195 {
    margin-top: 195px;
}

.mb--195 {
    margin-bottom: 195px;
}

.mr--195 {
    margin-right: 195px;
}

.ml--195 {
    margin-left: 195px;
}

.ptb--200 {
    padding: 200px 0;
}

.plr--200 {
    padding: 0 200px;
}

.pt--200 {
    padding-top: 200px;
}

.pb--200 {
    padding-bottom: 200px;
}

.pl--200 {
    padding-left: 200px;
}

.pr--200 {
    padding-right: 200px;
}

.mt--200 {
    margin-top: 200px;
}

.mb--200 {
    margin-bottom: 200px;
}

.mr--200 {
    margin-right: 200px;
}

.ml--200 {
    margin-left: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .ptb_lp--5 {
        padding: 5px 0;
    }

    .plr_lp--5 {
        padding: 0 5px;
    }

    .pt_lp--5 {
        padding-top: 5px;
    }

    .pb_lp--5 {
        padding-bottom: 5px;
    }

    .pl_lp--5 {
        padding-left: 5px;
    }

    .pr_lp--5 {
        padding-right: 5px;
    }

    .mt_lp--5 {
        margin-top: 5px;
    }

    .mb_lp--5 {
        margin-bottom: 5px;
    }

    .ptb_lp--10 {
        padding: 10px 0;
    }

    .plr_lp--10 {
        padding: 0 10px;
    }

    .pt_lp--10 {
        padding-top: 10px;
    }

    .pb_lp--10 {
        padding-bottom: 10px;
    }

    .pl_lp--10 {
        padding-left: 10px;
    }

    .pr_lp--10 {
        padding-right: 10px;
    }

    .mt_lp--10 {
        margin-top: 10px;
    }

    .mb_lp--10 {
        margin-bottom: 10px;
    }

    .ptb_lp--15 {
        padding: 15px 0;
    }

    .plr_lp--15 {
        padding: 0 15px;
    }

    .pt_lp--15 {
        padding-top: 15px;
    }

    .pb_lp--15 {
        padding-bottom: 15px;
    }

    .pl_lp--15 {
        padding-left: 15px;
    }

    .pr_lp--15 {
        padding-right: 15px;
    }

    .mt_lp--15 {
        margin-top: 15px;
    }

    .mb_lp--15 {
        margin-bottom: 15px;
    }

    .ptb_lp--20 {
        padding: 20px 0;
    }

    .plr_lp--20 {
        padding: 0 20px;
    }

    .pt_lp--20 {
        padding-top: 20px;
    }

    .pb_lp--20 {
        padding-bottom: 20px;
    }

    .pl_lp--20 {
        padding-left: 20px;
    }

    .pr_lp--20 {
        padding-right: 20px;
    }

    .mt_lp--20 {
        margin-top: 20px;
    }

    .mb_lp--20 {
        margin-bottom: 20px;
    }

    .ptb_lp--25 {
        padding: 25px 0;
    }

    .plr_lp--25 {
        padding: 0 25px;
    }

    .pt_lp--25 {
        padding-top: 25px;
    }

    .pb_lp--25 {
        padding-bottom: 25px;
    }

    .pl_lp--25 {
        padding-left: 25px;
    }

    .pr_lp--25 {
        padding-right: 25px;
    }

    .mt_lp--25 {
        margin-top: 25px;
    }

    .mb_lp--25 {
        margin-bottom: 25px;
    }

    .ptb_lp--30 {
        padding: 30px 0;
    }

    .plr_lp--30 {
        padding: 0 30px;
    }

    .pt_lp--30 {
        padding-top: 30px;
    }

    .pb_lp--30 {
        padding-bottom: 30px;
    }

    .pl_lp--30 {
        padding-left: 30px;
    }

    .pr_lp--30 {
        padding-right: 30px;
    }

    .mt_lp--30 {
        margin-top: 30px;
    }

    .mb_lp--30 {
        margin-bottom: 30px;
    }

    .ptb_lp--35 {
        padding: 35px 0;
    }

    .plr_lp--35 {
        padding: 0 35px;
    }

    .pt_lp--35 {
        padding-top: 35px;
    }

    .pb_lp--35 {
        padding-bottom: 35px;
    }

    .pl_lp--35 {
        padding-left: 35px;
    }

    .pr_lp--35 {
        padding-right: 35px;
    }

    .mt_lp--35 {
        margin-top: 35px;
    }

    .mb_lp--35 {
        margin-bottom: 35px;
    }

    .ptb_lp--40 {
        padding: 40px 0;
    }

    .plr_lp--40 {
        padding: 0 40px;
    }

    .pt_lp--40 {
        padding-top: 40px;
    }

    .pb_lp--40 {
        padding-bottom: 40px;
    }

    .pl_lp--40 {
        padding-left: 40px;
    }

    .pr_lp--40 {
        padding-right: 40px;
    }

    .mt_lp--40 {
        margin-top: 40px;
    }

    .mb_lp--40 {
        margin-bottom: 40px;
    }

    .ptb_lp--45 {
        padding: 45px 0;
    }

    .plr_lp--45 {
        padding: 0 45px;
    }

    .pt_lp--45 {
        padding-top: 45px;
    }

    .pb_lp--45 {
        padding-bottom: 45px;
    }

    .pl_lp--45 {
        padding-left: 45px;
    }

    .pr_lp--45 {
        padding-right: 45px;
    }

    .mt_lp--45 {
        margin-top: 45px;
    }

    .mb_lp--45 {
        margin-bottom: 45px;
    }

    .ptb_lp--50 {
        padding: 50px 0;
    }

    .plr_lp--50 {
        padding: 0 50px;
    }

    .pt_lp--50 {
        padding-top: 50px;
    }

    .pb_lp--50 {
        padding-bottom: 50px;
    }

    .pl_lp--50 {
        padding-left: 50px;
    }

    .pr_lp--50 {
        padding-right: 50px;
    }

    .mt_lp--50 {
        margin-top: 50px;
    }

    .mb_lp--50 {
        margin-bottom: 50px;
    }

    .ptb_lp--55 {
        padding: 55px 0;
    }

    .plr_lp--55 {
        padding: 0 55px;
    }

    .pt_lp--55 {
        padding-top: 55px;
    }

    .pb_lp--55 {
        padding-bottom: 55px;
    }

    .pl_lp--55 {
        padding-left: 55px;
    }

    .pr_lp--55 {
        padding-right: 55px;
    }

    .mt_lp--55 {
        margin-top: 55px;
    }

    .mb_lp--55 {
        margin-bottom: 55px;
    }

    .ptb_lp--60 {
        padding: 60px 0;
    }

    .plr_lp--60 {
        padding: 0 60px;
    }

    .pt_lp--60 {
        padding-top: 60px;
    }

    .pb_lp--60 {
        padding-bottom: 60px;
    }

    .pl_lp--60 {
        padding-left: 60px;
    }

    .pr_lp--60 {
        padding-right: 60px;
    }

    .mt_lp--60 {
        margin-top: 60px;
    }

    .mb_lp--60 {
        margin-bottom: 60px;
    }

    .ptb_lp--65 {
        padding: 65px 0;
    }

    .plr_lp--65 {
        padding: 0 65px;
    }

    .pt_lp--65 {
        padding-top: 65px;
    }

    .pb_lp--65 {
        padding-bottom: 65px;
    }

    .pl_lp--65 {
        padding-left: 65px;
    }

    .pr_lp--65 {
        padding-right: 65px;
    }

    .mt_lp--65 {
        margin-top: 65px;
    }

    .mb_lp--65 {
        margin-bottom: 65px;
    }

    .ptb_lp--70 {
        padding: 70px 0;
    }

    .plr_lp--70 {
        padding: 0 70px;
    }

    .pt_lp--70 {
        padding-top: 70px;
    }

    .pb_lp--70 {
        padding-bottom: 70px;
    }

    .pl_lp--70 {
        padding-left: 70px;
    }

    .pr_lp--70 {
        padding-right: 70px;
    }

    .mt_lp--70 {
        margin-top: 70px;
    }

    .mb_lp--70 {
        margin-bottom: 70px;
    }

    .ptb_lp--75 {
        padding: 75px 0;
    }

    .plr_lp--75 {
        padding: 0 75px;
    }

    .pt_lp--75 {
        padding-top: 75px;
    }

    .pb_lp--75 {
        padding-bottom: 75px;
    }

    .pl_lp--75 {
        padding-left: 75px;
    }

    .pr_lp--75 {
        padding-right: 75px;
    }

    .mt_lp--75 {
        margin-top: 75px;
    }

    .mb_lp--75 {
        margin-bottom: 75px;
    }

    .ptb_lp--80 {
        padding: 80px 0;
    }

    .plr_lp--80 {
        padding: 0 80px;
    }

    .pt_lp--80 {
        padding-top: 80px;
    }

    .pb_lp--80 {
        padding-bottom: 80px;
    }

    .pl_lp--80 {
        padding-left: 80px;
    }

    .pr_lp--80 {
        padding-right: 80px;
    }

    .mt_lp--80 {
        margin-top: 80px;
    }

    .mb_lp--80 {
        margin-bottom: 80px;
    }

    .ptb_lp--85 {
        padding: 85px 0;
    }

    .plr_lp--85 {
        padding: 0 85px;
    }

    .pt_lp--85 {
        padding-top: 85px;
    }

    .pb_lp--85 {
        padding-bottom: 85px;
    }

    .pl_lp--85 {
        padding-left: 85px;
    }

    .pr_lp--85 {
        padding-right: 85px;
    }

    .mt_lp--85 {
        margin-top: 85px;
    }

    .mb_lp--85 {
        margin-bottom: 85px;
    }

    .ptb_lp--90 {
        padding: 90px 0;
    }

    .plr_lp--90 {
        padding: 0 90px;
    }

    .pt_lp--90 {
        padding-top: 90px;
    }

    .pb_lp--90 {
        padding-bottom: 90px;
    }

    .pl_lp--90 {
        padding-left: 90px;
    }

    .pr_lp--90 {
        padding-right: 90px;
    }

    .mt_lp--90 {
        margin-top: 90px;
    }

    .mb_lp--90 {
        margin-bottom: 90px;
    }

    .ptb_lp--95 {
        padding: 95px 0;
    }

    .plr_lp--95 {
        padding: 0 95px;
    }

    .pt_lp--95 {
        padding-top: 95px;
    }

    .pb_lp--95 {
        padding-bottom: 95px;
    }

    .pl_lp--95 {
        padding-left: 95px;
    }

    .pr_lp--95 {
        padding-right: 95px;
    }

    .mt_lp--95 {
        margin-top: 95px;
    }

    .mb_lp--95 {
        margin-bottom: 95px;
    }

    .ptb_lp--100 {
        padding: 100px 0;
    }

    .plr_lp--100 {
        padding: 0 100px;
    }

    .pt_lp--100 {
        padding-top: 100px;
    }

    .pb_lp--100 {
        padding-bottom: 100px;
    }

    .pl_lp--100 {
        padding-left: 100px;
    }

    .pr_lp--100 {
        padding-right: 100px;
    }

    .mt_lp--100 {
        margin-top: 100px;
    }

    .mb_lp--100 {
        margin-bottom: 100px;
    }

    .ptb_lp--105 {
        padding: 105px 0;
    }

    .plr_lp--105 {
        padding: 0 105px;
    }

    .pt_lp--105 {
        padding-top: 105px;
    }

    .pb_lp--105 {
        padding-bottom: 105px;
    }

    .pl_lp--105 {
        padding-left: 105px;
    }

    .pr_lp--105 {
        padding-right: 105px;
    }

    .mt_lp--105 {
        margin-top: 105px;
    }

    .mb_lp--105 {
        margin-bottom: 105px;
    }

    .ptb_lp--110 {
        padding: 110px 0;
    }

    .plr_lp--110 {
        padding: 0 110px;
    }

    .pt_lp--110 {
        padding-top: 110px;
    }

    .pb_lp--110 {
        padding-bottom: 110px;
    }

    .pl_lp--110 {
        padding-left: 110px;
    }

    .pr_lp--110 {
        padding-right: 110px;
    }

    .mt_lp--110 {
        margin-top: 110px;
    }

    .mb_lp--110 {
        margin-bottom: 110px;
    }

    .ptb_lp--115 {
        padding: 115px 0;
    }

    .plr_lp--115 {
        padding: 0 115px;
    }

    .pt_lp--115 {
        padding-top: 115px;
    }

    .pb_lp--115 {
        padding-bottom: 115px;
    }

    .pl_lp--115 {
        padding-left: 115px;
    }

    .pr_lp--115 {
        padding-right: 115px;
    }

    .mt_lp--115 {
        margin-top: 115px;
    }

    .mb_lp--115 {
        margin-bottom: 115px;
    }

    .ptb_lp--120 {
        padding: 120px 0;
    }

    .plr_lp--120 {
        padding: 0 120px;
    }

    .pt_lp--120 {
        padding-top: 120px;
    }

    .pb_lp--120 {
        padding-bottom: 120px;
    }

    .pl_lp--120 {
        padding-left: 120px;
    }

    .pr_lp--120 {
        padding-right: 120px;
    }

    .mt_lp--120 {
        margin-top: 120px;
    }

    .mb_lp--120 {
        margin-bottom: 120px;
    }

    .ptb_lp--125 {
        padding: 125px 0;
    }

    .plr_lp--125 {
        padding: 0 125px;
    }

    .pt_lp--125 {
        padding-top: 125px;
    }

    .pb_lp--125 {
        padding-bottom: 125px;
    }

    .pl_lp--125 {
        padding-left: 125px;
    }

    .pr_lp--125 {
        padding-right: 125px;
    }

    .mt_lp--125 {
        margin-top: 125px;
    }

    .mb_lp--125 {
        margin-bottom: 125px;
    }

    .ptb_lp--130 {
        padding: 130px 0;
    }

    .plr_lp--130 {
        padding: 0 130px;
    }

    .pt_lp--130 {
        padding-top: 130px;
    }

    .pb_lp--130 {
        padding-bottom: 130px;
    }

    .pl_lp--130 {
        padding-left: 130px;
    }

    .pr_lp--130 {
        padding-right: 130px;
    }

    .mt_lp--130 {
        margin-top: 130px;
    }

    .mb_lp--130 {
        margin-bottom: 130px;
    }

    .ptb_lp--135 {
        padding: 135px 0;
    }

    .plr_lp--135 {
        padding: 0 135px;
    }

    .pt_lp--135 {
        padding-top: 135px;
    }

    .pb_lp--135 {
        padding-bottom: 135px;
    }

    .pl_lp--135 {
        padding-left: 135px;
    }

    .pr_lp--135 {
        padding-right: 135px;
    }

    .mt_lp--135 {
        margin-top: 135px;
    }

    .mb_lp--135 {
        margin-bottom: 135px;
    }

    .ptb_lp--140 {
        padding: 140px 0;
    }

    .plr_lp--140 {
        padding: 0 140px;
    }

    .pt_lp--140 {
        padding-top: 140px;
    }

    .pb_lp--140 {
        padding-bottom: 140px;
    }

    .pl_lp--140 {
        padding-left: 140px;
    }

    .pr_lp--140 {
        padding-right: 140px;
    }

    .mt_lp--140 {
        margin-top: 140px;
    }

    .mb_lp--140 {
        margin-bottom: 140px;
    }

    .ptb_lp--145 {
        padding: 145px 0;
    }

    .plr_lp--145 {
        padding: 0 145px;
    }

    .pt_lp--145 {
        padding-top: 145px;
    }

    .pb_lp--145 {
        padding-bottom: 145px;
    }

    .pl_lp--145 {
        padding-left: 145px;
    }

    .pr_lp--145 {
        padding-right: 145px;
    }

    .mt_lp--145 {
        margin-top: 145px;
    }

    .mb_lp--145 {
        margin-bottom: 145px;
    }

    .ptb_lp--150 {
        padding: 150px 0;
    }

    .plr_lp--150 {
        padding: 0 150px;
    }

    .pt_lp--150 {
        padding-top: 150px;
    }

    .pb_lp--150 {
        padding-bottom: 150px;
    }

    .pl_lp--150 {
        padding-left: 150px;
    }

    .pr_lp--150 {
        padding-right: 150px;
    }

    .mt_lp--150 {
        margin-top: 150px;
    }

    .mb_lp--150 {
        margin-bottom: 150px;
    }

    .ptb_lp--155 {
        padding: 155px 0;
    }

    .plr_lp--155 {
        padding: 0 155px;
    }

    .pt_lp--155 {
        padding-top: 155px;
    }

    .pb_lp--155 {
        padding-bottom: 155px;
    }

    .pl_lp--155 {
        padding-left: 155px;
    }

    .pr_lp--155 {
        padding-right: 155px;
    }

    .mt_lp--155 {
        margin-top: 155px;
    }

    .mb_lp--155 {
        margin-bottom: 155px;
    }

    .ptb_lp--160 {
        padding: 160px 0;
    }

    .plr_lp--160 {
        padding: 0 160px;
    }

    .pt_lp--160 {
        padding-top: 160px;
    }

    .pb_lp--160 {
        padding-bottom: 160px;
    }

    .pl_lp--160 {
        padding-left: 160px;
    }

    .pr_lp--160 {
        padding-right: 160px;
    }

    .mt_lp--160 {
        margin-top: 160px;
    }

    .mb_lp--160 {
        margin-bottom: 160px;
    }

    .ptb_lp--165 {
        padding: 165px 0;
    }

    .plr_lp--165 {
        padding: 0 165px;
    }

    .pt_lp--165 {
        padding-top: 165px;
    }

    .pb_lp--165 {
        padding-bottom: 165px;
    }

    .pl_lp--165 {
        padding-left: 165px;
    }

    .pr_lp--165 {
        padding-right: 165px;
    }

    .mt_lp--165 {
        margin-top: 165px;
    }

    .mb_lp--165 {
        margin-bottom: 165px;
    }

    .ptb_lp--170 {
        padding: 170px 0;
    }

    .plr_lp--170 {
        padding: 0 170px;
    }

    .pt_lp--170 {
        padding-top: 170px;
    }

    .pb_lp--170 {
        padding-bottom: 170px;
    }

    .pl_lp--170 {
        padding-left: 170px;
    }

    .pr_lp--170 {
        padding-right: 170px;
    }

    .mt_lp--170 {
        margin-top: 170px;
    }

    .mb_lp--170 {
        margin-bottom: 170px;
    }

    .ptb_lp--175 {
        padding: 175px 0;
    }

    .plr_lp--175 {
        padding: 0 175px;
    }

    .pt_lp--175 {
        padding-top: 175px;
    }

    .pb_lp--175 {
        padding-bottom: 175px;
    }

    .pl_lp--175 {
        padding-left: 175px;
    }

    .pr_lp--175 {
        padding-right: 175px;
    }

    .mt_lp--175 {
        margin-top: 175px;
    }

    .mb_lp--175 {
        margin-bottom: 175px;
    }

    .ptb_lp--180 {
        padding: 180px 0;
    }

    .plr_lp--180 {
        padding: 0 180px;
    }

    .pt_lp--180 {
        padding-top: 180px;
    }

    .pb_lp--180 {
        padding-bottom: 180px;
    }

    .pl_lp--180 {
        padding-left: 180px;
    }

    .pr_lp--180 {
        padding-right: 180px;
    }

    .mt_lp--180 {
        margin-top: 180px;
    }

    .mb_lp--180 {
        margin-bottom: 180px;
    }

    .ptb_lp--185 {
        padding: 185px 0;
    }

    .plr_lp--185 {
        padding: 0 185px;
    }

    .pt_lp--185 {
        padding-top: 185px;
    }

    .pb_lp--185 {
        padding-bottom: 185px;
    }

    .pl_lp--185 {
        padding-left: 185px;
    }

    .pr_lp--185 {
        padding-right: 185px;
    }

    .mt_lp--185 {
        margin-top: 185px;
    }

    .mb_lp--185 {
        margin-bottom: 185px;
    }

    .ptb_lp--190 {
        padding: 190px 0;
    }

    .plr_lp--190 {
        padding: 0 190px;
    }

    .pt_lp--190 {
        padding-top: 190px;
    }

    .pb_lp--190 {
        padding-bottom: 190px;
    }

    .pl_lp--190 {
        padding-left: 190px;
    }

    .pr_lp--190 {
        padding-right: 190px;
    }

    .mt_lp--190 {
        margin-top: 190px;
    }

    .mb_lp--190 {
        margin-bottom: 190px;
    }

    .ptb_lp--195 {
        padding: 195px 0;
    }

    .plr_lp--195 {
        padding: 0 195px;
    }

    .pt_lp--195 {
        padding-top: 195px;
    }

    .pb_lp--195 {
        padding-bottom: 195px;
    }

    .pl_lp--195 {
        padding-left: 195px;
    }

    .pr_lp--195 {
        padding-right: 195px;
    }

    .mt_lp--195 {
        margin-top: 195px;
    }

    .mb_lp--195 {
        margin-bottom: 195px;
    }

    .ptb_lp--200 {
        padding: 200px 0;
    }

    .plr_lp--200 {
        padding: 0 200px;
    }

    .pt_lp--200 {
        padding-top: 200px;
    }

    .pb_lp--200 {
        padding-bottom: 200px;
    }

    .pl_lp--200 {
        padding-left: 200px;
    }

    .pr_lp--200 {
        padding-right: 200px;
    }

    .mt_lp--200 {
        margin-top: 200px;
    }

    .mb_lp--200 {
        margin-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ptb_lg--5 {
        padding: 5px 0;
    }

    .plr_lg--5 {
        padding: 0 5px;
    }

    .pt_lg--5 {
        padding-top: 5px;
    }

    .pb_lg--5 {
        padding-bottom: 5px;
    }

    .pl_lg--5 {
        padding-left: 5px;
    }

    .pr_lg--5 {
        padding-right: 5px;
    }

    .mt_lg--5 {
        margin-top: 5px;
    }

    .mb_lg--5 {
        margin-bottom: 5px;
    }

    .ml_lg--5 {
        margin-left: 5px;
    }

    .ptb_lg--10 {
        padding: 10px 0;
    }

    .plr_lg--10 {
        padding: 0 10px;
    }

    .pt_lg--10 {
        padding-top: 10px;
    }

    .pb_lg--10 {
        padding-bottom: 10px;
    }

    .pl_lg--10 {
        padding-left: 10px;
    }

    .pr_lg--10 {
        padding-right: 10px;
    }

    .mt_lg--10 {
        margin-top: 10px;
    }

    .mb_lg--10 {
        margin-bottom: 10px;
    }

    .ml_lg--10 {
        margin-left: 10px;
    }

    .ptb_lg--15 {
        padding: 15px 0;
    }

    .plr_lg--15 {
        padding: 0 15px;
    }

    .pt_lg--15 {
        padding-top: 15px;
    }

    .pb_lg--15 {
        padding-bottom: 15px;
    }

    .pl_lg--15 {
        padding-left: 15px;
    }

    .pr_lg--15 {
        padding-right: 15px;
    }

    .mt_lg--15 {
        margin-top: 15px;
    }

    .mb_lg--15 {
        margin-bottom: 15px;
    }

    .ml_lg--15 {
        margin-left: 15px;
    }

    .ptb_lg--20 {
        padding: 20px 0;
    }

    .plr_lg--20 {
        padding: 0 20px;
    }

    .pt_lg--20 {
        padding-top: 20px;
    }

    .pb_lg--20 {
        padding-bottom: 20px;
    }

    .pl_lg--20 {
        padding-left: 20px;
    }

    .pr_lg--20 {
        padding-right: 20px;
    }

    .mt_lg--20 {
        margin-top: 20px;
    }

    .mb_lg--20 {
        margin-bottom: 20px;
    }

    .ml_lg--20 {
        margin-left: 20px;
    }

    .ptb_lg--25 {
        padding: 25px 0;
    }

    .plr_lg--25 {
        padding: 0 25px;
    }

    .pt_lg--25 {
        padding-top: 25px;
    }

    .pb_lg--25 {
        padding-bottom: 25px;
    }

    .pl_lg--25 {
        padding-left: 25px;
    }

    .pr_lg--25 {
        padding-right: 25px;
    }

    .mt_lg--25 {
        margin-top: 25px;
    }

    .mb_lg--25 {
        margin-bottom: 25px;
    }

    .ml_lg--25 {
        margin-left: 25px;
    }

    .ptb_lg--30 {
        padding: 30px 0;
    }

    .plr_lg--30 {
        padding: 0 30px;
    }

    .pt_lg--30 {
        padding-top: 30px;
    }

    .pb_lg--30 {
        padding-bottom: 30px;
    }

    .pl_lg--30 {
        padding-left: 30px;
    }

    .pr_lg--30 {
        padding-right: 30px;
    }

    .mt_lg--30 {
        margin-top: 30px;
    }

    .mb_lg--30 {
        margin-bottom: 30px;
    }

    .ml_lg--30 {
        margin-left: 30px;
    }

    .ptb_lg--35 {
        padding: 35px 0;
    }

    .plr_lg--35 {
        padding: 0 35px;
    }

    .pt_lg--35 {
        padding-top: 35px;
    }

    .pb_lg--35 {
        padding-bottom: 35px;
    }

    .pl_lg--35 {
        padding-left: 35px;
    }

    .pr_lg--35 {
        padding-right: 35px;
    }

    .mt_lg--35 {
        margin-top: 35px;
    }

    .mb_lg--35 {
        margin-bottom: 35px;
    }

    .ml_lg--35 {
        margin-left: 35px;
    }

    .ptb_lg--40 {
        padding: 40px 0;
    }

    .plr_lg--40 {
        padding: 0 40px;
    }

    .pt_lg--40 {
        padding-top: 40px;
    }

    .pb_lg--40 {
        padding-bottom: 40px;
    }

    .pl_lg--40 {
        padding-left: 40px;
    }

    .pr_lg--40 {
        padding-right: 40px;
    }

    .mt_lg--40 {
        margin-top: 40px;
    }

    .mb_lg--40 {
        margin-bottom: 40px;
    }

    .ml_lg--40 {
        margin-left: 40px;
    }

    .ptb_lg--45 {
        padding: 45px 0;
    }

    .plr_lg--45 {
        padding: 0 45px;
    }

    .pt_lg--45 {
        padding-top: 45px;
    }

    .pb_lg--45 {
        padding-bottom: 45px;
    }

    .pl_lg--45 {
        padding-left: 45px;
    }

    .pr_lg--45 {
        padding-right: 45px;
    }

    .mt_lg--45 {
        margin-top: 45px;
    }

    .mb_lg--45 {
        margin-bottom: 45px;
    }

    .ml_lg--45 {
        margin-left: 45px;
    }

    .ptb_lg--50 {
        padding: 50px 0;
    }

    .plr_lg--50 {
        padding: 0 50px;
    }

    .pt_lg--50 {
        padding-top: 50px;
    }

    .pb_lg--50 {
        padding-bottom: 50px;
    }

    .pl_lg--50 {
        padding-left: 50px;
    }

    .pr_lg--50 {
        padding-right: 50px;
    }

    .mt_lg--50 {
        margin-top: 50px;
    }

    .mb_lg--50 {
        margin-bottom: 50px;
    }

    .ml_lg--50 {
        margin-left: 50px;
    }

    .ptb_lg--55 {
        padding: 55px 0;
    }

    .plr_lg--55 {
        padding: 0 55px;
    }

    .pt_lg--55 {
        padding-top: 55px;
    }

    .pb_lg--55 {
        padding-bottom: 55px;
    }

    .pl_lg--55 {
        padding-left: 55px;
    }

    .pr_lg--55 {
        padding-right: 55px;
    }

    .mt_lg--55 {
        margin-top: 55px;
    }

    .mb_lg--55 {
        margin-bottom: 55px;
    }

    .ml_lg--55 {
        margin-left: 55px;
    }

    .ptb_lg--60 {
        padding: 60px 0;
    }

    .plr_lg--60 {
        padding: 0 60px;
    }

    .pt_lg--60 {
        padding-top: 60px;
    }

    .pb_lg--60 {
        padding-bottom: 60px;
    }

    .pl_lg--60 {
        padding-left: 60px;
    }

    .pr_lg--60 {
        padding-right: 60px;
    }

    .mt_lg--60 {
        margin-top: 60px;
    }

    .mb_lg--60 {
        margin-bottom: 60px;
    }

    .ml_lg--60 {
        margin-left: 60px;
    }

    .ptb_lg--65 {
        padding: 65px 0;
    }

    .plr_lg--65 {
        padding: 0 65px;
    }

    .pt_lg--65 {
        padding-top: 65px;
    }

    .pb_lg--65 {
        padding-bottom: 65px;
    }

    .pl_lg--65 {
        padding-left: 65px;
    }

    .pr_lg--65 {
        padding-right: 65px;
    }

    .mt_lg--65 {
        margin-top: 65px;
    }

    .mb_lg--65 {
        margin-bottom: 65px;
    }

    .ml_lg--65 {
        margin-left: 65px;
    }

    .ptb_lg--70 {
        padding: 70px 0;
    }

    .plr_lg--70 {
        padding: 0 70px;
    }

    .pt_lg--70 {
        padding-top: 70px;
    }

    .pb_lg--70 {
        padding-bottom: 70px;
    }

    .pl_lg--70 {
        padding-left: 70px;
    }

    .pr_lg--70 {
        padding-right: 70px;
    }

    .mt_lg--70 {
        margin-top: 70px;
    }

    .mb_lg--70 {
        margin-bottom: 70px;
    }

    .ml_lg--70 {
        margin-left: 70px;
    }

    .ptb_lg--75 {
        padding: 75px 0;
    }

    .plr_lg--75 {
        padding: 0 75px;
    }

    .pt_lg--75 {
        padding-top: 75px;
    }

    .pb_lg--75 {
        padding-bottom: 75px;
    }

    .pl_lg--75 {
        padding-left: 75px;
    }

    .pr_lg--75 {
        padding-right: 75px;
    }

    .mt_lg--75 {
        margin-top: 75px;
    }

    .mb_lg--75 {
        margin-bottom: 75px;
    }

    .ml_lg--75 {
        margin-left: 75px;
    }

    .ptb_lg--80 {
        padding: 80px 0;
    }

    .plr_lg--80 {
        padding: 0 80px;
    }

    .pt_lg--80 {
        padding-top: 80px;
    }

    .pb_lg--80 {
        padding-bottom: 80px;
    }

    .pl_lg--80 {
        padding-left: 80px;
    }

    .pr_lg--80 {
        padding-right: 80px;
    }

    .mt_lg--80 {
        margin-top: 80px;
    }

    .mb_lg--80 {
        margin-bottom: 80px;
    }

    .ml_lg--80 {
        margin-left: 80px;
    }

    .ptb_lg--85 {
        padding: 85px 0;
    }

    .plr_lg--85 {
        padding: 0 85px;
    }

    .pt_lg--85 {
        padding-top: 85px;
    }

    .pb_lg--85 {
        padding-bottom: 85px;
    }

    .pl_lg--85 {
        padding-left: 85px;
    }

    .pr_lg--85 {
        padding-right: 85px;
    }

    .mt_lg--85 {
        margin-top: 85px;
    }

    .mb_lg--85 {
        margin-bottom: 85px;
    }

    .ml_lg--85 {
        margin-left: 85px;
    }

    .ptb_lg--90 {
        padding: 90px 0;
    }

    .plr_lg--90 {
        padding: 0 90px;
    }

    .pt_lg--90 {
        padding-top: 90px;
    }

    .pb_lg--90 {
        padding-bottom: 90px;
    }

    .pl_lg--90 {
        padding-left: 90px;
    }

    .pr_lg--90 {
        padding-right: 90px;
    }

    .mt_lg--90 {
        margin-top: 90px;
    }

    .mb_lg--90 {
        margin-bottom: 90px;
    }

    .ml_lg--90 {
        margin-left: 90px;
    }

    .ptb_lg--95 {
        padding: 95px 0;
    }

    .plr_lg--95 {
        padding: 0 95px;
    }

    .pt_lg--95 {
        padding-top: 95px;
    }

    .pb_lg--95 {
        padding-bottom: 95px;
    }

    .pl_lg--95 {
        padding-left: 95px;
    }

    .pr_lg--95 {
        padding-right: 95px;
    }

    .mt_lg--95 {
        margin-top: 95px;
    }

    .mb_lg--95 {
        margin-bottom: 95px;
    }

    .ml_lg--95 {
        margin-left: 95px;
    }

    .ptb_lg--100 {
        padding: 100px 0;
    }

    .plr_lg--100 {
        padding: 0 100px;
    }

    .pt_lg--100 {
        padding-top: 100px;
    }

    .pb_lg--100 {
        padding-bottom: 100px;
    }

    .pl_lg--100 {
        padding-left: 100px;
    }

    .pr_lg--100 {
        padding-right: 100px;
    }

    .mt_lg--100 {
        margin-top: 100px;
    }

    .mb_lg--100 {
        margin-bottom: 100px;
    }

    .ml_lg--100 {
        margin-left: 100px;
    }

    .ptb_lg--105 {
        padding: 105px 0;
    }

    .plr_lg--105 {
        padding: 0 105px;
    }

    .pt_lg--105 {
        padding-top: 105px;
    }

    .pb_lg--105 {
        padding-bottom: 105px;
    }

    .pl_lg--105 {
        padding-left: 105px;
    }

    .pr_lg--105 {
        padding-right: 105px;
    }

    .mt_lg--105 {
        margin-top: 105px;
    }

    .mb_lg--105 {
        margin-bottom: 105px;
    }

    .ml_lg--105 {
        margin-left: 105px;
    }

    .ptb_lg--110 {
        padding: 110px 0;
    }

    .plr_lg--110 {
        padding: 0 110px;
    }

    .pt_lg--110 {
        padding-top: 110px;
    }

    .pb_lg--110 {
        padding-bottom: 110px;
    }

    .pl_lg--110 {
        padding-left: 110px;
    }

    .pr_lg--110 {
        padding-right: 110px;
    }

    .mt_lg--110 {
        margin-top: 110px;
    }

    .mb_lg--110 {
        margin-bottom: 110px;
    }

    .ml_lg--110 {
        margin-left: 110px;
    }

    .ptb_lg--115 {
        padding: 115px 0;
    }

    .plr_lg--115 {
        padding: 0 115px;
    }

    .pt_lg--115 {
        padding-top: 115px;
    }

    .pb_lg--115 {
        padding-bottom: 115px;
    }

    .pl_lg--115 {
        padding-left: 115px;
    }

    .pr_lg--115 {
        padding-right: 115px;
    }

    .mt_lg--115 {
        margin-top: 115px;
    }

    .mb_lg--115 {
        margin-bottom: 115px;
    }

    .ml_lg--115 {
        margin-left: 115px;
    }

    .ptb_lg--120 {
        padding: 120px 0;
    }

    .plr_lg--120 {
        padding: 0 120px;
    }

    .pt_lg--120 {
        padding-top: 120px;
    }

    .pb_lg--120 {
        padding-bottom: 120px;
    }

    .pl_lg--120 {
        padding-left: 120px;
    }

    .pr_lg--120 {
        padding-right: 120px;
    }

    .mt_lg--120 {
        margin-top: 120px;
    }

    .mb_lg--120 {
        margin-bottom: 120px;
    }

    .ml_lg--120 {
        margin-left: 120px;
    }

    .ptb_lg--125 {
        padding: 125px 0;
    }

    .plr_lg--125 {
        padding: 0 125px;
    }

    .pt_lg--125 {
        padding-top: 125px;
    }

    .pb_lg--125 {
        padding-bottom: 125px;
    }

    .pl_lg--125 {
        padding-left: 125px;
    }

    .pr_lg--125 {
        padding-right: 125px;
    }

    .mt_lg--125 {
        margin-top: 125px;
    }

    .mb_lg--125 {
        margin-bottom: 125px;
    }

    .ml_lg--125 {
        margin-left: 125px;
    }

    .ptb_lg--130 {
        padding: 130px 0;
    }

    .plr_lg--130 {
        padding: 0 130px;
    }

    .pt_lg--130 {
        padding-top: 130px;
    }

    .pb_lg--130 {
        padding-bottom: 130px;
    }

    .pl_lg--130 {
        padding-left: 130px;
    }

    .pr_lg--130 {
        padding-right: 130px;
    }

    .mt_lg--130 {
        margin-top: 130px;
    }

    .mb_lg--130 {
        margin-bottom: 130px;
    }

    .ml_lg--130 {
        margin-left: 130px;
    }

    .ptb_lg--135 {
        padding: 135px 0;
    }

    .plr_lg--135 {
        padding: 0 135px;
    }

    .pt_lg--135 {
        padding-top: 135px;
    }

    .pb_lg--135 {
        padding-bottom: 135px;
    }

    .pl_lg--135 {
        padding-left: 135px;
    }

    .pr_lg--135 {
        padding-right: 135px;
    }

    .mt_lg--135 {
        margin-top: 135px;
    }

    .mb_lg--135 {
        margin-bottom: 135px;
    }

    .ml_lg--135 {
        margin-left: 135px;
    }

    .ptb_lg--140 {
        padding: 140px 0;
    }

    .plr_lg--140 {
        padding: 0 140px;
    }

    .pt_lg--140 {
        padding-top: 140px;
    }

    .pb_lg--140 {
        padding-bottom: 140px;
    }

    .pl_lg--140 {
        padding-left: 140px;
    }

    .pr_lg--140 {
        padding-right: 140px;
    }

    .mt_lg--140 {
        margin-top: 140px;
    }

    .mb_lg--140 {
        margin-bottom: 140px;
    }

    .ml_lg--140 {
        margin-left: 140px;
    }

    .ptb_lg--145 {
        padding: 145px 0;
    }

    .plr_lg--145 {
        padding: 0 145px;
    }

    .pt_lg--145 {
        padding-top: 145px;
    }

    .pb_lg--145 {
        padding-bottom: 145px;
    }

    .pl_lg--145 {
        padding-left: 145px;
    }

    .pr_lg--145 {
        padding-right: 145px;
    }

    .mt_lg--145 {
        margin-top: 145px;
    }

    .mb_lg--145 {
        margin-bottom: 145px;
    }

    .ml_lg--145 {
        margin-left: 145px;
    }

    .ptb_lg--150 {
        padding: 150px 0;
    }

    .plr_lg--150 {
        padding: 0 150px;
    }

    .pt_lg--150 {
        padding-top: 150px;
    }

    .pb_lg--150 {
        padding-bottom: 150px;
    }

    .pl_lg--150 {
        padding-left: 150px;
    }

    .pr_lg--150 {
        padding-right: 150px;
    }

    .mt_lg--150 {
        margin-top: 150px;
    }

    .mb_lg--150 {
        margin-bottom: 150px;
    }

    .ml_lg--150 {
        margin-left: 150px;
    }

    .ptb_lg--155 {
        padding: 155px 0;
    }

    .plr_lg--155 {
        padding: 0 155px;
    }

    .pt_lg--155 {
        padding-top: 155px;
    }

    .pb_lg--155 {
        padding-bottom: 155px;
    }

    .pl_lg--155 {
        padding-left: 155px;
    }

    .pr_lg--155 {
        padding-right: 155px;
    }

    .mt_lg--155 {
        margin-top: 155px;
    }

    .mb_lg--155 {
        margin-bottom: 155px;
    }

    .ml_lg--155 {
        margin-left: 155px;
    }

    .ptb_lg--160 {
        padding: 160px 0;
    }

    .plr_lg--160 {
        padding: 0 160px;
    }

    .pt_lg--160 {
        padding-top: 160px;
    }

    .pb_lg--160 {
        padding-bottom: 160px;
    }

    .pl_lg--160 {
        padding-left: 160px;
    }

    .pr_lg--160 {
        padding-right: 160px;
    }

    .mt_lg--160 {
        margin-top: 160px;
    }

    .mb_lg--160 {
        margin-bottom: 160px;
    }

    .ml_lg--160 {
        margin-left: 160px;
    }

    .ptb_lg--165 {
        padding: 165px 0;
    }

    .plr_lg--165 {
        padding: 0 165px;
    }

    .pt_lg--165 {
        padding-top: 165px;
    }

    .pb_lg--165 {
        padding-bottom: 165px;
    }

    .pl_lg--165 {
        padding-left: 165px;
    }

    .pr_lg--165 {
        padding-right: 165px;
    }

    .mt_lg--165 {
        margin-top: 165px;
    }

    .mb_lg--165 {
        margin-bottom: 165px;
    }

    .ml_lg--165 {
        margin-left: 165px;
    }

    .ptb_lg--170 {
        padding: 170px 0;
    }

    .plr_lg--170 {
        padding: 0 170px;
    }

    .pt_lg--170 {
        padding-top: 170px;
    }

    .pb_lg--170 {
        padding-bottom: 170px;
    }

    .pl_lg--170 {
        padding-left: 170px;
    }

    .pr_lg--170 {
        padding-right: 170px;
    }

    .mt_lg--170 {
        margin-top: 170px;
    }

    .mb_lg--170 {
        margin-bottom: 170px;
    }

    .ml_lg--170 {
        margin-left: 170px;
    }

    .ptb_lg--175 {
        padding: 175px 0;
    }

    .plr_lg--175 {
        padding: 0 175px;
    }

    .pt_lg--175 {
        padding-top: 175px;
    }

    .pb_lg--175 {
        padding-bottom: 175px;
    }

    .pl_lg--175 {
        padding-left: 175px;
    }

    .pr_lg--175 {
        padding-right: 175px;
    }

    .mt_lg--175 {
        margin-top: 175px;
    }

    .mb_lg--175 {
        margin-bottom: 175px;
    }

    .ml_lg--175 {
        margin-left: 175px;
    }

    .ptb_lg--180 {
        padding: 180px 0;
    }

    .plr_lg--180 {
        padding: 0 180px;
    }

    .pt_lg--180 {
        padding-top: 180px;
    }

    .pb_lg--180 {
        padding-bottom: 180px;
    }

    .pl_lg--180 {
        padding-left: 180px;
    }

    .pr_lg--180 {
        padding-right: 180px;
    }

    .mt_lg--180 {
        margin-top: 180px;
    }

    .mb_lg--180 {
        margin-bottom: 180px;
    }

    .ml_lg--180 {
        margin-left: 180px;
    }

    .ptb_lg--185 {
        padding: 185px 0;
    }

    .plr_lg--185 {
        padding: 0 185px;
    }

    .pt_lg--185 {
        padding-top: 185px;
    }

    .pb_lg--185 {
        padding-bottom: 185px;
    }

    .pl_lg--185 {
        padding-left: 185px;
    }

    .pr_lg--185 {
        padding-right: 185px;
    }

    .mt_lg--185 {
        margin-top: 185px;
    }

    .mb_lg--185 {
        margin-bottom: 185px;
    }

    .ml_lg--185 {
        margin-left: 185px;
    }

    .ptb_lg--190 {
        padding: 190px 0;
    }

    .plr_lg--190 {
        padding: 0 190px;
    }

    .pt_lg--190 {
        padding-top: 190px;
    }

    .pb_lg--190 {
        padding-bottom: 190px;
    }

    .pl_lg--190 {
        padding-left: 190px;
    }

    .pr_lg--190 {
        padding-right: 190px;
    }

    .mt_lg--190 {
        margin-top: 190px;
    }

    .mb_lg--190 {
        margin-bottom: 190px;
    }

    .ml_lg--190 {
        margin-left: 190px;
    }

    .ptb_lg--195 {
        padding: 195px 0;
    }

    .plr_lg--195 {
        padding: 0 195px;
    }

    .pt_lg--195 {
        padding-top: 195px;
    }

    .pb_lg--195 {
        padding-bottom: 195px;
    }

    .pl_lg--195 {
        padding-left: 195px;
    }

    .pr_lg--195 {
        padding-right: 195px;
    }

    .mt_lg--195 {
        margin-top: 195px;
    }

    .mb_lg--195 {
        margin-bottom: 195px;
    }

    .ml_lg--195 {
        margin-left: 195px;
    }

    .ptb_lg--200 {
        padding: 200px 0;
    }

    .plr_lg--200 {
        padding: 0 200px;
    }

    .pt_lg--200 {
        padding-top: 200px;
    }

    .pb_lg--200 {
        padding-bottom: 200px;
    }

    .pl_lg--200 {
        padding-left: 200px;
    }

    .pr_lg--200 {
        padding-right: 200px;
    }

    .mt_lg--200 {
        margin-top: 200px;
    }

    .mb_lg--200 {
        margin-bottom: 200px;
    }

    .ml_lg--200 {
        margin-left: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_md--0 {
        padding: 0;
    }

    .pl_md--0 {
        padding-left: 0;
    }

    .pr_md--0 {
        padding-right: 0;
    }

    .pt_md--0 {
        padding-top: 0;
    }

    .pb_md--0 {
        padding-bottom: 0;
    }

    .mr_md--0 {
        margin-right: 0;
    }

    .ml_md--0 {
        margin-left: 0;
    }

    .mt_md--0 {
        margin-top: 0;
    }

    .mb_md--0 {
        margin-bottom: 0;
    }

    .ptb_md--250 {
        padding: 250px 0;
    }

    .ptb_md--5 {
        padding: 5px 0;
    }

    .plr_md--5 {
        padding: 0 5px;
    }

    .pt_md--5 {
        padding-top: 5px;
    }

    .pb_md--5 {
        padding-bottom: 5px;
    }

    .pl_md--5 {
        padding-left: 5px;
    }

    .pr_md--5 {
        padding-right: 5px;
    }

    .mt_md--5 {
        margin-top: 5px;
    }

    .mb_md--5 {
        margin-bottom: 5px;
    }

    .ptb_md--10 {
        padding: 10px 0;
    }

    .plr_md--10 {
        padding: 0 10px;
    }

    .pt_md--10 {
        padding-top: 10px;
    }

    .pb_md--10 {
        padding-bottom: 10px;
    }

    .pl_md--10 {
        padding-left: 10px;
    }

    .pr_md--10 {
        padding-right: 10px;
    }

    .mt_md--10 {
        margin-top: 10px;
    }

    .mb_md--10 {
        margin-bottom: 10px;
    }

    .ptb_md--15 {
        padding: 15px 0;
    }

    .plr_md--15 {
        padding: 0 15px;
    }

    .pt_md--15 {
        padding-top: 15px;
    }

    .pb_md--15 {
        padding-bottom: 15px;
    }

    .pl_md--15 {
        padding-left: 15px;
    }

    .pr_md--15 {
        padding-right: 15px;
    }

    .mt_md--15 {
        margin-top: 15px;
    }

    .mb_md--15 {
        margin-bottom: 15px;
    }

    .ptb_md--20 {
        padding: 20px 0;
    }

    .plr_md--20 {
        padding: 0 20px;
    }

    .pt_md--20 {
        padding-top: 20px;
    }

    .pb_md--20 {
        padding-bottom: 20px;
    }

    .pl_md--20 {
        padding-left: 20px;
    }

    .pr_md--20 {
        padding-right: 20px;
    }

    .mt_md--20 {
        margin-top: 20px;
    }

    .mb_md--20 {
        margin-bottom: 20px;
    }

    .ptb_md--25 {
        padding: 25px 0;
    }

    .plr_md--25 {
        padding: 0 25px;
    }

    .pt_md--25 {
        padding-top: 25px;
    }

    .pb_md--25 {
        padding-bottom: 25px;
    }

    .pl_md--25 {
        padding-left: 25px;
    }

    .pr_md--25 {
        padding-right: 25px;
    }

    .mt_md--25 {
        margin-top: 25px;
    }

    .mb_md--25 {
        margin-bottom: 25px;
    }

    .ptb_md--30 {
        padding: 30px 0;
    }

    .plr_md--30 {
        padding: 0 30px;
    }

    .pt_md--30 {
        padding-top: 30px;
    }

    .pb_md--30 {
        padding-bottom: 30px;
    }

    .pl_md--30 {
        padding-left: 30px;
    }

    .pr_md--30 {
        padding-right: 30px;
    }

    .mt_md--30 {
        margin-top: 30px;
    }

    .mb_md--30 {
        margin-bottom: 30px;
    }

    .ptb_md--35 {
        padding: 35px 0;
    }

    .plr_md--35 {
        padding: 0 35px;
    }

    .pt_md--35 {
        padding-top: 35px;
    }

    .pb_md--35 {
        padding-bottom: 35px;
    }

    .pl_md--35 {
        padding-left: 35px;
    }

    .pr_md--35 {
        padding-right: 35px;
    }

    .mt_md--35 {
        margin-top: 35px;
    }

    .mb_md--35 {
        margin-bottom: 35px;
    }

    .ptb_md--40 {
        padding: 40px 0;
    }

    .plr_md--40 {
        padding: 0 40px;
    }

    .pt_md--40 {
        padding-top: 40px;
    }

    .pb_md--40 {
        padding-bottom: 40px;
    }

    .pl_md--40 {
        padding-left: 40px;
    }

    .pr_md--40 {
        padding-right: 40px;
    }

    .mt_md--40 {
        margin-top: 40px;
    }

    .mb_md--40 {
        margin-bottom: 40px;
    }

    .ptb_md--45 {
        padding: 45px 0;
    }

    .plr_md--45 {
        padding: 0 45px;
    }

    .pt_md--45 {
        padding-top: 45px;
    }

    .pb_md--45 {
        padding-bottom: 45px;
    }

    .pl_md--45 {
        padding-left: 45px;
    }

    .pr_md--45 {
        padding-right: 45px;
    }

    .mt_md--45 {
        margin-top: 45px;
    }

    .mb_md--45 {
        margin-bottom: 45px;
    }

    .ptb_md--50 {
        padding: 50px 0;
    }

    .plr_md--50 {
        padding: 0 50px;
    }

    .pt_md--50 {
        padding-top: 50px;
    }

    .pb_md--50 {
        padding-bottom: 50px;
    }

    .pl_md--50 {
        padding-left: 50px;
    }

    .pr_md--50 {
        padding-right: 50px;
    }

    .mt_md--50 {
        margin-top: 50px;
    }

    .mb_md--50 {
        margin-bottom: 50px;
    }

    .ptb_md--55 {
        padding: 55px 0;
    }

    .plr_md--55 {
        padding: 0 55px;
    }

    .pt_md--55 {
        padding-top: 55px;
    }

    .pb_md--55 {
        padding-bottom: 55px;
    }

    .pl_md--55 {
        padding-left: 55px;
    }

    .pr_md--55 {
        padding-right: 55px;
    }

    .mt_md--55 {
        margin-top: 55px;
    }

    .mb_md--55 {
        margin-bottom: 55px;
    }

    .ptb_md--60 {
        padding: 60px 0;
    }

    .plr_md--60 {
        padding: 0 60px;
    }

    .pt_md--60 {
        padding-top: 60px;
    }

    .pb_md--60 {
        padding-bottom: 60px;
    }

    .pl_md--60 {
        padding-left: 60px;
    }

    .pr_md--60 {
        padding-right: 60px;
    }

    .mt_md--60 {
        margin-top: 60px;
    }

    .mb_md--60 {
        margin-bottom: 60px;
    }

    .ptb_md--65 {
        padding: 65px 0;
    }

    .plr_md--65 {
        padding: 0 65px;
    }

    .pt_md--65 {
        padding-top: 65px;
    }

    .pb_md--65 {
        padding-bottom: 65px;
    }

    .pl_md--65 {
        padding-left: 65px;
    }

    .pr_md--65 {
        padding-right: 65px;
    }

    .mt_md--65 {
        margin-top: 65px;
    }

    .mb_md--65 {
        margin-bottom: 65px;
    }

    .ptb_md--70 {
        padding: 70px 0;
    }

    .plr_md--70 {
        padding: 0 70px;
    }

    .pt_md--70 {
        padding-top: 70px;
    }

    .pb_md--70 {
        padding-bottom: 70px;
    }

    .pl_md--70 {
        padding-left: 70px;
    }

    .pr_md--70 {
        padding-right: 70px;
    }

    .mt_md--70 {
        margin-top: 70px;
    }

    .mb_md--70 {
        margin-bottom: 70px;
    }

    .ptb_md--75 {
        padding: 75px 0;
    }

    .plr_md--75 {
        padding: 0 75px;
    }

    .pt_md--75 {
        padding-top: 75px;
    }

    .pb_md--75 {
        padding-bottom: 75px;
    }

    .pl_md--75 {
        padding-left: 75px;
    }

    .pr_md--75 {
        padding-right: 75px;
    }

    .mt_md--75 {
        margin-top: 75px;
    }

    .mb_md--75 {
        margin-bottom: 75px;
    }

    .ptb_md--80 {
        padding: 80px 0;
    }

    .plr_md--80 {
        padding: 0 80px;
    }

    .pt_md--80 {
        padding-top: 80px;
    }

    .pb_md--80 {
        padding-bottom: 80px;
    }

    .pl_md--80 {
        padding-left: 80px;
    }

    .pr_md--80 {
        padding-right: 80px;
    }

    .mt_md--80 {
        margin-top: 80px;
    }

    .mb_md--80 {
        margin-bottom: 80px;
    }

    .ptb_md--85 {
        padding: 85px 0;
    }

    .plr_md--85 {
        padding: 0 85px;
    }

    .pt_md--85 {
        padding-top: 85px;
    }

    .pb_md--85 {
        padding-bottom: 85px;
    }

    .pl_md--85 {
        padding-left: 85px;
    }

    .pr_md--85 {
        padding-right: 85px;
    }

    .mt_md--85 {
        margin-top: 85px;
    }

    .mb_md--85 {
        margin-bottom: 85px;
    }

    .ptb_md--90 {
        padding: 90px 0;
    }

    .plr_md--90 {
        padding: 0 90px;
    }

    .pt_md--90 {
        padding-top: 90px;
    }

    .pb_md--90 {
        padding-bottom: 90px;
    }

    .pl_md--90 {
        padding-left: 90px;
    }

    .pr_md--90 {
        padding-right: 90px;
    }

    .mt_md--90 {
        margin-top: 90px;
    }

    .mb_md--90 {
        margin-bottom: 90px;
    }

    .ptb_md--95 {
        padding: 95px 0;
    }

    .plr_md--95 {
        padding: 0 95px;
    }

    .pt_md--95 {
        padding-top: 95px;
    }

    .pb_md--95 {
        padding-bottom: 95px;
    }

    .pl_md--95 {
        padding-left: 95px;
    }

    .pr_md--95 {
        padding-right: 95px;
    }

    .mt_md--95 {
        margin-top: 95px;
    }

    .mb_md--95 {
        margin-bottom: 95px;
    }

    .ptb_md--100 {
        padding: 100px 0;
    }

    .plr_md--100 {
        padding: 0 100px;
    }

    .pt_md--100 {
        padding-top: 100px;
    }

    .pb_md--100 {
        padding-bottom: 100px;
    }

    .pl_md--100 {
        padding-left: 100px;
    }

    .pr_md--100 {
        padding-right: 100px;
    }

    .mt_md--100 {
        margin-top: 100px;
    }

    .mb_md--100 {
        margin-bottom: 100px;
    }

    .ptb_md--105 {
        padding: 105px 0;
    }

    .plr_md--105 {
        padding: 0 105px;
    }

    .pt_md--105 {
        padding-top: 105px;
    }

    .pb_md--105 {
        padding-bottom: 105px;
    }

    .pl_md--105 {
        padding-left: 105px;
    }

    .pr_md--105 {
        padding-right: 105px;
    }

    .mt_md--105 {
        margin-top: 105px;
    }

    .mb_md--105 {
        margin-bottom: 105px;
    }

    .ptb_md--110 {
        padding: 110px 0;
    }

    .plr_md--110 {
        padding: 0 110px;
    }

    .pt_md--110 {
        padding-top: 110px;
    }

    .pb_md--110 {
        padding-bottom: 110px;
    }

    .pl_md--110 {
        padding-left: 110px;
    }

    .pr_md--110 {
        padding-right: 110px;
    }

    .mt_md--110 {
        margin-top: 110px;
    }

    .mb_md--110 {
        margin-bottom: 110px;
    }

    .ptb_md--115 {
        padding: 115px 0;
    }

    .plr_md--115 {
        padding: 0 115px;
    }

    .pt_md--115 {
        padding-top: 115px;
    }

    .pb_md--115 {
        padding-bottom: 115px;
    }

    .pl_md--115 {
        padding-left: 115px;
    }

    .pr_md--115 {
        padding-right: 115px;
    }

    .mt_md--115 {
        margin-top: 115px;
    }

    .mb_md--115 {
        margin-bottom: 115px;
    }

    .ptb_md--120 {
        padding: 120px 0;
    }

    .plr_md--120 {
        padding: 0 120px;
    }

    .pt_md--120 {
        padding-top: 120px;
    }

    .pb_md--120 {
        padding-bottom: 120px;
    }

    .pl_md--120 {
        padding-left: 120px;
    }

    .pr_md--120 {
        padding-right: 120px;
    }

    .mt_md--120 {
        margin-top: 120px;
    }

    .mb_md--120 {
        margin-bottom: 120px;
    }

    .ptb_md--125 {
        padding: 125px 0;
    }

    .plr_md--125 {
        padding: 0 125px;
    }

    .pt_md--125 {
        padding-top: 125px;
    }

    .pb_md--125 {
        padding-bottom: 125px;
    }

    .pl_md--125 {
        padding-left: 125px;
    }

    .pr_md--125 {
        padding-right: 125px;
    }

    .mt_md--125 {
        margin-top: 125px;
    }

    .mb_md--125 {
        margin-bottom: 125px;
    }

    .ptb_md--130 {
        padding: 130px 0;
    }

    .plr_md--130 {
        padding: 0 130px;
    }

    .pt_md--130 {
        padding-top: 130px;
    }

    .pb_md--130 {
        padding-bottom: 130px;
    }

    .pl_md--130 {
        padding-left: 130px;
    }

    .pr_md--130 {
        padding-right: 130px;
    }

    .mt_md--130 {
        margin-top: 130px;
    }

    .mb_md--130 {
        margin-bottom: 130px;
    }

    .ptb_md--135 {
        padding: 135px 0;
    }

    .plr_md--135 {
        padding: 0 135px;
    }

    .pt_md--135 {
        padding-top: 135px;
    }

    .pb_md--135 {
        padding-bottom: 135px;
    }

    .pl_md--135 {
        padding-left: 135px;
    }

    .pr_md--135 {
        padding-right: 135px;
    }

    .mt_md--135 {
        margin-top: 135px;
    }

    .mb_md--135 {
        margin-bottom: 135px;
    }

    .ptb_md--140 {
        padding: 140px 0;
    }

    .plr_md--140 {
        padding: 0 140px;
    }

    .pt_md--140 {
        padding-top: 140px;
    }

    .pb_md--140 {
        padding-bottom: 140px;
    }

    .pl_md--140 {
        padding-left: 140px;
    }

    .pr_md--140 {
        padding-right: 140px;
    }

    .mt_md--140 {
        margin-top: 140px;
    }

    .mb_md--140 {
        margin-bottom: 140px;
    }

    .ptb_md--145 {
        padding: 145px 0;
    }

    .plr_md--145 {
        padding: 0 145px;
    }

    .pt_md--145 {
        padding-top: 145px;
    }

    .pb_md--145 {
        padding-bottom: 145px;
    }

    .pl_md--145 {
        padding-left: 145px;
    }

    .pr_md--145 {
        padding-right: 145px;
    }

    .mt_md--145 {
        margin-top: 145px;
    }

    .mb_md--145 {
        margin-bottom: 145px;
    }

    .ptb_md--150 {
        padding: 150px 0;
    }

    .plr_md--150 {
        padding: 0 150px;
    }

    .pt_md--150 {
        padding-top: 150px;
    }

    .pb_md--150 {
        padding-bottom: 150px;
    }

    .pl_md--150 {
        padding-left: 150px;
    }

    .pr_md--150 {
        padding-right: 150px;
    }

    .mt_md--150 {
        margin-top: 150px;
    }

    .mb_md--150 {
        margin-bottom: 150px;
    }

    .ptb_md--155 {
        padding: 155px 0;
    }

    .plr_md--155 {
        padding: 0 155px;
    }

    .pt_md--155 {
        padding-top: 155px;
    }

    .pb_md--155 {
        padding-bottom: 155px;
    }

    .pl_md--155 {
        padding-left: 155px;
    }

    .pr_md--155 {
        padding-right: 155px;
    }

    .mt_md--155 {
        margin-top: 155px;
    }

    .mb_md--155 {
        margin-bottom: 155px;
    }

    .ptb_md--160 {
        padding: 160px 0;
    }

    .plr_md--160 {
        padding: 0 160px;
    }

    .pt_md--160 {
        padding-top: 160px;
    }

    .pb_md--160 {
        padding-bottom: 160px;
    }

    .pl_md--160 {
        padding-left: 160px;
    }

    .pr_md--160 {
        padding-right: 160px;
    }

    .mt_md--160 {
        margin-top: 160px;
    }

    .mb_md--160 {
        margin-bottom: 160px;
    }

    .ptb_md--165 {
        padding: 165px 0;
    }

    .plr_md--165 {
        padding: 0 165px;
    }

    .pt_md--165 {
        padding-top: 165px;
    }

    .pb_md--165 {
        padding-bottom: 165px;
    }

    .pl_md--165 {
        padding-left: 165px;
    }

    .pr_md--165 {
        padding-right: 165px;
    }

    .mt_md--165 {
        margin-top: 165px;
    }

    .mb_md--165 {
        margin-bottom: 165px;
    }

    .ptb_md--170 {
        padding: 170px 0;
    }

    .plr_md--170 {
        padding: 0 170px;
    }

    .pt_md--170 {
        padding-top: 170px;
    }

    .pb_md--170 {
        padding-bottom: 170px;
    }

    .pl_md--170 {
        padding-left: 170px;
    }

    .pr_md--170 {
        padding-right: 170px;
    }

    .mt_md--170 {
        margin-top: 170px;
    }

    .mb_md--170 {
        margin-bottom: 170px;
    }

    .ptb_md--175 {
        padding: 175px 0;
    }

    .plr_md--175 {
        padding: 0 175px;
    }

    .pt_md--175 {
        padding-top: 175px;
    }

    .pb_md--175 {
        padding-bottom: 175px;
    }

    .pl_md--175 {
        padding-left: 175px;
    }

    .pr_md--175 {
        padding-right: 175px;
    }

    .mt_md--175 {
        margin-top: 175px;
    }

    .mb_md--175 {
        margin-bottom: 175px;
    }

    .ptb_md--180 {
        padding: 180px 0;
    }

    .plr_md--180 {
        padding: 0 180px;
    }

    .pt_md--180 {
        padding-top: 180px;
    }

    .pb_md--180 {
        padding-bottom: 180px;
    }

    .pl_md--180 {
        padding-left: 180px;
    }

    .pr_md--180 {
        padding-right: 180px;
    }

    .mt_md--180 {
        margin-top: 180px;
    }

    .mb_md--180 {
        margin-bottom: 180px;
    }

    .ptb_md--185 {
        padding: 185px 0;
    }

    .plr_md--185 {
        padding: 0 185px;
    }

    .pt_md--185 {
        padding-top: 185px;
    }

    .pb_md--185 {
        padding-bottom: 185px;
    }

    .pl_md--185 {
        padding-left: 185px;
    }

    .pr_md--185 {
        padding-right: 185px;
    }

    .mt_md--185 {
        margin-top: 185px;
    }

    .mb_md--185 {
        margin-bottom: 185px;
    }

    .ptb_md--190 {
        padding: 190px 0;
    }

    .plr_md--190 {
        padding: 0 190px;
    }

    .pt_md--190 {
        padding-top: 190px;
    }

    .pb_md--190 {
        padding-bottom: 190px;
    }

    .pl_md--190 {
        padding-left: 190px;
    }

    .pr_md--190 {
        padding-right: 190px;
    }

    .mt_md--190 {
        margin-top: 190px;
    }

    .mb_md--190 {
        margin-bottom: 190px;
    }

    .ptb_md--195 {
        padding: 195px 0;
    }

    .plr_md--195 {
        padding: 0 195px;
    }

    .pt_md--195 {
        padding-top: 195px;
    }

    .pb_md--195 {
        padding-bottom: 195px;
    }

    .pl_md--195 {
        padding-left: 195px;
    }

    .pr_md--195 {
        padding-right: 195px;
    }

    .mt_md--195 {
        margin-top: 195px;
    }

    .mb_md--195 {
        margin-bottom: 195px;
    }

    .ptb_md--200 {
        padding: 200px 0;
    }

    .plr_md--200 {
        padding: 0 200px;
    }

    .pt_md--200 {
        padding-top: 200px;
    }

    .pb_md--200 {
        padding-bottom: 200px;
    }

    .pl_md--200 {
        padding-left: 200px;
    }

    .pr_md--200 {
        padding-right: 200px;
    }

    .mt_md--200 {
        margin-top: 200px;
    }

    .mb_md--200 {
        margin-bottom: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .ptb_sm--250 {
        padding: 250px 0;
    }

    .ptb_sm--0 {
        padding: 0;
    }

    .pl_sm--0 {
        padding-left: 0;
    }

    .pr_sm--0 {
        padding-right: 0;
    }

    .pt_sm--0 {
        padding-top: 0;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }

    .mr_sm--0 {
        margin-right: 0;
    }

    .ml_sm--0 {
        margin-left: 0;
    }

    .mt_sm--0 {
        margin-top: 0;
    }

    .mb_sm--0 {
        margin-bottom: 0;
    }

    .pt_sm--150 {
        padding-top: 150px;
    }

    .pb_sm--110 {
        padding-bottom: 110px;
    }

    .ptb_sm--5 {
        padding: 5px 0;
    }

    .plr_sm--5 {
        padding: 0 5px;
    }

    .pt_sm--5 {
        padding-top: 5px;
    }

    .pb_sm--5 {
        padding-bottom: 5px;
    }

    .pl_sm--5 {
        padding-left: 5px;
    }

    .pr_sm--5 {
        padding-right: 5px;
    }

    .mt_sm--5 {
        margin-top: 5px;
    }

    .ml_sm--5 {
        margin-left: 5px;
    }

    .mr_sm--5 {
        margin-right: 5px;
    }

    .mb_sm--5 {
        margin-bottom: 5px;
    }

    .ptb_sm--10 {
        padding: 10px 0;
    }

    .plr_sm--10 {
        padding: 0 10px;
    }

    .pt_sm--10 {
        padding-top: 10px;
    }

    .pb_sm--10 {
        padding-bottom: 10px;
    }

    .pl_sm--10 {
        padding-left: 10px;
    }

    .pr_sm--10 {
        padding-right: 10px;
    }

    .mt_sm--10 {
        margin-top: 10px;
    }

    .ml_sm--10 {
        margin-left: 10px;
    }

    .mr_sm--10 {
        margin-right: 10px;
    }

    .mb_sm--10 {
        margin-bottom: 10px;
    }

    .ptb_sm--15 {
        padding: 15px 0;
    }

    .plr_sm--15 {
        padding: 0 15px;
    }

    .pt_sm--15 {
        padding-top: 15px;
    }

    .pb_sm--15 {
        padding-bottom: 15px;
    }

    .pl_sm--15 {
        padding-left: 15px;
    }

    .pr_sm--15 {
        padding-right: 15px;
    }

    .mt_sm--15 {
        margin-top: 15px;
    }

    .ml_sm--15 {
        margin-left: 15px;
    }

    .mr_sm--15 {
        margin-right: 15px;
    }

    .mb_sm--15 {
        margin-bottom: 15px;
    }

    .ptb_sm--20 {
        padding: 20px 0;
    }

    .plr_sm--20 {
        padding: 0 20px;
    }

    .pt_sm--20 {
        padding-top: 20px;
    }

    .pb_sm--20 {
        padding-bottom: 20px;
    }

    .pl_sm--20 {
        padding-left: 20px;
    }

    .pr_sm--20 {
        padding-right: 20px;
    }

    .mt_sm--20 {
        margin-top: 20px;
    }

    .ml_sm--20 {
        margin-left: 20px;
    }

    .mr_sm--20 {
        margin-right: 20px;
    }

    .mb_sm--20 {
        margin-bottom: 20px;
    }

    .ptb_sm--25 {
        padding: 25px 0;
    }

    .plr_sm--25 {
        padding: 0 25px;
    }

    .pt_sm--25 {
        padding-top: 25px;
    }

    .pb_sm--25 {
        padding-bottom: 25px;
    }

    .pl_sm--25 {
        padding-left: 25px;
    }

    .pr_sm--25 {
        padding-right: 25px;
    }

    .mt_sm--25 {
        margin-top: 25px;
    }

    .ml_sm--25 {
        margin-left: 25px;
    }

    .mr_sm--25 {
        margin-right: 25px;
    }

    .mb_sm--25 {
        margin-bottom: 25px;
    }

    .ptb_sm--30 {
        padding: 30px 0;
    }

    .plr_sm--30 {
        padding: 0 30px;
    }

    .pt_sm--30 {
        padding-top: 30px;
    }

    .pb_sm--30 {
        padding-bottom: 30px;
    }

    .pl_sm--30 {
        padding-left: 30px;
    }

    .pr_sm--30 {
        padding-right: 30px;
    }

    .mt_sm--30 {
        margin-top: 30px;
    }

    .ml_sm--30 {
        margin-left: 30px;
    }

    .mr_sm--30 {
        margin-right: 30px;
    }

    .mb_sm--30 {
        margin-bottom: 30px;
    }

    .ptb_sm--35 {
        padding: 35px 0;
    }

    .plr_sm--35 {
        padding: 0 35px;
    }

    .pt_sm--35 {
        padding-top: 35px;
    }

    .pb_sm--35 {
        padding-bottom: 35px;
    }

    .pl_sm--35 {
        padding-left: 35px;
    }

    .pr_sm--35 {
        padding-right: 35px;
    }

    .mt_sm--35 {
        margin-top: 35px;
    }

    .ml_sm--35 {
        margin-left: 35px;
    }

    .mr_sm--35 {
        margin-right: 35px;
    }

    .mb_sm--35 {
        margin-bottom: 35px;
    }

    .ptb_sm--40 {
        padding: 40px 0;
    }

    .plr_sm--40 {
        padding: 0 40px;
    }

    .pt_sm--40 {
        padding-top: 40px;
    }

    .pb_sm--40 {
        padding-bottom: 40px;
    }

    .pl_sm--40 {
        padding-left: 40px;
    }

    .pr_sm--40 {
        padding-right: 40px;
    }

    .mt_sm--40 {
        margin-top: 40px;
    }

    .ml_sm--40 {
        margin-left: 40px;
    }

    .mr_sm--40 {
        margin-right: 40px;
    }

    .mb_sm--40 {
        margin-bottom: 40px;
    }

    .ptb_sm--45 {
        padding: 45px 0;
    }

    .plr_sm--45 {
        padding: 0 45px;
    }

    .pt_sm--45 {
        padding-top: 45px;
    }

    .pb_sm--45 {
        padding-bottom: 45px;
    }

    .pl_sm--45 {
        padding-left: 45px;
    }

    .pr_sm--45 {
        padding-right: 45px;
    }

    .mt_sm--45 {
        margin-top: 45px;
    }

    .ml_sm--45 {
        margin-left: 45px;
    }

    .mr_sm--45 {
        margin-right: 45px;
    }

    .mb_sm--45 {
        margin-bottom: 45px;
    }

    .ptb_sm--50 {
        padding: 50px 0;
    }

    .plr_sm--50 {
        padding: 0 50px;
    }

    .pt_sm--50 {
        padding-top: 50px;
    }

    .pb_sm--50 {
        padding-bottom: 50px;
    }

    .pl_sm--50 {
        padding-left: 50px;
    }

    .pr_sm--50 {
        padding-right: 50px;
    }

    .mt_sm--50 {
        margin-top: 50px;
    }

    .ml_sm--50 {
        margin-left: 50px;
    }

    .mr_sm--50 {
        margin-right: 50px;
    }

    .mb_sm--50 {
        margin-bottom: 50px;
    }

    .ptb_sm--55 {
        padding: 55px 0;
    }

    .plr_sm--55 {
        padding: 0 55px;
    }

    .pt_sm--55 {
        padding-top: 55px;
    }

    .pb_sm--55 {
        padding-bottom: 55px;
    }

    .pl_sm--55 {
        padding-left: 55px;
    }

    .pr_sm--55 {
        padding-right: 55px;
    }

    .mt_sm--55 {
        margin-top: 55px;
    }

    .ml_sm--55 {
        margin-left: 55px;
    }

    .mr_sm--55 {
        margin-right: 55px;
    }

    .mb_sm--55 {
        margin-bottom: 55px;
    }

    .ptb_sm--60 {
        padding: 60px 0;
    }

    .plr_sm--60 {
        padding: 0 60px;
    }

    .pt_sm--60 {
        padding-top: 60px;
    }

    .pb_sm--60 {
        padding-bottom: 60px;
    }

    .pl_sm--60 {
        padding-left: 60px;
    }

    .pr_sm--60 {
        padding-right: 60px;
    }

    .mt_sm--60 {
        margin-top: 60px;
    }

    .ml_sm--60 {
        margin-left: 60px;
    }

    .mr_sm--60 {
        margin-right: 60px;
    }

    .mb_sm--60 {
        margin-bottom: 60px;
    }

    .ptb_sm--65 {
        padding: 65px 0;
    }

    .plr_sm--65 {
        padding: 0 65px;
    }

    .pt_sm--65 {
        padding-top: 65px;
    }

    .pb_sm--65 {
        padding-bottom: 65px;
    }

    .pl_sm--65 {
        padding-left: 65px;
    }

    .pr_sm--65 {
        padding-right: 65px;
    }

    .mt_sm--65 {
        margin-top: 65px;
    }

    .ml_sm--65 {
        margin-left: 65px;
    }

    .mr_sm--65 {
        margin-right: 65px;
    }

    .mb_sm--65 {
        margin-bottom: 65px;
    }

    .ptb_sm--70 {
        padding: 70px 0;
    }

    .plr_sm--70 {
        padding: 0 70px;
    }

    .pt_sm--70 {
        padding-top: 70px;
    }

    .pb_sm--70 {
        padding-bottom: 70px;
    }

    .pl_sm--70 {
        padding-left: 70px;
    }

    .pr_sm--70 {
        padding-right: 70px;
    }

    .mt_sm--70 {
        margin-top: 70px;
    }

    .ml_sm--70 {
        margin-left: 70px;
    }

    .mr_sm--70 {
        margin-right: 70px;
    }

    .mb_sm--70 {
        margin-bottom: 70px;
    }

    .ptb_sm--75 {
        padding: 75px 0;
    }

    .plr_sm--75 {
        padding: 0 75px;
    }

    .pt_sm--75 {
        padding-top: 75px;
    }

    .pb_sm--75 {
        padding-bottom: 75px;
    }

    .pl_sm--75 {
        padding-left: 75px;
    }

    .pr_sm--75 {
        padding-right: 75px;
    }

    .mt_sm--75 {
        margin-top: 75px;
    }

    .ml_sm--75 {
        margin-left: 75px;
    }

    .mr_sm--75 {
        margin-right: 75px;
    }

    .mb_sm--75 {
        margin-bottom: 75px;
    }

    .ptb_sm--80 {
        padding: 80px 0;
    }

    .plr_sm--80 {
        padding: 0 80px;
    }

    .pt_sm--80 {
        padding-top: 80px;
    }

    .pb_sm--80 {
        padding-bottom: 80px;
    }

    .pl_sm--80 {
        padding-left: 80px;
    }

    .pr_sm--80 {
        padding-right: 80px;
    }

    .mt_sm--80 {
        margin-top: 80px;
    }

    .ml_sm--80 {
        margin-left: 80px;
    }

    .mr_sm--80 {
        margin-right: 80px;
    }

    .mb_sm--80 {
        margin-bottom: 80px;
    }

    .ptb_sm--85 {
        padding: 85px 0;
    }

    .plr_sm--85 {
        padding: 0 85px;
    }

    .pt_sm--85 {
        padding-top: 85px;
    }

    .pb_sm--85 {
        padding-bottom: 85px;
    }

    .pl_sm--85 {
        padding-left: 85px;
    }

    .pr_sm--85 {
        padding-right: 85px;
    }

    .mt_sm--85 {
        margin-top: 85px;
    }

    .ml_sm--85 {
        margin-left: 85px;
    }

    .mr_sm--85 {
        margin-right: 85px;
    }

    .mb_sm--85 {
        margin-bottom: 85px;
    }

    .ptb_sm--90 {
        padding: 90px 0;
    }

    .plr_sm--90 {
        padding: 0 90px;
    }

    .pt_sm--90 {
        padding-top: 90px;
    }

    .pb_sm--90 {
        padding-bottom: 90px;
    }

    .pl_sm--90 {
        padding-left: 90px;
    }

    .pr_sm--90 {
        padding-right: 90px;
    }

    .mt_sm--90 {
        margin-top: 90px;
    }

    .ml_sm--90 {
        margin-left: 90px;
    }

    .mr_sm--90 {
        margin-right: 90px;
    }

    .mb_sm--90 {
        margin-bottom: 90px;
    }

    .ptb_sm--95 {
        padding: 95px 0;
    }

    .plr_sm--95 {
        padding: 0 95px;
    }

    .pt_sm--95 {
        padding-top: 95px;
    }

    .pb_sm--95 {
        padding-bottom: 95px;
    }

    .pl_sm--95 {
        padding-left: 95px;
    }

    .pr_sm--95 {
        padding-right: 95px;
    }

    .mt_sm--95 {
        margin-top: 95px;
    }

    .ml_sm--95 {
        margin-left: 95px;
    }

    .mr_sm--95 {
        margin-right: 95px;
    }

    .mb_sm--95 {
        margin-bottom: 95px;
    }

    .ptb_sm--100 {
        padding: 100px 0;
    }

    .plr_sm--100 {
        padding: 0 100px;
    }

    .pt_sm--100 {
        padding-top: 100px;
    }

    .pb_sm--100 {
        padding-bottom: 100px;
    }

    .pl_sm--100 {
        padding-left: 100px;
    }

    .pr_sm--100 {
        padding-right: 100px;
    }

    .mt_sm--100 {
        margin-top: 100px;
    }

    .ml_sm--100 {
        margin-left: 100px;
    }

    .mr_sm--100 {
        margin-right: 100px;
    }

    .mb_sm--100 {
        margin-bottom: 100px;
    }

    .ptb_sm--105 {
        padding: 105px 0;
    }

    .plr_sm--105 {
        padding: 0 105px;
    }

    .pt_sm--105 {
        padding-top: 105px;
    }

    .pb_sm--105 {
        padding-bottom: 105px;
    }

    .pl_sm--105 {
        padding-left: 105px;
    }

    .pr_sm--105 {
        padding-right: 105px;
    }

    .mt_sm--105 {
        margin-top: 105px;
    }

    .ml_sm--105 {
        margin-left: 105px;
    }

    .mr_sm--105 {
        margin-right: 105px;
    }

    .mb_sm--105 {
        margin-bottom: 105px;
    }

    .ptb_sm--110 {
        padding: 110px 0;
    }

    .plr_sm--110 {
        padding: 0 110px;
    }

    .pt_sm--110 {
        padding-top: 110px;
    }

    .pb_sm--110 {
        padding-bottom: 110px;
    }

    .pl_sm--110 {
        padding-left: 110px;
    }

    .pr_sm--110 {
        padding-right: 110px;
    }

    .mt_sm--110 {
        margin-top: 110px;
    }

    .ml_sm--110 {
        margin-left: 110px;
    }

    .mr_sm--110 {
        margin-right: 110px;
    }

    .mb_sm--110 {
        margin-bottom: 110px;
    }

    .ptb_sm--115 {
        padding: 115px 0;
    }

    .plr_sm--115 {
        padding: 0 115px;
    }

    .pt_sm--115 {
        padding-top: 115px;
    }

    .pb_sm--115 {
        padding-bottom: 115px;
    }

    .pl_sm--115 {
        padding-left: 115px;
    }

    .pr_sm--115 {
        padding-right: 115px;
    }

    .mt_sm--115 {
        margin-top: 115px;
    }

    .ml_sm--115 {
        margin-left: 115px;
    }

    .mr_sm--115 {
        margin-right: 115px;
    }

    .mb_sm--115 {
        margin-bottom: 115px;
    }

    .ptb_sm--120 {
        padding: 120px 0;
    }

    .plr_sm--120 {
        padding: 0 120px;
    }

    .pt_sm--120 {
        padding-top: 120px;
    }

    .pb_sm--120 {
        padding-bottom: 120px;
    }

    .pl_sm--120 {
        padding-left: 120px;
    }

    .pr_sm--120 {
        padding-right: 120px;
    }

    .mt_sm--120 {
        margin-top: 120px;
    }

    .ml_sm--120 {
        margin-left: 120px;
    }

    .mr_sm--120 {
        margin-right: 120px;
    }

    .mb_sm--120 {
        margin-bottom: 120px;
    }

    .ptb_sm--125 {
        padding: 125px 0;
    }

    .plr_sm--125 {
        padding: 0 125px;
    }

    .pt_sm--125 {
        padding-top: 125px;
    }

    .pb_sm--125 {
        padding-bottom: 125px;
    }

    .pl_sm--125 {
        padding-left: 125px;
    }

    .pr_sm--125 {
        padding-right: 125px;
    }

    .mt_sm--125 {
        margin-top: 125px;
    }

    .ml_sm--125 {
        margin-left: 125px;
    }

    .mr_sm--125 {
        margin-right: 125px;
    }

    .mb_sm--125 {
        margin-bottom: 125px;
    }

    .ptb_sm--130 {
        padding: 130px 0;
    }

    .plr_sm--130 {
        padding: 0 130px;
    }

    .pt_sm--130 {
        padding-top: 130px;
    }

    .pb_sm--130 {
        padding-bottom: 130px;
    }

    .pl_sm--130 {
        padding-left: 130px;
    }

    .pr_sm--130 {
        padding-right: 130px;
    }

    .mt_sm--130 {
        margin-top: 130px;
    }

    .ml_sm--130 {
        margin-left: 130px;
    }

    .mr_sm--130 {
        margin-right: 130px;
    }

    .mb_sm--130 {
        margin-bottom: 130px;
    }

    .ptb_sm--135 {
        padding: 135px 0;
    }

    .plr_sm--135 {
        padding: 0 135px;
    }

    .pt_sm--135 {
        padding-top: 135px;
    }

    .pb_sm--135 {
        padding-bottom: 135px;
    }

    .pl_sm--135 {
        padding-left: 135px;
    }

    .pr_sm--135 {
        padding-right: 135px;
    }

    .mt_sm--135 {
        margin-top: 135px;
    }

    .ml_sm--135 {
        margin-left: 135px;
    }

    .mr_sm--135 {
        margin-right: 135px;
    }

    .mb_sm--135 {
        margin-bottom: 135px;
    }

    .ptb_sm--140 {
        padding: 140px 0;
    }

    .plr_sm--140 {
        padding: 0 140px;
    }

    .pt_sm--140 {
        padding-top: 140px;
    }

    .pb_sm--140 {
        padding-bottom: 140px;
    }

    .pl_sm--140 {
        padding-left: 140px;
    }

    .pr_sm--140 {
        padding-right: 140px;
    }

    .mt_sm--140 {
        margin-top: 140px;
    }

    .ml_sm--140 {
        margin-left: 140px;
    }

    .mr_sm--140 {
        margin-right: 140px;
    }

    .mb_sm--140 {
        margin-bottom: 140px;
    }

    .ptb_sm--145 {
        padding: 145px 0;
    }

    .plr_sm--145 {
        padding: 0 145px;
    }

    .pt_sm--145 {
        padding-top: 145px;
    }

    .pb_sm--145 {
        padding-bottom: 145px;
    }

    .pl_sm--145 {
        padding-left: 145px;
    }

    .pr_sm--145 {
        padding-right: 145px;
    }

    .mt_sm--145 {
        margin-top: 145px;
    }

    .ml_sm--145 {
        margin-left: 145px;
    }

    .mr_sm--145 {
        margin-right: 145px;
    }

    .mb_sm--145 {
        margin-bottom: 145px;
    }

    .ptb_sm--150 {
        padding: 150px 0;
    }

    .plr_sm--150 {
        padding: 0 150px;
    }

    .pt_sm--150 {
        padding-top: 150px;
    }

    .pb_sm--150 {
        padding-bottom: 150px;
    }

    .pl_sm--150 {
        padding-left: 150px;
    }

    .pr_sm--150 {
        padding-right: 150px;
    }

    .mt_sm--150 {
        margin-top: 150px;
    }

    .ml_sm--150 {
        margin-left: 150px;
    }

    .mr_sm--150 {
        margin-right: 150px;
    }

    .mb_sm--150 {
        margin-bottom: 150px;
    }

    .ptb_sm--155 {
        padding: 155px 0;
    }

    .plr_sm--155 {
        padding: 0 155px;
    }

    .pt_sm--155 {
        padding-top: 155px;
    }

    .pb_sm--155 {
        padding-bottom: 155px;
    }

    .pl_sm--155 {
        padding-left: 155px;
    }

    .pr_sm--155 {
        padding-right: 155px;
    }

    .mt_sm--155 {
        margin-top: 155px;
    }

    .ml_sm--155 {
        margin-left: 155px;
    }

    .mr_sm--155 {
        margin-right: 155px;
    }

    .mb_sm--155 {
        margin-bottom: 155px;
    }

    .ptb_sm--160 {
        padding: 160px 0;
    }

    .plr_sm--160 {
        padding: 0 160px;
    }

    .pt_sm--160 {
        padding-top: 160px;
    }

    .pb_sm--160 {
        padding-bottom: 160px;
    }

    .pl_sm--160 {
        padding-left: 160px;
    }

    .pr_sm--160 {
        padding-right: 160px;
    }

    .mt_sm--160 {
        margin-top: 160px;
    }

    .ml_sm--160 {
        margin-left: 160px;
    }

    .mr_sm--160 {
        margin-right: 160px;
    }

    .mb_sm--160 {
        margin-bottom: 160px;
    }

    .ptb_sm--165 {
        padding: 165px 0;
    }

    .plr_sm--165 {
        padding: 0 165px;
    }

    .pt_sm--165 {
        padding-top: 165px;
    }

    .pb_sm--165 {
        padding-bottom: 165px;
    }

    .pl_sm--165 {
        padding-left: 165px;
    }

    .pr_sm--165 {
        padding-right: 165px;
    }

    .mt_sm--165 {
        margin-top: 165px;
    }

    .ml_sm--165 {
        margin-left: 165px;
    }

    .mr_sm--165 {
        margin-right: 165px;
    }

    .mb_sm--165 {
        margin-bottom: 165px;
    }

    .ptb_sm--170 {
        padding: 170px 0;
    }

    .plr_sm--170 {
        padding: 0 170px;
    }

    .pt_sm--170 {
        padding-top: 170px;
    }

    .pb_sm--170 {
        padding-bottom: 170px;
    }

    .pl_sm--170 {
        padding-left: 170px;
    }

    .pr_sm--170 {
        padding-right: 170px;
    }

    .mt_sm--170 {
        margin-top: 170px;
    }

    .ml_sm--170 {
        margin-left: 170px;
    }

    .mr_sm--170 {
        margin-right: 170px;
    }

    .mb_sm--170 {
        margin-bottom: 170px;
    }

    .ptb_sm--175 {
        padding: 175px 0;
    }

    .plr_sm--175 {
        padding: 0 175px;
    }

    .pt_sm--175 {
        padding-top: 175px;
    }

    .pb_sm--175 {
        padding-bottom: 175px;
    }

    .pl_sm--175 {
        padding-left: 175px;
    }

    .pr_sm--175 {
        padding-right: 175px;
    }

    .mt_sm--175 {
        margin-top: 175px;
    }

    .ml_sm--175 {
        margin-left: 175px;
    }

    .mr_sm--175 {
        margin-right: 175px;
    }

    .mb_sm--175 {
        margin-bottom: 175px;
    }

    .ptb_sm--180 {
        padding: 180px 0;
    }

    .plr_sm--180 {
        padding: 0 180px;
    }

    .pt_sm--180 {
        padding-top: 180px;
    }

    .pb_sm--180 {
        padding-bottom: 180px;
    }

    .pl_sm--180 {
        padding-left: 180px;
    }

    .pr_sm--180 {
        padding-right: 180px;
    }

    .mt_sm--180 {
        margin-top: 180px;
    }

    .ml_sm--180 {
        margin-left: 180px;
    }

    .mr_sm--180 {
        margin-right: 180px;
    }

    .mb_sm--180 {
        margin-bottom: 180px;
    }

    .ptb_sm--185 {
        padding: 185px 0;
    }

    .plr_sm--185 {
        padding: 0 185px;
    }

    .pt_sm--185 {
        padding-top: 185px;
    }

    .pb_sm--185 {
        padding-bottom: 185px;
    }

    .pl_sm--185 {
        padding-left: 185px;
    }

    .pr_sm--185 {
        padding-right: 185px;
    }

    .mt_sm--185 {
        margin-top: 185px;
    }

    .ml_sm--185 {
        margin-left: 185px;
    }

    .mr_sm--185 {
        margin-right: 185px;
    }

    .mb_sm--185 {
        margin-bottom: 185px;
    }

    .ptb_sm--190 {
        padding: 190px 0;
    }

    .plr_sm--190 {
        padding: 0 190px;
    }

    .pt_sm--190 {
        padding-top: 190px;
    }

    .pb_sm--190 {
        padding-bottom: 190px;
    }

    .pl_sm--190 {
        padding-left: 190px;
    }

    .pr_sm--190 {
        padding-right: 190px;
    }

    .mt_sm--190 {
        margin-top: 190px;
    }

    .ml_sm--190 {
        margin-left: 190px;
    }

    .mr_sm--190 {
        margin-right: 190px;
    }

    .mb_sm--190 {
        margin-bottom: 190px;
    }

    .ptb_sm--195 {
        padding: 195px 0;
    }

    .plr_sm--195 {
        padding: 0 195px;
    }

    .pt_sm--195 {
        padding-top: 195px;
    }

    .pb_sm--195 {
        padding-bottom: 195px;
    }

    .pl_sm--195 {
        padding-left: 195px;
    }

    .pr_sm--195 {
        padding-right: 195px;
    }

    .mt_sm--195 {
        margin-top: 195px;
    }

    .ml_sm--195 {
        margin-left: 195px;
    }

    .mr_sm--195 {
        margin-right: 195px;
    }

    .mb_sm--195 {
        margin-bottom: 195px;
    }

    .ptb_sm--200 {
        padding: 200px 0;
    }

    .plr_sm--200 {
        padding: 0 200px;
    }

    .pt_sm--200 {
        padding-top: 200px;
    }

    .pb_sm--200 {
        padding-bottom: 200px;
    }

    .pl_sm--200 {
        padding-left: 200px;
    }

    .pr_sm--200 {
        padding-right: 200px;
    }

    .mt_sm--200 {
        margin-top: 200px;
    }

    .ml_sm--200 {
        margin-left: 200px;
    }

    .mr_sm--200 {
        margin-right: 200px;
    }

    .mb_sm--200 {
        margin-bottom: 200px;
    }

    .pl_sm--0 {
        padding-left: 0;
    }

    .pr_sm--0 {
        padding-right: 0;
    }

    .pt_sm--0 {
        padding-top: 0;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }

    .mr_sm--0 {
        margin-right: 0;
    }

    .ml_sm--0 {
        margin-left: 0;
    }

    .mt_sm--0 {
        margin-top: 0;
    }

    .mb_sm--0 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .ptb_mobile--5 {
        padding: 5px 0;
    }

    .plr_mobile--5 {
        padding: 0 5px;
    }

    .pt_mobile--5 {
        padding-top: 5px;
    }

    .pb_mobile--5 {
        padding-bottom: 5px;
    }

    .pl_mobile--5 {
        padding-left: 5px;
    }

    .pr_mobile--5 {
        padding-right: 5px;
    }

    .mt_mobile--5 {
        margin-top: 5px;
    }

    .mb_mobile--5 {
        margin-bottom: 5px;
    }

    .ptb_mobile--10 {
        padding: 10px 0;
    }

    .plr_mobile--10 {
        padding: 0 10px;
    }

    .pt_mobile--10 {
        padding-top: 10px;
    }

    .pb_mobile--10 {
        padding-bottom: 10px;
    }

    .pl_mobile--10 {
        padding-left: 10px;
    }

    .pr_mobile--10 {
        padding-right: 10px;
    }

    .mt_mobile--10 {
        margin-top: 10px;
    }

    .mb_mobile--10 {
        margin-bottom: 10px;
    }

    .ptb_mobile--15 {
        padding: 15px 0;
    }

    .plr_mobile--15 {
        padding: 0 15px;
    }

    .pt_mobile--15 {
        padding-top: 15px;
    }

    .pb_mobile--15 {
        padding-bottom: 15px;
    }

    .pl_mobile--15 {
        padding-left: 15px;
    }

    .pr_mobile--15 {
        padding-right: 15px;
    }

    .mt_mobile--15 {
        margin-top: 15px;
    }

    .mb_mobile--15 {
        margin-bottom: 15px;
    }

    .ptb_mobile--20 {
        padding: 20px 0;
    }

    .plr_mobile--20 {
        padding: 0 20px;
    }

    .pt_mobile--20 {
        padding-top: 20px;
    }

    .pb_mobile--20 {
        padding-bottom: 20px;
    }

    .pl_mobile--20 {
        padding-left: 20px;
    }

    .pr_mobile--20 {
        padding-right: 20px;
    }

    .mt_mobile--20 {
        margin-top: 20px;
    }

    .mb_mobile--20 {
        margin-bottom: 20px;
    }

    .ptb_mobile--25 {
        padding: 25px 0;
    }

    .plr_mobile--25 {
        padding: 0 25px;
    }

    .pt_mobile--25 {
        padding-top: 25px;
    }

    .pb_mobile--25 {
        padding-bottom: 25px;
    }

    .pl_mobile--25 {
        padding-left: 25px;
    }

    .pr_mobile--25 {
        padding-right: 25px;
    }

    .mt_mobile--25 {
        margin-top: 25px;
    }

    .mb_mobile--25 {
        margin-bottom: 25px;
    }

    .ptb_mobile--30 {
        padding: 30px 0;
    }

    .plr_mobile--30 {
        padding: 0 30px;
    }

    .pt_mobile--30 {
        padding-top: 30px;
    }

    .pb_mobile--30 {
        padding-bottom: 30px;
    }

    .pl_mobile--30 {
        padding-left: 30px;
    }

    .pr_mobile--30 {
        padding-right: 30px;
    }

    .mt_mobile--30 {
        margin-top: 30px;
    }

    .mb_mobile--30 {
        margin-bottom: 30px;
    }

    .ptb_mobile--35 {
        padding: 35px 0;
    }

    .plr_mobile--35 {
        padding: 0 35px;
    }

    .pt_mobile--35 {
        padding-top: 35px;
    }

    .pb_mobile--35 {
        padding-bottom: 35px;
    }

    .pl_mobile--35 {
        padding-left: 35px;
    }

    .pr_mobile--35 {
        padding-right: 35px;
    }

    .mt_mobile--35 {
        margin-top: 35px;
    }

    .mb_mobile--35 {
        margin-bottom: 35px;
    }

    .ptb_mobile--40 {
        padding: 40px 0;
    }

    .plr_mobile--40 {
        padding: 0 40px;
    }

    .pt_mobile--40 {
        padding-top: 40px;
    }

    .pb_mobile--40 {
        padding-bottom: 40px;
    }

    .pl_mobile--40 {
        padding-left: 40px;
    }

    .pr_mobile--40 {
        padding-right: 40px;
    }

    .mt_mobile--40 {
        margin-top: 40px;
    }

    .mb_mobile--40 {
        margin-bottom: 40px;
    }

    .ptb_mobile--45 {
        padding: 45px 0;
    }

    .plr_mobile--45 {
        padding: 0 45px;
    }

    .pt_mobile--45 {
        padding-top: 45px;
    }

    .pb_mobile--45 {
        padding-bottom: 45px;
    }

    .pl_mobile--45 {
        padding-left: 45px;
    }

    .pr_mobile--45 {
        padding-right: 45px;
    }

    .mt_mobile--45 {
        margin-top: 45px;
    }

    .mb_mobile--45 {
        margin-bottom: 45px;
    }

    .ptb_mobile--50 {
        padding: 50px 0;
    }

    .plr_mobile--50 {
        padding: 0 50px;
    }

    .pt_mobile--50 {
        padding-top: 50px;
    }

    .pb_mobile--50 {
        padding-bottom: 50px;
    }

    .pl_mobile--50 {
        padding-left: 50px;
    }

    .pr_mobile--50 {
        padding-right: 50px;
    }

    .mt_mobile--50 {
        margin-top: 50px;
    }

    .mb_mobile--50 {
        margin-bottom: 50px;
    }

    .ptb_mobile--55 {
        padding: 55px 0;
    }

    .plr_mobile--55 {
        padding: 0 55px;
    }

    .pt_mobile--55 {
        padding-top: 55px;
    }

    .pb_mobile--55 {
        padding-bottom: 55px;
    }

    .pl_mobile--55 {
        padding-left: 55px;
    }

    .pr_mobile--55 {
        padding-right: 55px;
    }

    .mt_mobile--55 {
        margin-top: 55px;
    }

    .mb_mobile--55 {
        margin-bottom: 55px;
    }

    .ptb_mobile--60 {
        padding: 60px 0;
    }

    .plr_mobile--60 {
        padding: 0 60px;
    }

    .pt_mobile--60 {
        padding-top: 60px;
    }

    .pb_mobile--60 {
        padding-bottom: 60px;
    }

    .pl_mobile--60 {
        padding-left: 60px;
    }

    .pr_mobile--60 {
        padding-right: 60px;
    }

    .mt_mobile--60 {
        margin-top: 60px;
    }

    .mb_mobile--60 {
        margin-bottom: 60px;
    }

    .ptb_mobile--65 {
        padding: 65px 0;
    }

    .plr_mobile--65 {
        padding: 0 65px;
    }

    .pt_mobile--65 {
        padding-top: 65px;
    }

    .pb_mobile--65 {
        padding-bottom: 65px;
    }

    .pl_mobile--65 {
        padding-left: 65px;
    }

    .pr_mobile--65 {
        padding-right: 65px;
    }

    .mt_mobile--65 {
        margin-top: 65px;
    }

    .mb_mobile--65 {
        margin-bottom: 65px;
    }

    .ptb_mobile--70 {
        padding: 70px 0;
    }

    .plr_mobile--70 {
        padding: 0 70px;
    }

    .pt_mobile--70 {
        padding-top: 70px;
    }

    .pb_mobile--70 {
        padding-bottom: 70px;
    }

    .pl_mobile--70 {
        padding-left: 70px;
    }

    .pr_mobile--70 {
        padding-right: 70px;
    }

    .mt_mobile--70 {
        margin-top: 70px;
    }

    .mb_mobile--70 {
        margin-bottom: 70px;
    }

    .ptb_mobile--75 {
        padding: 75px 0;
    }

    .plr_mobile--75 {
        padding: 0 75px;
    }

    .pt_mobile--75 {
        padding-top: 75px;
    }

    .pb_mobile--75 {
        padding-bottom: 75px;
    }

    .pl_mobile--75 {
        padding-left: 75px;
    }

    .pr_mobile--75 {
        padding-right: 75px;
    }

    .mt_mobile--75 {
        margin-top: 75px;
    }

    .mb_mobile--75 {
        margin-bottom: 75px;
    }

    .ptb_mobile--80 {
        padding: 80px 0;
    }

    .plr_mobile--80 {
        padding: 0 80px;
    }

    .pt_mobile--80 {
        padding-top: 80px;
    }

    .pb_mobile--80 {
        padding-bottom: 80px;
    }

    .pl_mobile--80 {
        padding-left: 80px;
    }

    .pr_mobile--80 {
        padding-right: 80px;
    }

    .mt_mobile--80 {
        margin-top: 80px;
    }

    .mb_mobile--80 {
        margin-bottom: 80px;
    }

    .ptb_mobile--85 {
        padding: 85px 0;
    }

    .plr_mobile--85 {
        padding: 0 85px;
    }

    .pt_mobile--85 {
        padding-top: 85px;
    }

    .pb_mobile--85 {
        padding-bottom: 85px;
    }

    .pl_mobile--85 {
        padding-left: 85px;
    }

    .pr_mobile--85 {
        padding-right: 85px;
    }

    .mt_mobile--85 {
        margin-top: 85px;
    }

    .mb_mobile--85 {
        margin-bottom: 85px;
    }

    .ptb_mobile--90 {
        padding: 90px 0;
    }

    .plr_mobile--90 {
        padding: 0 90px;
    }

    .pt_mobile--90 {
        padding-top: 90px;
    }

    .pb_mobile--90 {
        padding-bottom: 90px;
    }

    .pl_mobile--90 {
        padding-left: 90px;
    }

    .pr_mobile--90 {
        padding-right: 90px;
    }

    .mt_mobile--90 {
        margin-top: 90px;
    }

    .mb_mobile--90 {
        margin-bottom: 90px;
    }

    .ptb_mobile--95 {
        padding: 95px 0;
    }

    .plr_mobile--95 {
        padding: 0 95px;
    }

    .pt_mobile--95 {
        padding-top: 95px;
    }

    .pb_mobile--95 {
        padding-bottom: 95px;
    }

    .pl_mobile--95 {
        padding-left: 95px;
    }

    .pr_mobile--95 {
        padding-right: 95px;
    }

    .mt_mobile--95 {
        margin-top: 95px;
    }

    .mb_mobile--95 {
        margin-bottom: 95px;
    }

    .ptb_mobile--100 {
        padding: 100px 0;
    }

    .plr_mobile--100 {
        padding: 0 100px;
    }

    .pt_mobile--100 {
        padding-top: 100px;
    }

    .pb_mobile--100 {
        padding-bottom: 100px;
    }

    .pl_mobile--100 {
        padding-left: 100px;
    }

    .pr_mobile--100 {
        padding-right: 100px;
    }

    .mt_mobile--100 {
        margin-top: 100px;
    }

    .mb_mobile--100 {
        margin-bottom: 100px;
    }
}

.slick-gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.slick-gutter-5 .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.slick-gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.slick-gutter-10 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.slick-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.slick-gutter-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.slick-gutter-20 .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.slick-gutter-25 {
    margin-left: -25px;
    margin-right: -25px;
}

.slick-gutter-25 .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
}

.slick-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.slick-gutter-30 .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}

.slick-gutter-35 {
    margin-left: -35px;
    margin-right: -35px;
}

.slick-gutter-35 .slick-slide {
    padding-left: 35px;
    padding-right: 35px;
}

.slick-gutter-40 {
    margin-left: -40px;
    margin-right: -40px;
}

.slick-gutter-40 .slick-slide {
    padding-left: 40px;
    padding-right: 40px;
}

.slick-gutter-45 {
    margin-left: -45px;
    margin-right: -45px;
}

.slick-gutter-45 .slick-slide {
    padding-left: 45px;
    padding-right: 45px;
}

.slick-gutter-50 {
    margin-left: -50px;
    margin-right: -50px;
}

.slick-gutter-50 .slick-slide {
    padding-left: 50px;
    padding-right: 50px;
}

.slick-gutter-55 {
    margin-left: -55px;
    margin-right: -55px;
}

.slick-gutter-55 .slick-slide {
    padding-left: 55px;
    padding-right: 55px;
}

.slick-gutter-60 {
    margin-left: -60px;
    margin-right: -60px;
}

.slick-gutter-60 .slick-slide {
    padding-left: 60px;
    padding-right: 60px;
}

.slick-gutter-65 {
    margin-left: -65px;
    margin-right: -65px;
}

.slick-gutter-65 .slick-slide {
    padding-left: 65px;
    padding-right: 65px;
}

.slick-gutter-70 {
    margin-left: -70px;
    margin-right: -70px;
}

.slick-gutter-70 .slick-slide {
    padding-left: 70px;
    padding-right: 70px;
}

.slick-gutter-75 {
    margin-left: -75px;
    margin-right: -75px;
}

.slick-gutter-75 .slick-slide {
    padding-left: 75px;
    padding-right: 75px;
}

.slick-gutter-80 {
    margin-left: -80px;
    margin-right: -80px;
}

.slick-gutter-80 .slick-slide {
    padding-left: 80px;
    padding-right: 80px;
}

.slick-gutter-85 {
    margin-left: -85px;
    margin-right: -85px;
}

.slick-gutter-85 .slick-slide {
    padding-left: 85px;
    padding-right: 85px;
}

.slick-gutter-90 {
    margin-left: -90px;
    margin-right: -90px;
}

.slick-gutter-90 .slick-slide {
    padding-left: 90px;
    padding-right: 90px;
}

.slick-gutter-95 {
    margin-left: -95px;
    margin-right: -95px;
}

.slick-gutter-95 .slick-slide {
    padding-left: 95px;
    padding-right: 95px;
}

.slick-gutter-100 {
    margin-left: -100px;
    margin-right: -100px;
}

.slick-gutter-100 .slick-slide {
    padding-left: 100px;
    padding-right: 100px;
}

.mt-dec-30 {
    margin-top: -30px;
}

.mt_dec--30 {
    margin-top: -30px;
}

.mt-dec-100 {
    margin-top: -100px;
}

@media only screen and (max-width: 479px) {
    .small-margin-pricing {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-input {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb_dec--35 {
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .mb_dec--35 {
        margin-bottom: -75px;
    }
}

@media only screen and (max-width: 575px) {
    .mb_dec--35 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .mt-contact-sm {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-pb {
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-input {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-input {
        padding-bottom: 30px;
    }
}

.pb_xl--130 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
    .pb_xl--130 {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .mt_experience {
        margin-top: -10px;
    }
}

.mt_dec--120 {
    margin-top: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .plr_md--0 {
        padding-left: 0;
        padding-right: 0;
    }
}

.padding-contorler-am-slide {
    padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .padding-contorler-am-slide {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .padding-contorler-am-slide {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .padding-contorler-am-slide {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .padding-contorler-am-slide {
        padding-left: 15px;
    }
}

.padding-contorler-am-slide-11 {
    padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .padding-contorler-am-slide-11 {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .padding-contorler-am-slide-11 {
        padding-left: 0;
    }
}

.padding-contorler-am-slide-right {
    padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .padding-contorler-am-slide-right {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .padding-contorler-am-slide-right {
        padding-right: 30px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .padding-contorler-am-slide-right {
        padding-right: 30px;
        padding-top: 50px;
    }
}

.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.g-40 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-primary);
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: var(--color-primary);
    color: #ffffff;
}

code,
kbd,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

kbd,
ins {
    color: #ffffff;
}

pre {
    font-family: "Raleway", sans-serif;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-body);
    background: var(--color-lighter);
}

small {
    font-size: smaller;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin-top: 0;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

th {
    font-weight: 500;
    text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

ins {
    background: rgba(255, 47, 47, 0.4);
    text-decoration: none;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}

kbd {
    background: var(--heading-color);
}

dfn,
cite,
em {
    font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal;
}

blockquote strong,
blockquote b {
    font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid var(--color-border);
    transition: all 0.4s ease-out 0s;
    color: var(--color-body);
    width: 100%;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: var(--color-primary);
}

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

input {
    height: 40px;
    padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    font-size: var(--font-size-b2);
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    /* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
}

input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
    border-color: var(--color-primary);
    /* -- Placeholder -- */
}

input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
    color: var(--color-primary);
    /* Firefox */
    opacity: 1;
}

input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-primary);
}

input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-primary);
}

input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
    border-color: #f4282d;
    /* -- Placeholder -- */
}

input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
    color: #f4282d;
    /* Firefox */
    opacity: 1;
}

input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f4282d;
}

input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f4282d;
}

input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
    border-color: #f4282d;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
    opacity: 1;
    position: relative;
    height: auto !important;
    max-width: 18px;
    width: max-content;
}

input[type=checkbox] ~ label,
input[type=radio] ~ label {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: var(--color-body);
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
}

input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #5d5d7e;
    border-radius: 2px;
    transition: all 0.3s;
    border-radius: 2px;
}

input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 16%;
    left: 2px;
    width: 10px;
    height: 6px;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
    opacity: 1;
}

input:checked ~ .rn-check-box-label::before {
    background: var(--color-primary) !important;
}

input[type=radio] ~ label::before {
    border-radius: 50%;
}

input[type=radio] ~ label::after {
    width: 8px;
    height: 8px;
    left: 3px;
    background: #fff;
    border-radius: 50%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.form-group input {
    border: 0 none;
    border-radius: 4px;
    height: 50px;
    font-size: var(--font-size-b2);
    transition: var(--transition);
    padding: 0 20px;
    background-color: var(--color-lightest);
    border: 1px solid transparent;
    transition: var(--transition);
}

.form-group input:focus {
    border-color: var(--color-primary);
    box-shadow: none;
}

.form-group textarea {
    min-height: 160px;
    border: 0 none;
    border-radius: 4px;
    resize: none;
    padding: 15px;
    font-size: var(--font-size-b2);
    transition: var(--transition);
    background-color: var(--color-lightest);
    border: 1px solid transparent;
}

.form-group textarea:focus {
    border-color: var(--color-primary);
}

input[type=submit] {
    width: auto;
    padding: 0 30px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: 0.3s;
    height: 60px;
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: var(--p-medium);
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b3);
    height: 50px;
    border: 2px solid var(--color-primary);
    transition: var(--transition);
}

input[type=submit]:hover {
    background: transparent;
    color: var(--color-primary);
    transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fix {
    overflow: hidden;
}

.slick-initialized .slick-slide {
    margin-bottom: -10px;
}

.slick-gutter-15 {
    margin: -30px -15px;
}

.slick-gutter-15 .slick-slide {
    padding: 30px 15px;
}

iframe {
    width: 100%;
}

/*===============================
    Background Color
=================================*/
.bg-color-primary {
    background: var(--color-primary);
}

.bg-color-secondary {
    background: var(--color-secondary);
}

.bg-color-tertiary {
    background: var(--color-tertiary);
}

.bg-color-gray {
    background: var(--color-gray);
}

.bg-color-white {
    background: #FFFFFF;
}

.bg-color-black {
    background: #1A1A1A;
}

.bg-color-extra03 {
    background: var(--color-extra03);
}

/*===========================
Background Image
=============================*/
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_image--1 {
    background-image: url(../images/bg/bg-image-1.html);
}

.bg_image--2 {
    background-image: url(../images/bg/bg-image-2.html);
}

.bg_image--3 {
    background-image: url(../images/bg/bg-image-3.html);
}

.bg_image--4 {
    background-image: url(../images/bg/bg-image-4.html);
}

.bg_image--5 {
    background-image: url(../images/bg/bg-image-5.html);
}

.bg_image--6 {
    background-image: url(../images/bg/bg-image-6.html);
}

.bg_image--7 {
    background-image: url(../images/bg/bg-image-7.html);
}

.bg_image--8 {
    background-image: url(../images/bg/bg-image-8.html);
}

.bg_image--9 {
    background-image: url(../images/bg/bg-image-9.html);
}

.bg_image--10 {
    background-image: url(../images/bg/bg-image-10.html);
}

.bg_image--11 {
    background-image: url(../images/bg/bg-image-11.html);
}

.bg_image--12 {
    background-image: url(../images/bg/bg-image-12.html);
}

.bg_image--13 {
    background-image: url(../images/bg/bg-image-13.html);
}

.bg_image--14 {
    background-image: url(../images/bg/bg-image-14.html);
}

.bg_image--15 {
    background-image: url(../images/bg/bg-image-15.html);
}

.bg_image--16 {
    background-image: url(../images/bg/bg-image-16.html);
}

.bg_image--17 {
    background-image: url(../images/bg/bg-image-17.html);
}

.bg_image--18 {
    background-image: url(../images/bg/bg-image-18.html);
}

.bg_image--19 {
    background-image: url(../images/bg/bg-image-19.html);
}

.bg_image--20 {
    background-image: url(../images/bg/bg-image-20.html);
}

.bg_image--21 {
    background-image: url(../images/bg/bg-image-21.html);
}

.bg_image--22 {
    background-image: url(../images/bg/bg-image-22.html);
}

.bg_image--23 {
    background-image: url(../images/bg/bg-image-23.html);
}

.bg_image--24 {
    background-image: url(../images/bg/bg-image-24.html);
}

.bg_image--25 {
    background-image: url(../images/bg/bg-image-25.html);
}

.bg_image--26 {
    background-image: url(../images/bg/bg-image-26.html);
}

.bg_image--27 {
    background-image: url(../images/bg/bg-image-27.html);
}

.bg_image--28 {
    background-image: url(../images/bg/bg-image-28.html);
}

.bg_image--29 {
    background-image: url(../images/bg/bg-image-29.html);
}

.bg_image--30 {
    background-image: url(../images/bg/bg-image-30.html);
}

.bg_image--31 {
    background-image: url(../images/bg/bg-image-31.html);
}

.bg_image--32 {
    background-image: url(../images/bg/bg-image-32.html);
}

.bg_image--33 {
    background-image: url(../images/bg/bg-image-33.html);
}

.bg_image--34 {
    background-image: url(../images/bg/bg-image-34.html);
}

.bg_image--35 {
    background-image: url(../images/bg/bg-image-35.html);
}

.bg_image--36 {
    background-image: url(../images/bg/bg-image-36.html);
}

.bg_image--37 {
    background-image: url(../images/bg/bg-image-37.html);
}

.bg_image--38 {
    background-image: url(../images/bg/bg-image-38.html);
}

.bg_image--39 {
    background-image: url(../images/bg/bg-image-39.html);
}

.bg_image--40 {
    background-image: url(../images/bg/bg-image-40.html);
}

.bg_tr-image--1 {
    background-image: url(../images/bg/bg-image-41.html) !important;
    background-size: cover !important;
}

.bg_tr-image--2 {
    background-image: url(../images/bg/bg-image-42.html) !important;
    background-size: cover !important;
}

.bg_tr-image--3 {
    background-image: url(../images/bg/bg-image-43.html) !important;
    background-size: cover !important;
}

.bg_tr-image--4 {
    background-image: url(../images/bg/bg-image-44.html) !important;
    background-size: cover !important;
}

.bg_tr-image--5 {
    background-image: url(../images/bg/bg-image-45.html) !important;
    background-size: cover !important;
}

.bg_tr-image--6 {
    background-image: url(../images/bg/bg-image-46.html) !important;
    background-size: cover !important;
}

.bg_tr-image--7 {
    background-image: url(../images/bg/bg-image-47.html) !important;
    background-size: cover !important;
}

.bg_tr-image--8 {
    background-image: url(../images/bg/bg-image-48.html) !important;
    background-size: cover !important;
}

.bg_tr-image--9 {
    background-image: url(../images/bg/bg-image-49.html) !important;
    background-size: cover !important;
}

.bg_tr-image--10 {
    background-image: url(../images/bg/bg-image-50.html) !important;
    background-size: cover !important;
}

.bg_tr-image--11 {
    background-image: url(../images/bg/bg-image-51.html) !important;
    background-size: cover !important;
}

.bg_tr-image--12 {
    background-image: url(../images/bg/bg-image-52.html) !important;
    background-size: cover !important;
}

.bg_tr-image--13 {
    background-image: url(../images/bg/bg-image-53.html) !important;
    background-size: cover !important;
}

.bg_tr-image--14 {
    background-image: url(../images/bg/bg-image-54.html) !important;
    background-size: cover !important;
}

.bg_tr-image--15 {
    background-image: url(../images/bg/bg-image-55.html) !important;
    background-size: cover !important;
}

.bg_tr-image--16 {
    background-image: url(../images/bg/bg-image-56.html) !important;
    background-size: cover !important;
}

.bg_tr-image--17 {
    background-image: url(../images/bg/bg-image-57.html) !important;
    background-size: cover !important;
}

.bg_tr-image--18 {
    background-image: url(../images/bg/bg-image-58.html) !important;
    background-size: cover !important;
}

.bg_tr-image--19 {
    background-image: url(../images/bg/bg-image-59.html) !important;
    background-size: cover !important;
}

.bg_tr-image--20 {
    background-image: url(../images/bg/bg-image-60.html) !important;
    background-size: cover !important;
}

/* Height and width */
.fullscreen {
    min-height: 980px;
    width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row--0 > [class*=col] {
    padding-left: 0px;
    padding-right: 0px;
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row--5 > [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.row--10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row--10 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
}

.row--20 {
    margin-left: -20px;
    margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--20 > [class*=col], .row--20 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 > [class*=col], .row--25 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 > [class*=col], .row--30 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--45 {
    margin-left: -45px;
    margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 45px;
    padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--45 > [class*=col], .row--45 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--40 {
    margin-left: -40px;
    margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--40 > [class*=col], .row--40 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--60 {
    margin-left: -60px;
    margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--60 > [class*=col], .row--60 > [class*=col-] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
    z-index: 2;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

[data-overlay]:before {
    background: var(--color-primary);
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-white-overlay]:before {
    background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1;
}

/*------------------------------
    Scroll Up
--------------------------------*/
#scrollUp {
    width: 70px;
    height: 80px;
    right: 100px;
    bottom: 60px;
    text-align: center;
    z-index: 9811 !important;
    text-decoration: none;
    background: #fff;
    line-height: 80px;
    color: #757589;
    font-size: 15px;
    font-weight: 400;
    transition: var(--transition);
    display: inline-block;
    background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        right: 20px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 40px;
    }
}

#scrollUp::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 2, 72, 0.1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    filter: blur(50px);
}

#scrollUp::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 30px;
        width: 50px;
        height: 60px;
        line-height: 60px;
    }
}

#scrollUp span.text {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}

@media only screen and (max-width: 767px) {
    #scrollUp span.text {
        margin-top: 3px;
    }
}

#scrollUp span.text::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent var(--color-primary) transparent;
    position: absolute;
    content: "";
    left: 50%;
    top: 21%;
    transform: translateX(-50%);
}

#scrollUp:hover span.text {
    color: var(--color-primary);
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
        transform: translate3d(0, 50px, 0) scale(0.7);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
        transform: translate3d(0, 20px, 0) scale(0.8);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp2 {
    from {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        visibility: hidden;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

@keyframes slideInUp3 {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        visibility: hidden;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

[data-aos=slideInUp2] {
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos=slideInUp2].aos-animate {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    [data-aos=slideInUp2] {
        transform: translateY(30px);
    }

    [data-aos=slideInUp2].aos-animate {
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes jump-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateIt2 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes shape-service-1 {
    0% {
        right: -40%;
        top: 30%;
    }
    100% {
        right: -23%;
        top: 0;
    }
}

@keyframes animate-floting {
    0% {
        transform: translateX(50%);
    }
    50% {
        transform: translateX(-40%);
    }
    100% {
        transform: translateX(40%);
    }
}

@keyframes animate-floting-2 {
    0% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(40%);
    }
    100% {
        transform: translateX(-40%);
    }
}

@keyframes animate-floting-3 {
    0% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-20%);
    }
}

.floting-line {
    animation: animate-floting 15s linear infinite;
}

.floting-line:hover {
    animation-play-state: paused;
}

.floting-line-2 {
    animation: animate-floting-2 15s linear infinite;
}

.floting-line-2:hover {
    animation-play-state: paused;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes vsmorph {
    0% {
        border-radius: var(--morp-value);
    }
    50% {
        border-radius: var(--morp-md-value);
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes morpspin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.reveal-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.reveal-item .reveal-animation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: var(--color-primary);
}

.reveal-item .reveal-animation::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-gray-400);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.reveal-animation.reveal-primary::before {
    background: #0c0c0a;
}

.reveal-animation.reveal-dark::before {
    background: #000;
}

.reveal-animation.reveal-white::before {
    background: #000;
}

.reveal-animation.reveal-top.aos-animate::before,
.reveal-animation.reveal-bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.reveal-animation.reveal-start.aos-animate::before,
.reveal-animation.reveal-end.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.reveal-animation.reveal-top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-animation.reveal-start::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.reveal-animation.reveal-end::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-animation.reveal-bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos=reveal-top],
[data-aos=reveal-start],
[data-aos=reveal-end],
[data-aos=reveal-bottom] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

[data-aos=reveal-top] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos=reveal-start] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos=reveal-start].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos=reveal-end] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos=reveal-end].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
    visibility: hidden;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
    visibility: visible;
}

@keyframes customOne {
    0% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(1.3);
        transform: translateY(-50%) scale(1.3);
        opacity: 0;
    }
}

@keyframes liveAuction {
    0% {
        background: var(--color-white);
    }
    100% {
        background: var(--color-danger);
    }
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .cd-headline {
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .cd-headline {
        font-size: 26px;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    margin-top: -20px;
}

.cd-headline.clip .cd-words-wrapper b {
    font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--color-primary-3);
    transform: translateY(-50%);
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-duration: var(--sal-duration, 0.2s);
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
    transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
    transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
    transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
    transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
    transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
    transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
    transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
    transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
    transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
    transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
    transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
    transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
    transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
    transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
    transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
    transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
    transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
    transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
    transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
    transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
    transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
    transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
    transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
    transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
    transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
    transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
    transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
    transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
    transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
    transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
    transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
    transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
    transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
    transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
    transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
    transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
    transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
    transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
    transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
    transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
    transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
    transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
    transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
    transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
    transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
    transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
    transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
    transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
    transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
    transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
    transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
    transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
    transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
    transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
    transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
    transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
    transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
    transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
    transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
    transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
    transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
    transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
    transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
    opacity: 0;
    transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
    opacity: 1;
}

[data-sal|=slide] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal=slide-up] {
    transform: translateY(20%);
}

[data-sal=slide-down] {
    transform: translateY(-20%);
}

[data-sal=slide-left] {
    transform: translateX(20%);
}

[data-sal=slide-right] {
    transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    transform: none;
}

[data-sal|=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal=zoom-in] {
    transform: scale(0.5);
}

[data-sal=zoom-out] {
    transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    transform: none;
}

[data-sal|=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-sal=flip-left] {
    transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
    transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
    transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
    transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
    transform: none;
}

/* elements */
.header-area-one {
    border-bottom: 1px solid #E5E4FF;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
}

.header-area-one .logo {
    display: block;
    padding: 25px 0;
}

@media only screen and (max-width: 575px) {
    .header-area-one .logo {
        width: 40px;
        overflow: hidden;
    }
}

.header-area-one .logo img {
    min-width: max-content;
    /*filter: brightness(0);*/
}

.header-area-one .left-logo-area {
    display: flex;
    align-items: center;
    gap: 18px;
}

@media only screen and (max-width: 479px) {
    .header-area-one .left-logo-area {
        gap: 6px;
    }
}

.header-area-one .left-logo-area .left-side-open-clouse {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #E5E4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-area-one .header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .header-area-one .header-right .button-area {
        display: none;
    }
}

.header-area-one .header-right .button-area a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 22px;
}

.header-area-one .header-inner-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-area-one .header-inner-one {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-area-one .header-inner-one {
        padding: 0 20px;
    }
}

.right-side-bar-new-chat-option {
    position: relative;
}

.right-side-bar-new-chat-option .right-side-open-clouse {
    position: absolute;
    height: 30px;
    margin: auto;
    word-break: normal;
    background: #b1b1b1;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    height: 30px;
    width: 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    top: 70px;
    cursor: pointer;
}

@media only screen and (max-width: 479px) {
    .single_action__haeader.user_avatar__information.openuptip.language {
        display: none;
    }
}

.action-interactive-area__header {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 575px) {
    .action-interactive-area__header {
        gap: 5px;
    }
}

.action-interactive-area__header .single_action__haeader {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E5E4FF;
    transition: 0.3s;
    cursor: pointer;
}

.action-interactive-area__header .single_action__haeader.active::after {
    display: none !important;
}

.action-interactive-area__header .single_action__haeader.active::before {
    display: none !important;
}

.action-interactive-area__header .single_action__haeader svg path {
    transition: 0.3s;
}

.action-interactive-area__header .single_action__haeader:hover {
    background: var(--color-primary);
}

.action-interactive-area__header .single_action__haeader:hover svg path {
    fill: #fff;
}

.action-interactive-area__header .single_action__haeader .avatar {
    border: 2px solid var(--color-primary);
    border-radius: 50%;
}

.single_action__haeader.search-action {
    position: relative;
}

.single_action__haeader.search-action .search-opoup {
    display: none;
    position: absolute;
    top: 150%;
    inset-inline-end: 0;
    min-width: 375px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

@media only screen and (max-width: 575px) {
    .single_action__haeader.search-action .search-opoup {
        inset-inline-end: auto;
    }
}

@media only screen and (max-width: 479px) {
    .single_action__haeader.search-action .search-opoup {
        min-width: 278px;
        right: -157px;
        left: auto;
        inset-inline-end: auto;
    }
}

.single_action__haeader.search-action .search-opoup input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #707070;
    padding: 20px 60px 20px 32px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.single_action__haeader.search-action .search-opoup i {
    position: absolute;
    inset-inline-end: 32px;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_action__haeader.notification {
    position: relative;
}

.single_action__haeader.notification svg {
    position: relative;
}

.single_action__haeader.notification .notification_main_wrapper {
    display: none;
    position: absolute;
    top: 128%;
    inset-inline-end: 0;
    min-width: 375px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

@media only screen and (max-width: 575px) {
    .single_action__haeader.notification .notification_main_wrapper {
        min-width: 320px;
        inset-inline-end: auto;
    }
}

@media only screen and (max-width: 479px) {
    .single_action__haeader.notification .notification_main_wrapper {
        right: -109px;
    }
}

.single_action__haeader.notification .notification_main_wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    inset-inline-end: 10px;
    border-bottom: 10px solid #fff;
    -webkit-border-start: 10px solid transparent;
    border-inline-start: 10px solid transparent;
    -webkit-border-end: 10px solid transparent;
    border-inline-end: 10px solid transparent;
}

.single_action__haeader.notification .notification_main_wrapper .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 20px;
    margin: 20px 20px 5px;
    border-radius: 8px;
    background-color: #f3f2f7;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.single_action__haeader.notification .notification_main_wrapper .title .count {
    background-color: var(--color-primary);
    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: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 100%;
    color: #ffffff;
    background-color: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single_action__haeader.notification .notification_main_wrapper .title .count {
        right: 50px;
    }
}

.single_action__haeader.notification .notification_main_wrapper .notification__content {
    padding: 30px 0;
    margin: 0 20px;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: none;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin: 0;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items {
    list-style: none;
    margin: 0;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--body-color);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--dark-color) !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .avatar {
    width: 40px;
    height: 40px;
    margin-top: 3px;
    border-radius: 11%;
    background-color: #eceaf3;
    border: none;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content .name-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content .name-user .time-ago {
    color: var(--color-primary) !important;
    font-size: 12px;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content .disc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    font-size: 14px;
}

.single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content .disc .count {
    width: 10px;
    height: 10px;
    background-color: var(--color-primary) !important;
    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: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    background: var(--color-danger);
    margin-top: 5px;
}

.single_action__haeader.user_avatar__information {
    position: relative;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper {
    margin-top: 10px;
    display: none;
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    min-width: 375px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

@media only screen and (max-width: 479px) {
    .single_action__haeader.user_avatar__information .user_information_main_wrapper {
        min-width: 290px;
    }
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area {
    min-width: 170px;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area .select-language-area {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area .select-language-area li {
    margin: 0;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area .select-language-area li a {
    display: block;
    padding: 7px 15px;
    border-bottom: 1px solid #8c899c15;
    transition: 0.3s;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area .select-language-area li a:hover {
    color: #fff;
    background: var(--color-primary);
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area .select-language-area li:last-child a {
    border: none;
    border-radius: 0 0 10px 10px;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    inset-inline-end: 10px;
    border-bottom: 10px solid #fff;
    -webkit-border-start: 10px solid transparent;
    border-inline-start: 10px solid transparent;
    -webkit-border-end: 10px solid transparent;
    border-inline-end: 10px solid transparent;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    margin: 20px 20px 0;
    border-radius: 12px;
    background: #f3f2f7;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header .main-avatar {
    border-radius: 5px;
    display: block;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header .main-avatar img {
    width: 100%;
    border-radius: 5px;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header .user_naim-information .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header .user_naim-information .desig {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #a3a3a3;
    margin-bottom: 0;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_body_content {
    padding: 30px 0;
    margin: 0 20px;
    -webkit-padding-end: 6px;
    padding-inline-end: 6px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: none;
    max-height: unset;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_body_content .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_body_content .items .single_items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .user_body_content .items .single_items .hader_popup_link {
    color: #272222 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #25232c;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    cursor: pointer;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .popup-footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 25px;
    margin: 0 20px 20px;
    border-radius: 10px;
    background: #f3f2f7;
}

.single_action__haeader.user_avatar__information .user_information_main_wrapper .popup-footer-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #464255;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #464255 !important;
}

.container-30 {
    max-width: 1840px;
    margin: auto;
}

.rts-btn {
    padding: 13px 25px;
    border-radius: 4px;
    transition: 0.3s;
    font-weight: 500 !important;
}

.rts-btn.btn-primary {
    background: var(--color-primary);
}

.rts-btn.btn-primary:hover {
    background: #151f39;
}

.rts-btn.btn-blur {
    padding: 10px 31px;
    background: rgba(217, 217, 217, 0.06);
    border: 1px solid rgba(151, 150, 233, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 4px;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #fff;
}

.rts-btn.btn-blur:hover {
    background: var(--color-primary);
    border: 1px solid transparent;
}

.rts-btn.btn-lonly {
    color: #fff;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding: 0;
}

.rts-btn.btn-border-p {
    border: 1px solid #A373DA;
    color: var(--color-primary);
    font-weight: 700;
    padding: 10px 32px;
}

.rts-btn.btn-border-p:hover {
    background: var(--color-primary);
    border: 1px solid transparent;
}

.index-three .rts-btn {
    padding: 13px 25px;
    border-radius: 5px;
    transition: 0.3s;
}

.index-three .rts-btn.btn-primary {
    background: var(--color-primary-2);
}

.index-three .rts-btn.btn-primary:hover {
    background: #083A5E;
}

.index-three .rts-btn.btn-secondary {
    background: #083A5E;
}

.index-three .rts-btn.btn-secondary:hover {
    background: var(--color-primary-2);
}

.index-three .rts-btn.btn-blur {
    padding: 10px 31px;
    background: rgba(217, 217, 217, 0.06);
    border: 1px solid rgba(151, 150, 233, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 30px;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #fff;
}

.index-three .rts-btn.btn-blur:hover {
    background: var(--color-primary-2);
    border: 1px solid transparent;
}

.index-three .rts-btn.btn-lonly {
    color: #fff;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding: 0;
}

.index-three .rts-btn.btn-border-p {
    border: 1px solid #A373DA;
    color: var(--color-primary-2);
    font-weight: 700;
    padding: 10px 32px;
}

.index-three .rts-btn.btn-border-p:hover {
    background: var(--color-primary-2);
    border: 1px solid transparent;
}

.rts-banner-area-one {
    height: 1000px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .rts-banner-area-one {
        height: 730px;
    }
}

.rts-banner-area-one .bottom-mid-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rts-banner-area-one .bottom-mid-img img {
    padding: 20px 20px 0 20px;
    background: rgba(217, 217, 217, 0.06);
    border: 1px solid rgba(151, 150, 233, 0.5);
    border-bottom: none;
    backdrop-filter: blur(25px);
    border-radius: 10px 10px 0 0;
}

.single-tools-feature {
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: 0.3s;
    border: 1px solid transparent;
    height: 100%;
}

@media only screen and (max-width: 479px) {
    .single-tools-feature {
        padding: 20px;
    }
}

.single-tools-feature:hover {
    border: 1px solid rgba(151, 150, 233, 0.2);
}

.single-tools-feature .icon {
    margin-bottom: 26px;
}

.single-tools-feature .title {
    color: #fff;
    margin-bottom: 20px;
}

.single-tools-feature p.disc {
    color: #E3E3E3;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
}

.single-tools-feature a.btn-lonly {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 0.3s;
}

.single-tools-feature a.btn-lonly i {
    margin-left: 8px;
    transition: 0.3s;
}

.single-tools-feature a.btn-lonly:hover {
    color: #A373DA;
}

.single-tools-feature a.btn-lonly:hover i {
    color: #A373DA;
}

@media (max-width: 1200px) {
    .header--sticky .rts-btn.btn-lonly {
        display: none;
    }
}

.dash-board-main-wrapper {
    padding: 40px 40px 0 40px;
    margin-top: 118px;
    padding-top: 0;
}

@media only screen and (max-width: 575px) {
    .dash-board-main-wrapper {
        padding: 0 15px;
    }
}

.dash-board-main-wrapper .left-side-bar {
    background: #fff;
    z-index: 2;
    width: 17%;
    border-right: 1px solid #E5E4FF;
    position: fixed;
    padding-top: 120px;
    left: 0;
    min-height: 450px;
    height: 100%;
    padding-left: 30px;
    top: 0;
    width: 320px;
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar {
        transform: translateX(-80%);
    }
}

@media only screen and (max-width: 1199px) and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar {
        transform: translateX(-80%);
    }
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .dash-board-main-wrapper .left-side-bar {
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .single-menu {
        width: 50px;
        justify-content: flex-end;
        margin-left: auto;
    }

    .dash-board-main-wrapper .left-side-bar .single-menu p {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .single-menu-wrapper {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn::after {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .user-wrapper .info {
        display: none;
    }

    .dash-board-main-wrapper .left-side-bar .user-wrapper span {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .bottom-user {
        max-width: max-content;
        padding: 4px;
        margin-left: auto;
        margin-right: 8px;
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .pro-upgrade {
        display: none;
    }
}

.dash-board-main-wrapper .left-side-bar .bottom-user {
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
    padding: 20px 26px;
    border-radius: 6px;
    margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .bottom-user {
        max-width: max-content;
        padding: 4px;
        margin-left: auto;
        margin-right: 8px;
        height: 50px;
        width: 50px;
        margin-top: 50px;
    }
}

.dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper span {
    position: absolute;
    right: -12px;
    top: -17px;
    padding: 0px 8px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    background: var(--color-primary);
}

.dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper .info a {
    color: #000000;
    font-size: 13px;
}

.dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper .info .title {
    color: #000000;
}

.dash-board-main-wrapper .left-side-bar .bottom-user .title {
    margin-bottom: 0;
}

.dash-board-main-wrapper .left-side-bar .bottom-user .pro-upgrade button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #A373DA;
    background: #DBDBFF;
    transition: 0s;
}

.dash-board-main-wrapper .left-side-bar.collapsed {
    transform: translateX(-80%);
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar.collapsed {
        transform: translateX(-80%);
    }
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu {
    width: 50px;
    justify-content: flex-end;
    margin-left: auto;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu p {
    display: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper {
    margin-right: 8px;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper a.collapse-btn::after {
    display: block !important;
}

.dash-board-main-wrapper .left-side-bar.collapsed .user-wrapper .info {
    display: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .user-wrapper span {
    display: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .bottom-user {
    max-width: max-content;
    padding: 4px;
    margin-left: auto;
    margin-right: 8px;
    height: 50px;
    width: 50px;
    top: auto;
    margin-top: auto;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.dash-board-main-wrapper .left-side-bar.collapsed .pro-upgrade {
    display: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .inner {
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dash-board-main-wrapper .left-side-bar.collapsed .inner {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .dash-board-main-wrapper .left-side-bar.collapsed .inner {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: scroll;
    }
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper a.collapse-btn::after {
    content: "";
    height: 7px;
    width: 7px;
    background: var(--color-success);
    border-radius: 50%;
    top: 10px;
    right: 5px;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .rts-default-sidebar-list li a span {
    display: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .rts-default-sidebar-list {
    list-style: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .rts-default-sidebar-list {
    padding-left: 0;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .rts-default-sidebar-list li {
    max-width: 31px;
    margin-left: auto;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .rts-default-sidebar-list li a[aria-expanded=true]::after {
    display: none;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper a.collapse-btn[aria-expanded=true]::after {
    display: none !important;
}

.dash-board-main-wrapper .left-side-bar .inner {
    height: calc(100vh - 300px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .inner {
        height: calc(100vh - 288px);
    }
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper {
    margin-right: 30px;
    border-bottom: 1px solid #E5E4FF;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .dash-board-main-wrapper .left-side-bar .single-menu-wrapper {
        margin-right: 8px;
    }
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 14px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu.active {
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu.active p {
    color: var(--color-primary);
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #001C42;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    margin-bottom: -5px;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu:hover {
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu:hover p {
    color: var(--color-primary);
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn {
    position: relative;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn::after {
    position: absolute;
    content: "\f078";
    right: 10px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-three);
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn[aria-expanded=true] {
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn[aria-expanded=true] p {
    color: var(--color-primary);
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn[aria-expanded=true]::after {
    content: "\f077";
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .rts-default-sidebar-list {
    list-style: inherit;
    padding-left: 70px;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .rts-default-sidebar-list li a {
    color: #001C42;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
}

.register .dash-board-main-wrapper {
    margin-top: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-menu-wrapper a.collapse-btn::after {
        content: "";
        height: 7px;
        width: 7px;
        background: var(--color-success);
        border-radius: 50%;
        top: 10px;
        right: 5px;
    }

    .single-menu-wrapper .rts-default-sidebar-list li a span {
        display: none;
    }

    .single-menu-wrapper .rts-default-sidebar-list {
        list-style: none;
    }

    .single-menu-wrapper .rts-default-sidebar-list {
        padding-left: 0;
    }

    .single-menu-wrapper .rts-default-sidebar-list li {
        max-width: 31px;
        margin-left: auto;
    }

    .single-menu-wrapper .rts-default-sidebar-list li a[aria-expanded=true]::after {
        display: none;
    }

    .single-menu-wrapper a.collapse-btn[aria-expanded=true]::after {
        display: none !important;
    }
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu::after {
    display: none;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu::before {
    display: none;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu.collapse-btn::after {
    display: block;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .single-menu::after {
    display: block;
}

.dash-board-main-wrapper .left-side-bar.collapsed .single-menu-wrapper .single-menu::before {
    display: block;
}

.left-side-open-clouse img {
    transition: all 0.4s ease;
}

.left-side-open-clouse.collapsed {
    background: var(--color-primary);
}

.left-side-open-clouse.collapsed img {
    transform: rotate(0.5turn);
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}

.main-center-content-m-left {
    margin-left: 305px;
    transition: all 0.4s ease;
}

@media only screen and (max-width: 1199px) {
    .main-center-content-m-left {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .main-center-content-m-left {
        margin-left: 0;
    }
}

.main-center-content-m-left.collapsed {
    margin-left: 60px;
    transform: translateX(0);
}

@media only screen and (max-width: 1199px) {
    .main-center-content-m-left.collapsed {
        transform: translateX(0);
    }
}

.main-center-content-m-left .banner-badge {
    border-radius: 7px;
    padding: 14px 38px;
    background-image: url(../images/bg/01.jpg);
    position: relative;
}

@media only screen and (max-width: 575px) {
    .main-center-content-m-left .banner-badge {
        padding: 25px;
    }
}

.main-center-content-m-left .banner-badge .inner {
    max-width: 50%;
}

@media only screen and (max-width: 767px) {
    .main-center-content-m-left .banner-badge .inner {
        max-width: 100%;
    }
}

.main-center-content-m-left .banner-badge .inner .title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .main-center-content-m-left .banner-badge .inner .title {
        font-size: 32px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 479px) {
    .main-center-content-m-left .banner-badge .inner .title {
        font-size: 24px;
        line-height: 1.3;
    }
}

.main-center-content-m-left .banner-badge .inner p.dsic {
    font-size: 16px;
    color: #fff;
}

.main-center-content-m-left .banner-badge .inner .inner-right-iamge {
    position: absolute;
    bottom: -4px;
    right: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-center-content-m-left .banner-badge .inner .inner-right-iamge {
        right: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-center-content-m-left .banner-badge .inner .inner-right-iamge {
        right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-center-content-m-left .banner-badge .inner .inner-right-iamge {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-center-content-m-left .banner-badge .inner .inner-right-iamge {
        display: none;
    }
}

.main-center-content-m-left .banner-badge .inner .rts-btn {
    background: #fff;
    color: var(--color-primary);
}

.main-center-content-m-left .banner-badge .inner .rts-btn:hover {
    padding: 10px 31px;
    background: rgba(217, 217, 217, 0.06);
    border: 1px solid rgba(151, 150, 233, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 4px;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #fff;
}

@media (min-width: 1600px) {
    .col-show-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

.container-custom {
    max-width: 1072px;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    .container-custom {
        max-width: 95%;
        margin: auto;
    }
}

.user-profile-area {
    margin-left: 320px;
}

@media only screen and (max-width: 1199px) {
    .user-profile-area {
        margin-left: 0;
    }
}

.user-profile .dash-board-main-wrapper {
    padding: 40px 40px 0 40px;
    margin-top: 90px;
    padding-top: 0;
}

@media only screen and (max-width: 479px) {
    .user-profile .dash-board-main-wrapper {
        padding: 40px 0 0 0px;
    }
}

.user-profile-main-wrapper {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #DDD8F9;
}

@media only screen and (max-width: 479px) {
    .user-profile-main-wrapper {
        padding: 20px;
    }
}

.user-profile-main-wrapper .thumbnaiul {
    position: relative;
}

.user-profile-main-wrapper .thumbnaiul .profile-image {
    left: 30px;
    bottom: -30px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .user-profile-main-wrapper .thumbnaiul .profile-image {
        left: 30px;
        bottom: -30px;
        right: 0;
        position: absolute;
        border-radius: 50%;
        padding: 10px;
        background: #fff;
        overflow: hidden;
        left: auto;
    }
}

.user-profile-main-wrapper .thumbnaiul .profile-image img {
    transform: scale(1.01);
}

.user-profile-main-wrapper .thumbnaiul .profile-image::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    border-end-end-radius: 58px;
    border-end-start-radius: 58px;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.user-profile-main-wrapper .thumbnaiul button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: max-content;
}

@media only screen and (max-width: 575px) {
    .user-profile-main-wrapper .thumbnaiul button {
        bottom: -80px;
        max-width: max-content;
        font-size: 14px;
        left: 0;
        right: auto;
    }
}

@media only screen and (max-width: 575px) {
    .user-profile-content-details {
        margin-top: 111px;
    }
}

.user-profile-content-details form {
    margin-top: 80px;
}

.user-profile-content-details form .half-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .user-profile-content-details form .half-input-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.user-profile-content-details form .half-input-wrapper label {
    color: #110C2D;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.user-profile-content-details form .half-input-wrapper input {
    flex-basis: 100%;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #DDD8F9;
}

.user-profile-content-details form .half-input-wrapper .single {
    flex-basis: 78%;
}

@media only screen and (max-width: 575px) {
    .user-profile-content-details form .half-input-wrapper .single {
        width: 100%;
    }
}

.user-profile-content-details form label {
    color: #110C2D;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.user-profile-content-details form textarea {
    border: 1px solid #DDD8F9;
    height: 88px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
}

.user-profile-content-details form button {
    max-width: max-content;
}

@media only screen and (max-width: 575px) {
    .user-profile-main-wrapper .thumbnaiul img {
        height: 120px;
    }
}

.search__generator {
    margin: auto;
    margin-top: 50px;
}

.search__generator .nav-pills {
    justify-content: center;
    gap: 10px;
}

.search__generator .nav-pills button {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #A373DA;
    color: #A373DA;
    border-radius: 3px;
}

.search__generator .nav-pills button img {
    transition: 0.3s;
}

.search__generator .nav-pills button[aria-selected=true] {
    background-color: #A373DA;
}

.search__generator .nav-pills button[aria-selected=true] img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.search__generator .searchoptopn-area {
    position: relative;
    max-width: 870px;
    margin: auto;
    margin-top: 30px;
}

.search__generator .searchoptopn-area input {
    height: 55px;
    border-radius: 4px;
    border: 1px solid #E5E4FF;
    color: #5A6574;
}

.search__generator .searchoptopn-area input:focus {
    border: 1px solid var(--color-primary);
}

.search__generator .searchoptopn-area button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
    max-width: max-content;
    display: block;
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}

.single-image-generator {
    position: relative;
}

.single-image-generator .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.single-image-generator .thumbnail img {
    width: 100%;
    border-radius: 13px;
}

.single-image-generator .inner-content {
    background: #121B32;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px 22px 22px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-image-generator .inner-content {
        gap: 20px;
        background: linear-gradient(357deg, #000000b8 3%, #000000b8 149%);
    }
}

@media only screen and (max-width: 1199px) {
    .single-image-generator .inner-content {
        gap: 25px;
        background: linear-gradient(357deg, #000000b8 3%, #000000b8 149%);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-image-generator .inner-content .rts-btn {
        padding: 8px 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-image-generator .inner-content .rts-btn {
        padding: 7px 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-image-generator .inner-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 9px;
    }

    .single-image-generator .inner-content button {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .single-image-generator .inner-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 9px;
    }

    .single-image-generator .inner-content button {
        display: none;
    }
}

.single-image-generator .inner-content button {
    max-width: max-content;
}

.single-image-generator .inner-content .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.single-image-generator .inner-content p.disc {
    margin-bottom: 0;
    color: #FFFFFF;
    max-width: 100%;
    font-size: 16px;
}

@media only screen and (max-width: 479px) {
    .single-image-generator .inner-content p.disc {
        font-size: 14px;
        line-height: 1.3;
    }
}

.single-image-generator .inner-content button {
    padding: 10px 22px;
}

.generated_image__wraper {
    padding: 20px;
    border-radius: 16px;
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
    max-width: max-content;
    margin-top: 40px;
}

.generated_image__wraper .bottom-image {
    margin-top: 20px;
}

.generated_image__wraper .bottom-image p {
    margin-bottom: 17px;
}

.generated_image__wraper .bottom-image .botton-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.generated_image__wraper .bottom-image .botton-content-between .left-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

.generated_image__wraper .bottom-image .botton-content-between .left-area .tags {
    padding: 3px 10px;
    border-radius: 4px;
    background: #E2E2FF;
    color: #001C42;
}

.generated_image__wraper .bottom-image .share-reaction-area {
    margin: 0;
    padding: 5px 20px;
}

.generated_image__wraper .bottom-image .share-reaction-area li i {
    opacity: 0.5;
    transition: 0.3s;
}

.generated_image__wraper .bottom-image .share-reaction-area li:hover i {
    opacity: 1;
}

.audio-main-generator-start .ask-for-audio {
    position: relative;
}

.audio-main-generator-start .ask-for-audio i.fa-pen-to-square {
    position: absolute;
    left: 18px;
    top: 21px;
    color: #001C42;
}

.audio-main-generator-start textarea {
    height: 142px;
    width: 100%;
    border: 1px solid #E5E4FF;
    border-radius: 4px;
    padding: 15px 45px;
    color: #001C42;
    font-size: 14px;
}

.audio-main-generator-start .button-wrapper-generator {
    display: flex;
    align-items: center;
    gap: 15px;
}

.audio-main-generator-start button {
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.audio-main-generator-start button.btn-border {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #A373DA;
    color: var(--color-primary);
}

.single-cummunity-feed {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.single-cummunity-feed .thumbnail {
    display: block;
    border-radius: 13px;
    overflow: hidden;
}

.single-cummunity-feed .thumbnail img {
    width: 100%;
    border-radius: 13px;
    transition: 0.5s;
}

.single-cummunity-feed .inner-content-area {
    position: absolute;
    left: 0;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    padding: 14px;
    border-radius: 5px;
    transition: all 0.4s ease;
    bottom: -100%;
}

.single-cummunity-feed .inner-content-area .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.single-cummunity-feed .inner-content-area .top .left-area {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 16px;
}

.single-cummunity-feed .inner-content-area .top .love-reaction span {
    font-size: 14px;
}

.single-cummunity-feed .inner-content-area p.disc {
    font-size: 14px;
    line-height: 1.3;
}

.single-cummunity-feed .thumbnail img {
    width: 100%;
}

.single-cummunity-feed:hover .inner-content-area {
    bottom: 15px;
}

.single-cummunity-feed:hover .thumbnail img {
    transform: scale(1.2);
}

.nav-search-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-search-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-search-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

.nav-search-between .nav-pills {
    margin: 0 !important;
}

.nav-search-between .nav-pills li {
    margin: 0 !important;
}

.nav-search-between .left-area form {
    position: relative;
}

.nav-search-between .left-area form button {
    position: absolute;
    background: var(--color-primary);
    max-width: max-content;
    padding: 5px 12px;
    border-radius: 3px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 14px;
}

.nav-search-between .left-area form input {
    height: 44px;
    border: 1px solid #A373DA;
    width: 323px;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .nav-search-between .left-area form input {
        width: 291px;
    }
}

.title-conter-area.dashboard {
    text-align: center;
}

.pricing-button-one {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    padding: 10px;
    border-radius: 30px;
    background: #F6F6F6;
    max-width: max-content;
    margin: auto;
    gap: 10px;
    position: relative;
}

.pricing-button-one.two .save-badge span {
    background: #E6E5FF;
    padding: 1px 18px;
    border-radius: 20px;
    display: block;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 12px;
}

.pricing-button-one.two li button {
    background-color: transparent !important;
}

.pricing-button-one.two li button.active {
    background-color: #fff !important;
    color: var(--color-primary) !important;
}

.pricing-button-one .right-image-inner {
    position: absolute;
    top: -30px;
    right: -36%;
    z-index: -1;
}

.pricing-button-one li {
    margin: 0;
    border: none;
}

.pricing-button-one li button {
    border: none !important;
    box-shadow: none;
    background-color: #D6D6FF !important;
    padding: 8px 23px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 20px;
    color: #A373DA;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.pricing-button-one li button.active {
    border: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 20px;
    border: none !important;
    box-shadow: none;
    background-color: #A373DA !important;
    color: #fff;
}

.single-pricing-single-two {
    padding: 50px 80px;
    box-shadow: 1px 2px 10px 4px rgba(223, 223, 223, 0.2);
    border-radius: 10px;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-pricing-single-two {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-pricing-single-two {
        padding: 50px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-pricing-single-two {
        padding: 40px 60px;
    }
}

@media (max-width: 991px) {
    .single-pricing-single-two {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .single-pricing-single-two {
        padding: 40px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .single-pricing-single-two {
        padding: 30px 30px;
    }
}

.single-pricing-single-two.active {
    background: #F8F8FF;
    border: 1px solid #A373DA;
}

.single-pricing-single-two.active a.pricing-btn {
    padding: 14px 35px;
    background: var(--color-primary) !important;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.single-pricing-single-two .head span.top {
    padding: 4px 22px;
    background: #DEDEFF;
    border-radius: 4px;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 20px;
}

.single-pricing-single-two .head .date-use {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 23px;
}

.single-pricing-single-two .head .date-use .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #083A5E;
    text-transform: capitalize;
}

.single-pricing-single-two .head .date-use span {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #083A5E;
}

.single-pricing-single-two .body p.para {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #497696;
    margin-bottom: 30px;
}

.single-pricing-single-two .body .check-wrapper {
    text-align: center;
    margin-bottom: 45px;
    padding-left: 32px;
}

.single-pricing-single-two .body .check-wrapper .check-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
}

.single-pricing-single-two .body .check-wrapper .check-area i {
    color: #083A5E;
}

.single-pricing-single-two .body .check-wrapper .check-area p {
    color: #083A5E;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.single-pricing-single-two .body a.pricing-btn {
    padding: 14px 35px;
    background: #E0F2FF;
    border-radius: 4px;
    color: #083A5E;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

.pricing-plane-area .title-conter-area {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .pricing-plane-area .title-conter-area {
        text-align: center;
    }
}

.accordion-area-one {
    padding: 0 200px;
}

@media only screen and (max-width: 1199px) {
    .accordion-area-one {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-area-one {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-area-one {
        padding: 0;
    }
}

.accordion-area-one .accordion .accordion-item {
    background: #fff;
    border: 1px solid #E6E5FF;
    border-radius: 10px;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .accordion-area-one .accordion .accordion-item {
        padding: 0;
    }
}

.accordion-area-one .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-area-one .accordion .accordion-item button {
    font-weight: 600;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 36px;
    border: none;
    box-shadow: none;
    background: transparent;
    color: #083A5E;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .accordion-area-one .accordion .accordion-item button {
        font-size: 14px;
        line-height: 22px;
    }
}

.accordion-area-one .accordion .accordion-item button::after {
    background-image: none;
    content: "+";
    font-family: "fontAwesome";
    transform: none;
    margin-top: -20px;
}

.accordion-area-one .accordion .accordion-item button[aria-expanded=true]::after {
    content: "\f068";
}

.accordion-area-one .accordion .accordion-item .accordion-body {
    padding: 0px 15px 20px 15px;
}

.main-center-content-m-left.center-content {
    min-width: 64%;
    max-width: 64%;
}

.main-center-content-m-left.center-content.close-right-sidebar {
    min-width: 83%;
    max-width: 83%;
}

.main-center-content-m-left.center-content .search-form {
    position: relative;
    background: #ffffff;
    height: 117px;
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 63%;
}

.main-center-content-m-left.center-content .search-form input {
    height: 56px;
    width: 100%;
    position: fixed;
    bottom: 20px;
    border: 1px solid var(--color-primary);
    max-width: 1230px;
    background: #F7F7FF;
    border-radius: 4px;
}

.main-center-content-m-left.center-content .search-form button {
    position: absolute;
    right: 0px;
    top: 46%;
    max-width: max-content;
    height: 30px;
    min-width: 30px;
    background: #E1E1FF;
    border-radius: 2px;
}

.main-center-content-m-left.center-content .search-form button i {
    color: var(--color-primary);
}

.main-center-content-m-left.center-content.collapsed.close-right-sidebar {
    max-width: 95%;
    min-width: 95%;
}

body.chatbot::-webkit-scrollbar {
    display: none !important;
}

.main-center-content-m-left.center-content.collapsed {
    min-width: 79%;
    max-width: 79%;
}

.main-center-content-m-left.center-content.collapsed .search-form {
    max-width: 80%;
}

.main-center-content-m-left.center-content.collapsed .search-form input {
    max-width: 80%;
}

.question_answer__wrapper__chatbot .single__question__answer {
    margin-bottom: 40px;
}

.question_answer__wrapper__chatbot .single__question__answer:last-child {
    margin-bottom: 117px;
}

.question_answer__wrapper__chatbot .single__question__answer .question_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
    border-radius: 4px;
}

.question_answer__wrapper__chatbot .single__question__answer .question_user .left_user_info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.question_answer__wrapper__chatbot .single__question__answer .question_user .left_user_info .question__user {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 14px;
}

@media only screen and (max-width: 575px) {
    .question_answer__wrapper__chatbot .single__question__answer .answer__area {
        flex-direction: column;
    }
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area .thumbnail {
    max-width: max-content;
    min-width: max-content;
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area .thumbnail img {
    min-width: max-content;
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper {
    margin-top: 8px;
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper .common__title {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper p.disc {
    font-size: 16px;
    color: #242424;
    line-height: 26px;
    margin-bottom: 0px;
}

.question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper .order_list_answer ol li p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #242424;
}

.dash-board-main-wrapper .left-side-bar .single-menu-wrapper .rts-default-sidebar-list li a.active {
    color: var(--color-primary) !important;
}

.share-reaction-area {
    background: #F7F7FF;
    max-width: max-content;
    border-radius: 4px;
    border: 1px solid #E5E4FF;
    padding: 10px 20px;
    margin-left: 65px;
    margin-top: 25px;
}

@media only screen and (max-width: 767px) {
    .share-reaction-area {
        margin-left: 0;
    }
}

.share-reaction-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 21px;
}

.share-reaction-area ul li {
    margin: 0;
    padding: 0;
}

.share-reaction-area ul li a {
    display: block;
}

.share-reaction-area ul li a i {
    font-size: 20px;
    color: var(--color-primary);
}

.rts-register-area {
    margin-left: 305px;
}

.chatbot .main-center-content-m-left.center-content {
    min-width: auto;
    max-width: calc(100% - 624px);
}

@media only screen and (max-width: 1199px) {
    .chatbot .main-center-content-m-left.center-content {
        max-width: 95%;
    }
}

.chatbot .search-sticky .search-form input {
    transition: 0s;
}

.chatbot .search-sticky .search-form.active {
    bottom: 77px;
}

.chatbot .search-sticky .search-form.active input {
    height: 55px;
    bottom: 95px;
    transition: 0s !important;
}

.community-feed .loadmore-btn {
    max-width: max-content;
}

.single-form-s-wrapper {
    max-width: 410px;
    margin: auto;
    text-align: center;
}

.single-form-s-wrapper .head span {
    color: #A373DA;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.single-form-s-wrapper .head .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

.single-form-s-wrapper .body input {
    height: 50px;
    border: 1px solid #E2E2FF;
    border-radius: 4px;
    margin: 10px 0;
}

.single-form-s-wrapper .body input:focus {
    border-color: var(--color-primary);
}

.single-form-s-wrapper .body .check-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.single-form-s-wrapper .body .check-wrapper a {
    color: var(--color-primary) !important;
}

.single-form-s-wrapper .body .check-wrapper label {
    font-weight: 400;
    font-size: 16px;
}

@media only screen and (max-width: 479px) {
    .single-form-s-wrapper .body .check-wrapper label {
        font-size: 12px;
    }
}

.single-form-s-wrapper .body button {
    border-radius: 4px;
    margin-top: 25px;
}

.single-form-s-wrapper .body p {
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .single-form-s-wrapper .body p {
        flex-direction: column;
    }
}

.single-form-s-wrapper .body p a {
    color: var(--color-primary);
}

.single-form-s-wrapper input[type=checkbox] ~ label::before, .single-form-s-wrapper input[type=radio] ~ label::before {
    /* content: " "; */
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s;
    border-radius: 2px;
    border: 1px solid #E2E2FF;
    display: none;
}

.single-form-s-wrapper input[type=checkbox] ~ label, .single-form-s-wrapper input[type=radio] ~ label {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 15px;
    cursor: pointer;
}

.single-form-s-wrapper input[type=checkbox]:checked ~ label::after, .single-form-s-wrapper input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.single-form-s-wrapper input[type=checkbox] ~ label::after, .single-form-s-wrapper input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 16%;
    left: 2px;
    width: 10px;
    height: 6px;
    background-color: transparent;
    border-bottom: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

.single-form-s-wrapper input[type=checkbox] ~ label::after, .single-form-s-wrapper input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 16%;
    left: 2px;
    width: 10px;
    height: 6px;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

.single-form-s-wrapper input[type=checkbox] ~ label, .single-form-s-wrapper input[type=radio] ~ label {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: #222222;
    font-weight: 400;
    padding-left: 15px;
    cursor: pointer;
}

.single-form-s-wrapper .single-form-s-wrapper .body .check-wrapper label {
    font-weight: 400;
    font-size: 16px;
}

.single-form-s-wrapper .sign-in-otherway {
    margin-top: 45px;
}

.single-form-s-wrapper .sign-in-otherway .single {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    text-align: center;
    justify-content: center;
    border: 1px solid #E2E2FF;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .single-form-s-wrapper .sign-in-otherway .single {
        padding: 15px 15px;
    }
}

.single-form-s-wrapper .sign-in-otherway .single .icon {
    margin-right: 10px;
}

.single-form-s-wrapper .sign-in-otherway .single p {
    margin-bottom: 0;
    position: relative;
    margin-bottom: -4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #083A5E;
}

.single-form-s-wrapper {
    padding: 60px 173px;
    background: #F7F7FF;
    border: 1px solid #E5E4FF;
    max-width: 800px;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-form-s-wrapper {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .single-form-s-wrapper {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .register .main-center-content-m-left.center-content {
        min-width: 95%;
        max-width: 95%;
    }
}

@media only screen and (max-width: 575px) {
    .register .main-center-content-m-left.center-content {
        min-width: 99%;
        max-width: 99%;
    }
}

@media only screen and (max-width: 1199px) {
    .register .rts-register-area {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .register .single-form-s-wrapper.reset {
        padding: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .register .single-form-s-wrapper.reset {
        padding: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .register .single-form-s-wrapper.reset {
        padding: 25px !important;
    }
}

.right-side-bar-new-chat-option {
    width: 325px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 80px;
    bottom: 0;
    padding: 30px;
    border: 1px solid #E5E4FF;
    border-right: none;
    border-top: none;
    transition: 0.5s;
}

@media only screen and (max-width: 1199px) {
    .right-side-bar-new-chat-option {
        display: none;
    }
}

.right-side-bar-new-chat-option.close-right {
    right: -325px;
}

.right-side-bar-new-chat-option .new-chat-option {
    background: #fff;
    border: 1px solid #E5E4FF;
    height: 40px;
    width: 100%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    cursor: pointer;
}

.chatbot .main-center-content-m-left.collapsed {
    margin-left: 60px;
    transform: none;
    min-width: auto;
    max-width: calc(100% - 390px);
}

@media only screen and (max-width: 1199px) {
    .chatbot .main-center-content-m-left.collapsed {
        max-width: 95%;
    }
}

.chatbot .main-center-content-m-left.center-content .search-form {
    max-width: calc(100% - 691px);
}

@media only screen and (max-width: 1199px) {
    .chatbot .main-center-content-m-left.center-content .search-form {
        max-width: 89%;
    }
}

.chatbot .main-center-content-m-left.center-content .search-form input {
    max-width: calc(100% - 691px);
}

@media only screen and (max-width: 1199px) {
    .chatbot .main-center-content-m-left.center-content .search-form input {
        max-width: 89%;
    }
}

.chatbot .main-center-content-m-left.collapsed.center-content .search-form input {
    max-width: calc(100% - 447px);
}

.chatbot .main-center-content-m-left.center-content.collapsed .search-form {
    max-width: calc(100% - 450px);
}

.chat-history-wrapper {
    height: calc(100vh - 200px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 20px;
    padding: 10px;
}

.chat-history-area-start {
    margin-bottom: 30px;
}

.chat-history-area-start:last-child {
    margin-bottom: 0;
}

.chat-history-area-start .title {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-primary);
}

.chat-history-area-start .single-history {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    cursor: pointer;
    margin-left: -10px;
}

.chat-history-area-start .single-history p {
    margin-bottom: 0;
    color: #001C42;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--font-secondary);
}

.chat-history-area-start .single-history:hover {
    background: #E9E9FF;
}

.gallery-image-generator {
    /* style lightbox */
}

.gallery-image-generator img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 250px;
    display: block;
    object-fit: cover;
    border-radius: 11px;
}

.gallery-image-generator .one {
    grid-column: 1/3;
}

.gallery-image-generator .two {
    grid-column: 3/4;
}

.gallery-image-generator .three {
    grid-column: 1/2;
}

.gallery-image-generator .four {
    grid-column: 2/4;
}

.gallery-image-generator .five {
    grid-column: 1/4;
}

.gallery-image-generator .six {
    grid-column: 1/2;
}

.gallery-image-generator .seven {
    grid-column: 2/4;
}

.gallery-image-generator .eight {
    grid-column: 1/3;
}

.gallery-image-generator .nine {
    grid-column: 3/4;
}

.gallery-image-generator .gallery__images-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-image-generator .overlay:hover {
    background-color: transparent;
}

.gallery-image-generator .gallery__images-small {
    transform: scale(1);
    transition: transform 0.4s;
}

.gallery-image-generator .overlay:hover + .gallery__images-small {
    transform: scale(1.3);
}

.gallery-image-generator .gallery-display-item-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gallery-image-generator .gallery__lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}

.gallery-image-generator .gallery__lightbox-content {
    width: 60%;
    height: 90%;
    position: relative;
}

.gallery-image-generator .close,
.gallery-image-generator .back,
.gallery-image-generator .next {
    position: absolute;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.gallery-image-generator .close {
    top: -28px;
    right: -20px;
    background-color: var(--color-primary);
    color: #fff;
    width: 50px;
    height: 50px;
}

.gallery-image-generator .back,
.gallery-image-generator .next {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    color: #fff;
}

.gallery-image-generator .back {
    left: -30px;
}

.gallery-image-generator .next {
    right: -30px;
}

.gallery-image-generator .gallery__lightbox-image {
    border: 25px solid #f1f1f1;
    border-radius: 4px;
}

.gallery-image-generator .gallery__lightbox:target {
    opacity: 1;
    pointer-events: auto;
}

.image-generatore-right-sidebar-content .nice-select-wrap {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedfdf;
    overflow: hidden;
    background-color: #f5f5f5;
    transition: background 300ms ease;
}

.image-generatore-right-sidebar-content .nice-select-wrap.down {
    background-color: white;
}

.image-generatore-right-sidebar-content .nice-select-wrap.down .drop::after {
    transform: rotate(-90deg);
}

.image-generatore-right-sidebar-content .nice-select-wrap .drop, .image-generatore-right-sidebar-content .nice-select-wrap ul a {
    width: 100%;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #222222;
    font-size: 20px;
    line-height: 1.88;
}

.image-generatore-right-sidebar-content .nice-select-wrap .drop {
    position: relative;
    height: 50px;
    background-image: url(../images/generator/08.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}

.image-generatore-right-sidebar-content .nice-select-wrap .drop::after {
    content: ">";
    position: absolute;
    text-align: center;
    width: 1rem;
    height: 1rem;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    color: #ffffff;
    transform: rotate(90deg);
    line-height: 0.94;
    transition: all 300ms ease;
}

.image-generatore-right-sidebar-content .nice-select-wrap ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.image-generatore-right-sidebar-content .nice-select-wrap ul li {
    margin: 0 !important;
}

.image-generatore-right-sidebar-content .nice-select-wrap ul a {
    position: relative;
}

.image-generatore-right-sidebar-content .nice-select-wrap ul a:hover {
    color: var(--color-primary);
}

.image-generatore-right-sidebar-content .nice-select-wrap ul a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, whitesmoke 10%, whitesmoke 90%, rgba(245, 245, 245, 0) 100%);
}

.image-generatore-right-sidebar-content .single-diamention.border-top {
    border-top: 1px solid #E5E4FF;
}

.image-generatore-right-sidebar-content .single-diamention .title {
    font-size: 16px;
    line-height: 1.2;
    color: #001C42;
}

.image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop {
    background-image: none;
    color: #001C42;
    background-color: #fff;
    border-color: #CFCFFF !important;
}

.image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop::after {
    color: #001C42;
}

.image-generatore-right-sidebar-content .range-main-wrapper .container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.image-generatore-right-sidebar-content .range-main-wrapper .container1 .range {
    height: 5px;
}

.image-generatore-right-sidebar-content {
    height: 83vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.image-generatore-right-sidebar-content .number-image-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-generatore-right-sidebar-content .number-image-wrapper .single-number {
    height: 56px !important;
    width: 55px !important;
    border: 1px solid #CFCFFF;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    color: #001C42;
}

.image-generatore-right-sidebar-content .number-image-wrapper .single-number:hover {
    background: #CFCFFF;
}

.single-form-s-wrapper.reset {
    padding: 150px !important;
    margin-top: 50px;
}

.audio-main-wrapper {
    margin-top: 50px;
    padding: 55px 40px;
    border: 1px solid #E5E4FF;
    border-radius: 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .audio-main-wrapper {
        padding: 45px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .audio-main-wrapper {
        padding: 45px 20px;
    }
}

.audio-main-wrapper .audio-player,
.audio-main-wrapper .audio-players,
.audio-main-wrapper .audio-playerer {
    width: 100%;
    font-family: arial;
    color: white;
    font-size: 0.75em;
    display: grid;
    grid-template-rows: 6px auto;
}

.audio-main-wrapper .audio-player .timeline,
.audio-main-wrapper .audio-players .timeline,
.audio-main-wrapper .audio-playerer .timeline {
    background: #D8D8FF;
    width: 100%;
    position: relative;
    cursor: pointer;
    max-width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 575px) {
    .audio-main-wrapper .audio-player .timeline,
    .audio-main-wrapper .audio-players .timeline,
    .audio-main-wrapper .audio-playerer .timeline {
        left: 61%;
    }
}

.audio-main-wrapper .audio-player .timeline .progress,
.audio-main-wrapper .audio-players .timeline .progress,
.audio-main-wrapper .audio-playerer .timeline .progress {
    background: var(--color-primary);
    width: 0%;
    height: 100%;
    transition: 0.25s;
}

.audio-main-wrapper .audio-player .controls,
.audio-main-wrapper .audio-players .controls,
.audio-main-wrapper .audio-playerer .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
    margin-top: -24px;
}

@media only screen and (max-width: 575px) {
    .audio-main-wrapper .audio-player .controls,
    .audio-main-wrapper .audio-players .controls,
    .audio-main-wrapper .audio-playerer .controls {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .audio-main-wrapper .audio-player .controls,
    .audio-main-wrapper .audio-players .controls,
    .audio-main-wrapper .audio-playerer .controls {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .audio-main-wrapper .audio-player .controls,
    .audio-main-wrapper .audio-players .controls,
    .audio-main-wrapper .audio-playerer .controls {
        flex-direction: column;
        align-items: flex-start;
    }
}

.audio-main-wrapper .audio-player .controls .play-container,
.audio-main-wrapper .audio-players .controls .play-container,
.audio-main-wrapper .audio-playerer .controls .play-container {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--color-primary);
}

.audio-main-wrapper .audio-player .controls .play-container .play,
.audio-main-wrapper .audio-players .controls .play-container .play,
.audio-main-wrapper .audio-playerer .controls .play-container .play {
    left: 5px !important;
}

.audio-main-wrapper .audio-player .controls > *,
.audio-main-wrapper .audio-players .controls > *,
.audio-main-wrapper .audio-playerer .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
}

.audio-main-wrapper .audio-player .controls .toggle-play.play,
.audio-main-wrapper .audio-players .controls .toggle-play.play,
.audio-main-wrapper .audio-playerer .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid #0000;
    border-left: 13px solid white;
}

.audio-main-wrapper .audio-player .controls .toggle-play.play:hover,
.audio-main-wrapper .audio-players .controls .toggle-play.play:hover,
.audio-main-wrapper .audio-playerer .controls .toggle-play.play:hover {
    transform: scale(1.1);
}

.audio-main-wrapper .audio-player .controls .toggle-play.pause,
.audio-main-wrapper .audio-players .controls .toggle-play.pause,
.audio-main-wrapper .audio-playerer .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
    left: 4px;
}

.audio-main-wrapper .audio-player .controls .toggle-play.pause:before,
.audio-main-wrapper .audio-players .controls .toggle-play.pause:before,
.audio-main-wrapper .audio-playerer .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-main-wrapper .audio-player .controls .toggle-play.pause:after,
.audio-main-wrapper .audio-players .controls .toggle-play.pause:after,
.audio-main-wrapper .audio-playerer .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-main-wrapper .audio-player .controls .toggle-play.pause:hover,
.audio-main-wrapper .audio-players .controls .toggle-play.pause:hover,
.audio-main-wrapper .audio-playerer .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}

.audio-main-wrapper .audio-player .controls .time,
.audio-main-wrapper .audio-players .controls .time,
.audio-main-wrapper .audio-playerer .controls .time {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

.audio-main-wrapper .audio-player .controls .time > *,
.audio-main-wrapper .audio-players .controls .time > *,
.audio-main-wrapper .audio-playerer .controls .time > * {
    padding: 2px;
    color: var(--color-primary);
    font-size: 18px;
}

.audio-main-wrapper .audio-player .controls .volume-container,
.audio-main-wrapper .audio-players .controls .volume-container,
.audio-main-wrapper .audio-playerer .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-main-wrapper .audio-player .controls .volume-container .volume-button,
.audio-main-wrapper .audio-players .controls .volume-container .volume-button,
.audio-main-wrapper .audio-playerer .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-main-wrapper .audio-player .controls .volume-container .volume-button .volume,
.audio-main-wrapper .audio-players .controls .volume-container .volume-button .volume,
.audio-main-wrapper .audio-playerer .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
    color: var(--color-primary);
}

.audio-main-wrapper .audio-player .controls .volume-container .volume-slider,
.audio-main-wrapper .audio-players .controls .volume-container .volume-slider,
.audio-main-wrapper .audio-playerer .controls .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 7px;
    background: #f1f1f1;
    transition: 0;
    border-radius: 4px;
    transform: rotate(-90deg);
    top: -59px;
}

.audio-main-wrapper .audio-player .controls .volume-container .volume-slider .volume-percentage,
.audio-main-wrapper .audio-players .controls .volume-container .volume-slider .volume-percentage,
.audio-main-wrapper .audio-playerer .controls .volume-container .volume-slider .volume-percentage {
    background: var(--color-primary);
    height: 100%;
    width: 75%;
    transition: 0.3s;
}

.audio-main-wrapper .audio-player .controls .volume-container:hover .volume-slider,
.audio-main-wrapper .audio-players .controls .volume-container:hover .volume-slider,
.audio-main-wrapper .audio-playerer .controls .volume-container:hover .volume-slider {
    left: -48px;
    width: 120px;
    transform: rotate(-90deg);
    top: -59px;
}

.audio-main-wrapper-top-bottom button {
    max-width: max-content;
}

.openuptip {
    /* FLOW: DOWN */
    /* FLOW: LEFT */
    /* FLOW: RIGHT */
}

.openuptip[tooltip] {
    position: relative;
    /* opinion 1 */
    cursor: pointer;
}

.openuptip[tooltip]::before, .openuptip[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 0.9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

.openuptip[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

.openuptip[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /*
  Let the content set the size of the tooltips
  but this will also keep them from being obnoxious
  */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: var(--color-primary);
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

.openuptip[tooltip]:hover::before, .openuptip[tooltip]:hover::after {
    display: block;
}

.openuptip[tooltip=""]::before, .openuptip[tooltip=""]::after {
    display: none !important;
}

.openuptip[tooltip]:not([flow])::before, .openuptip[tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: var(--color-primary);
}

.openuptip[tooltip]:not([flow])::after, .openuptip[tooltip][flow^=up]::after {
    bottom: calc(100% + 5px);
}

.openuptip[tooltip]:not([flow])::before, .openuptip[tooltip]:not([flow])::after, .openuptip[tooltip][flow^=up]::before, .openuptip[tooltip][flow^=up]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

.openuptip[tooltip]:not([flow]):hover::before, .openuptip[tooltip]:not([flow]):hover::after, .openuptip[tooltip][flow^=up]:hover::before, .openuptip[tooltip][flow^=up]:hover::after, .openuptip[tooltip][flow^=down]:hover::before, .openuptip[tooltip][flow^=down]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

.openuptip[tooltip][flow^=left]:hover::before, .openuptip[tooltip][flow^=left]:hover::after, .openuptip[tooltip][flow^=right]:hover::before, .openuptip[tooltip][flow^=right]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.openuptip[tooltip]:not([flow])::before, .openuptip[tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

.openuptip[tooltip]:not([flow])::after, .openuptip[tooltip][flow^=up]::after {
    bottom: calc(100% + 5px);
}

.openuptip[tooltip]:not([flow])::before, .openuptip[tooltip]:not([flow])::after, .openuptip[tooltip][flow^=up]::before, .openuptip[tooltip][flow^=up]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

.openuptip[tooltip][flow^=down]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

.openuptip[tooltip][flow^=down]::after {
    top: calc(100% + 5px);
}

.openuptip[tooltip][flow^=down]::before, .openuptip[tooltip][flow^=down]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

.openuptip[tooltip][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}

.openuptip[tooltip][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}

.openuptip[tooltip][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
}

.openuptip[tooltip][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}

.copyright-area-bottom {
    border-top: 1px solid #E5E4FF;
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-area-bottom p {
    margin: 0;
    text-align: center;
    margin-bottom: 0;
}

.copyright-area-bottom p a {
    color: var(--color-primary);
}

body.modal-open {
    padding-right: 0 !important;
}

.modal-dialog {
    max-width: 80%;
    scrollbar-width: none;
}

.modal-dialog .modal-content {
    padding: 50px 50px 0 50px;
}

.modal-dialog .modal-content .modal-header {
    border: none;
}

.modal {
    scrollbar-width: none;
}

.register .dash-board-main-wrapper .left-side-bar {
    margin-left: 0;
    display: none;
}

.register .main-center-content-m-left.center-content {
    margin-left: 0;
    margin: auto;
}

.register .rts-register-area {
    margin-left: auto;
    margin: auto;
}

.blog-details-right-wrapper {
    margin-left: 305px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-right-wrapper {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-right-wrapper {
        margin-left: 0;
    }
}

.top-blog-details-start .title-area .title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    color: #083A5E;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .top-blog-details-start .title-area .title {
        font-size: 28px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {
    .top-blog-details-start .title-area .title {
        font-size: 22px;
        line-height: 1.2;
    }
}

.authore-bd-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .authore-bd-area {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .authore-bd-area {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.authore-bd-area .sub-area p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: #083A5E;
    margin-bottom: -5px;
}

.authore-bd-area .sub-area span.deg {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #497696;
    margin-bottom: 0;
}

.authore-bd-area .main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.authore-bd-area .main .info .deg {
    font-weight: 600;
    font-size: 16px;
    color: #083A5E;
    display: block;
    margin-bottom: -5px;
}

.authore-bd-area .main .info .name {
    font-weight: 600;
    font-size: 14px;
    color: #497696;
}

.container-bd {
    max-width: 990px;
    margin: auto;
}

.para-area-wrapper img {
    border-radius: 10px;
}

.para-area-wrapper p {
    margin-bottom: 30px;
}

.para-area-wrapper p:last-child {
    margin-bottom: 0;
}

.quote-area-bd {
    padding: 36px 15px;
    width: 100%;
    background: rgba(237, 237, 255, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .quote-area-bd {
        padding: 15px;
    }
}

.quote-area-bd .inner {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

@media only screen and (max-width: 575px) {
    .quote-area-bd .inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.quote-area-bd .inner .title {
    color: var(--color-primary);
    margin-bottom: 0;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .quote-area-bd .inner .title {
        font-size: 18px;
        font-weight: 600;
    }
}

.quote-area-bd .inner .title span {
    color: #083A5E;
    font-size: 20px;
}

.main-image-big img {
    border-radius: 10px;
}

[data-theme=dark] .rts-dark-light .in-light {
    display: none;
}

[data-theme=dark] .rts-dark-light .in-dark {
    display: block;
}

[data-theme=light] .rts-dark-light .in-light {
    display: block;
}

[data-theme=light] .rts-dark-light .in-dark {
    display: none;
}

[data-theme=dark] body,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu {
    background: #090E18;
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu p,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper .info .title,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper .info a,
[data-theme=dark] .single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content .name-user,
[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper .user_body_content .items .single_items .hader_popup_link,
[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header .user_naim-information .title {
    color: #fff !important;
}

[data-theme=dark] .generated_image__wraper .bottom-image p,
[data-theme=dark] .quote-area-bd .inner .title span {
    color: #fff !important;
}

[data-theme=dark] .single-cummunity-feed .inner-content-area {
    background: #090e18;
}

[data-theme=dark] .single-cummunity-feed .inner-content-area p {
    color: #fff;
}

[data-theme=dark] .single-cummunity-feed .inner-content-area span {
    color: #fff;
}

[data-theme=dark] .top-blog-details-start .title-area .title,
[data-theme=dark] .authore-bd-area .main .info .deg,
[data-theme=dark] .authore-bd-area .sub-area p,
[data-theme=dark] .para-area-wrapper p,
[data-theme=dark] .para-area-wrapper .title {
    color: #f8f9fa;
}

[data-theme=dark] .modal-header .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(15%) hue-rotate(212deg) brightness(104%) contrast(104%);
}

[data-theme=dark] .header-area-one,
[data-theme=dark] .search__generator .searchoptopn-area input,
[data-theme=dark] .modal-content,
[data-theme=dark] .quote-area-bd {
    background: #121B32;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme=dark] .single_action__haeader.search-action .search-opoup,
[data-theme=dark] .single_action__haeader.notification .notification_main_wrapper {
    background: #151A24;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme=dark] .single_action__haeader.notification .notification_main_wrapper .title,
[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper {
    background: #121B32;
    color: #fff;
}

[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header {
    background: #192441;
}

[data-theme=dark] .single_action__haeader.notification .notification_main_wrapper::before {
    border-color: #121B32;
}

[data-theme=dark] .search__generator .searchoptopn-area input {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu.active,
[data-theme=dark] .header-area-one .left-logo-area .left-side-open-clouse,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn[aria-expanded=true] {
    border-color: rgba(229, 228, 255, 0.05);
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu.active,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper a.collapse-btn[aria-expanded=true] {
    background: rgba(247, 247, 255, 0.05);
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu:hover {
    border-color: rgba(229, 228, 255, 0.05) !important;
    background: rgba(247, 247, 255, 0.05) !important;
}

[data-theme=dark] .action-interactive-area__header .single_action__haeader {
    background: rgba(247, 247, 255, 0.05);
    border: 1px solid rgba(229, 228, 255, 0.05);
}

[data-theme=dark] .action-interactive-area__header .single_action__haeader svg path {
    fill: #fff;
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu .icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(101%) contrast(103%);
}

[data-theme=dark] .left-side-open-clouse img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(101%) contrast(103%);
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .bottom-user,
[data-theme=dark] .question_answer__wrapper__chatbot .single__question__answer .question_user,
[data-theme=dark] .pricing-button-one,
[data-theme=dark] .main-center-content-m-left.center-content .search-form input,
[data-theme=dark] .share-reaction-area,
[data-theme=dark] .accordion-area-one .accordion .accordion-item,
[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop,
[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop,
[data-theme=dark] .image-generatore-right-sidebar-content .nice-select-wrap,
[data-theme=dark] .image-generatore-right-sidebar-content .number-image-wrapper .single-number,
[data-theme=dark] .single-form-s-wrapper {
    background: #121B32;
    border-color: #e5e4ff1a;
}

[data-theme=dark] .audio-main-generator-start textarea,
[data-theme=dark] .audio-main-wrapper,
[data-theme=dark] .single-pricing-single-two .head .date-use,
[data-theme=dark] .generated_image__wraper,
[data-theme=dark] .right-side-bar-new-chat-option,
[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention.border-top,
[data-theme=dark] .border-top,
[data-theme=dark] .single-form-s-wrapper .body input,
[data-theme=dark] .single-form-s-wrapper .sign-in-otherway .single {
    border-color: #e5e4ff1a !important;
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .bottom-user .pro-upgrade button,
[data-theme=dark] .accordion-area-one .accordion .accordion-item button {
    background-color: #121b32;
    color: #fff;
}

[data-theme=dark] .color-white-title-home {
    color: #fff;
}

[data-theme=dark] .header-area-one .logo img {
    min-width: max-content;
    filter: brightness(1);
}

[data-theme=dark] .copyright-area-bottom p {
    color: #fff;
}

[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper::before {
    border-bottom: 10px solid #121b32;
}

[data-theme=dark] .user-profile-inner .title,
[data-theme=dark] .user-profile-content-details form .half-input-wrapper label,
[data-theme=dark] .user-profile-content-details form .half-input-wrapper input,
[data-theme=dark] .user-profile-content-details form textarea,
[data-theme=dark] .user-profile-content-details form label {
    color: #fff;
}

[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper .user_header .user_naim-information .desig,
[data-theme=dark] .single_action__haeader.notification .notification_main_wrapper .notification__content .notification__items .single__items .single-link .main-content .disc,
[data-theme=dark] .single_action__haeader.user_avatar__information .user_information_main_wrapper.language-area .select-language-area li a {
    color: #e3e3e3;
}

[data-theme=dark] .user-profile-main-wrapper,
[data-theme=dark] .user-profile-content-details form .half-input-wrapper input,
[data-theme=dark] .user-profile-content-details form textarea {
    border: 1px solid #21262f;
}

[data-theme=dark] .user-profile-main-wrapper .thumbnaiul .profile-image {
    background: #21262f;
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .rts-default-sidebar-list li a,
[data-theme=dark] .question_answer__wrapper__chatbot .single__question__answer .question_user .left_user_info .question__user,
[data-theme=dark] .question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper p.disc,
[data-theme=dark] .question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper .common__title,
[data-theme=dark] .question_answer__wrapper__chatbot .single__question__answer .answer__area .answer_main__wrapper .order_list_answer ol li p,
[data-theme=dark] .audio-main-generator-start textarea,
[data-theme=dark] .audio-main-generator-start .ask-for-audio i.fa-pen-to-square,
[data-theme=dark] .nav-search-between .title,
[data-theme=dark] .pricing-plane-area .title-conter-area .title,
[data-theme=dark] .single-pricing-single-two .body .check-wrapper .check-area p,
[data-theme=dark] .single-pricing-single-two .body p.para,
[data-theme=dark] .single-pricing-single-two .head .date-use .title,
[data-theme=dark] .single-pricing-single-two .head .date-use span,
[data-theme=dark] .single-pricing-single-two .body .check-wrapper .check-area i,
[data-theme=dark] .title-conter-area.dashboard .title,
[data-theme=dark] .title-conter-area.dashboard p.disc,
[data-theme=dark] .single-form-s-wrapper .body .check-wrapper label,
[data-theme=dark] .single-form-s-wrapper .sign-in-otherway .single p {
    color: #e2e2e2;
}

[data-theme=dark] .audio-main-wrapper .audio-player .timeline,
[data-theme=dark] .audio-main-wrapper .audio-players .timeline,
[data-theme=dark] .audio-main-wrapper .audio-playerer .timeline {
    background: #121b32;
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar {
    background: transparent;
}

[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop::after {
    color: #ffffff;
}

[data-theme=dark] .copyright-area-bottom {
    border-top: 1px solid #151a24;
}

[data-theme=dark] .single-pricing-single-two {
    box-shadow: 1px 2px 10px 4px rgba(48, 48, 48, 0.2);
}

[data-theme=dark] .nav-search-between .left-area form input {
    color: #909090;
}

[data-theme=dark] .single-pricing-single-two.active,
[data-theme=dark] .generated_image__wraper,
[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop {
    background: #1c1c39;
}

[data-theme=dark] .pricing-plane-area .title-conter-area .pre-title-bg,
[data-theme=dark] .single-pricing-single-two .body .check-wrapper .check-area p,
[data-theme=dark] .main-center-content-m-left.center-content .search-form input,
[data-theme=dark] .chat-history-area-start .single-history p,
[data-theme=dark] .accordion-area-one .accordion .accordion-item .accordion-body {
    color: #c5c5c5;
}

[data-theme=dark] .main-center-content-m-left.center-content .search-form {
    background: #090e18;
}

[data-theme=dark] .chat-history-area-start .title,
[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention .title {
    color: #fff;
    font-weight: 500;
}

[data-theme=dark] .generated_image__wraper .bottom-image .share-reaction-area li i,
[data-theme=dark] .image-generatore-right-sidebar-content .single-diamention .nice-select-wrap .drop,
[data-theme=dark] .range-main-wrapper p,
[data-theme=dark] .image-diamention.single-diamention .disc,
[data-theme=dark] .image-generatore-right-sidebar-content .number-image-wrapper .single-number,
[data-theme=dark] .image-generatore-right-sidebar-content .nice-select-wrap ul a,
[data-theme=dark] .single-form-s-wrapper .head .title {
    color: #fff;
    opacity: 1;
}

[data-theme=dark] .generated_image__wraper .bottom-image .botton-content-between .left-area img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(672%) hue-rotate(175deg) brightness(106%) contrast(102%);
}

[data-theme=dark] .image-generatore-right-sidebar-content .nice-select-wrap ul a::after {
    background: #fffefe0a;
}

[data-theme=dark] .chat-history-area-start .single-history:hover {
    background: #121b32;
}

[data-theme=dark] .single-form-s-wrapper .body input {
    color: #fff;
}

[data-theme=dark] .single-form-s-wrapper.reset p,
[data-theme=dark] .single-form-s-wrapper .body p {
    color: #fff;
}

/*# sourceMappingURL=../maps/style.css.map */
.btn-info.disabled, .btn-info:disabled {
    background-color: #c7c7c7;
    border-color: #b9b9b9;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 8px solid #f3f3f3; /* Arka plan rengi */
    border-top: 8px solid #3498db; /* Dönen çubuğun rengi */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Animasyon */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #ad1edc;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ad1edc, 0 0 5px #ad1edc;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #ad1edc;
    border-left-color: #ad1edc;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}


.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}





